Merge branch 'rel/5.1' into emane-cleanup

This commit is contained in:
Blake J. Harnden 2018-03-20 14:49:32 -07:00
commit f5498d0889
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ SYSCTL_BIN = "@sysctl_path@/sysctl"
IP_BIN = "@ip_path@/ip"
TC_BIN = "@tc_path@/tc"
EBTABLES_BIN = "@ebtables_path@/ebtables"
QUAGGA_STATE_DIR = "/var/run/quagga"
QUAGGA_STATE_DIR = "@CORE_STATE_DIR@/run/quagga"
MOUNT_BIN = "@mount_path@/mount"
UMOUNT_BIN = "@umount_path@/umount"
OVS_BIN = "@ovs_vs_path@/ovs-vsctl"