From 2fb975da777d27077b3580cb18390b5015b50fb8 Mon Sep 17 00:00:00 2001 From: Timo Teräs Date: Thu, 19 Jan 2017 17:27:01 +0200 Subject: nhrpd: implement next hop resolution protocol MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This provides DMVPN support and integrates to strongSwan. Please read README.nhrpd and README.kernel for more details. [DL: cherry-picked from dafa05e65fe4b3b3ed5525443f554215ba14f42c] [DL: merge partially resolved, this commit will not build.] Signed-off-by: Timo Teräs Signed-off-by: David Lamparter --- lib/log.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/log.h') diff --git a/lib/log.h b/lib/log.h index 3413cae5a9..25083a4d70 100644 --- a/lib/log.h +++ b/lib/log.h @@ -24,6 +24,7 @@ #define _ZEBRA_LOG_H #include +#include /* Here is some guidance on logging levels to use: * @@ -58,6 +59,7 @@ typedef enum ZLOG_LDP, ZLOG_ISIS, ZLOG_PIM, + ZLOG_NHRP, ZLOG_RFP, ZLOG_WATCHFRR, } zlog_proto_t; -- cgit v1.2.3