[libvirt] [PATCH] Remove two non-existant NWFilter driver symbols from .syms

Daniel P. Berrange berrange at redhat.com
Tue Jul 24 13:48:37 UTC 2012


From: "Daniel P. Berrange" <berrange at redhat.com>

virNWFilterGetIpAddrForIfname and virNWFilterDelIpAddrForIfname
do not exist, so remove them from libvirt_nwfilter.syms

Signed-off-by: Daniel P. Berrange <berrange at redhat.com>
---
 src/libvirt_nwfilter.syms |    2 --
 1 file changed, 2 deletions(-)

diff --git a/src/libvirt_nwfilter.syms b/src/libvirt_nwfilter.syms
index 106415f..23dfa15 100644
--- a/src/libvirt_nwfilter.syms
+++ b/src/libvirt_nwfilter.syms
@@ -9,6 +9,4 @@ virNWFilterTeardownFilter;
 
 
 # nwfilter_learnipaddr.h
-virNWFilterGetIpAddrForIfname;
-virNWFilterDelIpAddrForIfname;
 virNWFilterLookupLearnReq;
-- 
1.7.10.4




More information about the libvir-list mailing list