Add FRR STATE DIR constant to FRR daemon
This commit is contained in:
parent
70abb8cc14
commit
2b82c2022c
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ CORE_STATE_DIR = "@CORE_STATE_DIR@"
|
|||
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"
|
||||
|
||||
|
||||
def which(command):
|
||||
|
|
Loading…
Reference in a new issue