Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ipcpd: normal: Allow initiating enrollment | Sander Vrijders | 2016-08-01 | 1 | -16/+26 |
| | | | | | | | This will add more functionality for enrolling two normal IPCPs with each other. Some bugs were fixed in CDAP. Now on enrolling, an IPCP will send a START message to the other IPCP. Next step is syncing the RIBs. | ||||
* | ipcpd: normal: Provide initial steps for enrollment | Sander Vrijders | 2016-07-27 | 1 | -23/+29 |
| | | | | | | This provides the normal IPCP with bootstrapping and the initial steps for enrollment. Next step is actually reacting to an enrollment request and sending the data transfer constants. | ||||
* | ipcpd: normal: Establish N-1 management flows | Sander Vrijders | 2016-07-14 | 1 | -0/+242 |
This adds the intial implementation of establishing management N-1 flows between normal IPCPs. On calling fmgr_mgmt_flow, a management flow will be setup to a certain destination IPCP. After flow allocation, the fd is handed to the RIB manager. The flow manager also listens for incoming flow requests. In case they are management flows, they are handed to the RIB manager, otherwise to the FRCT. |