From 3466941316a70ac840ebdcc7576230158be8a0fb Mon Sep 17 00:00:00 2001 From: jack9603301 Date: Tue, 10 Nov 2020 12:24:31 +0800 Subject: bridge: T3042: Support VLAN filter and VLAN sub-interface on the bridge --- interface-definitions/interfaces-bridge.xml.in | 33 ++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) (limited to 'interface-definitions/interfaces-bridge.xml.in') diff --git a/interface-definitions/interfaces-bridge.xml.in b/interface-definitions/interfaces-bridge.xml.in index ccd6db9e4..97f548252 100644 --- a/interface-definitions/interfaces-bridge.xml.in +++ b/interface-definitions/interfaces-bridge.xml.in @@ -111,6 +111,37 @@ + + + Set the specific VLAN ID in the interface to ACCESS mode + + 1-4094 + Virtual Local Area Network (VLAN) ID + + + + + VLAN ID must be between 1 and 4094 + + + + + Allow the bridge to pass the tagged VLAN tag on this interface + + <n> + Virtual Local Area Network (VLAN) ID + + + <n-m>-<1-4096> + Virtual Local Area Network (VLAN) ID Range + + + ^([0-9]{1,4}-[0-9]{1,4})|([0-9]{1,4})$ + + not a valid VLAN ID value or range + + + Bridge port cost @@ -163,6 +194,8 @@ + #include + #include -- cgit v1.2.3