OpenBSD CVS

CVS log for src/share/man/man4/ip.4


[BACK] Up to [local] / src / share / man / man4

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.44 / (download) - annotate - [select for diffs], Thu Mar 31 17:27:20 2022 UTC (2 years, 2 months ago) by naddy
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, OPENBSD_7_1_BASE, OPENBSD_7_1, HEAD
Changes since 1.43: +2 -2 lines
Diff to previous 1.43 (colored)

man pages: add missing commas between subordinate and main clauses

jmc@ dislikes a comma before "then" in a conditional, so leave those
untouched.

ok jmc@

Revision 1.43 / (download) - annotate - [select for diffs], Fri Jan 8 23:33:12 2021 UTC (3 years, 4 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9
Changes since 1.42: +3 -3 lines
Diff to previous 1.42 (colored)

missing plural in previous;

Revision 1.42 / (download) - annotate - [select for diffs], Fri Jan 8 14:48:36 2021 UTC (3 years, 4 months ago) by claudio
Branch: MAIN
Changes since 1.41: +16 -3 lines
Diff to previous 1.41 (colored)

Try to document struct ip_mreqn
With input from jmc@

Revision 1.41 / (download) - annotate - [select for diffs], Thu Aug 18 11:45:18 2016 UTC (7 years, 9 months ago) by jmc
Branch: MAIN
CVS Tags: 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
Changes since 1.40: +5 -4 lines
Diff to previous 1.40 (colored)

punctuation fix;

Revision 1.40 / (download) - annotate - [select for diffs], Tue Aug 16 22:21:17 2016 UTC (7 years, 9 months ago) by vgross
Branch: MAIN
Changes since 1.39: +30 -2 lines
Diff to previous 1.39 (colored)

Add IP_SENDSRCADDR cmsg for UDP sockets. As suggested by sthen@,
IP_SENDSRCADDR == IP_RECVDSTADDR.

OK sthen@ jca@ bluhm@

Revision 1.39 / (download) - annotate - [select for diffs], Tue Jun 28 17:32:58 2016 UTC (7 years, 11 months ago) by jca
Branch: MAIN
CVS Tags: OPENBSD_6_0_BASE, OPENBSD_6_0
Changes since 1.38: +3 -4 lines
Diff to previous 1.38 (colored)

IP_MINTTL and IPV6_MINHOPCOUNT work on TCP and UDP sockets

Input from and ok bluhm@

Revision 1.38 / (download) - annotate - [select for diffs], Tue Oct 20 22:08:19 2015 UTC (8 years, 7 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_5_9_BASE, OPENBSD_5_9
Changes since 1.37: +4 -5 lines
Diff to previous 1.37 (colored)

tweak previous;

Revision 1.37 / (download) - annotate - [select for diffs], Tue Oct 20 20:22:42 2015 UTC (8 years, 7 months ago) by benno
Branch: MAIN
Changes since 1.36: +8 -3 lines
Diff to previous 1.36 (colored)

add a new getsockopt option IP_IPDEFTTL to retrieve the default ttl.
this can be used as an alternative to sysctl net.inet.ip.ttl, in
programs that use pledge().
ok reyk@, "Like this" deraadt@

Revision 1.36 / (download) - annotate - [select for diffs], Thu Sep 10 17:55:21 2015 UTC (8 years, 8 months ago) by schwarze
Branch: MAIN
Changes since 1.35: +5 -5 lines
Diff to previous 1.35 (colored)

use .In rather than .Fd #include

Revision 1.35 / (download) - annotate - [select for diffs], Fri Aug 24 20:13:03 2012 UTC (11 years, 9 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7, OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5, OPENBSD_5_4_BASE, OPENBSD_5_4, OPENBSD_5_3_BASE, OPENBSD_5_3
Changes since 1.34: +3 -3 lines
Diff to previous 1.34 (colored)

- rfc 5082 replaces rfc 3682; ok claudio
- flesh out SEE ALSO in bgpd.8
- fix a formatting warning in relayd.conf.5

Revision 1.34 / (download) - annotate - [select for diffs], Mon Jul 16 18:05:35 2012 UTC (11 years, 10 months ago) by markus
Branch: MAIN
CVS Tags: OPENBSD_5_2_BASE, OPENBSD_5_2
Changes since 1.33: +39 -2 lines
Diff to previous 1.33 (colored)

add IP_IPSECFLOWINFO option to sendmsg() and recvmsg(), so npppd(4)
can use this to select the IPsec tunnel for sending L2TP packets.
this fixes Windows (always binding to 1701) and Android clients
(negotiating wildcard flows); feedback mpf@ and yasuoka@;
ok henning@ and yasuoka@; ok jmc@ for the manpage

Revision 1.33 / (download) - annotate - [select for diffs], Thu Sep 8 16:43:56 2011 UTC (12 years, 9 months ago) by giovanni
Branch: MAIN
CVS Tags: OPENBSD_5_1_BASE, OPENBSD_5_1
Changes since 1.32: +2 -1 lines
Diff to previous 1.32 (colored)


sys/types.h is needed before sys/socket.h
spotted by Thomas de Grivel, ok matthew@

Revision 1.32 / (download) - annotate - [select for diffs], Wed Jun 15 13:28:03 2011 UTC (12 years, 11 months ago) by mikeb
Branch: MAIN
CVS Tags: OPENBSD_5_0_BASE, OPENBSD_5_0
Changes since 1.31: +1 -10 lines
Diff to previous 1.31 (colored)

oops. some unrelated junk has slipped in

Revision 1.31 / (download) - annotate - [select for diffs], Wed Jun 15 13:09:19 2011 UTC (12 years, 11 months ago) by jmc
Branch: MAIN
Changes since 1.30: +5 -5 lines
Diff to previous 1.30 (colored)

tweak previous;

Revision 1.30 / (download) - annotate - [select for diffs], Wed Jun 15 09:13:32 2011 UTC (12 years, 11 months ago) by mikeb
Branch: MAIN
Changes since 1.29: +37 -2 lines
Diff to previous 1.29 (colored)

Document IP_RECVRTABLE

Revision 1.29 / (download) - annotate - [select for diffs], Thu Feb 3 16:08:24 2011 UTC (13 years, 4 months ago) by otto
Branch: MAIN
CVS Tags: OPENBSD_4_9_BASE, OPENBSD_4_9
Changes since 1.28: +3 -3 lines
Diff to previous 1.28 (colored)

mention the right type for IP_RECVTTL; ok millert@

Revision 1.28 / (download) - annotate - [select for diffs], Fri May 9 08:16:35 2008 UTC (16 years, 1 month ago) by markus
Branch: MAIN
CVS Tags: OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7, OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4
Changes since 1.27: +29 -2 lines
Diff to previous 1.27 (colored)

add IP_RECVDSTPORT; ok jmc, beck

Revision 1.27 / (download) - annotate - [select for diffs], Fri Mar 14 15:16:06 2008 UTC (16 years, 2 months ago) by jmc
Branch: MAIN
Changes since 1.26: +3 -3 lines
Diff to previous 1.26 (colored)

IP_MAX_MEMBERSHIPS was bumped to 4095 in -r1.74; from Matthew Dempsky

Revision 1.26 / (download) - annotate - [select for diffs], Thu May 31 19:19:50 2007 UTC (17 years ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_3_BASE, OPENBSD_4_3, OPENBSD_4_2_BASE, OPENBSD_4_2
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (colored)

convert to new .Dd format;

Revision 1.25 / (download) - annotate - [select for diffs], Wed Oct 11 13:38:00 2006 UTC (17 years, 8 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_1_BASE, OPENBSD_4_1
Changes since 1.24: +2 -2 lines
Diff to previous 1.24 (colored)

tweaks;

Revision 1.24 / (download) - annotate - [select for diffs], Wed Oct 11 09:50:44 2006 UTC (17 years, 8 months ago) by henning
Branch: MAIN
Changes since 1.23: +44 -1 lines
Diff to previous 1.23 (colored)

document IP_RECVTTL and IP_MINTTL

Revision 1.23 / (download) - annotate - [select for diffs], Sat Dec 18 20:33:11 2004 UTC (19 years, 5 months ago) by jaredy
Branch: MAIN
CVS Tags: 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
Changes since 1.22: +48 -33 lines
Diff to previous 1.22 (colored)

cleanup and indent examples.  ok jmc

Revision 1.22 / (download) - annotate - [select for diffs], Fri Aug 8 09:51:53 2003 UTC (20 years, 10 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_3_6_BASE, OPENBSD_3_6, OPENBSD_3_5_BASE, OPENBSD_3_5, OPENBSD_3_4_BASE, OPENBSD_3_4
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

refer to RFCs consistently (RFC XXXX);

Revision 1.21 / (download) - annotate - [select for diffs], Fri Jun 6 10:29:41 2003 UTC (21 years ago) by jmc
Branch: MAIN
Changes since 1.20: +3 -3 lines
Diff to previous 1.20 (colored)

- section reorder
- some macro fixes
- kill whitespace at EOL

Revision 1.20 / (download) - annotate - [select for diffs], Mon Jun 2 23:30:12 2003 UTC (21 years ago) by millert
Branch: MAIN
Changes since 1.19: +2 -6 lines
Diff to previous 1.19 (colored)

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999.  Proofed by myself and Theo.

Revision 1.19 / (download) - annotate - [select for diffs], Wed Dec 4 00:55:08 2002 UTC (21 years, 6 months ago) by ho
Branch: MAIN
CVS Tags: OPENBSD_3_3_BASE, OPENBSD_3_3
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored)

The IPTOS_ #defines live in netinet/ip.h. millert@ ok.

Revision 1.18 / (download) - annotate - [select for diffs], Tue Nov 13 13:54:25 2001 UTC (22 years, 6 months ago) by mpech
Branch: MAIN
CVS Tags: OPENBSD_3_2_BASE, OPENBSD_3_2, OPENBSD_3_1_BASE, OPENBSD_3_1
Changes since 1.17: +4 -4 lines
Diff to previous 1.17 (colored)

o) Fix bogus .Xr usage;
o) CAVEAT -> CAVEATS;
o) AUTHOR -> AUTHORS;
o) Start new sentence on a new line;
o) For URL and path names use .Pa;
o) We don't like .Pp before .Rs;
o) Don't use .Pp before/after .Sh;
o) OpenBSD -> .Ox;

