From 593ffed772fc639e1f811a684c5769ea6e286bb0 Mon Sep 17 00:00:00 2001 From: Pim van Pelt Date: Sun, 3 Apr 2022 15:03:10 +0000 Subject: [PATCH] Clarify the encap is optional --- docs/config-guide.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/config-guide.md b/docs/config-guide.md index 852406d..29c157e 100644 --- a/docs/config-guide.md +++ b/docs/config-guide.md @@ -223,7 +223,10 @@ allow the following field: * ***exact-match***: A boolean, signalling the sub-interface should match on the exact number of tags specified. This is required for any L3 interface (carrying an IP address or LCP), but allowed to be False for L2 interfaces (ie. bridge-domain members or L2XC targets). - * It is forbidden to specify both `dot1q` and `dot1ad` field. + +It's permitted to omit the `encapsulation` fields, in which case an exact-matching Dot1Q +encapsulation with tag value equal to the `subid` will be configured. Obviously, it is forbidden +to specify both `dot1q` and `dot1ad` fields at the same time. Examples: ```