bridge: add support for promiscuous mode
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user