summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_iface.h
Commit message (Collapse)AuthorAgeFilesLines
* Check for infinite recursion possible on some broken PPTP/L2TP/... VPN setups.mav2009-01-201-0/+3
| | | | | | | Mark packets with mbuf_tag on first interface passage and drop on second. PR: ports/129625, ports/125303, MFC after: 2 weeks
* Bump cookie value to reflect change in NGM_IFACE_GET_IFNAME semantics.archie2005-02-131-2/+2
|
* Parse "getifname" using the standard parse string type.ru2005-02-031-5/+0
| | | | | | | Fixed an off-by-one error when dealing with interface name (if_xname is NUL-terminated). Don't waste time making a copy of if_xname in constructor.
* /* -> /*- for license, minor formatting changesimp2005-01-071-2/+3
|
* Implemented the "getifindex" control message.ru2004-03-071-0/+1
| | | | | PR: kern/63864 Submitted by: Gleb Smirnoff
* Use a single style of multiple inclusion protection for Netgraph headers.ru2003-11-111-3/+3
| | | | Reviewed by: archie, harti, emax
* Finish driving a stake through the heart of netns and the associatedpeter2003-03-051-1/+0
| | | | | | ifdefs scattered around the place - its dead Jim! The SMB stuff had stolen AF_NS, make it official.
* Since neither archie nor I work at Whistle any more, change our emailjulian2000-10-241-1/+1
| | | | | | addresses to be the more usefu @freebsd.org ones so we can keep getting bug-reports. - man pages to follow..
* Updates to the ng_iface(8) netgraph node type:archie2000-03-131-2/+6
| | | | | | | | | | | - Make iface nodes removable on shutdown since FreeBSD now supports removable interfaces - Simplify supporting new protocols using family_enqueue(); add a few new ones including IPv6 - Add support for configurable interface mode using new NGM_IFACE_POINT2POINT and NGM_IFACE_BROADCAST control messages - Remove NGM_IFACE_GET_IFADDRS control message; it just duplicates the functionality of SIOCGIFCONF
* Whistle's Netgraph link-layer (sometimes more) networking infrastructure.julian1999-10-211-0/+75
Been in production for 3 years now. Gives Instant Frame relay to if_sr and if_ar drivers, and PPPOE support soon. See: ftp://ftp.whistle.com/pub/archie/netgraph/index.html for on-line manual pages. Reviewed by: Doug Rabson (dfr@freebsd.org) Obtained from: Whistle CVS tree
OpenPOWER on IntegriCloud