mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-16 08:32:45 +00:00
*** empty log message ***
This commit is contained in:
parent
42ed9da7b6
commit
66e3169328
@ -7658,7 +7658,7 @@ bgp_config_write_redistribute (struct vty *vty, struct bgp *bgp, afi_t afi,
|
|||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
char *str[] = { "system", "kernel", "connected", "static", "rip",
|
char *str[] = { "system", "kernel", "connected", "static", "rip",
|
||||||
"ripng", "ospf", "ospf6", "bgp"};
|
"ripng", "ospf", "ospf6", "isis", "bgp"};
|
||||||
|
|
||||||
/* Unicast redistribution only. */
|
/* Unicast redistribution only. */
|
||||||
if (safi != SAFI_UNICAST)
|
if (safi != SAFI_UNICAST)
|
||||||
|
@ -647,7 +647,7 @@ config_write_rip_redistribute (struct vty *vty, int config_mode)
|
|||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
char *str[] = { "system", "kernel", "connected", "static", "rip",
|
char *str[] = { "system", "kernel", "connected", "static", "rip",
|
||||||
"ripng", "ospf", "ospf6", "bgp"};
|
"ripng", "ospf", "ospf6", "isis", "bgp"};
|
||||||
|
|
||||||
for (i = 0; i < ZEBRA_ROUTE_MAX; i++)
|
for (i = 0; i < ZEBRA_ROUTE_MAX; i++)
|
||||||
if (i != zclient->redist_default && zclient->redist[i])
|
if (i != zclient->redist_default && zclient->redist[i])
|
||||||
|
@ -485,7 +485,7 @@ ripng_redistribute_write (struct vty *vty, int config_mode)
|
|||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
char *str[] = { "system", "kernel", "connected", "static", "rip",
|
char *str[] = { "system", "kernel", "connected", "static", "rip",
|
||||||
"ripng", "ospf", "ospf6", "bgp"};
|
"ripng", "ospf", "ospf6", "isis", "bgp"};
|
||||||
|
|
||||||
for (i = 0; i < ZEBRA_ROUTE_MAX; i++)
|
for (i = 0; i < ZEBRA_ROUTE_MAX; i++)
|
||||||
if (i != zclient->redist_default && zclient->redist[i])
|
if (i != zclient->redist_default && zclient->redist[i])
|
||||||
|
Loading…
Reference in New Issue
Block a user