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