From ba148df1596a640f4370aa8217331789836833b4 Mon Sep 17 00:00:00 2001 From: Julien Duponchelle Date: Thu, 15 Sep 2016 08:10:41 +0200 Subject: [PATCH] Fix documentation formatting --- docs/port_name_format.rst | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/docs/port_name_format.rst b/docs/port_name_format.rst index 6152ccd7..2c5a5d77 100644 --- a/docs/port_name_format.rst +++ b/docs/port_name_format.rst @@ -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.