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