*** empty log message ***

This commit is contained in:
hasso 2004-03-20 19:33:06 +00:00
parent 42ed9da7b6
commit 66e3169328
3 changed files with 3 additions and 3 deletions

View File

@ -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)

View File

@ -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])

View File

@ -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])