X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Fbash%2Fentry%2Fpatch_l3fwd_flip_routes;fp=resources%2Flibraries%2Fbash%2Fentry%2Fpatch_l3fwd_flip_routes;h=c1fb0d93b33d954a06d3e140b64cb1e0d98b17a9;hp=e0b204eb9c6ee123dc3b0c2c4726940b2ab25878;hb=157a5f2da7c80cf9ebea77c58ec8095e9b3333c9;hpb=590af9aafe637530916d173eae9053a75b498212 diff --git a/resources/libraries/bash/entry/patch_l3fwd_flip_routes b/resources/libraries/bash/entry/patch_l3fwd_flip_routes index e0b204eb9c..c1fb0d93b3 100755 --- a/resources/libraries/bash/entry/patch_l3fwd_flip_routes +++ b/resources/libraries/bash/entry/patch_l3fwd_flip_routes @@ -2,9 +2,9 @@ patch --ignore-whitespace l3fwd_lpm.c <<"_EOF" 44,45c44,45 -< {IPv4(1, 1, 1, 0), 24, 0}, -< {IPv4(2, 1, 1, 0), 24, 1}, +< {RTE_IPV4(198, 18, 0, 0), 24, 0}, +< {RTE_IPV4(198, 18, 1, 0), 24, 1}, --- -> {IPv4(1, 1, 1, 0), 24, 1}, -> {IPv4(2, 1, 1, 0), 24, 0}, +> {RTE_IPV4(198, 18, 0, 0), 24, 1}, +> {RTE_IPV4(198, 18, 1, 0), 24, 0}, _EOF