]> git.proxmox.com Git - mirror_frr.git/commit - ldpd/lde.c
ldpd: fixing host-only configuration filter.
authorlynne <lynne@voltanet.io>
Sun, 29 Mar 2020 17:47:36 +0000 (13:47 -0400)
committerlynne <lynne@voltanet.io>
Wed, 1 Apr 2020 17:14:58 +0000 (13:14 -0400)
commit8675356098c9d30b9e566c0434138f1a7578ebfe
tree9c37f29eeb306696917716930d12db7cf1fbf78a
parent6b4830dc1ea8fa38633d7ef65539a7b2d64d6ca7
ldpd: fixing host-only configuration filter.

There is configuration in LDP to only create labels for
host-routes.   If the user remove this configuration the code
was not readvertising non-host routes to it's LDP neighbors.
The issue is the same in reverse also.  If the user adds this
configuration on an active LDP session the non-host routes were
not withdrawn.

Signed-off-by: Lynne Morrison <lynne@voltanet.io>
ldpd/lde.c
ldpd/lde.h
ldpd/ldpd.c