diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/default.go | 2 | ||||
-rw-r--r-- | config/util.go | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/config/default.go b/config/default.go index 5c9248ad..022f7458 100644 --- a/config/default.go +++ b/config/default.go @@ -2,7 +2,7 @@ package config import ( "fmt" - "github.com/osrg/gobgp/packet" + "github.com/osrg/gobgp/packet/bgp" "github.com/spf13/viper" "net" ) diff --git a/config/util.go b/config/util.go index 5d543b9c..47edc98f 100644 --- a/config/util.go +++ b/config/util.go @@ -17,7 +17,7 @@ package config import ( "fmt" - "github.com/osrg/gobgp/packet" + "github.com/osrg/gobgp/packet/bgp" ) func IsConfederationMember(g *Global, p *Neighbor) bool { |