Skip to content

Commit 5d1472e

Browse files
committed
fix bug
1 parent c68ed29 commit 5d1472e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/github.com/cppforlife/turbulence/tasks/control_net_task.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ func (t ControlNetTask) configureDestination(ifaceName string) error {
226226
}
227227

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

0 commit comments

Comments
 (0)