From 6e005e0f6b550c9b8a49740c9b2ae3caf8c4317f Mon Sep 17 00:00:00 2001 From: Sander Vrijders Date: Fri, 4 Nov 2016 14:03:34 +0100 Subject: ipcpd: normal: Add RIB objects This adds the ability to create/update/destroy RIB objects. Syncing with other DIF members is not yet supported. --- src/ipcpd/normal/ribmgr.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/ipcpd/normal/ribmgr.h') diff --git a/src/ipcpd/normal/ribmgr.h b/src/ipcpd/normal/ribmgr.h index 556a399f..36f771c1 100644 --- a/src/ipcpd/normal/ribmgr.h +++ b/src/ipcpd/normal/ribmgr.h @@ -38,10 +38,6 @@ int ribmgr_remove_flow(int fd); int ribmgr_bootstrap(struct dif_config * conf); -/* - * FIXME: Should we expose the RIB? - * Else we may end up with a lot of getters and setters - */ struct dt_const * ribmgr_dt_const(void); uint64_t ribmgr_address(void); -- cgit v1.2.3