1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-04 15:25:38 -08:00
Commit Graph

25 Commits

Author SHA1 Message Date
deraadt
fb40f8c629 remove dup line; from j@bitminer 2022-09-22 17:44:20 +00:00
ajacoutot
dbce27bcfd Sync with IANA.
"fine" claudio@ deraadt@
2014-07-12 14:38:38 +00:00
matthieu
e031e40373 Sync protocols 43 (ipv6-route) & 44 (ipv6-frag) names with IANA database.
ok henning@, bluhm@
2011-09-08 19:30:29 +00:00
michele
d85f7bc16f Add (again) support for divert sockets. They allow you to:
- 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@
2009-10-04 16:08:37 +00:00
henning
29e9e94ca1 zap duplicate
From: Myk Taylor <myk@ucla.edu>
2004-05-07 16:27:23 +00:00
mcbride
f580e9d770 Change pfsync IP protocol and multicast group numbers.
IPPROTO_PFSYNC -> 240
INADDR_PFSYNC_GROUP -> 224.0.0.240

ok deraadt@
2003-12-17 21:36:17 +00:00
mcbride
1f3f02ce8e Add pfsync.
ok deraadt@
2003-12-15 07:15:44 +00:00
mcbride
c05683a617 Common Address Redundancy Protocol
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-10-17 21:04:57 +00:00
rohee
2af360a6ed more up to date, some input by todd@ 2003-01-16 19:49:52 +00:00
mcbride
5096359ad9 Add icmp6 as an alias for ipv6-icmp. This helps clear up confusion about
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-30 22:17:03 +00:00
henning
6970ffaad2 update URL and fix a typo; David Krause 2002-12-11 12:35:53 +00:00
deraadt
d6c27852f5 space nits 2002-05-30 06:44:07 +00:00
deraadt
08a3bdb427 zap trailing spaces and tabs 2001-11-19 03:03:33 +00:00
reinhard
ae3dce2f1a URL of protocol-numbers has changed 2000-12-21 14:48:26 +00:00
mickey
b0260e02c1 vrrp proto number per rfc 2338 2000-09-28 17:56:00 +00:00
itojun
550e8acf91 add IPv6 items. 2000-01-17 16:39:09 +00:00
angelos
741bbd2bf7 Add mobileip (proto 55) 2000-01-07 21:33:00 +00:00
angelos
8f3914a634 They're not sipp-esp and sipp-ah, just esp and ah 1998-08-01 05:34:51 +00:00
deraadt
203c3b914a add PIM 1998-05-13 21:12:35 +00:00
deraadt
9e8d8d8535 add SKIP entry 1997-12-20 12:00:00 +00:00
angelos
d764d73e39 Removed duplicate entries. 1997-02-22 04:32:53 +00:00
angelos
3b720d5fc3 Updated; now lists some 95+ protocols. 1997-02-21 10:01:29 +00:00
deraadt
2b651e09d3 add sipp-esp and sipp-ah 1997-02-21 09:30:35 +00:00
deraadt
4dabe94e81 sync & label 1996-05-26 10:25:15 +00:00
deraadt
df930be708 initial import of NetBSD tree 1995-10-18 08:37:01 +00:00