From 5db2f29891e08aa5224d12a613544891c7b521bf Mon Sep 17 00:00:00 2001 From: Maximilian Wilhelm Date: Tue, 6 Oct 2020 20:59:23 +0200 Subject: [PATCH] docs: Fix format of VXLAN examples. Signed-off-by: Maximilian Wilhelm --- doc/interfaces-vxlan.scd | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/interfaces-vxlan.scd b/doc/interfaces-vxlan.scd index 81da9c5..f7f7783 100644 --- a/doc/interfaces-vxlan.scd +++ b/doc/interfaces-vxlan.scd @@ -68,16 +68,16 @@ other options are optional. A VTEP with multiple peers addressed via a multicast group: -... +``` auto vx_v1001_padcty iface vx_v1001_padcty - vxlan-id 655617 + vxlan-id 655617 vxlan-physdev vlan1001 vxlan-remote-group 225.10.1.1 # hwaddress f2:00:c1:01:10:01 mtu 1560 -... +``` Note that the underlay must have an MTU of at least 1610 to carry the encapsulated packets. @@ -85,15 +85,15 @@ carry the encapsulated packets. A VTEP with one peer (point-to-point configuration): -... +``` auto vx_ptp1 iface vx_ptp1 - vxlan-id 2342 + vxlan-id 2342 vxlan-local-ip 192.0.2.42 vxlan-remote-ip 198.51.100.23 # hwaddress f2:00:c1:01:10:01 -... +``` # AUTHORS