Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
thierryr committed Mar 20, 2015
1 parent 17d8ca8 commit a733448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gec22_demo/shaper.oedl
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ defApplication('shaper') do |app|
"/sbin/tc filter add dev eth0 parent 1: protocol ip prio 16 u32 match ip dst 192.86.139.71 flowid 1:1 ; "+
"/sbin/tc filter add dev eth0 parent 1: protocol ip prio 16 u32 match ip src 192.86.139.71 flowid 1:1 ; "+
"/sbin/tc filter add dev eth0 parent 1: protocol ip prio 16 u32 match ip dst 193.190.127.241 flowid 1:1 ; "+
"/sbin/tc filter add dev eth0 parent 1: protocol ip prio 16 u32 match ip src 193.190.127.241 flowid 1:1 ; "+
"/sbin/tc filter add dev eth0 parent 1: protocol ip prio 16 u32 match ip src 193.190.127.241 flowid 1:1 "
end

0 comments on commit a733448

Please sign in to comment.