summaryrefslogtreecommitdiff
path: root/0000-remove-babeld-and-ldpd.patch
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-08-02 07:02:58 +0000
committerCoprDistGit <infra@openeuler.org>2024-08-02 07:02:58 +0000
commite41d98802ef89d98646f14894d82eb0a8923df6f (patch)
tree11afd5e70f8db2476806681cb6ea78bb04e80cae /0000-remove-babeld-and-ldpd.patch
parent3eb722bc1eeafe0a7034605ebb346cb746bf53ce (diff)
automatic import of frropeneuler24.03_LTSopeneuler23.09
Diffstat (limited to '0000-remove-babeld-and-ldpd.patch')
-rw-r--r--0000-remove-babeld-and-ldpd.patch55
1 files changed, 55 insertions, 0 deletions
diff --git a/0000-remove-babeld-and-ldpd.patch b/0000-remove-babeld-and-ldpd.patch
new file mode 100644
index 0000000..4fac02b
--- /dev/null
+++ b/0000-remove-babeld-and-ldpd.patch
@@ -0,0 +1,55 @@
+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 += \
+ snapcraft/defaults \
+ 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 \
+ grpc/Makefile \
+ isisd/Makefile \
+- ldpd/Makefile \
+ lib/Makefile \
+ nhrpd/Makefile \
+ ospf6d/Makefile \
+diff --git a/tools/etc/frr/daemons b/tools/etc/frr/daemons
+index 8aa0887..c92dcca 100644
+--- a/tools/etc/frr/daemons
++++ b/tools/etc/frr/daemons
+@@ -22,10 +22,8 @@ ripngd=no
+ isisd=no
+ pimd=no
+ pim6d=no
+-ldpd=no
+ nhrpd=no
+ eigrpd=no
+-babeld=no
+ sharpd=no
+ pbrd=no
+ bfdd=no
+@@ -48,10 +46,8 @@ ripngd_options=" -A ::1"
+ isisd_options=" -A 127.0.0.1"
+ pimd_options=" -A 127.0.0.1"
+ pim6d_options=" -A ::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"