Report: Add rls data
[csit.git] / resources / libraries / bash / entry / patch_l3fwd_flip_routes
1 #!/bin/sh
2
3 patch --ignore-whitespace --forward l3fwd_lpm.c <<"_EOF"
4 44,45c44,45
5 <       {RTE_IPV4(198, 18, 0, 0), 24, 0},
6 <       {RTE_IPV4(198, 18, 1, 0), 24, 1},
7 ---
8 >       {RTE_IPV4(198, 18, 0, 0), 24, 1},
9 >       {RTE_IPV4(198, 18, 1, 0), 24, 0},
10 _EOF