aboutsummaryrefslogtreecommitdiffstats
path: root/resources/libraries/bash/entry/patch_l3fwd_flip_routes
diff options
context:
space:
mode:
Diffstat (limited to 'resources/libraries/bash/entry/patch_l3fwd_flip_routes')
-rwxr-xr-xresources/libraries/bash/entry/patch_l3fwd_flip_routes4
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/libraries/bash/entry/patch_l3fwd_flip_routes b/resources/libraries/bash/entry/patch_l3fwd_flip_routes
index 3b35e1f930..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 l3fwd_lpm.c <<"_EOF"
-44,45c44,45
+patch --ignore-whitespace --forward main.c <<"_EOF"
+204,205c204,205
< {RTE_IPV4(198, 18, 0, 0), 24, 0},
< {RTE_IPV4(198, 18, 1, 0), 24, 1},
---