073943d1f3
- Provide LINK_STATE_IS_UP macros that is missing in FreeBSD. - Disable CARP demotion: FreeBSD has no support for it. - Disable check for the routing table number: FreeBSD has single routing table now. - Disable route labeling: FreeBSD has no support for it. PR: 121831 Submitted by: Matthieu Guegan <matthieu@virtua.ch> Approved by: maintainer timeout (9 months)
11 lines
310 B
C
11 lines
310 B
C
--- bgpd/printconf.c 2008-03-18 15:24:06.000000000 +0100
|
|
+++ bgpd/printconf.c 2008-03-18 13:27:29.000000000 +0100
|
|
@@ -24,6 +24,8 @@
|
|
#include "mrt.h"
|
|
#include "session.h"
|
|
|
|
+#include <limits.h>
|
|
+
|
|
void print_op(enum comp_ops);
|
|
void print_community(int, int);
|
|
void print_set(struct filter_set_head *);
|