From 504bd6f749224c493f3aa49197674ec08e7c0efe Mon Sep 17 00:00:00 2001 From: FUJITA Tomonori Date: Tue, 16 Dec 2014 17:53:08 +0900 Subject: table: remove sentroute stuff It's not necessary for our first target (multi RIB route server). Signed-off-by: FUJITA Tomonori --- table/temporary_structs.go | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'table/temporary_structs.go') 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 -- cgit v1.2.3