Discussion:
code for RFC6056 - patch for man sysctl(7) sysctl.7
(too old to reply)
Vlad Balan
2011-08-25 23:02:58 UTC
Permalink
1026,1028d1025
< .It udp rfc6056.selected string yes
< .It udp rfc6056.available string yes
<
1308,1311d1304
< .It Li udp.rfc6056.available
< The available RFC 6056 port randomization algorithms.
< .It Li udp.rfc6056.selected
< The currently selected RFC 6056 port randomization algorithm.
1363,1364d1355
< .It udp6 rfc6056.selected string yes
< .It udp6 rfc6056.available string yes
1573,1576d1563
< .It Li udp6.rfc6056.available
< The available RFC 6056 port randomization algorithms for IPv6.
< .It Li udp6.rfc6056.selected
< The currently selected RFC 6056 port randomization algorithm for IPv6.

--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-***@muc.de
Vlad Balan
2011-08-26 18:28:32 UTC
Permalink
Now in unified diff form.

--- sysctl.7 2011-08-25 23:58:54.000000000 +0000
+++ sysctl.7.orig 2011-06-23 20:55:08.000000000 +0000
@@ -1236,8 +1236,6 @@
.It udp do_loopback_cksum integer yes
.It udp recvspace integer yes
.It udp sendspace integer yes
-.It udp rfc6056.selected string yes
-.It udp rfc6056.available string yes
.El
.Pp
The variables are as follows:
@@ -1520,10 +1518,6 @@
The default UDP send buffer size.
.It Li udp.recvspace
The default UDP receive buffer size.
-.It Li udp.rfc6056.available
-The available RFC 6056 port randomization algorithms.
-.It Li udp.rfc6056.selected
-The currently selected RFC 6056 port randomization algorithm.
.El
.Pp
For variables net.*.ipsec, please refer to
@@ -1575,8 +1569,6 @@
.It udp6 do_loopback_cksum integer yes
.It udp6 recvspace integer yes
.It udp6 sendspace integer yes
-.It udp6 rfc6056.selected string yes
-.It udp6 rfc6056.available string yes
.El
.Pp
The variables are as follows:
@@ -1785,10 +1777,6 @@
Default UDP receive buffer size.
.It Li udp6.sendspace
Default UDP send buffer size.
-.It Li udp6.rfc6056.available
-The available RFC 6056 port randomization algorithms for IPv6.
-.It Li udp6.rfc6056.selected
-The currently selected RFC 6056 port randomization algorithm for IPv6.
.El
.Pp
We reuse net.*.tcp for

--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-***@muc.de
Loading...