Skip to content

Commit eeaa2d9

Browse files
committed
Add Examples header
1 parent cac889b commit eeaa2d9

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -822,7 +822,9 @@ Applying: nmcli connection delete "br1.100"
822822
Connection 'br1.100' (0587e320-3c7c-4808-a93b-c55a5d7c657f) successfully deleted.
823823
```
824824

825-
## Example: Add Bonding + VLAN + Bridge interface
825+
## Examples
826+
827+
### Example: Add Bonding + VLAN + Bridge interface
826828

827829
- Interfaces: eno1 + eno3 + ens2f0
828830
- Bonding: LACP
@@ -863,7 +865,7 @@ nmcli connection modify "br1.100" ipv6.gateway "2001:db8:1::1"
863865
nmcli connection modify "br1.100" ipv6.dns "2001:db8:1::1,2001:db8:1::2"
864866
```
865867

866-
## Example: Delete Brdige + VLAN + Bonding interface
868+
### Example: Delete Brdige + VLAN + Bonding interface
867869

868870
- Interfaces: br1.100 + bond1.100 + bond1
869871

0 commit comments

Comments
 (0)