mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 14:17:20 +00:00
Merge branch 'frr/pull/240' ("lib, bgpd: clean up headers")
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
This commit is contained in:
commit
f6e250f850
@ -24,7 +24,6 @@ Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
||||
#include "hash.h"
|
||||
#include "memory.h"
|
||||
#include "vector.h"
|
||||
#include "vty.h"
|
||||
#include "log.h"
|
||||
#include "stream.h"
|
||||
#include "command.h"
|
||||
|
@ -24,7 +24,6 @@ Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
||||
#include "prefix.h"
|
||||
#include "memory.h"
|
||||
#include "vector.h"
|
||||
#include "vty.h"
|
||||
#include "stream.h"
|
||||
#include "log.h"
|
||||
#include "hash.h"
|
||||
|
@ -31,7 +31,6 @@
|
||||
#include "buffer.h"
|
||||
#include "stream.h"
|
||||
#include "zclient.h"
|
||||
#include "vty.h"
|
||||
#include "bfd.h"
|
||||
#include "lib/json.h"
|
||||
#include "filter.h"
|
||||
|
@ -22,7 +22,6 @@
|
||||
#include "command.h"
|
||||
#include "memory.h"
|
||||
#include "prefix.h"
|
||||
#include "vty.h"
|
||||
#include "filter.h"
|
||||
|
||||
#include "bgpd.h"
|
||||
|
@ -23,7 +23,6 @@ Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
||||
|
||||
#include "linklist.h"
|
||||
#include "prefix.h"
|
||||
#include "vty.h"
|
||||
#include "sockunion.h"
|
||||
#include "thread.h"
|
||||
#include "log.h"
|
||||
|
@ -21,7 +21,6 @@ Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
||||
#include <zebra.h>
|
||||
|
||||
#include "vector.h"
|
||||
#include "vty.h"
|
||||
#include "command.h"
|
||||
#include "getopt.h"
|
||||
#include "thread.h"
|
||||
|
@ -22,7 +22,6 @@ Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
||||
|
||||
#include "prefix.h"
|
||||
#include "filter.h"
|
||||
#include "vty.h"
|
||||
#include "routemap.h"
|
||||
#include "command.h"
|
||||
#include "linklist.h"
|
||||
|
@ -23,7 +23,6 @@ Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
||||
#include "prefix.h"
|
||||
#include "memory.h"
|
||||
#include "sockunion.h"
|
||||
#include "vty.h"
|
||||
#include "queue.h"
|
||||
#include "filter.h"
|
||||
#include "command.h"
|
||||
|
@ -24,6 +24,7 @@ Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
||||
#include "qobj.h"
|
||||
#include "lib/json.h"
|
||||
#include "vrf.h"
|
||||
#include "vty.h"
|
||||
|
||||
/* For union sockunion. */
|
||||
#include "queue.h"
|
||||
|
@ -27,7 +27,6 @@
|
||||
#include "plist.h"
|
||||
#include "sockunion.h"
|
||||
#include "buffer.h"
|
||||
#include "stream.h"
|
||||
#include "log.h"
|
||||
#include "routemap.h"
|
||||
#include "lib/json.h"
|
||||
|
@ -23,6 +23,11 @@
|
||||
#ifndef _QUAGGA_PLIST_H
|
||||
#define _QUAGGA_PLIST_H
|
||||
|
||||
#include <zebra.h>
|
||||
|
||||
#include "stream.h"
|
||||
#include "vty.h"
|
||||
|
||||
enum prefix_list_type
|
||||
{
|
||||
PREFIX_DENY,
|
||||
|
Loading…
Reference in New Issue
Block a user