summaryrefslogtreecommitdiffstats
path: root/sys/modules/if_gre
Commit message (Collapse)AuthorAgeFilesLines
* Let modules use the kernel's opt_*.h files if built along withyar2005-10-141-0/+2
| | | | | | | | | | | | | | the kernel by wrapping all targets for fake opt_*.h files in .if defined(KERNBUILDDIR). Thus, such fake files won't be created at all if modules are built with the kernel. Some modules undergo cleanup like removing unused or unneeded options or .h files, without which they wouldn't build this way or the other. Reviewed by: ru Tested by: no binary changes in modules built alone Tested on: i386 sparc64 amd64
* Fix a bug whereby the physical endpoints of a gre(4) tunnel would notbms2003-11-141-2/+5
| | | | | | | | | | | | | be printed, if the module were loaded into a kernel which had INET6 enabled. The gre(4) driver does not use INET6, nor is it specified for IPv6. The tunnel_status() function in ifconfig(8) is somewhat overzealous and assumes that all tunnel interfaces speak KAME ifioctls. This fix follows the path of least resistance, by teaching gre(4) about the two KAME ifioctls concerned. PR: bin/56341
* Finish driving a stake through the heart of netns and the associatedpeter2003-03-051-4/+1
| | | | | | ifdefs scattered around the place - its dead Jim! The SMB stuff had stolen AF_NS, make it official.
* Since bpf is no longer an optional component, remove associated ifdef's.sobomax2002-10-021-6/+1
| | | | | Submitted by: don't quite remember - the name of the sender disappeared with the rest of my inbox. :(
* Cosmetics: #define NETATALK --> #define NETATALK 1, so that it is in line withsobomax2002-09-101-1/+1
| | | | other #define FOO.
* Add if_gre module glue.sobomax2002-09-061-0/+22
OpenPOWER on IntegriCloud