summaryrefslogtreecommitdiff
path: root/etc/protocols
AgeCommit message (Collapse)Author
2011-09-08Sync protocols 43 (ipv6-route) & 44 (ipv6-frag) names with IANA database.Matthieu Herrb
ok henning@, bluhm@
2009-10-04Add (again) support for divert sockets. They allow you to:Michele Marchetto
- queue packets from pf(4) to a userspace application - reinject packets from the application into the kernel stack. The divert socket can be bound to a special "divert port" and will receive every packet diverted to that port by pf(4). The pf syntax is pretty simple, e.g.: pass on em0 inet proto tcp from any to any port 80 divert-packet port 1 A lot of discussion have happened since my last commit that resulted in many changes and improvements. I would *really* like to thank everyone who took part in the discussion especially canacar@ who spotted out which are the limitations of this approach. OpenBSD divert(4) is meant to be compatible with software running on top of FreeBSD's divert sockets even though they are pretty different and will become even more with time. discusses with many, but mainly reyk@ canacar@ deraadt@ dlg@ claudio@ beck@ tested by reyk@ and myself ok reyk@ claudio@ beck@ manpage help and ok by jmc@
2004-05-07zap duplicateHenning Brauer
From: Myk Taylor <myk@ucla.edu>
2003-12-17Change pfsync IP protocol and multicast group numbers.Ryan Thomas McBride
IPPROTO_PFSYNC -> 240 INADDR_PFSYNC_GROUP -> 224.0.0.240 ok deraadt@
2003-12-15Add pfsync.Ryan Thomas McBride
ok deraadt@
2003-10-17Common Address Redundancy ProtocolRyan Thomas McBride
Allows multiple hosts to share an IP address, providing high availability and load balancing. Based on code by mickey@, with additional help from markus@ and Marco_Pfatschbacher@genua.de ok deraadt@
2003-01-16more up to date, some input by todd@Bruno Rohee
2002-12-30Add icmp6 as an alias for ipv6-icmp. This helps clear up confusion aboutRyan Thomas McBride
icmp protocol naming particularly with pfctl, since the manpage is icmp6(4) (not ipv6-icmp(4)). suggested by espie@, cleared with deraadt@, ok dhartmei@
2002-12-11update URL and fix a typo; David KrauseHenning Brauer
2002-05-30space nitsTheo de Raadt
2001-11-19zap trailing spaces and tabsTheo de Raadt
2000-12-21URL of protocol-numbers has changedReinhard J. Sammer
2000-09-28vrrp proto number per rfc 2338Michael Shalayeff
2000-01-17add IPv6 items.Jun-ichiro itojun Hagino
2000-01-07Add mobileip (proto 55)Angelos D. Keromytis
1998-08-01They're not sipp-esp and sipp-ah, just esp and ahAngelos D. Keromytis
1998-05-13add PIMTheo de Raadt
1997-12-20add SKIP entryTheo de Raadt
1997-02-22Removed duplicate entries.Angelos D. Keromytis
1997-02-21Updated; now lists some 95+ protocols.Angelos D. Keromytis
1997-02-21add sipp-esp and sipp-ahTheo de Raadt
1996-05-26sync & labelTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt