mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-27 06:50:25 +00:00
bgpd: 'show .... bgp regexp WORD' fixed
The command was always just returning as part of the bgp_regexp_show function. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
b6ab29296f
commit
5260e25d20
@ -8562,8 +8562,6 @@ static int
|
||||
bgp_show_regexp (struct vty *vty, const char *regstr, afi_t afi,
|
||||
safi_t safi, enum bgp_show_type type)
|
||||
{
|
||||
return CMD_SUCCESS;
|
||||
|
||||
regex_t *regex;
|
||||
int rc;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user