[pve-devel] [PATCH v3 frr 8/8] enable zebra && bgp daemons by default

Alexandre Derumier aderumier at odiso.com
Tue Oct 16 05:46:45 CEST 2018


---
 .../pve/0001-enable-zebra-and-bgp-daemons.patch    | 27 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 2 files changed, 28 insertions(+)
 create mode 100644 debian/patches/pve/0001-enable-zebra-and-bgp-daemons.patch
 create mode 100644 debian/patches/series

diff --git a/debian/patches/pve/0001-enable-zebra-and-bgp-daemons.patch b/debian/patches/pve/0001-enable-zebra-and-bgp-daemons.patch
new file mode 100644
index 0000000..40fc7e8
--- /dev/null
+++ b/debian/patches/pve/0001-enable-zebra-and-bgp-daemons.patch
@@ -0,0 +1,27 @@
+From b39c6b5bc6835fac2ad91f7805f77089a38685a6 Mon Sep 17 00:00:00 2001
+From: Alexandre Derumier <aderumier at odiso.com>
+Date: Fri, 15 Jun 2018 03:18:54 +0200
+Subject: [PATCH] enable zebra and bgp daemons
+
+---
+ tools/etc/frr/daemons | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/tools/etc/frr/daemons b/tools/etc/frr/daemons
+index 9a96c0490..c93e8dbd4 100644
+--- a/tools/etc/frr/daemons
++++ b/tools/etc/frr/daemons
+@@ -21,8 +21,8 @@
+ # The watchfrr daemon is always started. Per default in monitoring-only but
+ # that can be changed via /etc/frr/daemons.conf.
+ #
+-zebra=no
+-bgpd=no
++zebra=yes
++bgpd=yes
+ ospfd=no
+ ospf6d=no
+ ripd=no
+-- 
+2.11.0
+
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..95258cc
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+pve/0001-enable-zebra-and-bgp-daemons.patch
-- 
2.11.0




More information about the pve-devel mailing list