netmode: Fix missing IP interface after wan mode change

This commit is contained in:
Suvendhu Hansa 2025-12-04 14:09:16 +05:30 committed by IOPSYS Dev
parent 401790274c
commit 5d9c9d5708
No known key found for this signature in database

View file

@ -12,4 +12,8 @@ if [ -f /etc/bbfdm/dmmap/dmmap_ppp ]; then
rm -f /etc/bbfdm/dmmap/dmmap_ppp
fi
if [ -f /etc/bbfdm/dmmap/dmmap_network ]; then
rm -f /etc/bbfdm/dmmap/dmmap_network*
fi
reboot &