summaryrefslogtreecommitdiffhomepage
path: root/table/temporary_structs.go
diff options
context:
space:
mode:
authorFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2014-12-16 17:53:08 +0900
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2014-12-16 17:53:08 +0900
commit504bd6f749224c493f3aa49197674ec08e7c0efe (patch)
tree1dedc510abc57ac38918cd47f733ac2cc086431b /table/temporary_structs.go
parentbd82fbdeb6250b2e8f4c18f1792a38a7a5109fad (diff)
table: remove sentroute stuff
It's not necessary for our first target (multi RIB route server). Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'table/temporary_structs.go')
-rw-r--r--table/temporary_structs.go5
1 files changed, 1 insertions, 4 deletions
diff --git a/table/temporary_structs.go b/table/temporary_structs.go
index a561aa72..f892f625 100644
--- a/table/temporary_structs.go
+++ b/table/temporary_structs.go
@@ -13,10 +13,7 @@ type Peer struct {
RemoteAddress net.IP
protocol *BgpProtocol
}
-type SentRoute struct {
- path Path
- peer *Peer
-}
+
type BgpProtocol struct {
//need to define a structure
recvOpenMsg *bgp.BGPOpen