Blame SOURCES/0000-remove-babeld-and-ldpd.patch

d6cd25
diff --git a/Makefile.am b/Makefile.am
d6cd25
index 5be3264..33abc1d 100644
d6cd25
--- a/Makefile.am
d6cd25
+++ b/Makefile.am
d6cd25
@@ -130,8 +130,6 @@ include ospf6d/subdir.am
d6cd25
 include ospfclient/subdir.am
d6cd25
 include isisd/subdir.am
d6cd25
 include nhrpd/subdir.am
d6cd25
-include ldpd/subdir.am
d6cd25
-include babeld/subdir.am
d6cd25
 include eigrpd/subdir.am
d6cd25
 include sharpd/subdir.am
d6cd25
 include pimd/subdir.am
d6cd25
@@ -182,7 +180,6 @@ EXTRA_DIST += \
d6cd25
 	snapcraft/defaults \
d6cd25
 	snapcraft/helpers \
d6cd25
 	snapcraft/snap \
d6cd25
-	babeld/Makefile \
d6cd25
 	bgpd/Makefile \
d6cd25
 	bgpd/rfp-example/librfp/Makefile \
d6cd25
 	bgpd/rfp-example/rfptest/Makefile \
d6cd25
@@ -193,7 +190,6 @@ EXTRA_DIST += \
d6cd25
 	fpm/Makefile \
d6cd25
 	grpc/Makefile \
d6cd25
 	isisd/Makefile \
d6cd25
-	ldpd/Makefile \
d6cd25
 	lib/Makefile \
d6cd25
 	nhrpd/Makefile \
d6cd25
 	ospf6d/Makefile \
d6cd25
diff --git a/tools/etc/frr/daemons b/tools/etc/frr/daemons
d6cd25
index f6d512b..6d4831d 100644
d6cd25
--- a/tools/etc/frr/daemons
d6cd25
+++ b/tools/etc/frr/daemons
d6cd25
@@ -21,10 +21,8 @@ ripd=no
d6cd25
 ripngd=no
d6cd25
 isisd=no
d6cd25
 pimd=no
d6cd25
-ldpd=no
d6cd25
 nhrpd=no
d6cd25
 eigrpd=no
d6cd25
-babeld=no
d6cd25
 sharpd=no
d6cd25
 pbrd=no
d6cd25
 bfdd=no
d6cd25
@@ -45,10 +43,8 @@ ripd_options="   -A 127.0.0.1"
d6cd25
 ripngd_options=" -A ::1"
d6cd25
 isisd_options="  -A 127.0.0.1"
d6cd25
 pimd_options="   -A 127.0.0.1"
d6cd25
-ldpd_options="   -A 127.0.0.1"
d6cd25
 nhrpd_options="  -A 127.0.0.1"
d6cd25
 eigrpd_options=" -A 127.0.0.1"
d6cd25
-babeld_options=" -A 127.0.0.1"
d6cd25
 sharpd_options=" -A 127.0.0.1"
d6cd25
 pbrd_options="   -A 127.0.0.1"
d6cd25
 staticd_options="-A 127.0.0.1"