logo

oasis-root

Compiled tree of Oasis Linux based on own branch at <https://hacktivis.me/git/oasis/> git clone https://anongit.hacktivis.me/git/oasis-root.git

ip-netconf.8 (743B)


  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. .SH DESCRIPTION
  13. The
  14. .B ip netconf
  15. utility can monitor IPv4 and IPv6 parameters (see
  16. .BR "/proc/sys/net/ipv[4|6]/conf/[all|DEV]/" ")"
  17. like forwarding, rp_filter, proxy_neigh, ignore_routes_with_linkdown
  18. or mc_forwarding status.
  19. If no interface is specified, the entry
  20. .B all
  21. is displayed.
  22. .SS ip netconf show - display network parameters
  23. .TP
  24. .BI dev " NAME"
  25. the name of the device to display network parameters for.
  26. .SH SEE ALSO
  27. .br
  28. .BR ip (8)
  29. .SH AUTHOR
  30. Original Manpage by Nicolas Dichtel <nicolas.dichtel@6wind.com>