From 266f18bbeb4dac1098139a34130ddace6cb99fbe Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Mon, 24 Feb 2025 09:26:54 +0100 Subject: [PATCH] doc: misc. cleanup Either indent by four spaces or use backticks. Depending on the output generator they may apply different styling though. Signed-off-by: Joachim Wiberg --- doc/networking.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/doc/networking.md b/doc/networking.md index 9bb86ce6..f637d023 100644 --- a/doc/networking.md +++ b/doc/networking.md @@ -1059,7 +1059,7 @@ The resulting address (10.1.2.100/24) is of type *dhcp*. The (only) way to disable IPv6 link-local addresses is by disabling IPv6 on the interface. -```(disabling +``` admin@example:/> configure admin@example:/config/> edit interface eth0 ipv6 admin@example:/config/interface/eth0/ipv6/> set enabled false @@ -1173,12 +1173,13 @@ have changed type to *random*. To be able to route (static or dynamic) on the interface it is required to enable forwarding. This setting controls if packets received on this interface can be forwarded. - ``` - admin@example:/config/> edit interface eth0 - admin@example:/config/interface/eth0/> set ipv4 forwarding - admin@example:/config/interface/eth0/> leave - admin@example:/> - ``` + +``` +admin@example:/config/> edit interface eth0 +admin@example:/config/interface/eth0/> set ipv4 forwarding +admin@example:/config/interface/eth0/> leave +admin@example:/> +``` ### IPv6 forwarding