mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
netmode: Fix missing IP interface after wan mode change
This commit is contained in:
parent
d8d2d0090b
commit
98925cc464
1 changed files with 4 additions and 0 deletions
|
|
@ -12,4 +12,8 @@ if [ -f /etc/bbfdm/dmmap/PPP ]; then
|
|||
rm -f /etc/bbfdm/dmmap/PPP
|
||||
fi
|
||||
|
||||
if [ -f /etc/bbfdm/dmmap/IP ]; then
|
||||
rm -f /etc/bbfdm/dmmap/IP
|
||||
fi
|
||||
|
||||
reboot &
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue