You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should consider consolidating subcommands in sonic-clear. Currenty we have the following bgp subcommands:
sonic-clear ip bgp neighbor all [<ipaddress>]
sonic-clear ip bgp neighbor in [<ipaddress>]
sonic-clear ip bgp neighbor out [<ipaddress>]
sonic-clear ip bgp neighbor soft all [<ipaddress>]
sonic-clear ip bgp neighbor soft in [<ipaddress>]
sonic-clear ip bgp neighbor soft out [<ipaddress>]
We could consolidate these functions by adding soft as an option (e.g., a -s|--soft flag?) to the first three clear ip bgp neighbor commands, leaving us with the following:
sonic-clear ip bgp neighbor all [<ipaddress>] [-s|--soft]
sonic-clear ip bgp neighbor in [<ipaddress>] [-s|--soft]
sonic-clear ip bgp neighbor out [<ipaddress>] [-s|--soft]
The text was updated successfully, but these errors were encountered:
These changes are included in this PR:
07e1f79 [syncd] Add workaround for warm boot new objects (sonic-net#959)
50fd353 Fix the option missing in kernel config issue (sonic-net#956)
e77503c [syncd] Comparison logic workaround for empty buffer profile (sonic-net#906) (sonic-net#941)
We should consider consolidating subcommands in
sonic-clear
. Currenty we have the following bgp subcommands:We could consolidate these functions by adding soft as an option (e.g., a -s|--soft flag?) to the first three clear ip bgp neighbor commands, leaving us with the following:
The text was updated successfully, but these errors were encountered: