diff options
author | Sander Vrijders <sander.vrijders@intec.ugent.be> | 2016-11-04 14:03:34 +0100 |
---|---|---|
committer | Sander Vrijders <sander.vrijders@intec.ugent.be> | 2016-11-15 14:33:39 +0100 |
commit | 6e005e0f6b550c9b8a49740c9b2ae3caf8c4317f (patch) | |
tree | 29e3b8f4e4d513dda06db53c28fe025c24068ac4 /src/ipcpd/normal/ribmgr.h | |
parent | e90d3b902096a90fc9057c6c9929fac39618c967 (diff) | |
download | ouroboros-6e005e0f6b550c9b8a49740c9b2ae3caf8c4317f.tar.gz ouroboros-6e005e0f6b550c9b8a49740c9b2ae3caf8c4317f.zip |
ipcpd: normal: Add RIB objects
This adds the ability to create/update/destroy RIB objects. Syncing
with other DIF members is not yet supported.
Diffstat (limited to 'src/ipcpd/normal/ribmgr.h')
-rw-r--r-- | src/ipcpd/normal/ribmgr.h | 4 |
1 files changed, 0 insertions, 4 deletions
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); |