diff --git a/netmode/files/lib/netmode/post/datamodel_init.sh b/netmode/files/lib/netmode/post/datamodel_init.sh index 41d2bf7dd..8640b59ff 100644 --- a/netmode/files/lib/netmode/post/datamodel_init.sh +++ b/netmode/files/lib/netmode/post/datamodel_init.sh @@ -16,4 +16,8 @@ if [ -f /etc/bbfdm/dmmap/IP ]; then rm -f /etc/bbfdm/dmmap/IP fi +if [ -f /etc/bbfdm/dmmap/Ethernet ]; then + rm -f /etc/bbfdm/dmmap/Ethernet +fi + reboot &