@@ -402,7 +402,7 @@ Run examples:
402402
403403```
404404# [autoconnect on list: echo only]
405- # ===============================
405+ # ================================
406406# nmcli-cli-autoconnect-list on
407407bond1
408408bond1.100
@@ -440,7 +440,7 @@ Run examples:
440440
441441```
442442# [autoconnect on: echo only]
443- # ==========================
443+ # ===========================
444444# nmcli-cli-autoconnect-set eno1 on
445445# echo only.
446446nmcli connection modify "eno1" connection.autoconnect "on"
@@ -716,7 +716,7 @@ Run examples:
716716nmcli connection delete "eno1.100"
717717
718718# [vlan delete: run it]
719- # ========================
719+ # =====================
720720# nmcli-cli-vlan-delete -x eno1.100
721721Applying: nmcli connection delete "bond1.100"
722722Connection 'bond1.100' (2fe697fa-3ca9-4546-8d2d-b551ef47e8f4) successfully deleted.
@@ -815,7 +815,7 @@ Run examples:
815815nmcli connection delete "br1"
816816
817817# [bridge delete: run it]
818- # ========================
818+ # =======================
819819# nmcli-cli-bridge-delete -x br1.100
820820Applying: nmcli connection modify "bond1.100" connection.master "" connection.slave-type ""
821821Applying: nmcli connection delete "br1.100"
@@ -826,8 +826,8 @@ Connection 'br1.100' (0587e320-3c7c-4808-a93b-c55a5d7c657f) successfully deleted
826826
827827- Interfaces: eno1 + eno3 + ens2f0
828828- Bonding: LACP
829- - VLAN: ID 100
830- - Bridge: VLAN
829+ - VLAN ID: 100
830+ - Bridge: via VLAN interface
831831- IP: static IPv4 + IPv6
832832
833833```
0 commit comments