]> git.proxmox.com Git - mirror_frr.git/commit
BGP: Fix update-groups commands to match neighbors
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 20 May 2015 01:04:09 +0000 (18:04 -0700)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 20 May 2015 01:04:09 +0000 (18:04 -0700)
commit8fe8a7f6fbb9977b33addcd8d8ec88355bcaa583
treee661a92a7995a87ddeac6a87c8f56b422bc21de9
parent9ff31ad5542db6a7bc46a9d65fd4f807d50229e2
BGP: Fix update-groups commands to match neighbors

show update-groups summary was mislabeled. What it displays is not a summary
at all, but the detailed info about all update-groups. Furthermore, there
was no way to get detailed info about a specific subgroup.

This patch renames "show * update-groups summary" to "show * update-groups"
and adds an option to see the info specific to a subgroup only. It also
validates the subgroup-id.

show * update-groups summary will be added separately.
bgpd/bgp_updgrp.c
bgpd/bgp_updgrp.h
bgpd/bgp_vty.c
lib/vty.h