summaryrefslogtreecommitdiffstats
path: root/sys/modules/if_gre
Commit message (Collapse)AuthorAgeFilesLines
* 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