Merge pull request #102 from BarbarossaTM/docs/fixes
docs: Fix format of VXLAN examples
This commit is contained in:
commit
953b2274f7
1 changed files with 6 additions and 6 deletions
|
@ -68,7 +68,7 @@ other options are optional.
|
||||||
|
|
||||||
A VTEP with multiple peers addressed via a multicast group:
|
A VTEP with multiple peers addressed via a multicast group:
|
||||||
|
|
||||||
...
|
```
|
||||||
auto vx_v1001_padcty
|
auto vx_v1001_padcty
|
||||||
iface vx_v1001_padcty
|
iface vx_v1001_padcty
|
||||||
vxlan-id 655617
|
vxlan-id 655617
|
||||||
|
@ -77,7 +77,7 @@ iface vx_v1001_padcty
|
||||||
#
|
#
|
||||||
hwaddress f2:00:c1:01:10:01
|
hwaddress f2:00:c1:01:10:01
|
||||||
mtu 1560
|
mtu 1560
|
||||||
...
|
```
|
||||||
|
|
||||||
Note that the underlay must have an MTU of at least 1610 to
|
Note that the underlay must have an MTU of at least 1610 to
|
||||||
carry the encapsulated packets.
|
carry the encapsulated packets.
|
||||||
|
@ -85,7 +85,7 @@ carry the encapsulated packets.
|
||||||
|
|
||||||
A VTEP with one peer (point-to-point configuration):
|
A VTEP with one peer (point-to-point configuration):
|
||||||
|
|
||||||
...
|
```
|
||||||
auto vx_ptp1
|
auto vx_ptp1
|
||||||
iface vx_ptp1
|
iface vx_ptp1
|
||||||
vxlan-id 2342
|
vxlan-id 2342
|
||||||
|
@ -93,7 +93,7 @@ iface vx_ptp1
|
||||||
vxlan-remote-ip 198.51.100.23
|
vxlan-remote-ip 198.51.100.23
|
||||||
#
|
#
|
||||||
hwaddress f2:00:c1:01:10:01
|
hwaddress f2:00:c1:01:10:01
|
||||||
...
|
```
|
||||||
|
|
||||||
# AUTHORS
|
# AUTHORS
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue