forked from ovn-kubernetes/ovn-kubernetes
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable IGMP Snoop (when supported) and IGMP relay to allow multicast connectivity across nodes. Enforce the following network policies for IP multicast traffic: - a default deny-all network policy is applied to all IP multicast traffic. This is implemented with two ACLs: a) one ACL dropping egress multicast traffic from all pods: this is to protect OVN controller from processing IP multicast reports from nodes that are not allowed to receive multicast traffic. b) one ACL dropping ingress multicast traffic to all pods. - when multicast is explicitly enabled in the namespace, IP multicast traffic is forwarded only to pods in the same namespace. This is done by adding: a) a port group containing all logical ports associated with the namespace. b) one "from-lport" ACL allowing egress multicast traffic from the in the namespace. c) one "to-lport" ACL allowing ingress multicast traffic to pods in the namespace. This matches only traffic originated by pods in the same namespace (based on the namespace address set). Add a new namespace annotation to allow enabling of multicast: "k8s.ovn.org/multicast-enabled". Signed-off-by: Dumitru Ceara <[email protected]>
- Loading branch information
Showing
8 changed files
with
351 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.