From d1b4fc1f896b3dea3865869166614e99bad6623a Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Sun, 27 Aug 2017 21:03:12 +0200 Subject: 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 --- lib/libfrr.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/libfrr.h') 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); -- cgit v1.2.3