This commit is contained in:
Christian Dresel 2021-01-01 10:26:52 +01:00
parent b252c84143
commit c082735105
1 changed files with 3 additions and 0 deletions

View File

@ -16,4 +16,7 @@ if [ -n "$(uci -q get fff.autol3.autoconfigl3)" ] ; then
fi
uci del fff.autol3.autoconfigl3
uci commit fff
# we call the script itself again here
# because if reconfigure we must say the assigner what ip
. /usr/sbin/autoconfigl3
fi