NetBSD/sbin/ifconfig
dyoung 47be766fd3 Add a mode to gre(4) that sends GRE tunnel packets in UDP datagrams.
Fix MOBILE encapsulation.  Add many debugging printfs (mainly
concerning UDP mode).  Clean up the gre(4) code a bit.  Add the
capability to setup UDP tunnels to ifconfig.  Update documentation.

In UDP mode, gre(4) puts a GRE header onto transmitted packets,
and hands them to a UDP socket for transmission.  That is, the
encapsulation looks like this: IP+UDP+GRE+encapsulated packet.

There are two ways to set up a UDP tunnel.  One way is to tell the
source and destination IP+port to gre(4), and let gre(4) create
the socket.  The other way to create a UDP tunnel is for userland
to "delegate" a UDP socket to the kernel.
2006-08-31 17:46:16 +00:00
..
Makefile Remove XNS support. 2006-08-26 16:20:20 +00:00
af_atalk.c Programs that use efun. 2006-08-26 18:14:28 +00:00
af_atalk.h
af_inet.c Programs that use efun. 2006-08-26 18:14:28 +00:00
af_inet.h
af_inet6.c Programs that use efun. 2006-08-26 18:14:28 +00:00
af_inet6.h remove extern for unused ifr6. 2006-05-11 00:46:02 +00:00
af_iso.c Programs that use efun. 2006-08-26 18:14:28 +00:00
af_iso.h
agr.c
agr.h
carp.c Integrate Common Address Redundancy Procotol (CARP) from OpenBSD 2006-05-18 09:05:49 +00:00
carp.h Integrate Common Address Redundancy Procotol (CARP) from OpenBSD 2006-05-18 09:05:49 +00:00
extern.h Programs that use efun. 2006-08-26 18:14:28 +00:00
ieee80211.c Programs that use efun. 2006-08-26 18:14:28 +00:00
ieee80211.h
ifconfig.8 Add a mode to gre(4) that sends GRE tunnel packets in UDP datagrams. 2006-08-31 17:46:16 +00:00
ifconfig.c Programs that use efun. 2006-08-26 18:14:28 +00:00
tunnel.c Add a mode to gre(4) that sends GRE tunnel packets in UDP datagrams. 2006-08-31 17:46:16 +00:00
tunnel.h
vlan.c
vlan.h