feature: Add q-bridge-mib tagged VLAN membership #3285

This commit is contained in:
Eldon Koyle
2016-10-11 15:29:06 -06:00
committed by Neil Lathwood
parent 626ce47b0f
commit 7ca80410d5
8 changed files with 152 additions and 27 deletions

1
sql-schema/144.sql Normal file
View File

@@ -0,0 +1 @@
ALTER TABLE `ports_vlans` ADD `untagged` TINYINT NOT NULL DEFAULT '0' AFTER `cost`;