diff options
| -rwxr-xr-x | install_release.sh | 2 | ||||
| -rw-r--r-- | src/ipcpd/shim-eth-llc/shim_eth_llc_messages.proto | 9 | 
2 files changed, 5 insertions, 6 deletions
diff --git a/install_release.sh b/install_release.sh index 8884d65a..cbba45ff 100755 --- a/install_release.sh +++ b/install_release.sh @@ -6,7 +6,7 @@ if (($# == 1 ))  then      PREFIX=`echo "$1"|sed -e "s,\/$,,"`  else -    PREFIX="/usr/local/ouroboros" +    PREFIX="/usr"  fi  BUILDDIR=build 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;  };  | 
