]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: fix unsetting of multipath as-set
authorEmanuele Di Pascale <emanuele@voltanet.io>
Thu, 7 Jan 2021 13:46:59 +0000 (14:46 +0100)
committerEmanuele Di Pascale <emanuele@voltanet.io>
Mon, 11 Jan 2021 09:15:18 +0000 (10:15 +0100)
commit174c5be33c433b9cc586d3aeee178407d282d97f
treef974d1cf0ef5bf4fd60f44044354d1f6d6514501
parent0e11b1e2baf013367b26fc9fb947ec6cf4f65530
bgpd: fix unsetting of multipath as-set

in the nortbound callback for the boolean leaf multi-path-as-set, the
actual value of the leaf was being ignored. As a result, going from
as-set to no-as-set was having no effect.

Signed-off-by: Emanuele Di Pascale <emanuele@voltanet.io>
bgpd/bgp_nb_config.c