Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ipcpd: Move RIB configuration to common header | dimitri staessens | 2017-02-17 | 1 | -0/+1 |
| | | | | | Moves the definitions of paths in the RIB for the normal IPCP to a header ribconfig.h to avoid repetition. | ||||
* | ipcpd, lib: Revise normal IPCP | dimitri staessens | 2017-02-06 | 1 | -56/+47 |
| | | | | | | | | | | This PR updates the normal IPCP to use the new RIB. The old ribmgr is removed and replaced by a stub that needs to be implemented. All components (dir, fmgr, frct) were adapted to the new RIB API. A lot of functionality was moved outside of the ribmgr, such as the addr_auth, which is now a component of the IPCP. The address is also stored to the ipcpi struct. The irm tool has an option to set the gam policy of the rib manager. | ||||
* | ipcpd: normal: Create policies for GAM | Sander Vrijders | 2017-01-12 | 1 | -0/+208 |
This allows the selection of a policy for the graph adjacency manager. Currently we only support constructing a complete graph. |