From 20e58b35fe6adbb91f87f40f4b828eaadc86c795 Mon Sep 17 00:00:00 2001 From: Hiroki Shirokura Date: Thu, 6 May 2021 03:10:22 +0000 Subject: [PATCH] bgpd: fix code style Signed-off-by: Hiroki Shirokura --- bgpd/bgp_nht.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bgpd/bgp_nht.c b/bgpd/bgp_nht.c index f046235610b5..4b4a3716e614 100644 --- a/bgpd/bgp_nht.c +++ b/bgpd/bgp_nht.c @@ -79,7 +79,7 @@ static int bgp_isvalid_labeled_nexthop(struct bgp_nexthop_cache *bnc) return (bgp_zebra_num_connects() == 0 || (bnc && bnc->nexthop_num > 0 && (CHECK_FLAG(bnc->flags, BGP_NEXTHOP_LABELED_VALID) - || bnc->bgp->srv6_enabled))); + || bnc->bgp->srv6_enabled))); } static void bgp_unlink_nexthop_check(struct bgp_nexthop_cache *bnc)