-
Story
-
Resolution: Obsolete
-
Major
-
None
-
None
-
None
-
False
-
-
False
-
-
rhel-9
-
None
-
rhel-net-ovn
-
-
-
ssg_networking
For each locally relevant SB.Port_Binding with type=vxlan (see FDP-1385), ovn-controller should create a local OVS VXLAN interface configured with `local_ip=<port-binding.IP>,remote_ip=flow,vni=<logical-datapath-ID>`.
For packets leaving the local node (egress direction):
- For each locally relevant SB.Learned_VTEP table record add OpenFlow rules in the OFTABLE_REMOTE_OUTPUT stage that set `tun_dst=SB.Learned_VTEP.IP` and output packets to the corresponding OVS VXLAN tunnel interface.
For packets entering the local node (ingress direction):
- For each locally relevant SB.Learned_VTEP table record add OpenFlow rules in the
OFTABLE_PHY_TO_LOG stage that match on tun_src=SB.Learned_VTEP.IP and load the logical datapath ID from the VXLAN VNI and set the logical ingress port ID to the SB.Learned_VTEP.Port.tunnel_key value.
- depends on
-
FDP-1385 [EVPN] Add support for remote VTEP learning for Logical Switches and Logical Routers.
-
- Verified
-