]> git.proxmox.com Git - mirror_frr.git/commit - ospfd/ospf_sr.c
ospfd: avoid installing SR FTNs twice
authorRenato Westphal <renato@opensourcerouting.org>
Tue, 10 Sep 2019 03:30:33 +0000 (00:30 -0300)
committerRenato Westphal <renato@opensourcerouting.org>
Tue, 10 Sep 2019 03:37:00 +0000 (00:37 -0300)
commitbf54ca8213ce444dd5a6f18a8027efdd6a69be11
tree78cd03c689a1d661cfdf414864e4cb7e9d2c31de
parentea6b290bf6a29aa06888c93dae9bec4581ce686f
ospfd: avoid installing SR FTNs twice

There's no need to install MPLS FTNs using the ZEBRA_ROUTE_ADD
message since the ZEBRA_MPLS_LABELS_ADD message already does that
(in addition to installing an MPLS LSP).

Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
ospfd/ospf_sr.c