]> git.proxmox.com Git - mirror_iproute2.git/blob - man/man8/ip-netconf.8
ip-xfrm: Add support for OUTPUT_MARK
[mirror_iproute2.git] / man / man8 / ip-netconf.8
1 .TH IP\-NETCONF 8 "13 Dec 2012" "iproute2" "Linux"
2 .SH "NAME"
3 ip-netconf \- network configuration monitoring
4 .SH "SYNOPSIS"
5 .sp
6 .ad l
7 .in +8
8 .ti -8
9 .BR "ip " " [ ip-OPTIONS ] " "netconf show" " [ "
10 .B dev
11 .IR NAME " ]"
12
13 .SH DESCRIPTION
14 The
15 .B ip netconf
16 utility can monitor IPv4 and IPv6 parameters (see
17 .BR "/proc/sys/net/ipv[4|6]/conf/[all|DEV]/" ")"
18 like forwarding, rp_filter, proxy_neigh, ignore_routes_with_linkdown
19 or mc_forwarding status.
20
21 If no interface is specified, the entry
22 .B all
23 is displayed.
24
25 .SS ip netconf show - display network parameters
26
27 .TP
28 .BI dev " NAME"
29 the name of the device to display network parameters for.
30
31 .SH SEE ALSO
32 .br
33 .BR ip (8)
34
35 .SH AUTHOR
36 Original Manpage by Nicolas Dichtel <nicolas.dichtel@6wind.com>