Subject: Re: CVS commit: src/etc
To: Christos Zoulas <christos@netbsd.org>
From: Martin Husemann <martin@NetBSD.org>
List: tech-net
Date: 05/17/2007 11:26:52
On Tue, May 08, 2007 at 08:40:12PM +0000, Christos Zoulas wrote:
>
> Module Name: src
> Committed By: christos
> Date: Tue May 8 20:40:12 UTC 2007
>
> Modified Files:
> src/etc: protocols
>
> Log Message:
> iana-generated protocols file using:
> http://www.sethwklein.net/projects/iana-etc/
This breaks (at least) ipfilter, by defining protocol 0 to be hopopt.
Seems so far only some AIX variant did that, so I'd expect more lossage
in other applications. (But then, not a lot will care, probably)
For fun, go to src/dist/ipf and fgrep -r for _AIX51 and check those ifdefs.
We could just add || defined(__NetBSD__) there, but I'm not sure that is
the right fix.
Thoughts?
Martin