From: pmikus Date: Tue, 30 May 2023 10:36:11 +0000 (+0000) Subject: fix(dpdk): Flip routes X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=commitdiff_plain;h=refs%2Fchanges%2F30%2F38930%2F2 fix(dpdk): Flip routes Signed-off-by: pmikus Change-Id: I4c192210e1aef1275e8a9b56eab7956798aca15d --- diff --git a/resources/libraries/bash/entry/patch_l3fwd_flip_routes b/resources/libraries/bash/entry/patch_l3fwd_flip_routes index 23a6675145..c5eff5d3ca 100755 --- a/resources/libraries/bash/entry/patch_l3fwd_flip_routes +++ b/resources/libraries/bash/entry/patch_l3fwd_flip_routes @@ -1,7 +1,7 @@ #!/bin/sh patch --ignore-whitespace --forward main.c <<"_EOF" -185,186c185,186 +204,205c204,205 < {RTE_IPV4(198, 18, 0, 0), 24, 0}, < {RTE_IPV4(198, 18, 1, 0), 24, 1}, ---