History log of /openbsd/etc/protocols (Results 1 – 25 of 25)
Revision Date Author Comments
# fb40f8c6 22-Sep-2022 deraadt <deraadt@openbsd.org>

remove dup line; from j@bitminer


# dbce27bc 12-Jul-2014 ajacoutot <ajacoutot@openbsd.org>

Sync with IANA.

"fine" claudio@ deraadt@


# e031e403 08-Sep-2011 matthieu <matthieu@openbsd.org>

Sync protocols 43 (ipv6-route) & 44 (ipv6-frag) names with IANA database.
ok henning@, bluhm@


# d85f7bc1 04-Oct-2009 michele <michele@openbsd.org>

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

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@

show more ...


# 29e9e94c 07-May-2004 henning <henning@openbsd.org>

zap duplicate
From: Myk Taylor <myk@ucla.edu>


# f580e9d7 17-Dec-2003 mcbride <mcbride@openbsd.org>

Change pfsync IP protocol and multicast group numbers.

IPPROTO_PFSYNC -> 240
INADDR_PFSYNC_GROUP -> 224.0.0.240

ok deraadt@


# 1f3f02ce 15-Dec-2003 mcbride <mcbride@openbsd.org>

Add pfsync.

ok deraadt@


# c05683a6 17-Oct-2003 mcbride <mcbride@openbsd.org>

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 Marc

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@

show more ...


# 2af360a6 16-Jan-2003 rohee <rohee@openbsd.org>

more up to date, some input by todd@


# 5096359a 30-Dec-2002 mcbride <mcbride@openbsd.org>

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

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@

show more ...


# 6970ffaa 11-Dec-2002 henning <henning@openbsd.org>

update URL and fix a typo; David Krause


# d6c27852 30-May-2002 deraadt <deraadt@openbsd.org>

space nits


# 08a3bdb4 19-Nov-2001 deraadt <deraadt@openbsd.org>

zap trailing spaces and tabs


# ae3dce2f 21-Dec-2000 reinhard <reinhard@openbsd.org>

URL of protocol-numbers has changed


# b0260e02 28-Sep-2000 mickey <mickey@openbsd.org>

vrrp proto number per rfc 2338


# 550e8acf 17-Jan-2000 itojun <itojun@openbsd.org>

add IPv6 items.


# 741bbd2b 07-Jan-2000 angelos <angelos@openbsd.org>

Add mobileip (proto 55)


# 8f3914a6 01-Aug-1998 angelos <angelos@openbsd.org>

They're not sipp-esp and sipp-ah, just esp and ah


# 203c3b91 13-May-1998 deraadt <deraadt@openbsd.org>

add PIM


# 9e8d8d85 20-Dec-1997 deraadt <deraadt@openbsd.org>

add SKIP entry


# d764d73e 22-Feb-1997 angelos <angelos@openbsd.org>

Removed duplicate entries.


# 3b720d5f 21-Feb-1997 angelos <angelos@openbsd.org>

Updated; now lists some 95+ protocols.


# 2b651e09 21-Feb-1997 deraadt <deraadt@openbsd.org>

add sipp-esp and sipp-ah


# 4dabe94e 26-May-1996 deraadt <deraadt@openbsd.org>

sync & label


# df930be7 18-Oct-1995 deraadt <deraadt@openbsd.org>

initial import of NetBSD tree