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 <berrange@redhat.com>
This commit is contained in:
Daniel P. Berrange 2012-07-24 14:39:51 +01:00
parent 2751ab289b
commit 609df0dcde

View File

@ -9,6 +9,4 @@ virNWFilterTeardownFilter;
# nwfilter_learnipaddr.h
virNWFilterGetIpAddrForIfname;
virNWFilterDelIpAddrForIfname;
virNWFilterLookupLearnReq;