Skip to content

Commit

Permalink
Fix wording to reflect commands without DHCP
Browse files Browse the repository at this point in the history
The `sysrc` commands would be enabled when an interface configures its address via SLAAC, not DHCP. Hence, the instruction is incorrect.
  • Loading branch information
mario-campos authored May 24, 2024
1 parent abca59f commit 87ffa4b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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]
....
Expand Down

0 comments on commit 87ffa4b

Please sign in to comment.