Thomas Frössman 8 лет назад
Родитель
Сommit
d04eb466b9
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1
    1
      bgpdump.go

+ 1
- 1
bgpdump.go Просмотреть файл

@@ -15,7 +15,7 @@ import (
15 15
 
16 16
 	"github.com/davecgh/go-spew/spew"
17 17
 	"github.com/garyburd/redigo/redis"
18
-	bgp "github.com/osrg/gobgp/packet"
18
+	"github.com/osrg/gobgp/packet/bgp"
19 19
 )
20 20
 
21 21
 // RefreshBGPDump ensures that the latest dump available is the one which is installed.