-
Bug
-
Resolution: Done-Errata
-
Normal
-
None
-
None
-
2
-
False
-
-
False
-
-
rhel-9
-
None
-
rhel-sst-network-fastdatapath-ovsdpdk
-
-
-
ssg_networking
-
OVS/DPDK - FDP-25.B
-
1
-
Low
When testing OCP wtih IPsec with NAT-T and ipsec_encapsulation we see log spam
ovs-vswitchd[1090]: ovs|00127|netdev_vport|WARN|ovn-9dde52-0: unknown geneve argument 'ipsec_encapsulation' ovs-vswitchd[1090]: ovs|00128|netdev_vport|WARN|ovn-da7b79-0: unknown geneve argument 'ipsec_encapsulation' ovs-vswitchd[1090]: ovs|00129|netdev_vport|WARN|ovn-95900b-0: unknown geneve argument 'ipsec_encapsulation' ovs-vswitchd[1090]: ovs|00130|netdev_vport|WARN|ovn-72a354-0: unknown geneve argument 'ipsec_encapsulation'
We only use ipsec_encapsulation on IBMCloud platform so this is limited to one platform.
openvswitch3.1 3.1.0-104.el9fdp
OCP 4.16.0-0.nightly-2024-09-06-042551
https://github.com/openvswitch/ovs/blob/main/lib/netdev-vport.c#L841
} else if (!strcmp(node->key, "remote_cert") || !strcmp(node->key, "remote_name") || !strcmp(node->key, "psk")) { /* When configuring OVS for IPsec, these keys may be set in the tunnel port's 'options' column. 'ovs-vswitchd' does not directly use them, but they are read by 'ovs-monitor-ipsec'. In order to suppress the "unknown %s argument" warning message below, we handle them here by ignoring them. */ }
- links to
-
RHSA-2025:146379 openvswitch3.1 security update