summaryrefslogtreecommitdiffstats
path: root/lib/libfrr.h
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2017-08-27 21:03:12 +0200
committerDavid Lamparter <equinox@opensourcerouting.org>2017-08-28 23:50:42 +0200
commitd1b4fc1f896b3dea3865869166614e99bad6623a (patch)
treeda5a9559044c74800349146b865c3a17433701d7 /lib/libfrr.h
parentvtysh: simplify path handling (diff)
downloadfrr-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.h1
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);