diff options
| author | Renato Westphal <renato@opensourcerouting.org> | 2017-01-27 14:22:47 -0200 | 
|---|---|---|
| committer | Renato Westphal <renato@opensourcerouting.org> | 2017-02-01 22:03:36 -0200 | 
| commit | 45a8eba9721f8d9b9939a2c916c476eb8be3e78d (patch) | |
| tree | b9851dca94e1bba2341bdfc70d070af1e1ba7b4c /ldpd/ldp_vty.h | |
| parent | 28e8294caa010c246bccbff308cb2118b7d52bdb (diff) | |
ldpd: introduce advanced filtering capabilities
This patch introduces several new configuration commands to ldpd. These
commands should allow the operator to define advanced filtering policies
for things like label advertisement, label allocation, etc.
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to 'ldpd/ldp_vty.h')
| -rw-r--r-- | ldpd/ldp_vty.h | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/ldpd/ldp_vty.h b/ldpd/ldp_vty.h index 735554badf..b0dc291434 100644 --- a/ldpd/ldp_vty.h +++ b/ldpd/ldp_vty.h @@ -47,7 +47,10 @@ int	 ldp_vty_session_holdtime(struct vty *, struct vty_arg *[]);  int	 ldp_vty_interface(struct vty *, struct vty_arg *[]);  int	 ldp_vty_trans_addr(struct vty *, struct vty_arg *[]);  int	 ldp_vty_neighbor_targeted(struct vty *, struct vty_arg *[]); -int	 ldp_vty_explicit_null(struct vty *, struct vty_arg *[]); +int	 ldp_vty_label_advertise(struct vty *, struct vty_arg *[]); +int	 ldp_vty_label_allocate(struct vty *, struct vty_arg *[]); +int	 ldp_vty_label_expnull(struct vty *, struct vty_arg *[]); +int	 ldp_vty_label_accept(struct vty *, struct vty_arg *[]);  int	 ldp_vty_ttl_security(struct vty *, struct vty_arg *[]);  int	 ldp_vty_router_id(struct vty *, struct vty_arg *[]);  int	 ldp_vty_ds_cisco_interop(struct vty *, struct vty_arg *[]);  | 
