]> xenbits.xensource.com Git - libvirt.git/commit
util: add a function to insert new interfaces to IPv6CheckForwarding list
authorLaine Stump <laine@laine.org>
Mon, 7 Jan 2019 20:55:31 +0000 (15:55 -0500)
committerLaine Stump <laine@laine.org>
Thu, 10 Jan 2019 17:36:40 +0000 (12:36 -0500)
commit37bb6facfc467179d6cfe6186ad6d5a55285c2c7
treed1057b4094b1b2b9f472de341a83c3c1792b697f
parent0ea259b6bf3c89bb3b144eba38bc0bd32e516107
util: add a function to insert new interfaces to IPv6CheckForwarding list

This same operation needs to be done in multiple places, so move the
inline code into a separate function.

Signed-off-by: Laine Stump <laine@laine.org>
Reviewed-by: Erik Skultety <eskultet@redhat.com>
src/util/virnetdevip.c