summaryrefslogtreecommitdiff
path: root/src/ipcpd/normal/pol/link_state.proto
Commit message (Collapse)AuthorAgeFilesLines
* ipcpd: Remove protocol buffers from link stateSander Vrijders2017-12-041-29/+0
| | | | | | | | | This will remove google protocol buffers from the link state routing algorithm in the normal IPCP. It now uses packed structs, as supported by the compilers of choice. Signed-off-by: Sander Vrijders <sander.vrijders@ugent.be> Signed-off-by: Dimitri Staessens <dimitri.staessens@ugent.be>
* ipcpd: Revise internals of normal IPCPdimitri staessens2017-09-121-0/+29
This removes the RIB as a datastructure and CDAP as the protocol between IPCPs. CDAP, the rib and related sources are deprecated. The link-state protocol policy is udpated to use its own protocol based on a simple broadcast strategy along a tree. The neighbors struct is deprecated and moved to the library as a generic notifier component.