diff options
author | Håkon Solbjørg <hakon@solbj.org> | 2023-04-07 01:46:59 +0200 |
---|---|---|
committer | Håkon Solbjørg <hakon@solbj.org> | 2023-04-07 01:46:59 +0200 |
commit | b153792a571f30df34b0ef7249b82803dfcadf48 (patch) | |
tree | fbe33baf6811a0ef80896775519f2d347681976a | |
parent | 650d0b0459d746452c227f1373aa4ebd5a2bb0eb (diff) |
we changed it here too
-rw-r--r-- | tools/netbox/scripts/netbox2gondul/netbox2gondul.py | 2 |
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): |