2019-11-05 19:43:51 +00:00
|
|
|
diff --git a/Makefile.am b/Makefile.am
|
|
|
|
index 5be3264..33abc1d 100644
|
|
|
|
--- a/Makefile.am
|
|
|
|
+++ b/Makefile.am
|
|
|
|
@@ -130,8 +130,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
|
|
|
|
@@ -182,7 +180,6 @@ EXTRA_DIST += \
|
2021-05-18 06:57:28 +00:00
|
|
|
snapcraft/defaults \
|
2019-11-05 19:43:51 +00:00
|
|
|
snapcraft/helpers \
|
|
|
|
snapcraft/snap \
|
|
|
|
- babeld/Makefile \
|
|
|
|
bgpd/Makefile \
|
|
|
|
bgpd/rfp-example/librfp/Makefile \
|
|
|
|
bgpd/rfp-example/rfptest/Makefile \
|
|
|
|
@@ -193,7 +190,6 @@ EXTRA_DIST += \
|
|
|
|
fpm/Makefile \
|
2021-05-18 06:57:28 +00:00
|
|
|
grpc/Makefile \
|
2019-11-05 19:43:51 +00:00
|
|
|
isisd/Makefile \
|
|
|
|
- ldpd/Makefile \
|
|
|
|
lib/Makefile \
|
|
|
|
nhrpd/Makefile \
|
|
|
|
ospf6d/Makefile \
|
2021-05-18 06:57:28 +00:00
|
|
|
diff --git a/tools/etc/frr/daemons b/tools/etc/frr/daemons
|
|
|
|
index f6d512b..6d4831d 100644
|
|
|
|
--- a/tools/etc/frr/daemons
|
|
|
|
+++ b/tools/etc/frr/daemons
|
|
|
|
@@ -21,10 +21,8 @@ ripd=no
|
2019-11-05 19:43:51 +00:00
|
|
|
ripngd=no
|
|
|
|
isisd=no
|
|
|
|
pimd=no
|
2021-05-18 06:57:28 +00:00
|
|
|
-ldpd=no
|
2019-11-05 19:43:51 +00:00
|
|
|
nhrpd=no
|
|
|
|
eigrpd=no
|
|
|
|
-babeld=no
|
|
|
|
sharpd=no
|
|
|
|
pbrd=no
|
2021-05-18 06:57:28 +00:00
|
|
|
bfdd=no
|
|
|
|
@@ -45,10 +43,8 @@ ripd_options=" -A 127.0.0.1"
|
|
|
|
ripngd_options=" -A ::1"
|
|
|
|
isisd_options=" -A 127.0.0.1"
|
|
|
|
pimd_options=" -A 127.0.0.1"
|
|
|
|
-ldpd_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"
|