[CRIU] [PATCH 0/4] net: add support of network device sysctl config

Pavel Tikhomirov ptikhomirov at parallels.com
Wed Sep 10 01:02:24 PDT 2014


One can set those config options with:
sysctl net.ipv4.conf.<device>.<option>=<value>
and check them with:
cat /proc/sys/net/ipv4/conf/<device>/<option>

description: There are a lot of options like enable and configure
IPSEC, ARP, ICMP, SRR, IGMP, Reverse Path Filtering, redirecting.

https://bugzilla.openvz.org/show_bug.cgi?id=2965

Pavel Tikhomirov (4):
  netdevconf: add net_device_ipv4_conf_entry to protobuf
  netdevconf: add get_opt_index() to give index to all options
  netdevconf: dump device ipv4 configuration options if in netnamespace
  netdevconf: restore network devices config options

 cr-show.c               |   1 +
 image-desc.c            |   1 +
 include/image-desc.h    |   1 +
 include/magic.h         |   1 +
 include/protobuf-desc.h |   1 +
 net.c                   | 251 ++++++++++++++++++++++++++++++++++++++++++++++++
 protobuf-desc.c         |   1 +
 protobuf/netdev.proto   |   5 +
 8 files changed, 262 insertions(+)

-- 
1.9.3



More information about the CRIU mailing list