Padavan export/import web configured dhcp static

QZLin / 2023-05-28 / 原文

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