summaryrefslogtreecommitdiffstats
path: root/ldpd/ldpd.c
diff options
context:
space:
mode:
authorRenato Westphal <renato@opensourcerouting.org>2017-03-31 01:26:17 +0200
committerRenato Westphal <renato@opensourcerouting.org>2017-03-31 17:57:25 +0200
commit308252d06dfb76edf1477b96416c2e2aa9f90579 (patch)
treef1b7bb23e568c297609fe42b231dd61e4d3df252 /ldpd/ldpd.c
parentldpd: no need to synchronize pseudowires with LSPs anymore (diff)
downloadfrr-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/ldpd.c')
-rw-r--r--ldpd/ldpd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ldpd/ldpd.c b/ldpd/ldpd.c
index 3023d9446..3b3a07c28 100644
--- a/ldpd/ldpd.c
+++ b/ldpd/ldpd.c
@@ -338,7 +338,6 @@ main(int argc, char *argv[])
vrf_init();
access_list_init();
ldp_vty_init();
- ldp_vty_if_init();
ldp_zebra_init(master);
/* create base configuration with sane defaults */