mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-23 15:32:33 +00:00
Fix missing IP section to properly add static hosts (#2650)
SVN-Revision: 9502
This commit is contained in:
parent
558d0a4858
commit
547984d91d
@ -144,6 +144,8 @@ dhcp_host_add() {
|
||||
config_get mac "$cfg" mac
|
||||
[ -n "$mac" ] || return 0
|
||||
|
||||
config_get ip "$cfg" ip
|
||||
[ -n "$ip" ] || return 0
|
||||
|
||||
append args "--dhcp-host=$mac,$ip"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user