diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2017-08-27 21:03:12 +0200 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2017-08-28 23:50:42 +0200 |
commit | d1b4fc1f896b3dea3865869166614e99bad6623a (patch) | |
tree | da5a9559044c74800349146b865c3a17433701d7 /lib/libfrr.h | |
parent | vtysh: simplify path handling (diff) | |
download | frr-d1b4fc1f896b3dea3865869166614e99bad6623a.tar.xz frr-d1b4fc1f896b3dea3865869166614e99bad6623a.zip |
lib: add -N/--pathspace option
This allows running the daemons inside of Linux network namespaces
without messing with an additional mount/fs namespace (or a ton of
options).
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'lib/libfrr.h')
-rw-r--r-- | lib/libfrr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libfrr.h b/lib/libfrr.h index f7d69eecb..fe6c46670 100644 --- a/lib/libfrr.h +++ b/lib/libfrr.h @@ -54,6 +54,7 @@ struct frr_daemon_info { const char *pid_file; const char *vty_path; const char *module_path; + const char *pathspace; const char *proghelp; void (*printhelp)(FILE *target); |