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