Bug 2130759
| Summary: | the first ping from lsp to external through snat would fail in gateway router mode | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux Fast Datapath | Reporter: | OVN Bot <ovn-bot> |
| Component: | ovn22.03 | Assignee: | OVN Team <ovnteam> |
| Status: | CLOSED ERRATA | QA Contact: | Jianlin Shi <jishi> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | FDP 21.I | CC: | ctrautma, jiji, mmichels |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | ovn22.03-22.03.0-101.el9fdp | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2022-11-03 00:27:00 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-09-29 04:05:03 UTC
Verified on ovn22.03-106.el9: [root@dell-per740-33 bz2130046]# rpm -qa | grep -E "openvswitch2.17|ovn22.03" ovn22.03-22.03.0-106.el9fdp.x86_64 openvswitch2.17-2.17.0-50.el9fdp.x86_64 ovn22.03-central-22.03.0-106.el9fdp.x86_64 ovn22.03-host-22.03.0-106.el9fdp.x86_64 + ovn-nbctl --wait=hv sync + sleep 2 + ip netns exec ls1p1 ping 172.16.1.1 -c 1 PING 172.16.1.1 (172.16.1.1) 56(84) bytes of data. 64 bytes from 172.16.1.1: icmp_seq=1 ttl=63 time=4.03 ms --- 172.16.1.1 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 4.034/4.034/4.034/0.000 ms + ip netns exec ls1p1 ping 172.16.1.1 -c 1 PING 172.16.1.1 (172.16.1.1) 56(84) bytes of data. 64 bytes from 172.16.1.1: icmp_seq=1 ttl=63 time=0.869 ms --- 172.16.1.1 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 0.869/0.869/0.869/0.000 ms + ip netns exec ls1p1 ping6 1711::1 -c 1 PING 1711::1(1711::1) 56 data bytes 64 bytes from 1711::1: icmp_seq=1 ttl=63 time=5.35 ms --- 1711::1 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 5.351/5.351/5.351/0.000 ms + ip netns exec ls1p1 ping6 1711::1 -c 1 PING 1711::1(1711::1) 56 data bytes 64 bytes from 1711::1: icmp_seq=1 ttl=63 time=0.920 ms --- 1711::1 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 0.920/0.920/0.920/0.000 ms Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (ovn22.03), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2022:7394 |