#!/usr/bin/perl

use PVE::INotify;

my $ifacefile = '/etc/network/interfaces';

unlink($ifacefile);
PVE::INotifyEtcnetOverride::__write_to_file($ifacefile,
    PVE::INotify::__write_etc_network_interfaces(
    PVE::INotifyEtcnetOverride::read_etc_net_interfaces()
));
