]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
ip: add man pages for netconf
authorNicolas Dichtel <nicolas.dichtel@6wind.com>
Mon, 17 Dec 2012 16:41:26 +0000 (17:41 +0100)
committerStephen Hemminger <shemminger@vyatta.com>
Mon, 17 Dec 2012 16:47:51 +0000 (08:47 -0800)
This patch add the documentation about 'ip netconf' command.

Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
man/man8/Makefile
man/man8/ip-netconf.8 [new file with mode: 0644]

index 4bad9d63743e8d0b7c053ce7ced632fac77c5757..d208f3b03109e5abcf9b5c637e5a17dc8a69b3da 100644 (file)
@@ -9,7 +9,7 @@ MAN8PAGES = $(TARGETS) ip.8 arpd.8 lnstat.8 routel.8 rtacct.8 rtmon.8 ss.8 \
        ip-addrlabel.8 ip-l2tp.8 \
        ip-maddress.8 ip-monitor.8 ip-mroute.8 ip-neighbour.8 \
        ip-netns.8 ip-ntable.8 ip-rule.8 ip-tunnel.8 ip-xfrm.8 \
-       ip-tcp_metrics.8
+       ip-tcp_metrics.8 ip-netconf.8
 
 all: $(TARGETS)
 
diff --git a/man/man8/ip-netconf.8 b/man/man8/ip-netconf.8
new file mode 100644 (file)
index 0000000..8041ea2
--- /dev/null
@@ -0,0 +1,36 @@
+.TH IP\-NETCONF 8 "13 Dec 2012" "iproute2" "Linux"
+.SH "NAME"
+ip-netconf \- network configuration monitoring
+.SH "SYNOPSIS"
+.sp
+.ad l
+.in +8
+.ti -8
+.BR "ip " " [ ip-OPTIONS ] " "netconf show" " [ "
+.B dev
+.IR STRING " ]"
+
+.SH DESCRIPTION
+The
+.B ip netconf
+utility can monitor IPv4 and IPv6 parameters (see
+.BR "/proc/sys/net/ipv[4|6]/conf/[all|DEV]/" ")"
+like forwarding, rp_filter
+or mc_forwarding status.
+
+If no interface is specified, the entry
+.B all
+is displayed.
+
+.SS ip netconf show - display network parameters
+
+.TP
+.BI dev " STRING"
+the name of the device to display network parameters.
+
+.SH SEE ALSO
+.br
+.BR ip (8)
+
+.SH AUTHOR
+Original Manpage by Nicolas Dichtel <nicolas.dichtel@6wind.com>