From Dan Kenigsberg <[email protected]>: Dan Kenigsberg has submitted this change and it was merged.
Change subject: net: For route deletion, specify the relevant family ...................................................................... net: For route deletion, specify the relevant family Deleting a route without specifing the family may result in a deletion of both IPv4 and IPv6 routes. Such a scenario explicitly occurs when deleting the 'default' route. This patch allows the caller to specify an explicit family for the route deletion. iproute2 module is the only caller at the moment. Change-Id: Id241c7938ad7fa9266f8d4761eae267e30f07ef4 Signed-off-by: Edward Haas <[email protected]> --- M lib/vdsm/network/configurators/iproute2.py M lib/vdsm/network/ipwrapper.py 2 files changed, 3 insertions(+), 3 deletions(-) Approvals: Jenkins CI: Passed CI tests Dan Kenigsberg: Looks good to me, approved Edward Haas: Verified -- To view, visit https://gerrit.ovirt.org/69314 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Id241c7938ad7fa9266f8d4761eae267e30f07ef4 Gerrit-PatchSet: 2 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Edward Haas <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Edward Haas <[email protected]> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: gerrit-hooks <[email protected]> _______________________________________________ vdsm-patches mailing list -- [email protected] To unsubscribe send an email to [email protected]
