We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3910e8 commit d25ce7bCopy full SHA for d25ce7b
netsim/extra/bgp.policy/arubacx.j2
@@ -47,9 +47,7 @@ router bgp {{ bgp.as }}
47
{% endfor %}
48
{% endif %}
49
!
50
-do clear bgp all * soft out
51
-do clear bgp all * soft in
+do clear bgp *
52
{% for vname,vdata in (vrfs|default({})).items() if vdata.bgp is defined %}
53
-do clear bgp vrf {{vname}} all * soft in
54
-do clear bgp vrf {{vname}} all * soft out
+do clear bgp vrf {{vname}} *
55
0 commit comments