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

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