Add FRR constant for state directory
This commit is contained in:
parent
54f1d9aefd
commit
49cdf80523
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_CONF_DIR = "@CORE_CONF_DIR@"
|
||||||
CORE_DATA_DIR = "@CORE_DATA_DIR@"
|
CORE_DATA_DIR = "@CORE_DATA_DIR@"
|
||||||
QUAGGA_STATE_DIR = "@CORE_STATE_DIR@/run/quagga"
|
QUAGGA_STATE_DIR = "@CORE_STATE_DIR@/run/quagga"
|
||||||
|
FRR_STATE_DIR = "@CORE_STATE_DIR@/run/frr"
|
||||||
|
|
||||||
|
|
||||||
def which(command):
|
def which(command):
|
||||||
|
|
Loading…
Add table
Reference in a new issue