diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/netbox/scripts/netbox2gondul/netbox2gondul.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/netbox/scripts/netbox2gondul/netbox2gondul.py b/tools/netbox/scripts/netbox2gondul/netbox2gondul.py index 2a08268..5fb4ad8 100644 --- a/tools/netbox/scripts/netbox2gondul/netbox2gondul.py +++ b/tools/netbox/scripts/netbox2gondul/netbox2gondul.py @@ -134,6 +134,7 @@ class Netbox2Gondul(Script): "gw6": gw6, "router": router, "vlan": vlan.vid, + "tags": [tag.slug for tag in list(vlan.tags.all())], } def switches_to_gondul(self, switches): |