OpenBSD CVS

CVS log for src/etc/protocols


[BACK] Up to [local] / src / etc

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.25 / (download) - annotate - [select for diffs], Thu Sep 22 17:44:20 2022 UTC (19 months, 3 weeks ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, HEAD
Changes since 1.24: +1 -2 lines
Diff to previous 1.24 (colored)

remove dup line; from j@bitminer

Revision 1.24 / (download) - annotate - [select for diffs], Sat Jul 12 14:38:38 2014 UTC (9 years, 10 months ago) by ajacoutot
Branch: MAIN
CVS Tags: OPENBSD_7_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6, OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1, OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9, OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7, OPENBSD_5_6_BASE, OPENBSD_5_6
Changes since 1.23: +29 -21 lines
Diff to previous 1.23 (colored)

Sync with IANA.

"fine" claudio@ deraadt@

Revision 1.23 / (download) - annotate - [select for diffs], Thu Sep 8 19:30:29 2011 UTC (12 years, 8 months ago) by matthieu
Branch: MAIN
CVS Tags: OPENBSD_5_5_BASE, OPENBSD_5_5, OPENBSD_5_4_BASE, OPENBSD_5_4, OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1
Changes since 1.22: +3 -3 lines
Diff to previous 1.22 (colored)

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

Revision 1.22 / (download) - annotate - [select for diffs], Sun Oct 4 16:08:37 2009 UTC (14 years, 7 months ago) by michele
Branch: MAIN
CVS Tags: OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7
Changes since 1.21: +2 -1 lines
Diff to previous 1.21 (colored)

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@

Revision 1.21 / (download) - annotate - [select for diffs], Fri May 7 16:27:23 2004 UTC (20 years ago) by henning
Branch: MAIN
CVS Tags: OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3, OPENBSD_4_2_BASE, OPENBSD_4_2, OPENBSD_4_1_BASE, OPENBSD_4_1, OPENBSD_4_0_BASE, OPENBSD_4_0, OPENBSD_3_9_BASE, OPENBSD_3_9, OPENBSD_3_8_BASE, OPENBSD_3_8, OPENBSD_3_7_BASE, OPENBSD_3_7, OPENBSD_3_6_BASE, OPENBSD_3_6
Changes since 1.20: +1 -2 lines
Diff to previous 1.20 (colored)

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

Revision 1.20 / (download) - annotate - [select for diffs], Wed Dec 17 21:36:17 2003 UTC (20 years, 5 months ago) by mcbride
Branch: MAIN
CVS Tags: OPENBSD_3_5_BASE, OPENBSD_3_5
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored)

Change pfsync IP protocol and multicast group numbers.

IPPROTO_PFSYNC -> 240
INADDR_PFSYNC_GROUP -> 224.0.0.240

ok deraadt@

Revision 1.19 / (download) - annotate - [select for diffs], Mon Dec 15 07:15:44 2003 UTC (20 years, 5 months ago) by mcbride
Branch: MAIN
Changes since 1.18: +2 -1 lines
Diff to previous 1.18 (colored)

Add pfsync.

ok deraadt@

Revision 1.18 / (download) - annotate - [select for diffs], Fri Oct 17 21:04:57 2003 UTC (20 years, 7 months ago) by mcbride
Branch: MAIN
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)

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@

Revision 1.17 / (download) - annotate - [select for diffs], Thu Jan 16 19:49:52 2003 UTC (21 years, 4 months ago) by rohee
Branch: MAIN
CVS Tags: OPENBSD_3_4_BASE, OPENBSD_3_4, OPENBSD_3_3_BASE, OPENBSD_3_3
Changes since 1.16: +41 -9 lines
Diff to previous 1.16 (colored)

more up to date, some input by todd@

Revision 1.16 / (download) - annotate - [select for diffs], Mon Dec 30 22:17:03 2002 UTC (21 years, 4 months ago) by mcbride
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

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@

Revision 1.15 / (download) - annotate - [select for diffs], Wed Dec 11 12:35:53 2002 UTC (21 years, 5 months ago) by henning
Branch: MAIN
Changes since 1.14: +3 -3 lines
Diff to previous 1.14 (colored)

update URL and fix a typo; David Krause

