]> git.proxmox.com Git - mirror_frr.git/commit
isisd: remove useless checks when configuring ldp-sync
authorIgor Ryzhov <iryzhov@nfware.com>
Fri, 29 Oct 2021 22:58:50 +0000 (01:58 +0300)
committerIgor Ryzhov <iryzhov@nfware.com>
Sat, 30 Oct 2021 00:17:41 +0000 (03:17 +0300)
commitb11f166c3e35eff799176adf6915a0b9991bd836
tree591b4b36f591f1b598ff2e9e2b570b0755c11cca
parent67486f32ae23668093d282cba58ac4f9cbab1294
isisd: remove useless checks when configuring ldp-sync

We have checks on NB validation stage to prevent configuring LDP sync on
interfaces in non-default VRFs. These checks are completely useless,
because the interface can be easily moved to another VRF after
configuring LDP sync. Instead, the check must be done in the actual code
to cover the case when the interface is moved between VRFs.

Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
isisd/isis_ldp_sync.c
isisd/isis_nb_config.c