We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a422a2 commit 3c4c28bCopy full SHA for 3c4c28b
1 file changed
dns_dhcp.rst
@@ -313,7 +313,7 @@ The DHCP relay allows the firewall to forward DHCP requests from clients to an e
313
314
4.Set the upstream DHCP server address: ::
315
316
- uci set dhcp.@relay[-1].server_add='<SERVER_ADDR>'
+ uci set dhcp.@relay[-1].server_addr='<SERVER_ADDR>'
317
318
5.Commit the configuration: ::
319
@@ -330,7 +330,7 @@ Example
330
uci add dhcp relay
331
uci set dhcp.@relay[-1].interface='LAN'
332
uci set dhcp.@relay[-1].local_addr='192.168.1.1'
333
- uci set dhcp.@relay[-1].server_add='192.168.10.100'
+ uci set dhcp.@relay[-1].server_addr='192.168.10.100'
334
uci commit dhcp
335
reload_config
336
0 commit comments