diff options
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 } |