]> git.puffer.fish Git - mirror/frr.git/commit
ldpd: Schedule application of config till after read-in
authorDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 15 Jun 2018 02:33:59 +0000 (22:33 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 19 Jun 2018 12:43:59 +0000 (08:43 -0400)
commit9124048d0e01718899ac4fd591b74d5422780b8f
tree0989f1d595ac4ecd5c8db3c02a98a397c41dbf8a
parent9e224e60dbffd032d7271ec473366048fb6083d4
ldpd: Schedule application of config till after read-in

With commit e94b38d94b5 we are now scheduling the read
of vty config until after the startup of main thread
processing.  It now becomes necessary to move the
application of the config until after the read
in of the config from a file if we are using a
non-integrated config.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
ldpd/ldpd.c