aboutsummaryrefslogtreecommitdiffstats
path: root/resources/libraries/bash/entry/patch_l3fwd_flip_routes
blob: c5eff5d3ca4c4204d73a60cee6443bdcd856dbe5 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

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},
---
>       {RTE_IPV4(198, 18, 0, 0), 24, 1},
>       {RTE_IPV4(198, 18, 1, 0), 24, 0},
_EOF