diff options
| author | Daniel Walton <dwalton@cumulusnetworks.com> | 2016-02-11 08:55:24 -0800 | 
|---|---|---|
| committer | Daniel Walton <dwalton@cumulusnetworks.com> | 2016-02-11 08:55:24 -0800 | 
| commit | 41d9cc6a6569e3a66f77a9cfd2869d209e665fa0 (patch) | |
| tree | f7de1b136260d314a26b378156d7f94cf42e36a7 /debian/tests | |
| parent | b3556ea327bf3abc4bd183a4b5b8ad1a15d15035 (diff) | |
quagga: remove babel
Ticket: CM-9274
Reviewed By: sharpd@cumulusnetworks.com
Testing Done:
<DETAILED DESCRIPTION (REPLACE)>
Diffstat (limited to 'debian/tests')
| -rw-r--r-- | debian/tests/daemons | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/tests/daemons b/debian/tests/daemons index 73fc295fb5..14279a8df9 100644 --- a/debian/tests/daemons +++ b/debian/tests/daemons @@ -6,7 +6,7 @@ set -e  # modify config file to enable all daemons and copy config files  CONFIG_FILE=/etc/quagga/daemons -DAEMONS=("zebra" "bgpd" "ospfd" "ospf6d" "ripd" "ripngd" "isisd" "babeld") +DAEMONS=("zebra" "bgpd" "ospfd" "ospf6d" "ripd" "ripngd" "isisd")  for daemon in "${DAEMONS[@]}"  do  | 
