Code Review
/
csit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
ab282c8
)
fix(dpdk): Flip routes
30/38930/2
author
pmikus
<
[email protected]
>
Tue, 30 May 2023 10:36:11 +0000
(10:36 +0000)
committer
Peter Mikus
<
[email protected]
>
Tue, 30 May 2023 10:37:03 +0000
(10:37 +0000)
Signed-off-by: pmikus <
[email protected]
>
Change-Id: I4c192210e1aef1275e8a9b56eab7956798aca15d
resources/libraries/bash/entry/patch_l3fwd_flip_routes
patch
|
blob
|
history
diff --git
a/resources/libraries/bash/entry/patch_l3fwd_flip_routes
b/resources/libraries/bash/entry/patch_l3fwd_flip_routes
index
23a6675
..
c5eff5d
100755
(executable)
--- 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},
---