diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2015-03-06 10:09:14 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2015-03-06 10:09:14 +0900 |
commit | ea6446b4ef6e461837ed4f94216fe4fadf2964fa (patch) | |
tree | 911c211c1de793b2ee7d489c254db2f5d07ec20f /table/destination.go | |
parent | af7f4d5531f2116e01f36b99611ffdbcc19a8cdd (diff) |
table: remove RF from PeerInfo
Cleanup for supporting multiple route families.
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'table/destination.go')
-rw-r--r-- | table/destination.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/table/destination.go b/table/destination.go index 769e6545..6734229a 100644 --- a/table/destination.go +++ b/table/destination.go @@ -44,7 +44,6 @@ type PeerInfo struct { AS uint32 ID net.IP LocalID net.IP - RF bgp.RouteFamily Address net.IP } |