diff options
Diffstat (limited to 'bgpd/bgp_nht.c')
| -rw-r--r-- | bgpd/bgp_nht.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bgpd/bgp_nht.c b/bgpd/bgp_nht.c index a0fc10c745..fc44e5e9b2 100644 --- a/bgpd/bgp_nht.c +++ b/bgpd/bgp_nht.c @@ -687,8 +687,7 @@ static void evaluate_paths(struct bgp_nexthop_cache *bnc) buf, bnc->flags, bnc->change_flags); } - LIST_FOREACH(path, &(bnc->paths), nh_thread) - { + LIST_FOREACH (path, &(bnc->paths), nh_thread) { if (!(path->type == ZEBRA_ROUTE_BGP && ((path->sub_type == BGP_ROUTE_NORMAL) || (path->sub_type == BGP_ROUTE_STATIC)))) |
