Skip to content

Commit

Permalink
docs: Fix allowed subnets (#1610)
Browse files Browse the repository at this point in the history
Signed-off-by: imusmanmalik <usmanmalik@engineer.com>
  • Loading branch information
imusmanmalik committed Jun 14, 2022
1 parent b2f65cd commit 7ebf36d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/subnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Besides standard NetworkPolicy,Kube-OVN also supports network isolation and ac
*Note*: NetworkPolicy take a higher priority than subnet isolation rules.

- `private`: Boolean, controls whether to deny traffic from IP addresses outside of this Subnet. Default: false.
- `allow`: Strings of CIDRs separated by commas, controls which addresses can access this Subnet, if `private=true`.
- `allowSubnets`: List of CIDRs, controls which addresses can access this Subnet, if `private=true`.

After Kube-OVN v1.10.0, we provide support for fine-grained traffic control in subnet. The detailed implementation can be referenced in [Subnet-ACL](https://github.com/kubeovn/kube-ovn/blob/master/docs/subnet-acl.md).

Expand Down

0 comments on commit 7ebf36d

Please sign in to comment.