X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=tests%2Fdpdk%2Fdpdk_scripts%2Fpatch_l3fwd_flip_routes;fp=tests%2Fdpdk%2Fdpdk_scripts%2Fpatch_l3fwd_flip_routes;h=0000000000000000000000000000000000000000;hp=e0b204eb9c6ee123dc3b0c2c4726940b2ab25878;hb=54beb458703ff91e9f522f8af0a57722966f093e;hpb=5dc176ab31af5dff73be6dd5266169a7be19dd13 diff --git a/tests/dpdk/dpdk_scripts/patch_l3fwd_flip_routes b/tests/dpdk/dpdk_scripts/patch_l3fwd_flip_routes deleted file mode 100755 index e0b204eb9c..0000000000 --- a/tests/dpdk/dpdk_scripts/patch_l3fwd_flip_routes +++ /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