NetBSD/sys/conf
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
..
copyright Welcome to 2006. 2006-01-01 00:00:01 +00:00
files Add a mode to gre(4) that sends GRE tunnel packets in UDP datagrams. 2006-08-31 17:46:16 +00:00
majors Bluetooth fixes by Iain Hibbert: 2006-07-26 10:30:59 +00:00
Makefile.kern.inc Add -Wa,-fatal-warnings to AFLAGS. We want assembler warnings to be 2006-08-27 06:49:27 +00:00
newvers_stand.sh
newvers.sh merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
osrelease.sh Back out revision 1.109 - it's NOT silly to parse the comment when 2006-08-08 07:05:40 +00:00
param.c defparam NMBCLUSTERS. 2005-12-21 10:57:22 +00:00
std Make PTRACE and COREDUMP optional. Make the default (status quo) by putting 2006-08-29 23:34:48 +00:00