[libvirt] [PATCH 0/4] Prevent loosing IPv6 routes due to forwarding

Cédric Bosdonnat cbosdonnat at suse.com
Fri Mar 3 15:00:18 UTC 2017


Hi all,

When enabling IPv6 forwarding on hosts getting Router Advertised routes,
the host looses the RA routes. To prevent this, check if the host has
such routes. In case there are some, check that the accept_ra is set
to 2 before bringing the network up.

Cédric Bosdonnat (4):
  util: extract the request sending code from virNetlinkCommand()
  util: add virNetlinkDumpCommand()
  bridge_driver.c: more uses of SYSCTL_PATH
  network: check accept_ra before enabling ipv6 forwarding

 src/libvirt_private.syms    |   1 +
 src/network/bridge_driver.c | 187 +++++++++++++++++++++++++++++++++++++++++---
 src/util/virnetlink.c       | 145 +++++++++++++++++++++++++---------
 src/util/virnetlink.h       |   9 +++
 4 files changed, 298 insertions(+), 44 deletions(-)

-- 
2.11.0




More information about the libvir-list mailing list