File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -3046,9 +3046,10 @@ def _setup(self):
30463046 )
30473047 params .append (
30483048 VersionedParamPath (
3049- "export_nexthop" ,
3050- path = "type/{type}/export-nexthop" ,
3051- values = ("resolve" , "use-self" ),
3049+ "remove_private_as" ,
3050+ condition = {"type" : "ebgp" },
3051+ path = "type/{type}/remove-private-as" ,
3052+ vartype = "yesno" ,
30523053 )
30533054 )
30543055 params .append (
@@ -3061,10 +3062,9 @@ def _setup(self):
30613062 )
30623063 params .append (
30633064 VersionedParamPath (
3064- "remove_private_as" ,
3065- condition = {"type" : "ebgp" },
3066- path = "type/{type}/remove-private-as" ,
3067- vartype = "yesno" ,
3065+ "export_nexthop" ,
3066+ path = "type/{type}/export-nexthop" ,
3067+ values = ("resolve" , "use-self" ),
30683068 )
30693069 )
30703070
You can’t perform that action at this time.
0 commit comments