diff options
| author | Michael Biebl <biebl@debian.org> | 2019-07-31 10:52:41 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2019-07-31 10:52:41 +0200 |
| commit | 3a99ba5fd066fe42bd5461360a7411766496619c (patch) | |
| tree | b43863fbe867d7b0f9f9032fd40664c521c88fcb /man/nm-openvswitch.xml | |
| parent | 13cfe714153013158bdf3e74ab58ab713a04223c (diff) | |
| parent | 2e5fa45ddfbb5cffa1e78221f1cea706e2f298af (diff) | |
Update upstream source from tag 'upstream/1.19.90'
Update to upstream version '1.19.90' with Debian dir 6d1a5b9902866beee1365904d425141b5d4c944c
Diffstat (limited to 'man/nm-openvswitch.xml')
| -rw-r--r-- | man/nm-openvswitch.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/nm-openvswitch.xml b/man/nm-openvswitch.xml index d156e78e..52ecf96b 100644 --- a/man/nm-openvswitch.xml +++ b/man/nm-openvswitch.xml @@ -134,8 +134,8 @@ Connection 'ovs-bridge-bridge0' (d10fc64d-1d48-4394-a1b8-e1aea72f27d5) successfully added. <prompt>$ </prompt><userinput>nmcli conn add type ovs-port conn.interface port0 master bridge0</userinput> Connection 'ovs-port-port0' (5ae22bae-bba4-4815-9ade-7e635633e1f0) successfully added. -<prompt>$ </prompt><userinput>nmcli conn add type ovs-interface conn.interface iface0 master port0 \ - ipv4.method manual ipv4.address 192.0.2.1/24</userinput> +<prompt>$ </prompt><userinput>nmcli conn add type ovs-interface slave-type ovs-port conn.interface iface0 \ + master port0 ipv4.method manual ipv4.address 192.0.2.1/24</userinput> Connection 'ovs-interface-iface0' (3640d2a1-a2fd-4718-92f1-cffadb5b6cdc) successfully added. </screen> <para>As said above, you need to create a Port even for a single interface. |