diff options
author | Hiroshi Yokoi <yokoi.hiroshi@po.ntts.co.jp> | 2015-08-11 17:00:19 +0900 |
---|---|---|
committer | Hiroshi Yokoi <yokoi.hiroshi@po.ntts.co.jp> | 2015-08-11 17:00:19 +0900 |
commit | b8ffff5ece063e1ddc694e25c577b8e7ec4fbb0f (patch) | |
tree | 6b70eb4503dd55fa982ac824c8aea6dcc83fad94 /config/bgp_configs.go | |
parent | 19dd57ff210cd166e02688aa9522a6ae68c30dc3 (diff) |
config: cancel as-path-set-member
Diffstat (limited to 'config/bgp_configs.go')
-rw-r--r-- | config/bgp_configs.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config/bgp_configs.go b/config/bgp_configs.go index 62809af1..f3f66a09 100644 --- a/config/bgp_configs.go +++ b/config/bgp_configs.go @@ -1464,8 +1464,6 @@ type AsPath struct { type AsPathSet struct { // original -> bgp-pol:as-path-set-name AsPathSetName string - // original -> bgp-pol:as-path-set-member - AsPathSetMember []string // original -> gobgp:as-path AsPathList []AsPath } |