mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-02 22:09:48 +00:00
Merge pull request #9984 from ton31337/fix/bgp_view_all
bgpd: Set afi by default to AFI_IP6 for `show bgp vrf/view all`
This commit is contained in:
commit
240f79f89f
@ -12484,7 +12484,7 @@ DEFPY (show_ip_bgp_instance_all,
|
||||
JSON_STR
|
||||
"Increase table width for longer prefixes\n")
|
||||
{
|
||||
afi_t afi = AFI_IP;
|
||||
afi_t afi = AFI_IP6;
|
||||
safi_t safi = SAFI_UNICAST;
|
||||
struct bgp *bgp = NULL;
|
||||
int idx = 0;
|
||||
@ -14086,7 +14086,7 @@ DEFUN (show_ip_bgp_flowspec_routes_detailed,
|
||||
"Detailed information on flowspec entries\n"
|
||||
JSON_STR)
|
||||
{
|
||||
afi_t afi = AFI_IP;
|
||||
afi_t afi = AFI_IP6;
|
||||
safi_t safi = SAFI_UNICAST;
|
||||
struct bgp *bgp = NULL;
|
||||
int idx = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user