diff options
author | Jan Gelety <jgelety@cisco.com> | 2020-05-26 15:10:07 +0200 |
---|---|---|
committer | Jan Gelety <jgelety@cisco.com> | 2020-05-26 15:10:07 +0200 |
commit | cb0188995fc92673b0d5701207a3b4dc7801589c (patch) | |
tree | 71598d35a7b0a67b36c5c4b0b4f9bffcb999db39 /resources/libraries/bash | |
parent | f2a0ca6e62db07e4a97132487a7d5abba769d2a0 (diff) |
FIX: do not fail when skipping patch for l3fwd
Change-Id: I1159fb29d43f61628922cdbd51313f710aa72f4a
Signed-off-by: Jan Gelety <jgelety@cisco.com>
Diffstat (limited to 'resources/libraries/bash')
-rwxr-xr-x | resources/libraries/bash/entry/patch_l3fwd_flip_routes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/libraries/bash/entry/patch_l3fwd_flip_routes b/resources/libraries/bash/entry/patch_l3fwd_flip_routes index c1fb0d93b3..3b35e1f930 100755 --- a/resources/libraries/bash/entry/patch_l3fwd_flip_routes +++ b/resources/libraries/bash/entry/patch_l3fwd_flip_routes @@ -1,6 +1,6 @@ #!/bin/sh -patch --ignore-whitespace l3fwd_lpm.c <<"_EOF" +patch --ignore-whitespace --forward l3fwd_lpm.c <<"_EOF" 44,45c44,45 < {RTE_IPV4(198, 18, 0, 0), 24, 0}, < {RTE_IPV4(198, 18, 1, 0), 24, 1}, |