thompsa 2005-12-21 21:29:45 UTC
FreeBSD src repository
Modified files:
share/man/man4 if_bridge.4
sys/net if_bridge.c if_gif.c if_gif.h
sys/netinet in_gif.c in_proto.c
sys/netinet6 in6_gif.c
Log:
Add RFC 3378 EtherIP support. This change makes it possible to add gif
interfaces to bridges, which will then send and receive IP protocol 97
packets.
Packets are Ethernet frames with an EtherIP header prepended.
Obtained from: NetBSD
MFC after: 2 weeks
Revision Changes Path
1.9 +17 -0 src/share/man/man4/if_bridge.4
1.42 +20 -6 src/sys/net/if_bridge.c
1.57 +67 -4 src/sys/net/if_gif.c
1.18 +8 -0 src/sys/net/if_gif.h
1.33 +19 -0 src/sys/netinet/in_gif.c
1.81 +10 -0 src/sys/netinet/in_proto.c
1.23 +19 -0 src/sys/netinet6/in6_gif.c
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"