Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/user-guide/vpcs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading