Lines 131-134 read ->
#define pseudo_AF_HDRCMPLT 31 /* Used by BPF to not rewrite headers
#define AF_NETGRAPH 32 /* Netgraph sockets */
* in interface output routine
*/
Which doesn't work.. They probably should be ->
#define pseudo_AF_HDRCMPLT 31 /* Used by BPF to not rewrite headers */
#define AF_NETGRAPH 32 /* Netgraph sockets
* in interface output routine
*/
Err.. also sys/mount.h defined AF_MAX which causes lots of nice warnings.
---
Daniel O'Connor software and network engineer
for Genesis Software - http://www.gsoft.com.au
"The nice thing about standards is that there
are so many of them to choose from."
-- Andrew Tanenbaum
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message