Revision 1.14 / (download) - annotate - [select for diffs], Thu May 30 06:44:07 2002 UTC (21 years, 11 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_2_BASE, OPENBSD_3_2
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

space nits

Revision 1.13 / (download) - annotate - [select for diffs], Mon Nov 19 03:03:33 2001 UTC (22 years, 6 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_1_BASE, OPENBSD_3_1
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

zap trailing spaces and tabs

Revision 1.12 / (download) - annotate - [select for diffs], Thu Dec 21 14:48:26 2000 UTC (23 years, 5 months ago) by reinhard
Branch: MAIN
CVS Tags: OPENBSD_3_0_BASE, OPENBSD_3_0, OPENBSD_2_9_BASE, OPENBSD_2_9
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

URL of protocol-numbers has changed

Revision 1.11 / (download) - annotate - [select for diffs], Thu Sep 28 17:56:00 2000 UTC (23 years, 7 months ago) by mickey
Branch: MAIN
CVS Tags: OPENBSD_2_8_BASE, OPENBSD_2_8
Changes since 1.10: +2 -1 lines
Diff to previous 1.10 (colored)

vrrp proto number per rfc 2338

Revision 1.10 / (download) - annotate - [select for diffs], Mon Jan 17 16:39:09 2000 UTC (24 years, 4 months ago) by itojun
Branch: MAIN
CVS Tags: OPENBSD_2_7_BASE, OPENBSD_2_7
Changes since 1.9: +6 -2 lines
Diff to previous 1.9 (colored)

add IPv6 items.

Revision 1.9 / (download) - annotate - [select for diffs], Fri Jan 7 21:33:00 2000 UTC (24 years, 4 months ago) by angelos
Branch: MAIN
Changes since 1.8: +2 -1 lines
Diff to previous 1.8 (colored)

Add mobileip (proto 55)

Revision 1.8 / (download) - annotate - [select for diffs], Sat Aug 1 05:34:51 1998 UTC (25 years, 9 months ago) by angelos
Branch: MAIN
CVS Tags: OPENBSD_2_6_BASE, OPENBSD_2_6, OPENBSD_2_5_BASE, OPENBSD_2_5, OPENBSD_2_4_BASE, OPENBSD_2_4
Changes since 1.7: +3 -3 lines
Diff to previous 1.7 (colored)

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

Revision 1.7 / (download) - annotate - [select for diffs], Wed May 13 21:12:35 1998 UTC (26 years ago) by deraadt
Branch: MAIN
Changes since 1.6: +2 -1 lines
Diff to previous 1.6 (colored)

add PIM

Revision 1.6 / (download) - annotate - [select for diffs], Sat Dec 20 12:00:00 1997 UTC (26 years, 5 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_3_BASE, OPENBSD_2_3
Changes since 1.5: +3 -1 lines
Diff to previous 1.5 (colored)

add SKIP entry

Revision 1.5 / (download) - annotate - [select for diffs], Sat Feb 22 04:32:53 1997 UTC (27 years, 3 months ago) by angelos
Branch: MAIN
CVS Tags: OPENBSD_2_2_BASE, OPENBSD_2_2, OPENBSD_2_1_BASE, OPENBSD_2_1
Changes since 1.4: +1 -3 lines
Diff to previous 1.4 (colored)

Removed duplicate entries.

Revision 1.4 / (download) - annotate - [select for diffs], Fri Feb 21 10:01:29 1997 UTC (27 years, 3 months ago) by angelos
Branch: MAIN
Changes since 1.3: +77 -1 lines
Diff to previous 1.3 (colored)

Updated; now lists some 95+ protocols.

Revision 1.3 / (download) - annotate - [select for diffs], Fri Feb 21 09:30:35 1997 UTC (27 years, 3 months ago) by deraadt
Branch: MAIN
Changes since 1.2: +3 -1 lines
Diff to previous 1.2 (colored)

add sipp-esp and sipp-ah

Revision 1.2 / (download) - annotate - [select for diffs], Sun May 26 10:25:26 1996 UTC (27 years, 11 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_0_BASE, OPENBSD_2_0
Changes since 1.1: +3 -4 lines
Diff to previous 1.1 (colored)

sync & label

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Oct 18 08:37:57 1995 UTC (28 years, 7 months ago) by deraadt
CVS Tags: netbsd_1_1
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

initial import of NetBSD tree

Revision 1.1 / (download) - annotate - [select for diffs], Wed Oct 18 08:37:57 1995 UTC (28 years, 7 months ago) by deraadt
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.