diff options
author | Quentin Young <qlyoung@cumulusnetworks.com> | 2016-12-01 19:41:52 +0100 |
---|---|---|
committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2016-12-01 19:51:09 +0100 |
commit | 716b2d8acc7c8e1b5399cd55bf7e4a6b6609b5e0 (patch) | |
tree | c108115662cce7990bde58a0637ffb6c8143ee2b /bgpd/bgp_aspath.c | |
parent | all: Replace "JavaScript Object Notation\n" with JSON_STR (diff) | |
download | frr-716b2d8acc7c8e1b5399cd55bf7e4a6b6609b5e0.tar.xz frr-716b2d8acc7c8e1b5399cd55bf7e4a6b6609b5e0.zip |
bgpd: Make `ip` optional for all `show bgp` and `show ip bgp` commands
This should unify the `show bgp ...` and `show ip bgp...` command
variants under one tree.
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'bgpd/bgp_aspath.c')
-rw-r--r-- | bgpd/bgp_aspath.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/bgp_aspath.c b/bgpd/bgp_aspath.c index de6caa159..fdec5c6b5 100644 --- a/bgpd/bgp_aspath.c +++ b/bgpd/bgp_aspath.c @@ -2182,7 +2182,7 @@ aspath_show_all_iterator (struct hash_backet *backet, struct vty *vty) } /* Print all aspath and hash information. This function is used from - `show ip bgp paths' command. */ + `show [ip] bgp paths' command. */ void aspath_print_all_vty (struct vty *vty) { |