diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2015-02-18 13:45:29 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2015-02-18 13:45:29 +0900 |
commit | ef594f98c0f4c7a79b1323dee4b24ef563117586 (patch) | |
tree | 3a3dcf1f0bb0d89ea7c5677142116ee586d10bb5 /table | |
parent | d5a5d0c6a41b596e98b808d6026c363383400876 (diff) |
table: use forked go-patricia
until the fix for sorting is merged.
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'table')
-rw-r--r-- | table/table.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/table/table.go b/table/table.go index 2bc328d8..94ae7189 100644 --- a/table/table.go +++ b/table/table.go @@ -20,8 +20,8 @@ import ( "encoding/json" "fmt" log "github.com/Sirupsen/logrus" + "github.com/osrg/go-patricia/patricia" "github.com/osrg/gobgp/packet" - "github.com/tchap/go-patricia/patricia" "net" "reflect" ) |