diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2014-12-16 17:45:48 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2014-12-16 17:45:48 +0900 |
commit | bd82fbdeb6250b2e8f4c18f1792a38a7a5109fad (patch) | |
tree | 5b595f157183fe023fd258b63c429005b5b69750 /table/destination.go | |
parent | c391a5615462d6b98eecb01b8392b580f76127a3 (diff) |
table: remove CoreService, Neighbors, and Commons structures
No need.
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 6bee6df3..16a71f54 100644 --- a/table/destination.go +++ b/table/destination.go @@ -62,7 +62,6 @@ type Destination interface { type DestinationDefault struct { ROUTE_FAMILY RouteFamily - coreService CoreService nlri bgp.AddrPrefixInterface knownPathList []Path withdrawList []Path |