summaryrefslogtreecommitdiff
path: root/src/ipcpd/normal/static_info.proto
Commit message (Collapse)AuthorAgeFilesLines
* ipcpd: normal: Add operations to get and set the PCISander Vrijders2016-09-071-2/+2
| | | | | | | | | This adds the operations needed in the normal IPCP to get and set the Protocol Control Information. It allows to allocate or release space in the current DU. The struct pci can be serialized into newly allocate space. Vice versa, a struct pci can be deserialized given a DU. It allows for decreasing the TTL in the DU and for calculating the CRC32. The TTL and CRC32 can now be selected when creating a new DIF.
* ipcpd: normal: Allow exchange of static DIF informationSander Vrijders2016-08-081-0/+11
This adds the functionality of exchanging the static DIF information between 2 DIF members. After exchange the enrollment is stopped, and the IPCP that initiated enrollment transitions to the enrolled state.