diff options
Diffstat (limited to 'tools/route-server/quagga-rsconfig.go')
-rw-r--r-- | tools/route-server/quagga-rsconfig.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/route-server/quagga-rsconfig.go b/tools/route-server/quagga-rsconfig.go index 517125f3..24ff62c3 100644 --- a/tools/route-server/quagga-rsconfig.go +++ b/tools/route-server/quagga-rsconfig.go @@ -11,7 +11,7 @@ import ( "github.com/BurntSushi/toml" "github.com/jessevdk/go-flags" - "github.com/osrg/gobgp/config" + "github.com/osrg/gobgp/internal/pkg/config" ) type QuaggaConfig struct { |