|
|
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 += \
|
|
|
800a7b |
snapcraft/helpers \
|
|
|
800a7b |
snapcraft/snap \
|
|
|
800a7b |
\
|
|
|
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 |
eigrpd/Makefile \
|
|
|
800a7b |
fpm/Makefile \
|
|
|
800a7b |
isisd/Makefile \
|
|
|
800a7b |
- ldpd/Makefile \
|
|
|
800a7b |
lib/Makefile \
|
|
|
800a7b |
nhrpd/Makefile \
|
|
|
800a7b |
ospf6d/Makefile \
|
|
|
800a7b |
diff --git a/redhat/daemons b/redhat/daemons
|
|
|
800a7b |
index 068d74d..36730ba 100644
|
|
|
800a7b |
--- a/redhat/daemons
|
|
|
800a7b |
+++ b/redhat/daemons
|
|
|
800a7b |
@@ -44,11 +44,9 @@ ospf6d=no
|
|
|
800a7b |
ripd=no
|
|
|
800a7b |
ripngd=no
|
|
|
800a7b |
isisd=no
|
|
|
800a7b |
-ldpd=no
|
|
|
800a7b |
pimd=no
|
|
|
800a7b |
nhrpd=no
|
|
|
800a7b |
eigrpd=no
|
|
|
800a7b |
-babeld=no
|
|
|
800a7b |
sharpd=no
|
|
|
800a7b |
pbrd=no
|
|
|
800a7b |
staticd=no
|
|
|
800a7b |
diff --git a/redhat/daemons b/redhat/daemons
|
|
|
800a7b |
index 36730ba..c6090a7 100644
|
|
|
800a7b |
--- a/redhat/daemons
|
|
|
800a7b |
+++ b/redhat/daemons
|
|
|
800a7b |
@@ -62,11 +62,9 @@ ospf6d_options=("-A ::1")
|
|
|
800a7b |
ripd_options=("-A 127.0.0.1")
|
|
|
800a7b |
ripngd_options=("-A ::1")
|
|
|
800a7b |
isisd_options=("-A 127.0.0.1")
|
|
|
800a7b |
-ldpd_options=("-A 127.0.0.1")
|
|
|
800a7b |
pimd_options=("-A 127.0.0.1")
|
|
|
800a7b |
nhrpd_options=("-A 127.0.0.1")
|
|
|
800a7b |
eigrpd_options=("-A 127.0.0.1")
|
|
|
800a7b |
-babeld_options=("-A 127.0.0.1")
|
|
|
800a7b |
sharpd_options=("-A 127.0.0.1")
|
|
|
800a7b |
pbrd_options=("-A 127.0.0.1")
|
|
|
800a7b |
staticd_options=("-A 127.0.0.1")
|