mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-10 03:30:19 +01:00
man: ovs: document known limitation when removing ifaces and ports
Document a known limitation that we delete bridges and ports from ovsdb when we remove their last NM-owned attached port or interface, even if other externally added ports or interfaces exist. (cherry picked from commit86ea2c5963) (cherry picked from commit6f9ba5fcc5)
This commit is contained in:
parent
a2cad8cb10
commit
0a9bc10076
1 changed files with 8 additions and 0 deletions
|
|
@ -91,6 +91,10 @@
|
|||
NetworkManager inserts the records for Bridges into OVSDB when a Port is
|
||||
attached.
|
||||
</para>
|
||||
|
||||
<para>Known limitation: when the last NetworkManager's owned port is removed,
|
||||
the bridge is removed too, even if there are other externally attached ports.
|
||||
</para>
|
||||
</refsect2>
|
||||
|
||||
<refsect2>
|
||||
|
|
@ -102,6 +106,10 @@
|
|||
exist. Ports can also be configured to do VLAN tagging or Bonding.
|
||||
NetworkManager inserts the records for Ports into OVSDB when an Interface is
|
||||
attached. Ports must be attached to a Bridge.</para>
|
||||
|
||||
<para>Known limitation: when the last NetworkManager's owned interface is removed,
|
||||
the port is removed too, even if there are other externally attached interfaces.
|
||||
</para>
|
||||
</refsect2>
|
||||
|
||||
<refsect2>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue