diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-05-30 19:55:26 -0400 | 
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-06-04 19:52:46 -0400 | 
| commit | 43e587c1d10175519f16abe0779cc11f7f789c15 (patch) | |
| tree | e1f3e442e7455d404327a64dfc61ca562b2b9999 /babeld/babel_main.c | |
| parent | 3c649c719f327725ebd85643ff07f18e95ecb2b5 (diff) | |
*: 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 'babeld/babel_main.c')
| -rw-r--r-- | babeld/babel_main.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/babeld/babel_main.c b/babeld/babel_main.c index 6e2d4ecea0..a3f2b4e7d8 100644 --- a/babeld/babel_main.c +++ b/babeld/babel_main.c @@ -68,7 +68,7 @@ const unsigned char ones[16] =      {0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,       0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF}; -static char state_file[512]; +static char state_file[1024];  unsigned char protocol_group[16]; /* babel's link-local multicast address */  int protocol_port;                /* babel's port */  | 
