From 5717ece9dc79b43a2a319eaf592e4215c8d722c8 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Fri, 19 Mar 2021 17:09:59 +0100 Subject: bridge: T3415: add port isolation / private-vlan option Private VLAN, also known as port isolation, is a technique in computer networking where a VLAN contains switch ports that are restricted such that they can only communicate with a given "uplink". The restricted ports are called "private ports". Each private VLAN typically contains many private ports, and a single uplink. The uplink will typically be a port (or link aggregation group) connected to a router, firewall, server, provider network, or similar central resource. Q: https://en.wikipedia.org/wiki/Private_VLAN --- interface-definitions/interfaces-bridge.xml.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'interface-definitions') diff --git a/interface-definitions/interfaces-bridge.xml.in b/interface-definitions/interfaces-bridge.xml.in index c6de58424..1af002142 100644 --- a/interface-definitions/interfaces-bridge.xml.in +++ b/interface-definitions/interfaces-bridge.xml.in @@ -178,6 +178,12 @@ 32 + + + Port is isolated (also known as Private-VLAN) + + + -- cgit v1.2.3