babeld: place the babel-state file in the quagga vars directory.

This commit is contained in:
Matthieu Boutier 2012-01-18 22:06:10 +01:00 committed by Paul Jakma
parent 3cb4134bcf
commit 72db20bf8f

View File

@ -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};
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 */
int protocol_port; /* babel's port */