Skip to content

Commit

Permalink
Moved subvariable
Browse files Browse the repository at this point in the history
this couldn't possibly have worked right, in awk, either.
  • Loading branch information
Dave Taht committed Jan 12, 2012
1 parent e644780 commit f5f985e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tcrules.lua
Expand Up @@ -148,9 +148,9 @@ function END ()
end

-- filter rule
filterc=1
for i=1,n do
print("tc filter add dev ",device," parent 1: prio ",class[i]," protocol ip handle ",class[i]," fw flowid 1:",class[i],"0")
filterc=1
if (filter[i] ~= "") then
print("tc filter add dev ",device," parent ",class[i],"00: handle ",filterc,"0 ",filter[i])
filterc=filterc+1
Expand Down

0 comments on commit f5f985e

Please sign in to comment.