aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorHåkon Solbjørg <hakon@solbj.org>2023-04-07 01:44:15 +0200
committerHåkon Solbjørg <hakon@solbj.org>2023-04-07 01:44:15 +0200
commit650d0b0459d746452c227f1373aa4ebd5a2bb0eb (patch)
treec279d5fce47198c4f12ea5afca4f7b0e285fc64c /tools
parent428126854a35febb05bd980c930f64bcbdaedcb4 (diff)
We changed the name
Diffstat (limited to 'tools')
-rw-r--r--tools/netbox/scripts/mist2netbox/mist2netbox.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/netbox/scripts/mist2netbox/mist2netbox.py b/tools/netbox/scripts/mist2netbox/mist2netbox.py
index 7f5c2cd..4cc1e57 100644
--- a/tools/netbox/scripts/mist2netbox/mist2netbox.py
+++ b/tools/netbox/scripts/mist2netbox/mist2netbox.py
@@ -18,7 +18,7 @@ CONFIG_FILE = '/etc/netbox/scripts/mist.json'
AP_DEVICE_ROLE = DeviceRole.objects.get(name='AP')
DEFAULT_SITE = Site.objects.get(slug='hele-skpet')
WIFI_MGMT_VLAN = VLAN.objects.get(name="wifi-mgmt.floor.r1.tele")
-WIFI_TRAFFIC_VLAN = VLAN.objects.get(name="wifi-clients-ssid-the-gathering.floor.r1.tele")
+WIFI_TRAFFIC_VLAN = VLAN.objects.get(name="wifi-lol")
CORE_DEVICE = Device.objects.get(name="r1.tele")
TG = Tag.objects.get