From 4c9d7aa555b450c5c3cb88debed7f2f62f884346 Mon Sep 17 00:00:00 2001 From: Romanos Skiadas Date: Wed, 8 Mar 2017 11:10:49 +0200 Subject: Fix bgpd.conf path and duplication in tc_3 Change-Id: I78e521fddd8a156d5c9597d6307ac9b6f2571f5c Signed-off-by: Romanos Skiadas --- sdnvpn/artifacts/quagga_setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sdnvpn/artifacts') diff --git a/sdnvpn/artifacts/quagga_setup.sh b/sdnvpn/artifacts/quagga_setup.sh index 6da50e1..8983387 100644 --- a/sdnvpn/artifacts/quagga_setup.sh +++ b/sdnvpn/artifacts/quagga_setup.sh @@ -15,7 +15,7 @@ OWN_IP=%s ZEBRA_CONFIG_LOCATION="/etc/quagga/zebra.conf" DAEMONS_FILE_LOCATION="/etc/quagga/daemons" -BGPD_CONFIG_LOCATION="/etc/quagga/daemons" +BGPD_CONFIG_LOCATION="/etc/quagga/bgpd.conf" BGPD_LOG_FILE="/var/log/bgpd.log" DEBIAN_FONTEND=noninteractive apt-get update -- cgit 1.2.3-korg