summaryrefslogtreecommitdiff
path: root/src/lib/ipcpd_messages.proto
Commit message (Collapse)AuthorAgeFilesLines
* lib, irmd, irm: Add dif_configSander Vrijders2016-04-081-1/+3
| | | | | | | | | This adds dif_config to the prototype, in which one is able to specify the parameters a DIF should have. The bootstrap operation of an IPCP takes this as parameter and is oblivious to whether it is a shim or a normal IPCP. The dif_config struct is also correctly serialized and deserialized and passed opaquely to the correct IPCP. This IPCP is in charge of deserializing it correctly.
* lib: Implementation of flow related opsSander Vrijders2016-03-311-1/+10
| | | | | | This adds the messages that are sent to the IPCPs related to flows. Some messages are also sent to the IRMd (e.g. when a new flow arrives).
* lib: Add ipcp_messages proto fileSander Vrijders2016-03-281-0/+14
This removes the custom ser/des methods for communicating with the IPCP daemon and also uses GPB instead.