You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove quoting from nft rules so that knftables.ParseDump doesn't fail
There is a bug in ParseDump that fails to parse if interface names are
quoted. We want to use ParseDump on our tests. Since our interface names
specifically don't need to be quoted, remove the quotes.
Signed-off-by: Jaime Caamaño Ruiz <[email protected]>
add rule inet ovn-kubernetes mgmtport-snat ip daddr . meta l4proto . th dport @mgmtport-no-snat-services-v4 counter return
58
-
add rule inet ovn-kubernetes mgmtport-snat counter snat ip to 10.1.1.0
59
53
add set inet ovn-kubernetes mgmtport-no-snat-nodeports { type inet_proto . inet_service ; comment "NodePorts not subject to management port SNAT" ; }
60
54
add set inet ovn-kubernetes mgmtport-no-snat-services-v4 { type ipv4_addr . inet_proto . inet_service ; comment "eTP:Local short-circuit not subject to management port SNAT (IPv4)" ; }
61
55
add set inet ovn-kubernetes mgmtport-no-snat-services-v6 { type ipv6_addr . inet_proto . inet_service ; comment "eTP:Local short-circuit not subject to management port SNAT (IPv6)" ; }
0 commit comments