Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
h0nIg committed Mar 8, 2019
1 parent c68ed29 commit 5d1472e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ func (t ControlNetTask) configureDestination(ifaceName string) error {
}

for _, rule := range rules {
args := []string{"filter", "add", "dev", ifaceName, "protocol", "ip", "parent", "1:", "prio", "1", "u32", "match"}
args := []string{"filter", "add", "dev", ifaceName, "protocol", "ip", "parent", "1:", "prio", "1", "u32"}
args = append(args, rule...)
args = append(args, []string{"flowid", "1:1"}...)

Expand Down

0 comments on commit 5d1472e

Please sign in to comment.