X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=bgpd%2Fbgp_filter.h;h=66c83d97e9e26da8276ea62d79a996afccee1bee;hb=ac2f64d3ec2fe63d3d1ba13f5c297cd70aed4364;hp=9357a2d3820f954a5dc2223401e1b5e4f448a274;hpb=a01f317b0fafd5ab3ea2a874a6e6889fa7bd1d28;p=mirror_frr.git diff --git a/bgpd/bgp_filter.h b/bgpd/bgp_filter.h index 9357a2d38..66c83d97e 100644 --- a/bgpd/bgp_filter.h +++ b/bgpd/bgp_filter.h @@ -21,6 +21,8 @@ #ifndef _QUAGGA_BGP_FILTER_H #define _QUAGGA_BGP_FILTER_H +#define ASPATH_SEQ_NUMBER_AUTO -1 + enum as_filter_type { AS_FILTER_DENY, AS_FILTER_PERMIT }; extern void bgp_filter_init(void);