Skip to content

Commit 6222ec8

Browse files
committed
fix d/s merge conflict
this keeps the OCP HACK and UDN masquerade rules in the gateway init tests Signed-off-by: Jamo Luhrsen <[email protected]>
1 parent 03c55f7 commit 6222ec8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

go-controller/pkg/node/gateway_init_linux_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1398,7 +1398,6 @@ OFPT_GET_CONFIG_REPLY (xid=0x4): frags=normal miss_send_len=0`
13981398
"OVN-KUBE-ITP": []string{},
13991399
},
14001400
}
1401-
<<<<<<< HEAD
14021401
// OCP HACK: Block MCS Access. https://github.com/openshift/ovn-kubernetes/pull/170
14031402
expectedMCSRules := []string{
14041403
"-p tcp -m tcp --dport 22624 --syn -j REJECT",
@@ -1417,8 +1416,6 @@ OFPT_GET_CONFIG_REPLY (xid=0x4): frags=normal miss_send_len=0`
14171416
"-s 169.254.169.0/24 -j MASQUERADE", // this guarantees we SNAT all UDN MasqueradeIPs traffic leaving the node
14181417
)
14191418
}
1420-
=======
1421-
>>>>>>> upstream/master
14221419
f4 := iptV4.(*util.FakeIPTables)
14231420
err = f4.MatchState(expectedTables, map[util.FakePolicyKey]string{{
14241421
Table: "filter",

0 commit comments

Comments
 (0)