From d2ce3b2213174d20fe24cc0a9f583ce80f48d5d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20K=C3=BCthe?= Date: Tue, 3 Jan 2023 12:21:11 +0100 Subject: [PATCH] fix format MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marek Küthe --- docs/routing/create-dummy-interface.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/routing/create-dummy-interface.md b/docs/routing/create-dummy-interface.md index cd811df..215aabc 100644 --- a/docs/routing/create-dummy-interface.md +++ b/docs/routing/create-dummy-interface.md @@ -35,8 +35,8 @@ Alternatively, you can use the following configuration: ``` auto crxn iface crxn inet6 static - address - netmask 128 + address + netmask 128 pre-up ip link add crxn type dummy post-down ip link del crxn ```