Commit db4a7f19 authored by nick black's avatar nick black Committed by Stephen Hemminger

Update ip manpage

Fix synopsis and other references to match current code.
parent 14a1c164
...@@ -14,7 +14,8 @@ ip \- show / manipulate routing, devices, policy routing and tunnels ...@@ -14,7 +14,8 @@ ip \- show / manipulate routing, devices, policy routing and tunnels
.ti -8 .ti -8
.IR OBJECT " := { " .IR OBJECT " := { "
.BR link " | " addr " | " addrlabel " | " route " | " rule " | " neigh " | "\ .BR link " | " addr " | " addrlabel " | " route " | " rule " | " neigh " | "\
tunnel " | " maddr " | " mroute " }" ntable " | " tunnel " | " tuntap " | " maddr " | " mroute " | " mrule " | "\
monitor " | " xfrm " | " netns " | " l2tp " }"
.sp .sp
.ti -8 .ti -8
...@@ -102,10 +103,6 @@ host addresses. ...@@ -102,10 +103,6 @@ host addresses.
.SS .SS
.I OBJECT .I OBJECT
.TP
.B link
- network device.
.TP .TP
.B address .B address
- protocol (IP or IPv6) address on a device. - protocol (IP or IPv6) address on a device.
...@@ -114,9 +111,41 @@ host addresses. ...@@ -114,9 +111,41 @@ host addresses.
.B addrlabel .B addrlabel
- label configuration for protocol address selection. - label configuration for protocol address selection.
.TP
.B l2tp
- tunnel PPP over IP (L2TP).
.TP
.B link
- network device.
.TP
.B maddress
- multicast address.
.TP
.B monitor
- watch for netlink messages.
.TP
.B mroute
- multicast routing cache entry.
.TP
.B mrule
- rule in multicast routing policy database.
.TP .TP
.B neighbour .B neighbour
- ARP or NDISC cache entry. - manage ARP or NDISC cache entries.
.TP
.B netns
- manage network namespaces.
.TP
.B ntable
- manage the neighbor cache's operation.
.TP .TP
.B route .B route
...@@ -127,16 +156,16 @@ host addresses. ...@@ -127,16 +156,16 @@ host addresses.
- rule in routing policy database. - rule in routing policy database.
.TP .TP
.B maddress .B tunnel
- multicast address. - tunnel over IP.
.TP .TP
.B mroute .B tuntap
- multicast routing cache entry. - manage TUN/TAP devices.
.TP .TP
.B tunnel .B xfrm
- tunnel over IP. - manage IPSec policies.
.PP .PP
The names of all objects may be written in full or The names of all objects may be written in full or
...@@ -181,6 +210,7 @@ was written by Alexey N. Kuznetsov and added in Linux 2.2. ...@@ -181,6 +210,7 @@ was written by Alexey N. Kuznetsov and added in Linux 2.2.
.BR ip-monitor (8), .BR ip-monitor (8),
.BR ip-mroute (8), .BR ip-mroute (8),
.BR ip-neighbour (8), .BR ip-neighbour (8),
.BR ip-netns (8),
.BR ip-ntable (8), .BR ip-ntable (8),
.BR ip-route (8), .BR ip-route (8),
.BR ip-rule (8), .BR ip-rule (8),
......
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