From 6f5cf1a3c059fd925cab07c642e34a87fc0bace4 Mon Sep 17 00:00:00 2001 From: Emanuele Di Pascale Date: Tue, 22 Sep 2026 08:28:32 +0200 Subject: [PATCH] add comment for untagged hostBGP the docker container option was already documented, but it was not mentioned in the VPC subnet example Signed-off-by: Emanuele Di Pascale --- docs/user-guide/vpcs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/vpcs.md b/docs/user-guide/vpcs.md index 252aa696..5a302a45 100644 --- a/docs/user-guide/vpcs.md +++ b/docs/user-guide/vpcs.md @@ -69,7 +69,7 @@ spec: "10.10.56.14/32": # a single host route; minPrefixLen must be set here, since the inherited 25 would be shorter than the prefix itself minPrefixLen: 32 maxPrefixLen: 32 - vlan: 1050 + vlan: 1050 # VLAN tag from the VLAN Namespace, use 0 for untagged permit: # Defines which subnets of the current VPC can communicate to each other, applied on top of subnets "isolated" flag (doesn't affect VPC peering) - [subnet-1, subnet-2, subnet-3] # 1, 2 and 3 subnets can communicate to each other