]> git.proxmox.com Git - frr.git/blob - debian/patches/pve/0001-enable-bgp-daemon.patch
add 0001-enable-bgp-daemon.patch
[frr.git] / debian / patches / pve / 0001-enable-bgp-daemon.patch
1 From 13d0e8ea85fbbc4d53709a0fb28ebd66876884b4 Mon Sep 17 00:00:00 2001
2 From: Alexandre Derumier <aderumier@odiso.com>
3 Date: Mon, 31 Dec 2018 09:50:06 +0100
4 Subject: [PATCH] enable bgp daemon
5
6 ---
7 tools/etc/frr/daemons | 2 +-
8 1 file changed, 1 insertion(+), 1 deletion(-)
9
10 diff --git a/tools/etc/frr/daemons b/tools/etc/frr/daemons
11 index 9077606..2d11d6a 100644
12 --- a/tools/etc/frr/daemons
13 +++ b/tools/etc/frr/daemons
14 @@ -14,7 +14,7 @@
15 #
16 # The watchfrr and zebra daemons are always started.
17 #
18 -bgpd=no
19 +bgpd=yes
20 ospfd=no
21 ospf6d=no
22 ripd=no
23 --
24 2.11.0