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