diff --git a/Makefile.am b/Makefile.am index ee1a48e..5d70ded 100644 --- a/Makefile.am +++ b/Makefile.am @@ -136,8 +136,6 @@ include ospf6d/subdir.am include ospfclient/subdir.am include isisd/subdir.am include nhrpd/subdir.am -include ldpd/subdir.am -include babeld/subdir.am include eigrpd/subdir.am include sharpd/subdir.am include pimd/subdir.am @@ -192,7 +190,6 @@ EXTRA_DIST += \ snapcraft/helpers \ snapcraft/snap \ \ - babeld/Makefile \ bgpd/Makefile \ bgpd/rfp-example/librfp/Makefile \ bgpd/rfp-example/rfptest/Makefile \ @@ -203,7 +200,6 @@ EXTRA_DIST += \ eigrpd/Makefile \ fpm/Makefile \ isisd/Makefile \ - ldpd/Makefile \ lib/Makefile \ nhrpd/Makefile \ ospf6d/Makefile \ diff --git a/redhat/daemons b/redhat/daemons index 7f3ff36..9159e49 100644 --- a/redhat/daemons +++ b/redhat/daemons @@ -44,11 +44,9 @@ ospf6d=no ripd=no ripngd=no isisd=no -ldpd=no pimd=no nhrpd=no eigrpd=no -babeld=no sharpd=no pbrd=no staticd=no @@ -65,11 +63,9 @@ ospf6d_options=("-A ::1") ripd_options=("-A 127.0.0.1") ripngd_options=("-A ::1") isisd_options=("-A 127.0.0.1") -ldpd_options=("-A 127.0.0.1") pimd_options=("-A 127.0.0.1") nhrpd_options=("-A 127.0.0.1") eigrpd_options=("-A 127.0.0.1") -babeld_options=("-A 127.0.0.1") sharpd_options=("-A 127.0.0.1") pbrd_options=("-A 127.0.0.1") staticd_options=("-A 127.0.0.1")