From 094d2bdb79e1ffa0a02761fd651aa0f0b6b0c585 Mon Sep 17 00:00:00 2001 From: Ondrej Zajicek Date: Tue, 14 Aug 2012 16:25:22 +0200 Subject: Implements ADD-PATH extension for BGP. Allows to send and receive multiple routes for one network by one BGP session. Also contains necessary core changes to support this (routing tables accepting several routes for one network from one protocol). It needs some more cleanup before merging to the master branch. --- lib/string.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/string.h') diff --git a/lib/string.h b/lib/string.h index 14eaa360..7432d9a4 100644 --- a/lib/string.h +++ b/lib/string.h @@ -11,6 +11,7 @@ #include #include +#include int bsprintf(char *str, const char *fmt, ...); int bvsprintf(char *str, const char *fmt, va_list args); -- cgit v1.2.3