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

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