14 Aug
2025
14 Aug
'25
10:28 p.m.
On Aug 13, 2025, at 1:53 PM, Casey Deccio <casey@deccio.net> wrote:
I'm having trouble getting mgmtd to recognize my -N option for finding my config files:
This comment in lib/libfrr.h looks related, but I'm not sure what to make of it: /* sysconfdir is generally /etc/frr/, some BSDs may use /usr/local/etc/frr/. * Will NOT include "pathspace" (namespace) suffix from -N. (libfrr.c handles * pathspace'ing config files.) Has a slash at the end for "historical" * reasons. */ extern const char frr_sysconfdir[]; I can see that unlike other variables it 'Will NOT include "pathspace"', as indicated. However, I cannot see where "libfrr.c handles pathspace'ing config files." Casey