diff options
author | Renato Westphal <renato@opensourcerouting.org> | 2017-06-30 17:19:39 +0200 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2017-08-09 12:35:16 +0200 |
commit | 87b5f1b77b4391eee99121941cf899e16835eb41 (patch) | |
tree | 1c4d0a81bef699fb7e00153883a00f65682966f7 /ldpd/lde.h | |
parent | zebra: add new flag to detect nexthop label updates (diff) | |
download | frr-87b5f1b77b4391eee99121941cf899e16835eb41.tar.xz frr-87b5f1b77b4391eee99121941cf899e16835eb41.zip |
ldpd: integrate with the pseudowire manager in zebra
If we receive a notification from zebra indicating that the installation
of a pseudowire has failed (e.g. no reachability), send a PW Status
notification to the remote peer (or a Label Withdraw if the remote peer
doesn't support the PW Status TLV).
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to 'ldpd/lde.h')
-rw-r--r-- | ldpd/lde.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ldpd/lde.h b/ldpd/lde.h index 1cce48383..43f1d3648 100644 --- a/ldpd/lde.h +++ b/ldpd/lde.h @@ -238,6 +238,7 @@ void l2vpn_send_pw_status_wcard(struct lde_nbr *, uint32_t, void l2vpn_recv_pw_status(struct lde_nbr *, struct notify_msg *); void l2vpn_recv_pw_status_wcard(struct lde_nbr *, struct notify_msg *); +int l2vpn_pw_status_update(struct zapi_pw_status *); void l2vpn_pw_ctl(pid_t); void l2vpn_binding_ctl(pid_t); |