mirror of
https://github.com/vishvananda/netlink.git
synced 2025-10-21 14:59:36 +08:00
Address comments
* fix package import order * use int instead of int32 for Filter FW Attrs
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
package netlink
|
||||
|
||||
import (
|
||||
"github.com/vishvananda/netlink/nl"
|
||||
"syscall"
|
||||
"testing"
|
||||
|
||||
"github.com/vishvananda/netlink/nl"
|
||||
)
|
||||
|
||||
func TestFilterAddDel(t *testing.T) {
|
||||
|
Reference in New Issue
Block a user