diff options
| author | Renato Westphal <renato@opensourcerouting.org> | 2017-03-30 20:19:16 -0300 | 
|---|---|---|
| committer | Renato Westphal <renato@opensourcerouting.org> | 2017-03-31 11:12:39 -0300 | 
| commit | 726329191d8c153a91af70396513ebc71f50e4a1 (patch) | |
| tree | d67acf9db5847454106af42b34b1ed240e050128 /ldpd/lde.h | |
| parent | f790d62ad140b98ab05ef96aee349284c4d604fc (diff) | |
ldpd: no need to synchronize pseudowires with LSPs anymore
Since commit 595b4be, the l2vpn_pw_ok() function doesn't check if there's
a working LSP to the remote end of the pseudowire (we assume that zebra
will do that for us). With that said, the l2vpn_sync_pws() function is
not necessary anymore.
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to 'ldpd/lde.h')
| -rw-r--r-- | ldpd/lde.h | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/ldpd/lde.h b/ldpd/lde.h index d1089b44f4..8ee62b02d3 100644 --- a/ldpd/lde.h +++ b/ldpd/lde.h @@ -231,7 +231,6 @@ 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 *); -void		 l2vpn_sync_pws(int, union ldpd_addr *);  void		 l2vpn_pw_ctl(pid_t);  void		 l2vpn_binding_ctl(pid_t);  | 
