Parent Directory | Revision Log | Revision Graph
* Mon Nov 10 2015 JP Pialasse <tests@pialasse.com> 2.0.1.2-4.sme - fix too verbose cronjob [SME: 9117] - fix bandwidthd wont start for unique IP networks(error27) [SME: 9118]
1 | unnilennium | 1.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); |
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |