diff options
| author | Michael Biebl <biebl@debian.org> | 2025-11-17 17:43:34 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2025-11-17 17:43:34 +0100 |
| commit | 01609e485803fa250413385ae209660fb7b30a2e (patch) | |
| tree | 0992589c495fcaaea35f4a0452362326a4dbc3ba /man/nm-openvswitch.xml | |
| parent | bc5f10851bffd6af1c2855635be7a28b6dba3195 (diff) | |
New upstream version 1.54.2 upstream/1.54.2
Diffstat (limited to 'man/nm-openvswitch.xml')
| -rw-r--r-- | man/nm-openvswitch.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/man/nm-openvswitch.xml b/man/nm-openvswitch.xml index ff852129..82bcba50 100644 --- a/man/nm-openvswitch.xml +++ b/man/nm-openvswitch.xml @@ -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> |