mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 01:24:38 +00:00
interfaces: need this now #7202
This commit is contained in:
parent
f1fbf811b2
commit
c7d6f53797
@ -5,7 +5,7 @@ for IPV4 in $(find /tmp -type f -name "newwanip_*"); do
|
||||
rm "${IPV4}"
|
||||
|
||||
echo "Reconfiguring IPv4 on ${INTERFACE}"
|
||||
configctl -dq interface newip ${INTERFACE}
|
||||
configctl -dq interface newip ${INTERFACE} force
|
||||
done
|
||||
|
||||
for IPV6 in $(find /tmp -type f -name "newwanipv6_*"); do
|
||||
@ -13,5 +13,5 @@ for IPV6 in $(find /tmp -type f -name "newwanipv6_*"); do
|
||||
rm "${IPV6}"
|
||||
|
||||
echo "Reconfiguring IPv6 on ${INTERFACE}"
|
||||
configctl -dq interface newipv6 ${INTERFACE}
|
||||
configctl -dq interface newipv6 ${INTERFACE} force
|
||||
done
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user