aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorHåkon Solbjørg <hakon@solbj.org>2023-04-07 01:46:59 +0200
committerHåkon Solbjørg <hakon@solbj.org>2023-04-07 01:46:59 +0200
commitb153792a571f30df34b0ef7249b82803dfcadf48 (patch)
treefbe33baf6811a0ef80896775519f2d347681976a /tools
parent650d0b0459d746452c227f1373aa4ebd5a2bb0eb (diff)
we changed it here too
Diffstat (limited to 'tools')
-rw-r--r--tools/netbox/scripts/netbox2gondul/netbox2gondul.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/netbox/scripts/netbox2gondul/netbox2gondul.py b/tools/netbox/scripts/netbox2gondul/netbox2gondul.py
index ff10009..01f81b9 100644
--- a/tools/netbox/scripts/netbox2gondul/netbox2gondul.py
+++ b/tools/netbox/scripts/netbox2gondul/netbox2gondul.py
@@ -20,7 +20,7 @@ from requests.models import HTTPBasicAuth
FLOOR = Site.objects.get(slug="floor")
RING = Site.objects.get(slug="ring")
WIFI = Site.objects.get(slug="hele-skpet")
-WIFI_TRAFFIC_VLAN = VLAN.objects.get(name="wifi-clients-ssid-the-gathering.floor.r1.tele")
+WIFI_TRAFFIC_VLAN = VLAN.objects.get(name="wifi-lol")
class GondulConfigError(Exception):
def __init__(self, msg):