]> git.proxmox.com Git - mirror_frr.git/commit - bgpd/bgp_main.c
bgpd: Have bgp ignore SIGHUP at the moment
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 25 Jun 2020 00:15:12 +0000 (20:15 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 25 Jun 2020 00:15:12 +0000 (20:15 -0400)
commit23ca3269da5f9d898cb54d42c560d519b9cb9915
tree3bf7868cedd03d6157a51a51a7f393dd21db31b8
parentaf1b1edad45171b1b66c852c9e55d1550525f118
bgpd: Have bgp ignore SIGHUP at the moment

SIGHUP is ostensibly supposed to reload configuration
from a fresh slate.  This is currently horribly broken
so much so that bgp just crashes.  I see no point
in trying to make this work considering the yang
work coming down the pike.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
bgpd/bgp_main.c