Browse Source

Adapt to go-bgp changes

Thomas Frössman 8 years ago
parent
commit
d04eb466b9
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      bgpdump.go

+ 1
- 1
bgpdump.go View File

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