fix(dpdk): Flip routes
[csit.git] / resources / libraries / bash / entry / patch_l3fwd_flip_routes
index 23a6675..c5eff5d 100755 (executable)
@@ -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},
 ---