[pve-devel] [PATCH frr 4/5] add 0001-enable-bgp-daemon.patch

Alexandre Derumier aderumier at odiso.com
Mon Dec 31 10:29:36 CET 2018


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

diff --git a/debian/patches/pve/0001-enable-bgp-daemon.patch b/debian/patches/pve/0001-enable-bgp-daemon.patch
new file mode 100644
index 0000000..6fcc137
--- /dev/null
+++ b/debian/patches/pve/0001-enable-bgp-daemon.patch
@@ -0,0 +1,25 @@
+From 13d0e8ea85fbbc4d53709a0fb28ebd66876884b4 Mon Sep 17 00:00:00 2001
+From: Alexandre Derumier <aderumier at odiso.com>
+Date: Mon, 31 Dec 2018 09:50:06 +0100
+Subject: [PATCH] enable bgp daemon
+
+---
+ tools/etc/frr/daemons | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/tools/etc/frr/daemons b/tools/etc/frr/daemons
+index 9077606..2d11d6a 100644
+--- a/tools/etc/frr/daemons
++++ b/tools/etc/frr/daemons
+@@ -14,7 +14,7 @@
+ #
+ # The watchfrr and zebra daemons are always started.
+ #
+-bgpd=no
++bgpd=yes
+ ospfd=no
+ ospf6d=no
+ ripd=no
+-- 
+2.11.0
+
diff --git a/debian/patches/pve/0001-enable-zebra-and-bgp-daemons.patch b/debian/patches/pve/0001-enable-zebra-and-bgp-daemons.patch
deleted file mode 100644
index 40fc7e8..0000000
--- a/debian/patches/pve/0001-enable-zebra-and-bgp-daemons.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-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
index 95258cc..b2de4e5 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1 @@
-pve/0001-enable-zebra-and-bgp-daemons.patch
+pve/0001-enable-bgp-daemon.patch
-- 
2.11.0




More information about the pve-devel mailing list