summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_mroute.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add kernel support for Protocol Independant Multicast (PIM)mcbride2005-01-141-3/+133
| | | | | | | | Information: http://netweb.usc.edu/pim/ From Pavlin Radoslavov <pavlin@icir.org> ok deraadt@ brad@
* Multicast routing cleanup from Pavlin Radoslavovmcbride2004-11-241-28/+17
| | | | | | | | | | - sync ip_mroute.c with NetBSD - import some FreeBSD changes to MFC entry handling - set im->im_vif correctly when sending IGMPMSG_WRONGVIF - increment mrtstat.mrts_upcalls correctly - return error from get_sg_cnt() if there is no matching forwarding entry ok henning@ brad@ naddy@
* Don't allow SIOCGET{VIF,SG}CNT from sockets other than the multicast router.brad2004-08-241-2/+2
| | | | | | | From NetBSD Fixes PR 3825 ok mcbride@ canacar@ claudio@
* whitespaceitojun2002-06-091-9/+9
|
* First round of __P removal in sysmillert2002-03-141-15/+15
|
* Inclusion protection.angelos2001-06-091-6/+7
|
* Rename the ip4_* routines to ipip_*, make it so GIF tunnels are notangelos2000-01-211-2/+2
| | | | | affected by net.inet.ipip.allow (the sysctl formerly known as net.inet.ip4.allow), rename the VIF ipip_input to ipip_mroute_input.
* bring in KAME IPv6 code, dated 19991208.itojun1999-12-081-1/+5
| | | | | | | | | replaces NRL IPv6 layer. reuses NRL pcb layer. no IPsec-on-v6 support. see sys/netinet6/{TODO,IMPLEMENTATION} for more details. GENERIC configuration should work fine as before. GENERIC.v6 works fine as well, but you'll need KAME userland tools to play with IPv6 (will be bringed into soon).
* Support detaching of network interfaces. Still work to do in ipf, andniklas1999-08-081-14/+15
| | | | other families than inet.
* Merge MROUTING and IPSEC wrt handling of IP-in-IP tunnelled packets.niklas1999-04-201-2/+1
| | | | | Fix a panic case in the MROUTING code too. Drop M_TUNNEL support, nothing ever uses it.
* From NetBSD: 960217 mergeniklas1996-03-031-5/+18
|
* initial import of NetBSD treederaadt1995-10-181-0/+218