diff options
| author | Renato Westphal <renato@opensourcerouting.org> | 2017-06-30 12:19:39 -0300 | 
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2017-08-09 12:35:16 +0200 | 
| commit | 87b5f1b77b4391eee99121941cf899e16835eb41 (patch) | |
| tree | 1c4d0a81bef699fb7e00153883a00f65682966f7 /ldpd/lde.h | |
| parent | 332ad713881b2a1231b6baf9cb8aef33d5d849a3 (diff) | |
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 1cce483832..43f1d36481 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);  | 
