bridge: add support for promiscuous mode

This commit is contained in:
Daniel Nardo
2017-06-30 17:08:30 -07:00
parent a690f775ae
commit 9d08b04a3a
3 changed files with 52 additions and 2 deletions

View File

@@ -40,3 +40,4 @@ If the bridge is missing, the plugin will create one on first use and, if gatewa
* `mtu` (integer, optional): explicitly set MTU to the specified value. Defaults to the value chosen by the kernel.
* `hairpinMode` (boolean, optional): set hairpin mode for interfaces on the bridge. Defaults to false.
* `ipam` (dictionary, required): IPAM configuration to be used for this network.
* `promiscMode` (boolean, optional): set promiscuous mode on the bridge. Defaults to false.