Commit a7eef7aa authored by Phil Sutter's avatar Phil Sutter Committed by Stephen Hemminger

man: ip-xfrm.8: Document missing parameters

Namely, 'extra-flag' of 'ip xfrm state' and 'flag' of 'ip xfrm policy'.
Signed-off-by: default avatarPhil Sutter <phil@nwl.cc>
parent 5d8cb090
......@@ -57,6 +57,8 @@ ip-xfrm \- transform configuration
.IR ADDR "[/" PLEN "] ]"
.RB "[ " ctx
.IR CTX " ]"
.RB "[ " extra-flag
.IR EXTRA-FLAG-LIST " ]"
.ti -8
.B "ip xfrm state allocspi"
......@@ -195,6 +197,13 @@ ip-xfrm \- transform configuration
.RB "{ " espinudp " | " espinudp-nonike " }"
.IR SPORT " " DPORT " " OADDR
.ti -8
.IR EXTRA-FLAG-LIST " := [ " EXTRA-FLAG-LIST " ] " EXTRA-FLAG
.ti -8
.IR EXTRA-FLAG " := "
.B dont-encap-dscp
.ti -8
.BR "ip xfrm policy" " { " add " | " update " }"
.I SELECTOR
......@@ -247,6 +256,8 @@ ip-xfrm \- transform configuration
.IR ACTION " ]"
.RB "[ " priority
.IR PRIORITY " ]"
.RB "[ " flag
.IR FLAG-LIST "]"
.ti -8
.B "ip xfrm policy flush"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment