Performance: DPDK refactor
[csit.git] / tests / dpdk / dpdk_scripts / patch_l3fwd_flip_routes
diff --git a/tests/dpdk/dpdk_scripts/patch_l3fwd_flip_routes b/tests/dpdk/dpdk_scripts/patch_l3fwd_flip_routes
deleted file mode 100755 (executable)
index e0b204e..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-patch --ignore-whitespace l3fwd_lpm.c <<"_EOF"
-44,45c44,45
-<       {IPv4(1, 1, 1, 0), 24, 0},
-<       {IPv4(2, 1, 1, 0), 24, 1},
----
->       {IPv4(1, 1, 1, 0), 24, 1},
->       {IPv4(2, 1, 1, 0), 24, 0},
-_EOF