mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-02 11:21:12 +00:00
15 lines
255 B
Plaintext
15 lines
255 B
Plaintext
|
#
|
||
|
# These symbols are dependent on WITH_NWFILTER.
|
||
|
#
|
||
|
|
||
|
|
||
|
# nwfilter_gentech_driver.h
|
||
|
virNWFilterInstantiateFilter;
|
||
|
virNWFilterTeardownFilter;
|
||
|
|
||
|
|
||
|
# nwfilter_learnipaddr.h
|
||
|
virNWFilterGetIpAddrForIfname;
|
||
|
virNWFilterDelIpAddrForIfname;
|
||
|
virNWFilterLookupLearnReq;
|