Skip to content

Commit 3c4c28b

Browse files
authored
fix: typo in DHCP server address relay command (#247)
1 parent 3a422a2 commit 3c4c28b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dns_dhcp.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ The DHCP relay allows the firewall to forward DHCP requests from clients to an e
313313
314314
4.Set the upstream DHCP server address: ::
315315

316-
uci set dhcp.@relay[-1].server_add='<SERVER_ADDR>'
316+
uci set dhcp.@relay[-1].server_addr='<SERVER_ADDR>'
317317

318318
5.Commit the configuration: ::
319319

@@ -330,7 +330,7 @@ Example
330330
uci add dhcp relay
331331
uci set dhcp.@relay[-1].interface='LAN'
332332
uci set dhcp.@relay[-1].local_addr='192.168.1.1'
333-
uci set dhcp.@relay[-1].server_add='192.168.10.100'
333+
uci set dhcp.@relay[-1].server_addr='192.168.10.100'
334334
uci commit dhcp
335335
reload_config
336336

0 commit comments

Comments
 (0)