From: Phil Sutter <phil@nwl.cc> Date: 2016-03-04 11:53:25
The following five patches contain minor changes to documentation at
various places. They are all unrelated, but being lazy as I am, I
submit them in one go.
Phil Sutter (5):
tc: pedit: document branch control in help output
man: ip-link: Beef up VXLAN csum options a bit
man: tc-u32: Minor syntax fix
man: ip-route: Make synopsis consistent with description
doc, man: ip-rule: Remove incorrect statement about rule 0
doc/ip-cref.tex | 3 ---
man/man8/ip-link.8.in | 6 +++---
man/man8/ip-route.8.in | 2 +-
man/man8/ip-rule.8 | 2 --
man/man8/tc-u32.8 | 1 +
tc/m_pedit.c | 3 ++-
6 files changed, 7 insertions(+), 10 deletions(-)
--
2.7.2
From: Phil Sutter <phil@nwl.cc> Date: 2016-03-04 11:52:54
While the synopsis section contains 'ip route list', it is later
described as 'ip route show'. Make this consistent by replacing 'list'
with 'show' in synopsis.
Signed-off-by: Phil Sutter <phil@nwl.cc>
---
man/man8/ip-route.8.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -491,15 +491,15 @@ are entered into the VXLAN device forwarding database. .sp .I [no]udpcsum-- specifies if UDP checksum is filled in+- specifies if UDP checksum is calculated for transmitted packets over IPv4. .sp .I [no]udp6zerocsumtx-- specifies if UDP checksum is filled in+- skip UDP checksum calculation for transmitted packets over IPv6. .sp .I [no]udp6zerocsumrx-- specifies if UDP checksum is received+- allow incoming UDP packets over IPv6 with zero checksum field. .sp .BI ageing " SECONDS"
@@ -370,6 +370,7 @@ then allows to match various header fields: .RS .TP .BIsrc" ADDR"+.TQ .BIdst" ADDR" Compare Source or Destination Address fields against the value of .IRADDR.
From: Phil Sutter <phil@nwl.cc> Date: 2016-03-04 11:53:13
The documentation is wrong here: it is indeed possible to remove policy
rule 0 and recreate it afterwards. Therefore remove these statements.
Signed-off-by: Phil Sutter <phil@nwl.cc>
---
doc/ip-cref.tex | 3 ---
man/man8/ip-rule.8 | 2 --
2 files changed, 5 deletions(-)
@@ -2049,9 +2049,6 @@ table \verb|local| (ID 255). The \verb|local| table is a special routing table containing high priority control routes for local and broadcast addresses.-Rule 0 is special. It cannot be deleted or overridden.--\item Priority: 32766, Selector: match anything, Action: lookup routing table \verb|main| (ID 254). The \verb|main| table is the normal routing table containing all non-policy
@@ -118,8 +118,6 @@ The .Blocal table is a special routing table containing high priority control routes for local and broadcast addresses.-.sp-Rule 0 is special. It cannot be deleted or overridden. .TP 2.
From: Phil Sutter <phil@nwl.cc> Date: 2016-03-04 11:53:19
This seems to have been a hidden feature, though it's very useful and
necessary at least when combining multiple pedit actions.
Signed-off-by: Phil Sutter <phil@nwl.cc>
---
tc/m_pedit.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
From: Stephen Hemminger <hidden> Date: 2016-03-04 23:36:59
On Fri, 4 Mar 2016 12:52:36 +0100
Phil Sutter [off-list ref] wrote:
The following five patches contain minor changes to documentation at
various places. They are all unrelated, but being lazy as I am, I
submit them in one go.
Phil Sutter (5):
tc: pedit: document branch control in help output
man: ip-link: Beef up VXLAN csum options a bit
man: tc-u32: Minor syntax fix
man: ip-route: Make synopsis consistent with description
doc, man: ip-rule: Remove incorrect statement about rule 0
doc/ip-cref.tex | 3 ---
man/man8/ip-link.8.in | 6 +++---
man/man8/ip-route.8.in | 2 +-
man/man8/ip-rule.8 | 2 --
man/man8/tc-u32.8 | 1 +
tc/m_pedit.c | 3 ++-
6 files changed, 7 insertions(+), 10 deletions(-)