aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorroot <root@frank.tg14.gathering.org>2014-04-15 23:29:09 +0200
committerroot <root@frank.tg14.gathering.org>2014-04-15 23:29:09 +0200
commitde809ea6caf08b836fe8f59908d4681714290d13 (patch)
treef652b92dba8008f9c829e277f31af5c6bbe03f73
parent0d8d9b02b00d9872259ed0ee6308ed6dd2fd3893 (diff)
Remove TG13-hack that broke everything.
-rwxr-xr-xdlink-ng/make-dlink-config.pl4
1 files changed, 0 insertions, 4 deletions
diff --git a/dlink-ng/make-dlink-config.pl b/dlink-ng/make-dlink-config.pl
index 54284ac..f210a51 100755
--- a/dlink-ng/make-dlink-config.pl
+++ b/dlink-ng/make-dlink-config.pl
@@ -37,10 +37,6 @@ while (<PATCH>) {
my $netmask = $switches{$switchname}{netmask};
my ($o1, $o2, $o3, $o4) = split(/\./, $network);
- # TG13-fiks
- # Distroene ble kalt 1-5, men planning-forvirring førte til renaming 0-4
- $coregw =~ s/^(distro)([0-9])$/$1 . ($2-1)/e;
-
# portchannel per distro
$portchannels{$coregw} = $portchannel_start unless ($portchannels{$coregw} && defined($portchannels{$coregw}));