From 2cf4f88fc8b957c15ae93a2eb3e56ebdb07a0381 Mon Sep 17 00:00:00 2001 From: Sander Vrijders Date: Tue, 6 Sep 2016 10:29:02 +0200 Subject: ipcpd: normal: Add operations to get and set the PCI 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. --- src/ipcpd/normal/static_info.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ipcpd/normal/static_info.proto') diff --git a/src/ipcpd/normal/static_info.proto b/src/ipcpd/normal/static_info.proto index 24b7994a..04824a38 100644 --- a/src/ipcpd/normal/static_info.proto +++ b/src/ipcpd/normal/static_info.proto @@ -3,8 +3,8 @@ message static_info_msg { required uint32 cep_id_size = 2; required uint32 pdu_length_size = 3; required uint32 seqno_size = 4; - required uint32 ttl_size = 5; - required uint32 chk_size = 6; + required bool has_ttl = 5; + required bool has_chk = 6; required uint32 min_pdu_size = 7; required uint32 max_pdu_size = 8; required uint32 address = 9; -- cgit v1.2.3