sobomax
|
6da27e4c8e
|
MFS: recognize gre packets used in the WCCP protocol.
Approved by: re
|
2002-12-07 14:22:05 +00:00 |
|
alfred
|
9bda36d997
|
s/__attribute__((__packed__))/__packed/g
|
2002-09-23 06:25:08 +00:00 |
|
sobomax
|
dcd9715348
|
Prevent namespace pollution in use-land by putting everything used only in
kernel (softc and such) under #ifdef _KERNEL.
Submitted by: bde
|
2002-09-09 08:25:00 +00:00 |
|
sobomax
|
43881a9c90
|
Remove #include <netinet/ip.h>.
Submitted by: bde
|
2002-09-07 12:22:17 +00:00 |
|
sobomax
|
40bf2edf8b
|
Include <netinet/ip.h> to unbreak kdump. I don't know why does kdump
includes if_gre.h at all, but it does, without including ip.h before
that.
Poked by: peter
Pointy hat to: kdump(1)
|
2002-09-06 21:58:57 +00:00 |
|
sobomax
|
afb7f17e96
|
Reduce namespace pollution by staticizing everything, which doesn't need to
be visible from outside of the module.
|
2002-09-06 18:16:03 +00:00 |
|
sobomax
|
8379521a54
|
Add a new gre(4) driver, which could be used to create GRE (RFC1701)
and MOBILE (RFC2004) IP tunnels.
Obrained from: NetBSD
|
2002-09-06 17:12:50 +00:00 |
|