]> git.proxmox.com Git - mirror_frr.git/commit - bgpd/bgp_zebra.c
bgpd: fix mpls nexthop announce to zebra
authorRyoga Saito <ryoga.saito@linecorp.com>
Wed, 22 Sep 2021 04:58:59 +0000 (04:58 +0000)
committerRyoga Saito <ryoga.saito@linecorp.com>
Wed, 22 Sep 2021 04:58:59 +0000 (04:58 +0000)
commitcd18af00c8608f887b6532b6cb73b97843166e4a
treec0c1244f87d52d40957517749b89b88fe4173325
parent3c11665b023f0d1e7b49ea729324ca563e766af3
bgpd: fix mpls nexthop announce to zebra

currently, has_valid_label is only used to check need to print debug,
but if route has normal nexthops and mpls nexthops, label information
will be printed even for normal nexthops.

Signed-off-by: Ryoga Saito <ryoga.saito@linecorp.com>
bgpd/bgp_zebra.c