diff options
Diffstat (limited to 'api/util.go')
-rw-r--r-- | api/util.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/util.go b/api/util.go index b77b35ec..c06484c0 100644 --- a/api/util.go +++ b/api/util.go @@ -20,7 +20,7 @@ import ( "net" "time" - "github.com/osrg/gobgp/packet/bgp" + "github.com/osrg/gobgp/pkg/packet/bgp" ) func getNLRI(family bgp.RouteFamily, buf []byte) (bgp.AddrPrefixInterface, error) { |