mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-09 17:06:28 +00:00
zebra: Removal of the following warning messages
warning: too many arguments for format [-Wformat-extra-args]
This commit is contained in:
parent
73bfe0bd9a
commit
cb32fd690a
@ -1973,8 +1973,7 @@ DEFUN (show_ip_mroute,
|
|||||||
{
|
{
|
||||||
if (first)
|
if (first)
|
||||||
{
|
{
|
||||||
vty_out (vty, SHOW_ROUTE_V4_HEADER, VTY_NEWLINE, VTY_NEWLINE,
|
vty_out (vty, SHOW_ROUTE_V4_HEADER);
|
||||||
VTY_NEWLINE);
|
|
||||||
first = 0;
|
first = 0;
|
||||||
}
|
}
|
||||||
vty_show_ip_route (vty, rn, rib);
|
vty_show_ip_route (vty, rn, rib);
|
||||||
@ -2009,7 +2008,7 @@ DEFUN (show_ipv6_mroute,
|
|||||||
{
|
{
|
||||||
if (first)
|
if (first)
|
||||||
{
|
{
|
||||||
vty_out (vty, SHOW_ROUTE_V6_HEADER, VTY_NEWLINE, VTY_NEWLINE, VTY_NEWLINE);
|
vty_out (vty, SHOW_ROUTE_V6_HEADER);
|
||||||
first = 0;
|
first = 0;
|
||||||
}
|
}
|
||||||
vty_show_ipv6_route (vty, rn, rib);
|
vty_show_ipv6_route (vty, rn, rib);
|
||||||
|
Loading…
Reference in New Issue
Block a user