From 609df0dcdecac3c79648e6c4ae7d0a556f35b23f Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Tue, 24 Jul 2012 14:39:51 +0100 Subject: [PATCH] Remove two non-existant NWFilter driver symbols from .syms virNWFilterGetIpAddrForIfname and virNWFilterDelIpAddrForIfname do not exist, so remove them from libvirt_nwfilter.syms Signed-off-by: Daniel P. Berrange --- src/libvirt_nwfilter.syms | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/libvirt_nwfilter.syms b/src/libvirt_nwfilter.syms index 106415f454..23dfa154e4 100644 --- a/src/libvirt_nwfilter.syms +++ b/src/libvirt_nwfilter.syms @@ -9,6 +9,4 @@ virNWFilterTeardownFilter; # nwfilter_learnipaddr.h -virNWFilterGetIpAddrForIfname; -virNWFilterDelIpAddrForIfname; virNWFilterLookupLearnReq; -- 2.39.5