From 87ffa4b54438416ce4e836c309c2703ad2f75907 Mon Sep 17 00:00:00 2001 From: Mario Campos Date: Fri, 24 May 2024 07:41:45 -0500 Subject: [PATCH] Fix wording to reflect commands without DHCP The `sysrc` commands would be enabled when an interface configures its address via SLAAC, not DHCP. Hence, the instruction is incorrect. --- documentation/content/en/books/handbook/network/_index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/content/en/books/handbook/network/_index.adoc b/documentation/content/en/books/handbook/network/_index.adoc index 68497781072..745db13193b 100644 --- a/documentation/content/en/books/handbook/network/_index.adoc +++ b/documentation/content/en/books/handbook/network/_index.adoc @@ -495,7 +495,7 @@ To assign a default router, specify its address executing the following command: If the network has a DHCP server, it is very easy to configure the network interface to use DHCP. man:dhclient[8] will provide automatically the IP, the netmask and the default router. -To make the interface work with DHCP execute the following command: +To make the interface work without DHCP, execute the following commands: [source,shell] ....