Padavan export/import web configured dhcp static
get
nvram showall | grep -E "dhcp_static(ip|mac|name|num)"
set
nvram set key=value
- example
nvram showall | grep -E "dhcp_static(ip|mac|name|num)">dhcp_static.txt
cat dhcp_static.txt | while read line; do nvram set $line; done
nvram commit