diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2017-06-09 19:22:34 +0000 | 
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2017-11-30 16:18:02 -0500 | 
| commit | 5c0c651c0a021675e8551b10b563e5dd721df6c2 (patch) | |
| tree | 2eb10ea8e5bb68819c8e0344bfbd6ed9c863f4d4 /bgpd/bgp_keepalives.c | |
| parent | 48e5262f64d8f6ef51934976dea3064d8395729b (diff) | |
bgpd: restyle bgp_keepalives.[ch]
And update copyright header.
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'bgpd/bgp_keepalives.c')
| -rw-r--r-- | bgpd/bgp_keepalives.c | 44 | 
1 files changed, 21 insertions, 23 deletions
diff --git a/bgpd/bgp_keepalives.c b/bgpd/bgp_keepalives.c index dc21f197c9..463188f0e6 100644 --- a/bgpd/bgp_keepalives.c +++ b/bgpd/bgp_keepalives.c @@ -1,27 +1,25 @@ -/* -  BGP Keepalives. - -  Implements a producer thread to generate BGP keepalives for peers. -  ---------------------------------------- -  Copyright (C) 2017 Cumulus Networks, Inc. -  Quentin Young - -  This file is part of FRRouting. - -  FRRouting is free software; you can redistribute it and/or modify it under -  the terms of the GNU General Public License as published by the Free -  Software Foundation; either version 2, or (at your option) any later -  version. - -  FRRouting is distributed in the hope that it will be useful, but WITHOUT ANY -  WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -  FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more -  details. - -  You should have received a copy of the GNU General Public License along with -  FRRouting; see the file COPYING.  If not, write to the Free Software -  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +/* BGP Keepalives. + * Implements a producer thread to generate BGP keepalives for peers. + * Copyright (C) 2017 Cumulus Networks, Inc. + * Quentin Young + * + * This file is part of FRRouting. + * + * FRRouting is free software; you can redistribute it and/or modify it under + * the terms of the GNU General Public License as published by the Free + * Software Foundation; either version 2, or (at your option) any later + * version. + * + * FRRouting is distributed in the hope that it will be useful, but WITHOUT ANY + * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more + * details. + * + * You should have received a copy of the GNU General Public License along + * with this program; see the file COPYING; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA   */ +  #include <zebra.h>  #include <signal.h>  #include <sys/time.h>  | 
