Default vlan seetings

Report wireless and/or network connectivity problems in this forum.

Moderator: Moderators

Post Reply
Adamon1
Posts: 9
Joined: Fri Jun 15, 2018 6:54 am

Default vlan seetings

Post by Adamon1 »

Hello,
I am wondering, what purpose the default vlan settings serve. Can they be safely deleted? They seem to be inactive anyway, since no port is having a "t", like 'option ports 0t 2 3 4 5t'.

Code: Select all

excerpt from /etc/config/network:
config switch
        option name 'switch0'
        option reset '1'
        option enable_vlan '1'

config switch_vlan
        option device 'switch0'
        option vlan '1'
        option ports '0 2 3 4 5'

config switch_vlan
        option device 'switch0'
        option vlan '2'
        option ports '1 6'

Lantis
Moderator
Posts: 6753
Joined: Mon Jan 05, 2015 5:33 am
Location: Australia

Re: Default vlan seetings

Post by Lantis »

These are required by Gargoyle. Delete them at your own peril.
http://lantisproject.com/downloads/gargoyle_ispyisail.php for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.

Post Reply