Skip to content

Commit

Permalink
odp.at: fix sed string matching typo.
Browse files Browse the repository at this point in the history
Replace 'set' with 'sed'.

Signed-off-by: William Tu <[email protected]>
Signed-off-by: Ben Pfaff <[email protected]>
  • Loading branch information
williamtu authored and blp committed Feb 16, 2018
1 parent 8bf3322 commit d3d3207
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/odp.at
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ in_port(1),eth(src=00:01:02:03:04:05,dst=10:11:12:13:14:15),eth_type(0x8848),mpl
])

(echo '# Valid forms without tun_id or VLAN header.'
set 's/^/skb_priority(0),skb_mark(0),recirc_id(0),dp_hash(0),/' odp-base.txt
sed 's/^/skb_priority(0),skb_mark(0),recirc_id(0),dp_hash(0),/' odp-base.txt

set '
sed '
s/^/skb_priority(0),skb_mark(0),recirc_id(0),dp_hash(0),/
' odp-base.txt

Expand Down

0 comments on commit d3d3207

Please sign in to comment.