Address comments

* fix package import order
* use int instead of int32 for Filter FW Attrs
This commit is contained in:
chantra
2015-10-04 22:34:02 -07:00
parent 824d7a16e5
commit b1536bf12c
3 changed files with 6 additions and 4 deletions

View File

@@ -1,9 +1,10 @@
package netlink
import (
"github.com/vishvananda/netlink/nl"
"syscall"
"testing"
"github.com/vishvananda/netlink/nl"
)
func TestFilterAddDel(t *testing.T) {