diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-05-31 01:55:26 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-06-05 01:52:46 +0200 |
commit | 43e587c1d10175519f16abe0779cc11f7f789c15 (patch) | |
tree | e1f3e442e7455d404327a64dfc61ca562b2b9999 /watchfrr/watchfrr.c | |
parent | *: Convert to using frr_vtydir instead of DAEMON_VTY_DIR (diff) | |
download | frr-43e587c1d10175519f16abe0779cc11f7f789c15.tar.xz frr-43e587c1d10175519f16abe0779cc11f7f789c15.zip |
*: Convert over to all -N namespace to change DAEMON_VTY_DIR
When the user specifies -N namespace allow it to influence the
frr_vtydir(DAEMON_VTY_DIR) to have namespace in it's path
like so: $frrstate_dir/<namespace>
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'watchfrr/watchfrr.c')
-rw-r--r-- | watchfrr/watchfrr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/watchfrr/watchfrr.c b/watchfrr/watchfrr.c index f0ce88a5b..1cc7722f4 100644 --- a/watchfrr/watchfrr.c +++ b/watchfrr/watchfrr.c @@ -648,7 +648,7 @@ static void daemon_send_ready(int exitcode) { FILE *fp; static int sent = 0; - char started[512]; + char started[1024]; if (sent) return; |