From b153792a571f30df34b0ef7249b82803dfcadf48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5kon=20Solbj=C3=B8rg?= Date: Fri, 7 Apr 2023 01:46:59 +0200 Subject: we changed it here too --- tools/netbox/scripts/netbox2gondul/netbox2gondul.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): -- cgit v1.2.3