We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cac889b commit eeaa2d9Copy full SHA for eeaa2d9
1 file changed
README.md
@@ -822,7 +822,9 @@ Applying: nmcli connection delete "br1.100"
822
Connection 'br1.100' (0587e320-3c7c-4808-a93b-c55a5d7c657f) successfully deleted.
823
```
824
825
-## Example: Add Bonding + VLAN + Bridge interface
+## Examples
826
+
827
+### Example: Add Bonding + VLAN + Bridge interface
828
829
- Interfaces: eno1 + eno3 + ens2f0
830
- Bonding: LACP
@@ -863,7 +865,7 @@ nmcli connection modify "br1.100" ipv6.gateway "2001:db8:1::1"
863
865
nmcli connection modify "br1.100" ipv6.dns "2001:db8:1::1,2001:db8:1::2"
864
866
867
-## Example: Delete Brdige + VLAN + Bonding interface
868
+### Example: Delete Brdige + VLAN + Bonding interface
869
870
- Interfaces: br1.100 + bond1.100 + bond1
871
0 commit comments