diff options
author | Renato Westphal <renato@opensourcerouting.org> | 2017-03-31 01:26:17 +0200 |
---|---|---|
committer | Renato Westphal <renato@opensourcerouting.org> | 2017-03-31 17:57:25 +0200 |
commit | 308252d06dfb76edf1477b96416c2e2aa9f90579 (patch) | |
tree | f1b7bb23e568c297609fe42b231dd61e4d3df252 /ldpd/interface.c | |
parent | ldpd: no need to synchronize pseudowires with LSPs anymore (diff) | |
download | frr-308252d06dfb76edf1477b96416c2e2aa9f90579.tar.xz frr-308252d06dfb76edf1477b96416c2e2aa9f90579.zip |
ldpd: remove the interface vty node
ldpd uses a hierarchical configuration model where all commands are
defined inside the "mpls ldp" node and its subnodes. The idea is to keep
all LDP configuration in a single place to keep things simple. With that
said, we can remove the "config-if" node from ldpd because we already
have a separate node ("config-ldp-af-if") for LDP-related interface
specific commands.
Example:
vtysh(config)# mpls ldp
vtysh(config-ldp)# address-family ipv4
vtysh(config-ldp-af)# interface eth1
vtysh(config-ldp-af-if)# discovery hello ?
holdtime Hello holdtime
interval Hello interval
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to 'ldpd/interface.c')
0 files changed, 0 insertions, 0 deletions