]> git.proxmox.com Git - mirror_frr.git/blobdiff - bgpd/bgp_filter.h
bgpd: fix the IGP metric for best path selection on VPN import
[mirror_frr.git] / bgpd / bgp_filter.h
index 9357a2d3820f954a5dc2223401e1b5e4f448a274..66c83d97e9e26da8276ea62d79a996afccee1bee 100644 (file)
@@ -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);