From 2d88fdaaa018d607eca5ce057dfbdf41beb6125b Mon Sep 17 00:00:00 2001 From: Sander Vrijders Date: Mon, 31 Oct 2016 19:47:45 +0100 Subject: ipcpd: normal: Add policy for obtaining a flat address This adds a policy for obtaining a flat address, and thus also the infrastructure for policies in the IPCP. The IPCP should check if the address is available; this is currently not there yet. --- src/ipcpd/normal/ribmgr.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/ipcpd/normal/ribmgr.h') diff --git a/src/ipcpd/normal/ribmgr.h b/src/ipcpd/normal/ribmgr.h index 01bfcb40..556a399f 100644 --- a/src/ipcpd/normal/ribmgr.h +++ b/src/ipcpd/normal/ribmgr.h @@ -24,6 +24,7 @@ #define OUROBOROS_IPCP_RIBMGR_H #include +#include #include "dt_const.h" @@ -43,6 +44,6 @@ int ribmgr_bootstrap(struct dif_config * conf); */ struct dt_const * ribmgr_dt_const(void); -uint32_t ribmgr_address(void); +uint64_t ribmgr_address(void); #endif -- cgit v1.2.3