]> git.puffer.fish Git - matthieu/frr.git/commit
ldpd: Allow for -N <namespace> to influence location of LDPD_SOCKET
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 30 May 2019 23:23:15 +0000 (19:23 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 4 Jun 2019 14:37:19 +0000 (10:37 -0400)
commit0d675e49461483c6609c88221d036e751cd7e6d8
tree210c5af23e13e590f687cbb17800e4f1b06ba9ac
parent89277ebf76312c53c71194d6ea8dd65f6e0fa11a
ldpd: Allow for -N <namespace> to influence location of LDPD_SOCKET

If --ctl_socket is used this will override any other option and will
be used

If -N <namespace> is used, then we will setup the LDPD_SOCKET
in $frr_statedir/<namespace>/ldpd.sock

If neither option is used, then we will use $frr_statedir/ldpd.sock

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