This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [NETLINK]: Restore API compatibility of address and neighbour bits


On Fri, Dec 08, 2006 at 01:47:52PM -0800, David Miller wrote:
> > > > The _RTA and _PAYLOAD-macros are also part of userspace headers and need to be
> > > > restored. Both dhcpclient and quagga need at least IFA_RTA and IFLA_RTA to
> > > > compile, but there may be more macros than in the following patch. You may want
> > > > to look at keepalived, iproute, ...

> GLIBC does not use them.

Aren't these the ones you're talking about?

sysdeps/unix/sysv/linux/check_pf.c:                   struct rtattr *rta = IFA_RTA (ifam);
sysdeps/unix/sysv/linux/if_index.c:           struct rtattr *rta = IFLA_RTA (ifim);
sysdeps/unix/sysv/linux/ifaddrs.c:            struct rtattr *rta = IFLA_RTA (ifim);
sysdeps/unix/sysv/linux/ifaddrs.c:            struct rtattr *rta = IFLA_RTA (ifim);
sysdeps/unix/sysv/linux/ifaddrs.c:            struct rtattr *rta = IFA_RTA (ifam);

sysdeps/unix/sysv/linux/if_index.c:           size_t rtasize = IFLA_PAYLOAD (nlh);
sysdeps/unix/sysv/linux/if_index.c:               size_t rta_payload = RTA_PAYLOAD (rta);
sysdeps/unix/sysv/linux/ifaddrs.c:            size_t rtasize = IFLA_PAYLOAD (nlh);
sysdeps/unix/sysv/linux/ifaddrs.c:                size_t rta_payload = RTA_PAYLOAD (rta);
sysdeps/unix/sysv/linux/ifaddrs.c:            size_t rtasize = IFLA_PAYLOAD (nlh);
sysdeps/unix/sysv/linux/ifaddrs.c:                size_t rta_payload = RTA_PAYLOAD (rta);
sysdeps/unix/sysv/linux/ifaddrs.c:            size_t rtasize = IFA_PAYLOAD (nlh);
sysdeps/unix/sysv/linux/ifaddrs.c:                size_t rta_payload = RTA_PAYLOAD (rta);

-- 
Daniel Jacobowitz
CodeSourcery


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]