]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add RFC 3378 EtherIP support. This change makes it possible to add gif
authorthompsa <thompsa@FreeBSD.org>
Wed, 21 Dec 2005 21:29:45 +0000 (21:29 +0000)
committerthompsa <thompsa@FreeBSD.org>
Wed, 21 Dec 2005 21:29:45 +0000 (21:29 +0000)
commit42c9ecf9f57f7681e401bcf499946dbe2f2cd09f
treefbd9c548f0727ef749bbae4f6181a65a63dbc539
parent09b665597401a6c52abc7955a365036782ba772a
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
share/man/man4/if_bridge.4
sys/net/if_bridge.c
sys/net/if_gif.c
sys/net/if_gif.h
sys/netinet/in_gif.c
sys/netinet/in_proto.c
sys/netinet6/in6_gif.c