Skip to content

Commit

Permalink
handbook/network: 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.

Reviewed by:	https://github.com/rilysh, dbaio
Pull Request:	freebsd#383
  • Loading branch information
mario-campos authored and lsalvadore committed Jul 23, 2024
1 parent bad145d commit 932ae22
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 932ae22

Please sign in to comment.