]> git.proxmox.com Git - mirror_frr.git/commit
ldpd: do not consume vty_conf when updating the configuration
authorRenato Westphal <renato@opensourcerouting.org>
Thu, 30 Mar 2017 14:33:08 +0000 (11:33 -0300)
committerRenato Westphal <renato@opensourcerouting.org>
Fri, 31 Mar 2017 16:51:53 +0000 (13:51 -0300)
commit1d75a89d8553caab99e58668af30a9803d40d49b
treebdfdc77f6f84973d2fe3e27a1da6d0fa1b75a322
parent7d0eeac1a154b76ff55c1ad53ae97a05a3ca977a
ldpd: do not consume vty_conf when updating the configuration

David Lamparter gave the idea of keeping vty_conf as a permanent copy of
ldpd_conf in order to simplify the CLI code and facilitate the integration
with his cap'n proto framework in the future. Doing this demanded quite
some effort but it was worth it as the code looks much better now.

Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
ldpd/interface.c
ldpd/lde.c
ldpd/ldp_vty_conf.c
ldpd/ldpd.c
ldpd/ldpd.h
ldpd/ldpe.c
ldpd/ldpe.h