From a5d02b96a64d0daba91aa4f3b8f41939ba52e5f6 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Mon, 10 Apr 2006 19:31:54 +0000 Subject: [PATCH] Rename switches. --- zyxel/switchmap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zyxel/switchmap.py b/zyxel/switchmap.py index 28e3e73..479d082 100755 --- a/zyxel/switchmap.py +++ b/zyxel/switchmap.py @@ -63,5 +63,5 @@ for vlan in vlan_list: cnet_minor = (num-1) * 64 # switches.write("194.0.%u.0 24 split:%s\n" % (i, ",".join(vlans[vlan]))) - switches.write("194.0.%u.%u 26 e%u-%u\n" % (cnet_major, cnet_minor, row, num)) + switches.write("194.0.%u.%u 26 e%u-sw%u\n" % (cnet_major, cnet_minor, row, num)) i = i + 1 -- 2.39.2