Merge "Enable bridge command for openvswitch agent"
This commit is contained in:
commit
1665395b19
@ -21,3 +21,6 @@ ovsdb-client: CommandFilter, ovsdb-client, root
|
|||||||
ip: IpFilter, ip, root
|
ip: IpFilter, ip, root
|
||||||
find: RegExpFilter, find, root, find, /sys/class/net, -maxdepth, 1, -type, l, -printf, %.*
|
find: RegExpFilter, find, root, find, /sys/class/net, -maxdepth, 1, -type, l, -printf, %.*
|
||||||
ip_exec: IpNetnsExecFilter, ip, root
|
ip_exec: IpNetnsExecFilter, ip, root
|
||||||
|
|
||||||
|
# needed for FDB extention
|
||||||
|
bridge: CommandFilter, bridge, root
|
||||||
|
@ -0,0 +1,9 @@
|
|||||||
|
---
|
||||||
|
fixes:
|
||||||
|
- |
|
||||||
|
The Openvswitch agent has an extension called ``fdb`` that uses
|
||||||
|
the Linux ``bridge`` command.
|
||||||
|
The ``bridge`` command has been added to the
|
||||||
|
rootwrap openvswitch-plugin.filters file.
|
||||||
|
For more information, see bug:
|
||||||
|
`1730407 <https://bugs.launchpad.net/neutron/+bug/1730407>`_
|
Loading…
Reference in New Issue
Block a user