mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-12 09:52:27 +00:00
babeld: place the babel-state file in the quagga vars directory.
This commit is contained in:
parent
3cb4134bcf
commit
72db20bf8f
@ -93,7 +93,7 @@ const unsigned char ones[16] =
|
|||||||
{0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
|
{0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
|
||||||
0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF};
|
0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF};
|
||||||
|
|
||||||
static const char *state_file = "/var/lib/babeld/babel-state";
|
static const char *state_file = DAEMON_VTY_DIR "/babel-state";
|
||||||
|
|
||||||
unsigned char protocol_group[16]; /* babel's link-local multicast address */
|
unsigned char protocol_group[16]; /* babel's link-local multicast address */
|
||||||
int protocol_port; /* babel's port */
|
int protocol_port; /* babel's port */
|
||||||
|
Loading…
Reference in New Issue
Block a user