-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Milestone
Description
Issue by mwinter-osr
Tuesday Nov 29, 2016 at 20:01 GMT
Originally opened as https://github.com/opensourcerouting/cumulus-private_quagga/issues/6
LDPd needs some cleanup to support a snap package.
Part of the snap security policy is that they can’t write outside of their $SNAP_DATA (which is a unknown location at compile time)
Other daemons are modified to support an option for vty socket location override.
Running the LDP, I see it still uses a socket at /run/ldpd.sock - which is the LDPD_SOCKET
It's not clear (to me) on what this socket is used for. I assume this is for the communication between the different ldp processes?
Any suggestion on adding a CLI option to override this (similar to —vty_socket ?)
Reactions are currently unavailable