Page 1 of 1

Default vlan seetings

Posted: Wed Jun 20, 2018 9:05 am
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'

Re: Default vlan seetings

Posted: Wed Jun 20, 2018 5:04 pm
by Lantis
These are required by Gargoyle. Delete them at your own peril.