mirror of
https://github.com/osrg/gobgp.git
synced 2024-05-11 05:55:10 +00:00
config: cancel as-path-set-member
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
@@ -555,7 +555,8 @@ _path_exclude = ["/bgp:bgp/bgp:neighbors/bgp:neighbor/bgp:transport/bgp:config/b
|
||||
"/bgp:bgp/bgp:neighbors/bgp:neighbor/bgp:transport/bgp:state/bgp:local-address",
|
||||
"/rpol:routing-policy/rpol:defined-sets/rpol:neighbor-sets/rpol:neighbor-set/rpol:neighbor",
|
||||
"/rpol:routing-policy/rpol:defined-sets/bgp-pol:bgp-defined-sets/bgp-pol:community-sets/bgp-pol:community-set/bgp-pol:community-member",
|
||||
"/rpol:routing-policy/rpol:defined-sets/bgp-pol:bgp-defined-sets/bgp-pol:ext-community-sets/bgp-pol:ext-community-set/bgp-pol:ext-community-member"]
|
||||
"/rpol:routing-policy/rpol:defined-sets/bgp-pol:bgp-defined-sets/bgp-pol:ext-community-sets/bgp-pol:ext-community-set/bgp-pol:ext-community-member",
|
||||
"/rpol:routing-policy/rpol:defined-sets/bgp-pol:bgp-defined-sets/bgp-pol:as-path-sets/bgp-pol:as-path-set/bgp-pol:as-path-set-member"]
|
||||
|
||||
_typedef_exclude =["/bgp-types:bgp-origin-attr-type"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user