aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpmikus <peter.mikus@protonmail.ch>2023-05-30 10:36:11 +0000
committerPeter Mikus <peter.mikus@protonmail.ch>2023-05-30 10:37:20 +0000
commit5158da700bd87b4bfcff0930b13a0ffcae7471da (patch)
tree0467cbe6f02122bbd1672ec67ba3c0b4a2ad1b4c
parent57725b2cec2e4b95c22d3cfa3e3191c8e84515d6 (diff)
fix(dpdk): Flip routes
Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: I4c192210e1aef1275e8a9b56eab7956798aca15d (cherry picked from commit af1eda41d70a37eeb5a78b0ce48c6a78828ba2f2)
-rwxr-xr-xresources/libraries/bash/entry/patch_l3fwd_flip_routes2
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 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},
---