Fix documentation formatting

This commit is contained in:
Julien Duponchelle 2016-09-15 08:10:41 +02:00
parent 5b1ec3bec2
commit ba148df159
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

View File

@ -20,19 +20,21 @@ Use segments
Segment allow you to split your interface in multiple ports
For example "Ethernet{segment0}/{port0}" with a segment size of 3:
* Ethernet0/0
* Ethernet0/1
* Ethernet0/2
* Ethernet1/0
* Ethernet1/1
- Ethernet0/0
- Ethernet0/1
- Ethernet0/2
- Ethernet1/0
- Ethernet1/1
You can also change the start number.
For example "Ethernet{segment1}/{port1}" with a segment size of 3:
* Ethernet1/1
* Ethernet1/2
* Ethernet1/3
* Ethernet2/1
* Ethernet2/2
- Ethernet1/1
- Ethernet1/2
- Ethernet1/3
- Ethernet2/1
- Ethernet2/2
This work from port0 to port9 if you need a bigger range ask us.