Skip to content

[bug] VLAN filtering not appearing on devices #1100

@Freak4915

Description

@Freak4915

VLAN Filtering configuration appears at the template level only and not in the final device configuration and therefore never applied.

Steps To Reproduce
Steps to reproduce the behavior:
Go to Configurations -> Templates -> Add template
Add configuration item Interfaces
Add an interface, and fill in details needed.
Add VLAN Filtering
Add VLAN 1
Add ports lan1
Tagging Egress tagged
Tick Primary VID
Add ports lan2
Tagging Egress tagged
Tick Primary VID
Add ports lan3
Tagging Egress tagged
Tick Primary VID

Check Preview configuration and confirm:

config bridge-vlan 'vlan_br_lan_1'
option device 'br-lan'
list ports 'lan1:t*'
list ports 'lan2:t*'
list ports 'lan3:t*'
option vlan '1'

Expected behavior
Go to Devices
Select Device and apply the created template.
Click on Preview configuration

All details about the just add template appears but the VLAN Filtering is missing.

Screenshots

Image

System Informatioon:

  • OS: Ubuntu lsb_release -a
  • Python Version: Python 3.12.3
  • Django Version: [e.g. Django 4.2.5]
  • Browser and Browser Version (if applicable): Edge

192.168.0.165

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions