diff options
| author | Sander Vrijders <sander.vrijders@intec.ugent.be> | 2016-06-14 14:56:55 +0200 | 
|---|---|---|
| committer | Sander Vrijders <sander.vrijders@intec.ugent.be> | 2016-06-14 14:56:55 +0200 | 
| commit | 337ab9fe73b86306b72b9eaae3b7be759f7bbd36 (patch) | |
| tree | d7b237631ef17df911ec4aef766aba085a63bd30 /src/lib/irmd_messages.proto | |
| parent | 6019a5b1ee574c8cea485ce5ba68ff77a24b4786 (diff) | |
| parent | 6271d09bdd17114c3095b7e819a7bcded14f26a5 (diff) | |
| download | ouroboros-337ab9fe73b86306b72b9eaae3b7be759f7bbd36.tar.gz ouroboros-337ab9fe73b86306b72b9eaae3b7be759f7bbd36.zip | |
Merge remote-tracking branch 'upstream/be' into be-llc
Diffstat (limited to 'src/lib/irmd_messages.proto')
| -rw-r--r-- | src/lib/irmd_messages.proto | 39 | 
1 files changed, 20 insertions, 19 deletions
| diff --git a/src/lib/irmd_messages.proto b/src/lib/irmd_messages.proto index 27194ccb..34366975 100644 --- a/src/lib/irmd_messages.proto +++ b/src/lib/irmd_messages.proto @@ -27,19 +27,17 @@ enum irm_msg_code {          IRM_DESTROY_IPCP      =  2;          IRM_BOOTSTRAP_IPCP    =  3;          IRM_ENROLL_IPCP       =  4; -        IRM_REG_IPCP          =  5; -        IRM_UNREG_IPCP        =  6; -        IRM_AP_REG            =  7; -        IRM_AP_UNREG          =  8; -        IRM_FLOW_ACCEPT       =  9; -        IRM_FLOW_ALLOC_RESP   = 10; -        IRM_FLOW_ALLOC        = 11; -        IRM_FLOW_ALLOC_RES    = 12; -        IRM_FLOW_DEALLOC      = 13; -        IPCP_FLOW_REQ_ARR     = 14; -        IPCP_FLOW_ALLOC_REPLY = 15; -        IPCP_FLOW_DEALLOC     = 16; -        IRM_REPLY             = 17; +        IRM_AP_REG            =  5; +        IRM_AP_UNREG          =  6; +        IRM_FLOW_ACCEPT       =  7; +        IRM_FLOW_ALLOC_RESP   =  8; +        IRM_FLOW_ALLOC        =  9; +        IRM_FLOW_ALLOC_RES    = 10; +        IRM_FLOW_DEALLOC      = 11; +        IPCP_FLOW_REQ_ARR     = 12; +        IPCP_FLOW_ALLOC_REPLY = 13; +        IPCP_FLOW_DEALLOC     = 14; +        IRM_REPLY             = 15;  };  message irm_msg { @@ -49,10 +47,13 @@ message irm_msg {          optional uint32 api_id       =  3;          optional uint32 ipcp_type    =  5;          repeated string dif_name     =  6; -        optional sint32 response     =  7; -        optional string dst_name     =  8; -        optional sint32 port_id      =  9; -        optional int32 pid           = 10; -        optional dif_config_msg conf = 11; -        optional sint32 result       = 12; +        repeated string args         =  7; +        optional sint32 response     =  8; +        optional string dst_name     =  9; +        optional sint32 port_id      = 10; +        optional int32 pid           = 11; +        optional dif_config_msg conf = 12; +        optional bool autoexec       = 13; +        optional bool hard           = 14; +        optional sint32 result       = 15;  }; | 
