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: [PATCH] Added missing ICMPv6 flags and option


On Wed, Feb 12, 2014 at 10:44 PM, Carlos O'Donell <carlos@redhat.com> wrote:
> So can we now claim that we are compatible with the BSD defines?
At least for the parts I used in my code. There might be more hidden somewhere.

> #define ND_RA_FLAG_HOME_AGENT   0x20
> /* For compatibility with BSD.  */
> #define ND_RA_FLAG_HA           ND_RA_FLAG_HOME_AGENT
I'll add this in a second commit in a second. Originally I had in in
the first but I was not sure if this was OK with glibc community.

> I prefer the more verbose "HOME_AGENT."
Me too.


-- 
Dan Luedtke
http://www.danrl.de


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