diff -up smeserver-bandwidthd-2.0.1.2/root/etc/e-smith/templates/etc/bandwidthd.conf/07subnet.b9118 smeserver-bandwidthd-2.0.1.2/root/etc/e-smith/templates/etc/bandwidthd.conf/07subnet --- smeserver-bandwidthd-2.0.1.2/root/etc/e-smith/templates/etc/bandwidthd.conf/07subnet.b9118 2013-12-27 00:05:56.000000000 -0500 +++ smeserver-bandwidthd-2.0.1.2/root/etc/e-smith/templates/etc/bandwidthd.conf/07subnet 2015-11-10 16:22:50.000000000 -0500 @@ -8,7 +8,6 @@ my $ndb = esmith::NetworksDB->open_ro(); $localAccess = $ndb->local_access_spec(); - $localAccess =~ s#/255\.255\.255\.255##g; $localAccess =~ s/ /,/g; $localAccess =~ s:/: :g; my @LocalAccess = split(/,/, $localAccess);