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

@@ -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.