millert@ ok and help;

Revision 1.17 / (download) - annotate - [select for diffs], Fri Oct 5 14:45:53 2001 UTC (22 years, 8 months ago) by mpech
Branch: MAIN
CVS Tags: OPENBSD_3_0_BASE, OPENBSD_3_0
Changes since 1.16: +13 -8 lines
Diff to previous 1.16 (colored)

Powered by @mantoya:
o) start new sentence on a new line;
o) minor mdoc fixes;
millert@ ok

Tip of the day:   www.mpechismazohist.com

Revision 1.16 / (download) - annotate - [select for diffs], Thu Oct 4 16:56:51 2001 UTC (22 years, 8 months ago) by mpech
Branch: MAIN
Changes since 1.15: +1 -3 lines
Diff to previous 1.15 (colored)

we don't like .Pp and blank lines before/after .Ss;

millert@ ok

Revision 1.15 / (download) - annotate - [select for diffs], Mon May 14 09:12:06 2001 UTC (23 years ago) by markus
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

cmsg_len = CMSG_LEN(sizeof(struct in_addr)) is correct, ok itojun@

Revision 1.14 / (download) - annotate - [select for diffs], Mon Jan 29 19:44:02 2001 UTC (23 years, 4 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE, OPENBSD_2_9
Changes since 1.13: +2 -3 lines
Diff to previous 1.13 (colored)

Fix mdoc botch; markus@

Revision 1.13 / (download) - annotate - [select for diffs], Thu Dec 21 21:01:16 2000 UTC (23 years, 5 months ago) by aaron
Branch: MAIN
Changes since 1.12: +1 -0 lines
Diff to previous 1.12 (colored)

Various repairs, $Id$ tags added, etc.

Revision 1.12 / (download) - annotate - [select for diffs], Fri Jul 9 13:35:46 1999 UTC (24 years, 11 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_8_BASE, OPENBSD_2_8, OPENBSD_2_7_BASE, OPENBSD_2_7, OPENBSD_2_6_BASE, OPENBSD_2_6
Changes since 1.11: +78 -78 lines
Diff to previous 1.11 (colored)

- remove all trailing whitespace
     * except when it is escaped with a `\' at the end of the line
- fix remaining .Nm usage as well
- this is from a patch I received from kwesterback@home.com, who has been
  working on some scripts for fixing formatting errors in mdoc'd man pages

Ok, so there could be a cost/benefit debate with this commit, but since I have
the patch we might as well commit it...

Revision 1.11 / (download) - annotate - [select for diffs], Sat Jun 5 13:18:32 1999 UTC (25 years ago) by aaron
Branch: MAIN
Changes since 1.10: +1 -1 lines
Diff to previous 1.10 (colored)

more .Os cleanup, remove some trailing whitespace, cleanse some .Nm

Revision 1.10 / (download) - annotate - [select for diffs], Sun May 16 19:56:25 1999 UTC (25 years ago) by alex
Branch: MAIN
Changes since 1.9: +3 -3 lines
Diff to previous 1.9 (colored)

Cleanup xrefs under SEE ALSO.  Specifically:

  - Sort xrefs by section, and then alphabetically.
  - Add missing commas between xref items.
  - Remove commas from the last xref entry.
  - Remove duplicate entries.

Revision 1.9 / (download) - annotate - [select for diffs], Tue Mar 2 15:30:29 1999 UTC (25 years, 3 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_5_BASE, OPENBSD_2_5
Changes since 1.8: +1 -1 lines
Diff to previous 1.8 (colored)

EACESS -> EACCES; garath@code.ridgefield.org

Revision 1.8 / (download) - annotate - [select for diffs], Tue Feb 16 22:16:50 1999 UTC (25 years, 3 months ago) by niklas
Branch: MAIN
Changes since 1.7: +1 -1 lines
Diff to previous 1.7 (colored)

IP is not a transport layer protocol

Revision 1.7 / (download) - annotate - [select for diffs], Sat Oct 31 23:17:40 1998 UTC (25 years, 7 months ago) by espie
Branch: MAIN
Changes since 1.6: +1 -1 lines
Diff to previous 1.6 (colored)

Fix netintro/intro muck-up.

Revision 1.6 / (download) - annotate - [select for diffs], Sun Sep 6 22:23:19 1998 UTC (25 years, 9 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_4_BASE, OPENBSD_2_4
Changes since 1.5: +1 -1 lines
Diff to previous 1.5 (colored)

More man page fixes. Spelling, grammar, some typos. Lots of double-word
occurrences squashed as well.

Revision 1.5 / (download) - annotate - [select for diffs], Tue Mar 10 04:50:47 1998 UTC (26 years, 3 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_2_3_BASE, OPENBSD_2_3
Changes since 1.4: +1 -1 lines
Diff to previous 1.4 (colored)

use .Ox

Revision 1.4 / (download) - annotate - [select for diffs], Mon Jul 28 11:30:04 1997 UTC (26 years, 10 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_2_BASE, OPENBSD_2_2
Changes since 1.3: +12 -0 lines
Diff to previous 1.3 (colored)

doc IP_PORTRANGE

Revision 1.3 / (download) - annotate - [select for diffs], Sat Jun 21 12:57:32 1997 UTC (26 years, 11 months ago) by deraadt
Branch: MAIN
Changes since 1.2: +1 -0 lines
Diff to previous 1.2 (colored)

blank line

Revision 1.2 / (download) - annotate - [select for diffs], Wed Feb 5 14:40:40 1997 UTC (27 years, 4 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_1_BASE, OPENBSD_2_1
Changes since 1.1: +5 -1 lines
Diff to previous 1.1 (colored)

document that ip_off and ip_len are now in network byte order

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Oct 18 08:44:24 1995 UTC (28 years, 7 months ago) by deraadt
CVS Tags: netbsd_1_1, OPENBSD_2_0_BASE, OPENBSD_2_0
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:44:24 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.