{# SPDX-License-Identifier: Apache-2.0 #} {# Copyright (C) 2025 Marcin Zieba #} {% extends 'base/layout.html' %} {% block title %}Re-scope VLAN {{ state.vlan.vid }}{% endblock %} {% block content %}
Re-scope VLAN {{ state.vlan.vid }} — {{ object }}

VLAN {{ state.vlan.vid }} ({{ state.vlan.name|default:"—" }}) is currently in group {{ state.vlan.group }}. Move it into another group (e.g. a site-wide / shared group) and it stays synced with the device — sync follows the overlay, not the group. If the target group already has VLAN {{ state.vlan.vid }}, this merges onto that shared VLAN (re-pointing this device's interfaces) and removes the per-device duplicate.

{% if groups %}
{% csrf_token %}
Cancel
{% else %}

No other VLAN group available. Create one first (Plugins → IPAM → VLAN Groups).

{% endif %}
{% endblock %}