mirror of
https://github.com/vishvananda/netlink.git
synced 2025-10-04 15:32:44 +08:00
Address comments
* fix package import order * use int instead of int32 for Filter FW Attrs
This commit is contained in:
@@ -4,8 +4,9 @@ import (
|
||||
"bytes"
|
||||
"encoding/binary"
|
||||
"fmt"
|
||||
"github.com/vishvananda/netlink/nl"
|
||||
"syscall"
|
||||
|
||||
"github.com/vishvananda/netlink/nl"
|
||||
)
|
||||
|
||||
// FilterDel will delete a filter from the system.
|
||||
|
Reference in New Issue
Block a user