diff options
Diffstat (limited to 'bgpd/bgp_zebra.c')
| -rw-r--r-- | bgpd/bgp_zebra.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/bgp_zebra.c b/bgpd/bgp_zebra.c index 19f26e9c75..bffa5a0e6b 100644 --- a/bgpd/bgp_zebra.c +++ b/bgpd/bgp_zebra.c @@ -542,7 +542,7 @@ static int zebra_read_route(ZAPI_CALLBACK_ARGS)  		/* Now perform the add/update. */  		bgp_redistribute_add(bgp, &api.prefix, &nexthop, ifindex, -				     nhtype, bhtype, api.distance, api.metric, +				     nhtype, api.distance, bhtype, api.metric,  				     api.type, api.instance, api.tag);  	} else {  		bgp_redistribute_delete(bgp, &api.prefix, api.type,  | 
