mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-02 11:21:12 +00:00
19 lines
261 B
Plaintext
19 lines
261 B
Plaintext
|
#
|
||
|
# These symbols are dependent upon --with-qemu or --with-lxc via
|
||
|
# WITH_BRIDGE.
|
||
|
#
|
||
|
|
||
|
|
||
|
# bridge.h
|
||
|
brAddBridge;
|
||
|
brAddInterface;
|
||
|
brAddTap;
|
||
|
brDeleteBridge;
|
||
|
brInit;
|
||
|
brSetEnableSTP;
|
||
|
brSetForwardDelay;
|
||
|
brSetInetAddress;
|
||
|
brSetInetNetmask;
|
||
|
brSetInterfaceUp;
|
||
|
brShutdown;
|