-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bgpd: prompt should be given only for the real change
Prompt nothing for an empty (and failed) operation. Take `bgp graceful-restart` as an example: Before: ``` anlan(config-router)# bgp graceful-restart Graceful restart configuration changed, reset all peers to take effect anlan(config-router)# bgp graceful-restart Graceful restart configuration changed, reset all peers to take effect anlan(config-router)# ``` After: ``` anlan(config-router)# bgp graceful-restart Graceful restart configuration changed, reset all peers to take effect anlan(config-router)# bgp graceful-restart anlan(config-router)# ``` Signed-off-by: anlan_cs <[email protected]>
- Loading branch information
Showing
1 changed file
with
76 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters