mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-07 17:18:56 +00:00
bgpd: restyle
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
This commit is contained in:
parent
b750b0ba76
commit
95158b0c26
@ -18,6 +18,7 @@
|
|||||||
* MA 02110-1301 USA
|
* MA 02110-1301 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/* clang-format off */
|
||||||
#include <zebra.h>
|
#include <zebra.h>
|
||||||
#include <pthread.h> // for pthread_mutex_unlock, pthread_mutex_lock
|
#include <pthread.h> // for pthread_mutex_unlock, pthread_mutex_lock
|
||||||
|
|
||||||
@ -35,6 +36,7 @@
|
|||||||
#include "bgpd/bgp_fsm.h" // for BGP_EVENT_ADD, bgp_event
|
#include "bgpd/bgp_fsm.h" // for BGP_EVENT_ADD, bgp_event
|
||||||
#include "bgpd/bgp_packet.h" // for bgp_notify_send_with_data, bgp_notify...
|
#include "bgpd/bgp_packet.h" // for bgp_notify_send_with_data, bgp_notify...
|
||||||
#include "bgpd/bgpd.h" // for peer, BGP_MARKER_SIZE, bgp_master, bm
|
#include "bgpd/bgpd.h" // for peer, BGP_MARKER_SIZE, bgp_master, bm
|
||||||
|
/* clang-format on */
|
||||||
|
|
||||||
/* forward declarations */
|
/* forward declarations */
|
||||||
static uint16_t bgp_write(struct peer *);
|
static uint16_t bgp_write(struct peer *);
|
||||||
|
Loading…
Reference in New Issue
Block a user