From fa62a94304bf794edb3a837acb29ebff0c5ab1aa Mon Sep 17 00:00:00 2001 From: Sander Vrijders Date: Tue, 14 Jun 2016 15:06:29 +0200 Subject: ipcpd: Remove source AP name from protobuf message The source AP name was still present in the protobuf message the shim-eth-llc uses. --- src/ipcpd/shim-eth-llc/shim_eth_llc_messages.proto | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'src/ipcpd/shim-eth-llc/shim_eth_llc_messages.proto') diff --git a/src/ipcpd/shim-eth-llc/shim_eth_llc_messages.proto b/src/ipcpd/shim-eth-llc/shim_eth_llc_messages.proto index 3ea1af1f..dbad4964 100644 --- a/src/ipcpd/shim-eth-llc/shim_eth_llc_messages.proto +++ b/src/ipcpd/shim-eth-llc/shim_eth_llc_messages.proto @@ -7,9 +7,8 @@ enum shim_eth_llc_msg_code { message shim_eth_llc_msg { required shim_eth_llc_msg_code code = 1; optional string dst_name = 2; - optional string src_ap_name = 3; - optional string src_ae_name = 4; - required sint32 ssap = 5; - optional sint32 dsap = 6; - optional sint32 response = 7; + optional string src_ae_name = 3; + required sint32 ssap = 4; + optional sint32 dsap = 5; + optional sint32 response = 6; }; -- cgit v1.2.3