jamestx10
Occasional Visitor
I have been using a script provided here to keep my DHCP registrations in order by IP.
This no longer seems to work since I updated to 380.67.
Code:
#!/bin/sh
# Refresh a sorted list of the DHCP STATIC table
logger -t "($(basename $0))" DHCP static table reset
# Add lines in the order / grouping as desired to be displayed in the GUI
nvram set dhcp_staticlist="\
<MAC>IP>NAME\
"
nvram set dhcp_static_x="1"
nvram commit
This no longer seems to work since I updated to 380.67.