daemon: moved FRR_STATE_DIR from constants.py to frr service files
This commit is contained in:
parent
f39ab1dee6
commit
2145c07cb7
3 changed files with 5 additions and 5 deletions
|
@ -4,7 +4,6 @@ COREDPY_VERSION = "@PACKAGE_VERSION@"
|
|||
CORE_CONF_DIR = "@CORE_CONF_DIR@"
|
||||
CORE_DATA_DIR = "@CORE_DATA_DIR@"
|
||||
QUAGGA_STATE_DIR = "@CORE_STATE_DIR@/run/quagga"
|
||||
FRR_STATE_DIR = "@CORE_STATE_DIR@/run/frr"
|
||||
|
||||
VNODED_BIN = which("vnoded", required=True)
|
||||
VCMD_BIN = which("vcmd", required=True)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue