Manage OpenWrt configuration files. More information: https://openwrt.org/docs/techref/uci.
uci get {{network.lan.ipaddr}}
uci show {{network}}
uci set {{config}}.{{section}}.{{option}}={{value}}
uci add {{config}} {{section}}
uci delete {{config}}.{{section}}.{{option}}
uci commit {{config}}
uci revert {{config}}
uci