Bug 2101832
| Summary: | East-West traffic is broken with gateway router if DNAT configured | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux Fast Datapath | Reporter: | OVN Bot <ovn-bot> |
| Component: | ovn-2021 | Assignee: | xsimonar |
| Status: | CLOSED UPSTREAM | QA Contact: | Jianlin Shi <jishi> |
| Severity: | medium | Docs Contact: | |
| Priority: | high | ||
| Version: | FDP 21.K | CC: | ctrautma, jiji, lorenzo.bianconi, mmichels, xsimonar |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | ovn-2021-21.12.0-80.el9fdp | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2025-02-10 04:01:29 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
OVN Bot
2022-06-28 13:27:56 UTC
This issue is fixed in ovn-2021-21.12.0-80.el9fdp Verified on ovn-2021-21.12.0-82.el9:
+ ovn-nbctl lsp-add public public1 -- lsp-set-addresses public1 unknown -- lsp-set-type public1 localnet -- lsp-set-options public1 network_name=phynet
+ sleep 2
+ ip netns exec sw01 nc -k -l 8000
+ ovn-nbctl lr-nat-add R1 snat 172.16.1.21 192.168.2.0/24
+ ip netns exec sw11 nc 192.168.1.2 8000
h
+ ip netns exec sw11 ping 192.168.1.2 -c 1
PING 192.168.1.2 (192.168.1.2) 56(84) bytes of data.
64 bytes from 192.168.1.2: icmp_seq=1 ttl=63 time=0.333 ms
--- 192.168.1.2 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.333/0.333/0.333/0.000 ms
+ ovn-nbctl lr-nat-add R1 dnat_and_snat 172.16.1.2 192.168.1.2
+ ip netns exec sw11 nc 192.168.1.2 8000
h
+ ip netns exec sw11 nc 192.168.1.2 8000
h
+ ip netns exec sw11 nc 192.168.1.2 8000
h
[root@dell-per740-34 bz2061593]# rpm -qa | grep -E "openvswitch2.17|ovn-2021"
ovn-2021-21.12.0-82.el9fdp.x86_64
ovn-2021-central-21.12.0-82.el9fdp.x86_64
ovn-2021-host-21.12.0-82.el9fdp.x86_64
openvswitch2.17-2.17.0-30.el9fdp.x86_64
This product has been discontinued or is no longer tracked in Red Hat Bugzilla. |