config: cancel as-path-set-member

This commit is contained in:
Hiroshi Yokoi
2015-08-11 17:00:19 +09:00
parent 19dd57ff21
commit b8ffff5ece
2 changed files with 2 additions and 3 deletions
-2
View File
@@ -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
}
+2 -1
View File
@@ -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"]