diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2016-08-26 17:29:38 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2016-08-26 17:29:38 +0900 |
commit | 982a5b448f5ba99033911cdcaeebeeb8c2ed81fa (patch) | |
tree | 43206c30e60d4b2bd65ead978d1d72de882e7e76 /api | |
parent | c8bb5752f6a08eb5d1aac9fd4d58571cf9d8e2f4 (diff) |
zebra: add grpc api
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'api')
-rw-r--r-- | api/gobgp.pb.go | 902 | ||||
-rw-r--r-- | api/gobgp.proto | 9 | ||||
-rw-r--r-- | api/grpc_server.go | 15 |
3 files changed, 504 insertions, 422 deletions
diff --git a/api/gobgp.pb.go b/api/gobgp.pb.go index c850eb78..2a598ca7 100644 --- a/api/gobgp.pb.go +++ b/api/gobgp.pb.go @@ -57,6 +57,8 @@ It has these top-level messages: ResetRpkiResponse SoftResetRpkiRequest SoftResetRpkiResponse + EnableZebraRequest + EnableZebraResponse GetVrfRequest GetVrfResponse AddVrfRequest @@ -446,7 +448,7 @@ var Conditions_RouteType_value = map[string]int32{ func (x Conditions_RouteType) String() string { return proto.EnumName(Conditions_RouteType_name, int32(x)) } -func (Conditions_RouteType) EnumDescriptor() ([]byte, []int) { return fileDescriptor0, []int{118, 0} } +func (Conditions_RouteType) EnumDescriptor() ([]byte, []int) { return fileDescriptor0, []int{120, 0} } type GetNeighborRequest struct { } @@ -959,13 +961,31 @@ func (m *SoftResetRpkiResponse) String() string { return proto.Compac func (*SoftResetRpkiResponse) ProtoMessage() {} func (*SoftResetRpkiResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{47} } +type EnableZebraRequest struct { + Url string `protobuf:"bytes,1,opt,name=url" json:"url,omitempty"` + RouteTypes []string `protobuf:"bytes,2,rep,name=route_types,json=routeTypes" json:"route_types,omitempty"` +} + +func (m *EnableZebraRequest) Reset() { *m = EnableZebraRequest{} } +func (m *EnableZebraRequest) String() string { return proto.CompactTextString(m) } +func (*EnableZebraRequest) ProtoMessage() {} +func (*EnableZebraRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{48} } + +type EnableZebraResponse struct { +} + +func (m *EnableZebraResponse) Reset() { *m = EnableZebraResponse{} } +func (m *EnableZebraResponse) String() string { return proto.CompactTextString(m) } +func (*EnableZebraResponse) ProtoMessage() {} +func (*EnableZebraResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{49} } + type GetVrfRequest struct { } func (m *GetVrfRequest) Reset() { *m = GetVrfRequest{} } func (m *GetVrfRequest) String() string { return proto.CompactTextString(m) } func (*GetVrfRequest) ProtoMessage() {} -func (*GetVrfRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{48} } +func (*GetVrfRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{50} } type GetVrfResponse struct { Vrfs []*Vrf `protobuf:"bytes,1,rep,name=vrfs" json:"vrfs,omitempty"` @@ -974,7 +994,7 @@ type GetVrfResponse struct { func (m *GetVrfResponse) Reset() { *m = GetVrfResponse{} } func (m *GetVrfResponse) String() string { return proto.CompactTextString(m) } func (*GetVrfResponse) ProtoMessage() {} -func (*GetVrfResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{49} } +func (*GetVrfResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{51} } func (m *GetVrfResponse) GetVrfs() []*Vrf { if m != nil { @@ -990,7 +1010,7 @@ type AddVrfRequest struct { func (m *AddVrfRequest) Reset() { *m = AddVrfRequest{} } func (m *AddVrfRequest) String() string { return proto.CompactTextString(m) } func (*AddVrfRequest) ProtoMessage() {} -func (*AddVrfRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{50} } +func (*AddVrfRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{52} } func (m *AddVrfRequest) GetVrf() *Vrf { if m != nil { @@ -1005,7 +1025,7 @@ type AddVrfResponse struct { func (m *AddVrfResponse) Reset() { *m = AddVrfResponse{} } func (m *AddVrfResponse) String() string { return proto.CompactTextString(m) } func (*AddVrfResponse) ProtoMessage() {} -func (*AddVrfResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{51} } +func (*AddVrfResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{53} } type DeleteVrfRequest struct { Vrf *Vrf `protobuf:"bytes,1,opt,name=vrf" json:"vrf,omitempty"` @@ -1014,7 +1034,7 @@ type DeleteVrfRequest struct { func (m *DeleteVrfRequest) Reset() { *m = DeleteVrfRequest{} } func (m *DeleteVrfRequest) String() string { return proto.CompactTextString(m) } func (*DeleteVrfRequest) ProtoMessage() {} -func (*DeleteVrfRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{52} } +func (*DeleteVrfRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{54} } func (m *DeleteVrfRequest) GetVrf() *Vrf { if m != nil { @@ -1029,7 +1049,7 @@ type DeleteVrfResponse struct { func (m *DeleteVrfResponse) Reset() { *m = DeleteVrfResponse{} } func (m *DeleteVrfResponse) String() string { return proto.CompactTextString(m) } func (*DeleteVrfResponse) ProtoMessage() {} -func (*DeleteVrfResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{53} } +func (*DeleteVrfResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{55} } type GetDefinedSetRequest struct { Type DefinedType `protobuf:"varint,1,opt,name=type,enum=gobgpapi.DefinedType" json:"type,omitempty"` @@ -1038,7 +1058,7 @@ type GetDefinedSetRequest struct { func (m *GetDefinedSetRequest) Reset() { *m = GetDefinedSetRequest{} } func (m *GetDefinedSetRequest) String() string { return proto.CompactTextString(m) } func (*GetDefinedSetRequest) ProtoMessage() {} -func (*GetDefinedSetRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{54} } +func (*GetDefinedSetRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{56} } type GetDefinedSetResponse struct { Sets []*DefinedSet `protobuf:"bytes,1,rep,name=sets" json:"sets,omitempty"` @@ -1047,7 +1067,7 @@ type GetDefinedSetResponse struct { func (m *GetDefinedSetResponse) Reset() { *m = GetDefinedSetResponse{} } func (m *GetDefinedSetResponse) String() string { return proto.CompactTextString(m) } func (*GetDefinedSetResponse) ProtoMessage() {} -func (*GetDefinedSetResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{55} } +func (*GetDefinedSetResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{57} } func (m *GetDefinedSetResponse) GetSets() []*DefinedSet { if m != nil { @@ -1063,7 +1083,7 @@ type AddDefinedSetRequest struct { func (m *AddDefinedSetRequest) Reset() { *m = AddDefinedSetRequest{} } func (m *AddDefinedSetRequest) String() string { return proto.CompactTextString(m) } func (*AddDefinedSetRequest) ProtoMessage() {} -func (*AddDefinedSetRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{56} } +func (*AddDefinedSetRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{58} } func (m *AddDefinedSetRequest) GetSet() *DefinedSet { if m != nil { @@ -1078,7 +1098,7 @@ type AddDefinedSetResponse struct { func (m *AddDefinedSetResponse) Reset() { *m = AddDefinedSetResponse{} } func (m *AddDefinedSetResponse) String() string { return proto.CompactTextString(m) } func (*AddDefinedSetResponse) ProtoMessage() {} -func (*AddDefinedSetResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{57} } +func (*AddDefinedSetResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{59} } type DeleteDefinedSetRequest struct { Set *DefinedSet `protobuf:"bytes,1,opt,name=set" json:"set,omitempty"` @@ -1088,7 +1108,7 @@ type DeleteDefinedSetRequest struct { func (m *DeleteDefinedSetRequest) Reset() { *m = DeleteDefinedSetRequest{} } func (m *DeleteDefinedSetRequest) String() string { return proto.CompactTextString(m) } func (*DeleteDefinedSetRequest) ProtoMessage() {} -func (*DeleteDefinedSetRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{58} } +func (*DeleteDefinedSetRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{60} } func (m *DeleteDefinedSetRequest) GetSet() *DefinedSet { if m != nil { @@ -1103,7 +1123,7 @@ type DeleteDefinedSetResponse struct { func (m *DeleteDefinedSetResponse) Reset() { *m = DeleteDefinedSetResponse{} } func (m *DeleteDefinedSetResponse) String() string { return proto.CompactTextString(m) } func (*DeleteDefinedSetResponse) ProtoMessage() {} -func (*DeleteDefinedSetResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{59} } +func (*DeleteDefinedSetResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{61} } type ReplaceDefinedSetRequest struct { Set *DefinedSet `protobuf:"bytes,1,opt,name=set" json:"set,omitempty"` @@ -1112,7 +1132,7 @@ type ReplaceDefinedSetRequest struct { func (m *ReplaceDefinedSetRequest) Reset() { *m = ReplaceDefinedSetRequest{} } func (m *ReplaceDefinedSetRequest) String() string { return proto.CompactTextString(m) } func (*ReplaceDefinedSetRequest) ProtoMessage() {} -func (*ReplaceDefinedSetRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{60} } +func (*ReplaceDefinedSetRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{62} } func (m *ReplaceDefinedSetRequest) GetSet() *DefinedSet { if m != nil { @@ -1127,7 +1147,7 @@ type ReplaceDefinedSetResponse struct { func (m *ReplaceDefinedSetResponse) Reset() { *m = ReplaceDefinedSetResponse{} } func (m *ReplaceDefinedSetResponse) String() string { return proto.CompactTextString(m) } func (*ReplaceDefinedSetResponse) ProtoMessage() {} -func (*ReplaceDefinedSetResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{61} } +func (*ReplaceDefinedSetResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{63} } type GetStatementRequest struct { } @@ -1135,7 +1155,7 @@ type GetStatementRequest struct { func (m *GetStatementRequest) Reset() { *m = GetStatementRequest{} } func (m *GetStatementRequest) String() string { return proto.CompactTextString(m) } func (*GetStatementRequest) ProtoMessage() {} -func (*GetStatementRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{62} } +func (*GetStatementRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{64} } type GetStatementResponse struct { Statements []*Statement `protobuf:"bytes,1,rep,name=statements" json:"statements,omitempty"` @@ -1144,7 +1164,7 @@ type GetStatementResponse struct { func (m *GetStatementResponse) Reset() { *m = GetStatementResponse{} } func (m *GetStatementResponse) String() string { return proto.CompactTextString(m) } func (*GetStatementResponse) ProtoMessage() {} -func (*GetStatementResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{63} } +func (*GetStatementResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{65} } func (m *GetStatementResponse) GetStatements() []*Statement { if m != nil { @@ -1160,7 +1180,7 @@ type AddStatementRequest struct { func (m *AddStatementRequest) Reset() { *m = AddStatementRequest{} } func (m *AddStatementRequest) String() string { return proto.CompactTextString(m) } func (*AddStatementRequest) ProtoMessage() {} -func (*AddStatementRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{64} } +func (*AddStatementRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{66} } func (m *AddStatementRequest) GetStatement() *Statement { if m != nil { @@ -1175,7 +1195,7 @@ type AddStatementResponse struct { func (m *AddStatementResponse) Reset() { *m = AddStatementResponse{} } func (m *AddStatementResponse) String() string { return proto.CompactTextString(m) } func (*AddStatementResponse) ProtoMessage() {} -func (*AddStatementResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{65} } +func (*AddStatementResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{67} } type DeleteStatementRequest struct { Statement *Statement `protobuf:"bytes,1,opt,name=statement" json:"statement,omitempty"` @@ -1185,7 +1205,7 @@ type DeleteStatementRequest struct { func (m *DeleteStatementRequest) Reset() { *m = DeleteStatementRequest{} } func (m *DeleteStatementRequest) String() string { return proto.CompactTextString(m) } func (*DeleteStatementRequest) ProtoMessage() {} -func (*DeleteStatementRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{66} } +func (*DeleteStatementRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{68} } func (m *DeleteStatementRequest) GetStatement() *Statement { if m != nil { @@ -1200,7 +1220,7 @@ type DeleteStatementResponse struct { func (m *DeleteStatementResponse) Reset() { *m = DeleteStatementResponse{} } func (m *DeleteStatementResponse) String() string { return proto.CompactTextString(m) } func (*DeleteStatementResponse) ProtoMessage() {} -func (*DeleteStatementResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{67} } +func (*DeleteStatementResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{69} } type ReplaceStatementRequest struct { Statement *Statement `protobuf:"bytes,1,opt,name=statement" json:"statement,omitempty"` @@ -1209,7 +1229,7 @@ type ReplaceStatementRequest struct { func (m *ReplaceStatementRequest) Reset() { *m = ReplaceStatementRequest{} } func (m *ReplaceStatementRequest) String() string { return proto.CompactTextString(m) } func (*ReplaceStatementRequest) ProtoMessage() {} -func (*ReplaceStatementRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{68} } +func (*ReplaceStatementRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{70} } func (m *ReplaceStatementRequest) GetStatement() *Statement { if m != nil { @@ -1224,7 +1244,7 @@ type ReplaceStatementResponse struct { func (m *ReplaceStatementResponse) Reset() { *m = ReplaceStatementResponse{} } func (m *ReplaceStatementResponse) String() string { return proto.CompactTextString(m) } func (*ReplaceStatementResponse) ProtoMessage() {} -func (*ReplaceStatementResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{69} } +func (*ReplaceStatementResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{71} } type GetPolicyRequest struct { } @@ -1232,7 +1252,7 @@ type GetPolicyRequest struct { func (m *GetPolicyRequest) Reset() { *m = GetPolicyRequest{} } func (m *GetPolicyRequest) String() string { return proto.CompactTextString(m) } func (*GetPolicyRequest) ProtoMessage() {} -func (*GetPolicyRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{70} } +func (*GetPolicyRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{72} } type GetPolicyResponse struct { Policies []*Policy `protobuf:"bytes,1,rep,name=policies" json:"policies,omitempty"` @@ -1241,7 +1261,7 @@ type GetPolicyResponse struct { func (m *GetPolicyResponse) Reset() { *m = GetPolicyResponse{} } func (m *GetPolicyResponse) String() string { return proto.CompactTextString(m) } func (*GetPolicyResponse) ProtoMessage() {} -func (*GetPolicyResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{71} } +func (*GetPolicyResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{73} } func (m *GetPolicyResponse) GetPolicies() []*Policy { if m != nil { @@ -1260,7 +1280,7 @@ type AddPolicyRequest struct { func (m *AddPolicyRequest) Reset() { *m = AddPolicyRequest{} } func (m *AddPolicyRequest) String() string { return proto.CompactTextString(m) } func (*AddPolicyRequest) ProtoMessage() {} -func (*AddPolicyRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{72} } +func (*AddPolicyRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{74} } func (m *AddPolicyRequest) GetPolicy() *Policy { if m != nil { @@ -1275,7 +1295,7 @@ type AddPolicyResponse struct { func (m *AddPolicyResponse) Reset() { *m = AddPolicyResponse{} } func (m *AddPolicyResponse) String() string { return proto.CompactTextString(m) } func (*AddPolicyResponse) ProtoMessage() {} -func (*AddPolicyResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{73} } +func (*AddPolicyResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{75} } type DeletePolicyRequest struct { Policy *Policy `protobuf:"bytes,1,opt,name=policy" json:"policy,omitempty"` @@ -1288,7 +1308,7 @@ type DeletePolicyRequest struct { func (m *DeletePolicyRequest) Reset() { *m = DeletePolicyRequest{} } func (m *DeletePolicyRequest) String() string { return proto.CompactTextString(m) } func (*DeletePolicyRequest) ProtoMessage() {} -func (*DeletePolicyRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{74} } +func (*DeletePolicyRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{76} } func (m *DeletePolicyRequest) GetPolicy() *Policy { if m != nil { @@ -1303,7 +1323,7 @@ type DeletePolicyResponse struct { func (m *DeletePolicyResponse) Reset() { *m = DeletePolicyResponse{} } func (m *DeletePolicyResponse) String() string { return proto.CompactTextString(m) } func (*DeletePolicyResponse) ProtoMessage() {} -func (*DeletePolicyResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{75} } +func (*DeletePolicyResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{77} } type ReplacePolicyRequest struct { Policy *Policy `protobuf:"bytes,1,opt,name=policy" json:"policy,omitempty"` @@ -1318,7 +1338,7 @@ type ReplacePolicyRequest struct { func (m *ReplacePolicyRequest) Reset() { *m = ReplacePolicyRequest{} } func (m *ReplacePolicyRequest) String() string { return proto.CompactTextString(m) } func (*ReplacePolicyRequest) ProtoMessage() {} -func (*ReplacePolicyRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{76} } +func (*ReplacePolicyRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{78} } func (m *ReplacePolicyRequest) GetPolicy() *Policy { if m != nil { @@ -1333,7 +1353,7 @@ type ReplacePolicyResponse struct { func (m *ReplacePolicyResponse) Reset() { *m = ReplacePolicyResponse{} } func (m *ReplacePolicyResponse) String() string { return proto.CompactTextString(m) } func (*ReplacePolicyResponse) ProtoMessage() {} -func (*ReplacePolicyResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{77} } +func (*ReplacePolicyResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{79} } type GetPolicyAssignmentRequest struct { Assignment *PolicyAssignment `protobuf:"bytes,1,opt,name=assignment" json:"assignment,omitempty"` @@ -1342,7 +1362,7 @@ type GetPolicyAssignmentRequest struct { func (m *GetPolicyAssignmentRequest) Reset() { *m = GetPolicyAssignmentRequest{} } func (m *GetPolicyAssignmentRequest) String() string { return proto.CompactTextString(m) } func (*GetPolicyAssignmentRequest) ProtoMessage() {} -func (*GetPolicyAssignmentRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{78} } +func (*GetPolicyAssignmentRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{80} } func (m *GetPolicyAssignmentRequest) GetAssignment() *PolicyAssignment { if m != nil { @@ -1358,7 +1378,7 @@ type GetPolicyAssignmentResponse struct { func (m *GetPolicyAssignmentResponse) Reset() { *m = GetPolicyAssignmentResponse{} } func (m *GetPolicyAssignmentResponse) String() string { return proto.CompactTextString(m) } func (*GetPolicyAssignmentResponse) ProtoMessage() {} -func (*GetPolicyAssignmentResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{79} } +func (*GetPolicyAssignmentResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{81} } func (m *GetPolicyAssignmentResponse) GetAssignment() *PolicyAssignment { if m != nil { @@ -1374,7 +1394,7 @@ type AddPolicyAssignmentRequest struct { func (m *AddPolicyAssignmentRequest) Reset() { *m = AddPolicyAssignmentRequest{} } func (m *AddPolicyAssignmentRequest) String() string { return proto.CompactTextString(m) } func (*AddPolicyAssignmentRequest) ProtoMessage() {} -func (*AddPolicyAssignmentRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{80} } +func (*AddPolicyAssignmentRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{82} } func (m *AddPolicyAssignmentRequest) GetAssignment() *PolicyAssignment { if m != nil { @@ -1389,7 +1409,7 @@ type AddPolicyAssignmentResponse struct { func (m *AddPolicyAssignmentResponse) Reset() { *m = AddPolicyAssignmentResponse{} } func (m *AddPolicyAssignmentResponse) String() string { return proto.CompactTextString(m) } func (*AddPolicyAssignmentResponse) ProtoMessage() {} -func (*AddPolicyAssignmentResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{81} } +func (*AddPolicyAssignmentResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{83} } type DeletePolicyAssignmentRequest struct { Assignment *PolicyAssignment `protobuf:"bytes,1,opt,name=assignment" json:"assignment,omitempty"` @@ -1399,7 +1419,7 @@ type DeletePolicyAssignmentRequest struct { func (m *DeletePolicyAssignmentRequest) Reset() { *m = DeletePolicyAssignmentRequest{} } func (m *DeletePolicyAssignmentRequest) String() string { return proto.CompactTextString(m) } func (*DeletePolicyAssignmentRequest) ProtoMessage() {} -func (*DeletePolicyAssignmentRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{82} } +func (*DeletePolicyAssignmentRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{84} } func (m *DeletePolicyAssignmentRequest) GetAssignment() *PolicyAssignment { if m != nil { @@ -1414,7 +1434,7 @@ type DeletePolicyAssignmentResponse struct { func (m *DeletePolicyAssignmentResponse) Reset() { *m = DeletePolicyAssignmentResponse{} } func (m *DeletePolicyAssignmentResponse) String() string { return proto.CompactTextString(m) } func (*DeletePolicyAssignmentResponse) ProtoMessage() {} -func (*DeletePolicyAssignmentResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{83} } +func (*DeletePolicyAssignmentResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{85} } type ReplacePolicyAssignmentRequest struct { Assignment *PolicyAssignment `protobuf:"bytes,1,opt,name=assignment" json:"assignment,omitempty"` @@ -1423,7 +1443,7 @@ type ReplacePolicyAssignmentRequest struct { func (m *ReplacePolicyAssignmentRequest) Reset() { *m = ReplacePolicyAssignmentRequest{} } func (m *ReplacePolicyAssignmentRequest) String() string { return proto.CompactTextString(m) } func (*ReplacePolicyAssignmentRequest) ProtoMessage() {} -func (*ReplacePolicyAssignmentRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{84} } +func (*ReplacePolicyAssignmentRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{86} } func (m *ReplacePolicyAssignmentRequest) GetAssignment() *PolicyAssignment { if m != nil { @@ -1439,7 +1459,7 @@ func (m *ReplacePolicyAssignmentResponse) Reset() { *m = ReplacePolicyAs func (m *ReplacePolicyAssignmentResponse) String() string { return proto.CompactTextString(m) } func (*ReplacePolicyAssignmentResponse) ProtoMessage() {} func (*ReplacePolicyAssignmentResponse) Descriptor() ([]byte, []int) { - return fileDescriptor0, []int{85} + return fileDescriptor0, []int{87} } type GetServerRequest struct { @@ -1448,7 +1468,7 @@ type GetServerRequest struct { func (m *GetServerRequest) Reset() { *m = GetServerRequest{} } func (m *GetServerRequest) String() string { return proto.CompactTextString(m) } func (*GetServerRequest) ProtoMessage() {} -func (*GetServerRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{86} } +func (*GetServerRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{88} } type GetServerResponse struct { Global *Global `protobuf:"bytes,1,opt,name=global" json:"global,omitempty"` @@ -1457,7 +1477,7 @@ type GetServerResponse struct { func (m *GetServerResponse) Reset() { *m = GetServerResponse{} } func (m *GetServerResponse) String() string { return proto.CompactTextString(m) } func (*GetServerResponse) ProtoMessage() {} -func (*GetServerResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{87} } +func (*GetServerResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{89} } func (m *GetServerResponse) GetGlobal() *Global { if m != nil { @@ -1473,7 +1493,7 @@ type StartServerRequest struct { func (m *StartServerRequest) Reset() { *m = StartServerRequest{} } func (m *StartServerRequest) String() string { return proto.CompactTextString(m) } func (*StartServerRequest) ProtoMessage() {} -func (*StartServerRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{88} } +func (*StartServerRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{90} } func (m *StartServerRequest) GetGlobal() *Global { if m != nil { @@ -1488,7 +1508,7 @@ type StartServerResponse struct { func (m *StartServerResponse) Reset() { *m = StartServerResponse{} } func (m *StartServerResponse) String() string { return proto.CompactTextString(m) } func (*StartServerResponse) ProtoMessage() {} -func (*StartServerResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{89} } +func (*StartServerResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{91} } type StopServerRequest struct { } @@ -1496,7 +1516,7 @@ type StopServerRequest struct { func (m *StopServerRequest) Reset() { *m = StopServerRequest{} } func (m *StopServerRequest) String() string { return proto.CompactTextString(m) } func (*StopServerRequest) ProtoMessage() {} -func (*StopServerRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{90} } +func (*StopServerRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{92} } type StopServerResponse struct { } @@ -1504,7 +1524,7 @@ type StopServerResponse struct { func (m *StopServerResponse) Reset() { *m = StopServerResponse{} } func (m *StopServerResponse) String() string { return proto.CompactTextString(m) } func (*StopServerResponse) ProtoMessage() {} -func (*StopServerResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{91} } +func (*StopServerResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{93} } type Path struct { Nlri []byte `protobuf:"bytes,1,opt,name=nlri,proto3" json:"nlri,omitempty"` @@ -1526,7 +1546,7 @@ type Path struct { func (m *Path) Reset() { *m = Path{} } func (m *Path) String() string { return proto.CompactTextString(m) } func (*Path) ProtoMessage() {} -func (*Path) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{92} } +func (*Path) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{94} } type Destination struct { Prefix string `protobuf:"bytes,1,opt,name=prefix" json:"prefix,omitempty"` @@ -1538,7 +1558,7 @@ type Destination struct { func (m *Destination) Reset() { *m = Destination{} } func (m *Destination) String() string { return proto.CompactTextString(m) } func (*Destination) ProtoMessage() {} -func (*Destination) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{93} } +func (*Destination) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{95} } func (m *Destination) GetPaths() []*Path { if m != nil { @@ -1558,7 +1578,7 @@ type Table struct { func (m *Table) Reset() { *m = Table{} } func (m *Table) String() string { return proto.CompactTextString(m) } func (*Table) ProtoMessage() {} -func (*Table) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{94} } +func (*Table) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{96} } func (m *Table) GetDestinations() []*Destination { if m != nil { @@ -1574,7 +1594,7 @@ type GetRibRequest struct { func (m *GetRibRequest) Reset() { *m = GetRibRequest{} } func (m *GetRibRequest) String() string { return proto.CompactTextString(m) } func (*GetRibRequest) ProtoMessage() {} -func (*GetRibRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{95} } +func (*GetRibRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{97} } func (m *GetRibRequest) GetTable() *Table { if m != nil { @@ -1590,7 +1610,7 @@ type GetRibResponse struct { func (m *GetRibResponse) Reset() { *m = GetRibResponse{} } func (m *GetRibResponse) String() string { return proto.CompactTextString(m) } func (*GetRibResponse) ProtoMessage() {} -func (*GetRibResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{96} } +func (*GetRibResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{98} } func (m *GetRibResponse) GetTable() *Table { if m != nil { @@ -1608,7 +1628,7 @@ type ValidateRibRequest struct { func (m *ValidateRibRequest) Reset() { *m = ValidateRibRequest{} } func (m *ValidateRibRequest) String() string { return proto.CompactTextString(m) } func (*ValidateRibRequest) ProtoMessage() {} -func (*ValidateRibRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{97} } +func (*ValidateRibRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{99} } type ValidateRibResponse struct { } @@ -1616,10 +1636,10 @@ type ValidateRibResponse struct { func (m *ValidateRibResponse) Reset() { *m = ValidateRibResponse{} } func (m *ValidateRibResponse) String() string { return proto.CompactTextString(m) } func (*ValidateRibResponse) ProtoMessage() {} -func (*ValidateRibResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{98} } +func (*ValidateRibResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{100} } type Peer struct { - Families []uint32 `protobuf:"varint,1,rep,name=families" json:"families,omitempty"` + Families []uint32 `protobuf:"varint,1,rep,packed,name=families" json:"families,omitempty"` ApplyPolicy *ApplyPolicy `protobuf:"bytes,2,opt,name=apply_policy,json=applyPolicy" json:"apply_policy,omitempty"` Conf *PeerConf `protobuf:"bytes,3,opt,name=conf" json:"conf,omitempty"` EbgpMultihop *EbgpMultihop `protobuf:"bytes,4,opt,name=ebgp_multihop,json=ebgpMultihop" json:"ebgp_multihop,omitempty"` @@ -1633,7 +1653,7 @@ type Peer struct { func (m *Peer) Reset() { *m = Peer{} } func (m *Peer) String() string { return proto.CompactTextString(m) } func (*Peer) ProtoMessage() {} -func (*Peer) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{99} } +func (*Peer) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{101} } func (m *Peer) GetApplyPolicy() *ApplyPolicy { if m != nil { @@ -1700,7 +1720,7 @@ type ApplyPolicy struct { func (m *ApplyPolicy) Reset() { *m = ApplyPolicy{} } func (m *ApplyPolicy) String() string { return proto.CompactTextString(m) } func (*ApplyPolicy) ProtoMessage() {} -func (*ApplyPolicy) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{100} } +func (*ApplyPolicy) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{102} } func (m *ApplyPolicy) GetInPolicy() *PolicyAssignment { if m != nil { @@ -1732,7 +1752,7 @@ type PrefixLimit struct { func (m *PrefixLimit) Reset() { *m = PrefixLimit{} } func (m *PrefixLimit) String() string { return proto.CompactTextString(m) } func (*PrefixLimit) ProtoMessage() {} -func (*PrefixLimit) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{101} } +func (*PrefixLimit) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{103} } type PeerConf struct { AuthPassword string `protobuf:"bytes,1,opt,name=auth_password,json=authPassword" json:"auth_password,omitempty"` @@ -1756,7 +1776,7 @@ type PeerConf struct { func (m *PeerConf) Reset() { *m = PeerConf{} } func (m *PeerConf) String() string { return proto.CompactTextString(m) } func (*PeerConf) ProtoMessage() {} -func (*PeerConf) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{102} } +func (*PeerConf) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{104} } func (m *PeerConf) GetPrefixLimits() []*PrefixLimit { if m != nil { @@ -1773,7 +1793,7 @@ type EbgpMultihop struct { func (m *EbgpMultihop) Reset() { *m = EbgpMultihop{} } func (m *EbgpMultihop) String() string { return proto.CompactTextString(m) } func (*EbgpMultihop) ProtoMessage() {} -func (*EbgpMultihop) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{103} } +func (*EbgpMultihop) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{105} } type RouteReflector struct { RouteReflectorClient bool `protobuf:"varint,1,opt,name=route_reflector_client,json=routeReflectorClient" json:"route_reflector_client,omitempty"` @@ -1783,7 +1803,7 @@ type RouteReflector struct { func (m *RouteReflector) Reset() { *m = RouteReflector{} } func (m *RouteReflector) String() string { return proto.CompactTextString(m) } func (*RouteReflector) ProtoMessage() {} -func (*RouteReflector) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{104} } +func (*RouteReflector) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{106} } type PeerState struct { AuthPassword string `protobuf:"bytes,1,opt,name=auth_password,json=authPassword" json:"auth_password,omitempty"` @@ -1812,7 +1832,7 @@ type PeerState struct { func (m *PeerState) Reset() { *m = PeerState{} } func (m *PeerState) String() string { return proto.CompactTextString(m) } func (*PeerState) ProtoMessage() {} -func (*PeerState) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{105} } +func (*PeerState) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{107} } func (m *PeerState) GetMessages() *Messages { if m != nil { @@ -1836,7 +1856,7 @@ type Messages struct { func (m *Messages) Reset() { *m = Messages{} } func (m *Messages) String() string { return proto.CompactTextString(m) } func (*Messages) ProtoMessage() {} -func (*Messages) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{106} } +func (*Messages) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{108} } func (m *Messages) GetReceived() *Message { if m != nil { @@ -1865,7 +1885,7 @@ type Message struct { func (m *Message) Reset() { *m = Message{} } func (m *Message) String() string { return proto.CompactTextString(m) } func (*Message) ProtoMessage() {} -func (*Message) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{107} } +func (*Message) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{109} } type Queues struct { Input uint32 `protobuf:"varint,1,opt,name=input" json:"input,omitempty"` @@ -1875,7 +1895,7 @@ type Queues struct { func (m *Queues) Reset() { *m = Queues{} } func (m *Queues) String() string { return proto.CompactTextString(m) } func (*Queues) ProtoMessage() {} -func (*Queues) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{108} } +func (*Queues) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{110} } type Timers struct { Config *TimersConfig `protobuf:"bytes,1,opt,name=config" json:"config,omitempty"` @@ -1885,7 +1905,7 @@ type Timers struct { func (m *Timers) Reset() { *m = Timers{} } func (m *Timers) String() string { return proto.CompactTextString(m) } func (*Timers) ProtoMessage() {} -func (*Timers) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{109} } +func (*Timers) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{111} } func (m *Timers) GetConfig() *TimersConfig { if m != nil { @@ -1911,7 +1931,7 @@ type TimersConfig struct { func (m *TimersConfig) Reset() { *m = TimersConfig{} } func (m *TimersConfig) String() string { return proto.CompactTextString(m) } func (*TimersConfig) ProtoMessage() {} -func (*TimersConfig) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{110} } +func (*TimersConfig) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{112} } type TimersState struct { ConnectRetry uint64 `protobuf:"varint,1,opt,name=connect_retry,json=connectRetry" json:"connect_retry,omitempty"` @@ -1926,7 +1946,7 @@ type TimersState struct { func (m *TimersState) Reset() { *m = TimersState{} } func (m *TimersState) String() string { return proto.CompactTextString(m) } func (*TimersState) ProtoMessage() {} -func (*TimersState) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{111} } +func (*TimersState) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{113} } type Transport struct { LocalAddress string `protobuf:"bytes,1,opt,name=local_address,json=localAddress" json:"local_address,omitempty"` @@ -1941,7 +1961,7 @@ type Transport struct { func (m *Transport) Reset() { *m = Transport{} } func (m *Transport) String() string { return proto.CompactTextString(m) } func (*Transport) ProtoMessage() {} -func (*Transport) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{112} } +func (*Transport) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{114} } type RouteServer struct { RouteServerClient bool `protobuf:"varint,1,opt,name=route_server_client,json=routeServerClient" json:"route_server_client,omitempty"` @@ -1950,7 +1970,7 @@ type RouteServer struct { func (m *RouteServer) Reset() { *m = RouteServer{} } func (m *RouteServer) String() string { return proto.CompactTextString(m) } func (*RouteServer) ProtoMessage() {} -func (*RouteServer) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{113} } +func (*RouteServer) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{115} } type Prefix struct { IpPrefix string `protobuf:"bytes,1,opt,name=ip_prefix,json=ipPrefix" json:"ip_prefix,omitempty"` @@ -1961,7 +1981,7 @@ type Prefix struct { func (m *Prefix) Reset() { *m = Prefix{} } func (m *Prefix) String() string { return proto.CompactTextString(m) } func (*Prefix) ProtoMessage() {} -func (*Prefix) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{114} } +func (*Prefix) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{116} } type DefinedSet struct { Type DefinedType `protobuf:"varint,1,opt,name=type,enum=gobgpapi.DefinedType" json:"type,omitempty"` @@ -1973,7 +1993,7 @@ type DefinedSet struct { func (m *DefinedSet) Reset() { *m = DefinedSet{} } func (m *DefinedSet) String() string { return proto.CompactTextString(m) } func (*DefinedSet) ProtoMessage() {} -func (*DefinedSet) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{115} } +func (*DefinedSet) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{117} } func (m *DefinedSet) GetPrefixes() []*Prefix { if m != nil { @@ -1990,7 +2010,7 @@ type MatchSet struct { func (m *MatchSet) Reset() { *m = MatchSet{} } func (m *MatchSet) String() string { return proto.CompactTextString(m) } func (*MatchSet) ProtoMessage() {} -func (*MatchSet) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{116} } +func (*MatchSet) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{118} } type AsPathLength struct { Type AsPathLengthType `protobuf:"varint,1,opt,name=type,enum=gobgpapi.AsPathLengthType" json:"type,omitempty"` @@ -2000,7 +2020,7 @@ type AsPathLength struct { func (m *AsPathLength) Reset() { *m = AsPathLength{} } func (m *AsPathLength) String() string { return proto.CompactTextString(m) } func (*AsPathLength) ProtoMessage() {} -func (*AsPathLength) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{117} } +func (*AsPathLength) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{119} } type Conditions struct { PrefixSet *MatchSet `protobuf:"bytes,1,opt,name=prefix_set,json=prefixSet" json:"prefix_set,omitempty"` @@ -2016,7 +2036,7 @@ type Conditions struct { func (m *Conditions) Reset() { *m = Conditions{} } func (m *Conditions) String() string { return proto.CompactTextString(m) } func (*Conditions) ProtoMessage() {} -func (*Conditions) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{118} } +func (*Conditions) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{120} } func (m *Conditions) GetPrefixSet() *MatchSet { if m != nil { @@ -2068,7 +2088,7 @@ type CommunityAction struct { func (m *CommunityAction) Reset() { *m = CommunityAction{} } func (m *CommunityAction) String() string { return proto.CompactTextString(m) } func (*CommunityAction) ProtoMessage() {} -func (*CommunityAction) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{119} } +func (*CommunityAction) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{121} } type MedAction struct { Type MedActionType `protobuf:"varint,1,opt,name=type,enum=gobgpapi.MedActionType" json:"type,omitempty"` @@ -2078,7 +2098,7 @@ type MedAction struct { func (m *MedAction) Reset() { *m = MedAction{} } func (m *MedAction) String() string { return proto.CompactTextString(m) } func (*MedAction) ProtoMessage() {} -func (*MedAction) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{120} } +func (*MedAction) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{122} } type AsPrependAction struct { Asn uint32 `protobuf:"varint,1,opt,name=asn" json:"asn,omitempty"` @@ -2089,7 +2109,7 @@ type AsPrependAction struct { func (m *AsPrependAction) Reset() { *m = AsPrependAction{} } func (m *AsPrependAction) String() string { return proto.CompactTextString(m) } func (*AsPrependAction) ProtoMessage() {} -func (*AsPrependAction) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{121} } +func (*AsPrependAction) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{123} } type NexthopAction struct { Address string `protobuf:"bytes,1,opt,name=address" json:"address,omitempty"` @@ -2099,7 +2119,7 @@ type NexthopAction struct { func (m *NexthopAction) Reset() { *m = NexthopAction{} } func (m *NexthopAction) String() string { return proto.CompactTextString(m) } func (*NexthopAction) ProtoMessage() {} -func (*NexthopAction) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{122} } +func (*NexthopAction) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{124} } type LocalPrefAction struct { Value uint32 `protobuf:"varint,1,opt,name=value" json:"value,omitempty"` @@ -2108,7 +2128,7 @@ type LocalPrefAction struct { func (m *LocalPrefAction) Reset() { *m = LocalPrefAction{} } func (m *LocalPrefAction) String() string { return proto.CompactTextString(m) } func (*LocalPrefAction) ProtoMessage() {} -func (*LocalPrefAction) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{123} } +func (*LocalPrefAction) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{125} } type Actions struct { RouteAction RouteAction `protobuf:"varint,1,opt,name=route_action,json=routeAction,enum=gobgpapi.RouteAction" json:"route_action,omitempty"` @@ -2123,7 +2143,7 @@ type Actions struct { func (m *Actions) Reset() { *m = Actions{} } func (m *Actions) String() string { return proto.CompactTextString(m) } func (*Actions) ProtoMessage() {} -func (*Actions) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{124} } +func (*Actions) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{126} } func (m *Actions) GetCommunity() *CommunityAction { if m != nil { @@ -2176,7 +2196,7 @@ type Statement struct { func (m *Statement) Reset() { *m = Statement{} } func (m *Statement) String() string { return proto.CompactTextString(m) } func (*Statement) ProtoMessage() {} -func (*Statement) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{125} } +func (*Statement) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{127} } func (m *Statement) GetConditions() *Conditions { if m != nil { @@ -2200,7 +2220,7 @@ type Policy struct { func (m *Policy) Reset() { *m = Policy{} } func (m *Policy) String() string { return proto.CompactTextString(m) } func (*Policy) ProtoMessage() {} -func (*Policy) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{126} } +func (*Policy) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{128} } func (m *Policy) GetStatements() []*Statement { if m != nil { @@ -2220,7 +2240,7 @@ type PolicyAssignment struct { func (m *PolicyAssignment) Reset() { *m = PolicyAssignment{} } func (m *PolicyAssignment) String() string { return proto.CompactTextString(m) } func (*PolicyAssignment) ProtoMessage() {} -func (*PolicyAssignment) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{127} } +func (*PolicyAssignment) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{129} } func (m *PolicyAssignment) GetPolicies() []*Policy { if m != nil { @@ -2240,7 +2260,7 @@ type Roa struct { func (m *Roa) Reset() { *m = Roa{} } func (m *Roa) String() string { return proto.CompactTextString(m) } func (*Roa) ProtoMessage() {} -func (*Roa) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{128} } +func (*Roa) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{130} } func (m *Roa) GetConf() *RPKIConf { if m != nil { @@ -2256,7 +2276,7 @@ type GetRoaRequest struct { func (m *GetRoaRequest) Reset() { *m = GetRoaRequest{} } func (m *GetRoaRequest) String() string { return proto.CompactTextString(m) } func (*GetRoaRequest) ProtoMessage() {} -func (*GetRoaRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{129} } +func (*GetRoaRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{131} } type GetRoaResponse struct { Roas []*Roa `protobuf:"bytes,1,rep,name=roas" json:"roas,omitempty"` @@ -2265,7 +2285,7 @@ type GetRoaResponse struct { func (m *GetRoaResponse) Reset() { *m = GetRoaResponse{} } func (m *GetRoaResponse) String() string { return proto.CompactTextString(m) } func (*GetRoaResponse) ProtoMessage() {} -func (*GetRoaResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{130} } +func (*GetRoaResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{132} } func (m *GetRoaResponse) GetRoas() []*Roa { if m != nil { @@ -2284,14 +2304,14 @@ type Vrf struct { func (m *Vrf) Reset() { *m = Vrf{} } func (m *Vrf) String() string { return proto.CompactTextString(m) } func (*Vrf) ProtoMessage() {} -func (*Vrf) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{131} } +func (*Vrf) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{133} } type Global struct { As uint32 `protobuf:"varint,1,opt,name=as" json:"as,omitempty"` RouterId string `protobuf:"bytes,2,opt,name=router_id,json=routerId" json:"router_id,omitempty"` ListenPort int32 `protobuf:"varint,3,opt,name=listen_port,json=listenPort" json:"listen_port,omitempty"` ListenAddresses []string `protobuf:"bytes,4,rep,name=listen_addresses,json=listenAddresses" json:"listen_addresses,omitempty"` - Families []uint32 `protobuf:"varint,5,rep,name=families" json:"families,omitempty"` + Families []uint32 `protobuf:"varint,5,rep,packed,name=families" json:"families,omitempty"` MplsLabelMin uint32 `protobuf:"varint,6,opt,name=mpls_label_min,json=mplsLabelMin" json:"mpls_label_min,omitempty"` MplsLabelMax uint32 `protobuf:"varint,7,opt,name=mpls_label_max,json=mplsLabelMax" json:"mpls_label_max,omitempty"` UseMultiplePaths bool `protobuf:"varint,8,opt,name=use_multiple_paths,json=useMultiplePaths" json:"use_multiple_paths,omitempty"` @@ -2300,7 +2320,7 @@ type Global struct { func (m *Global) Reset() { *m = Global{} } func (m *Global) String() string { return proto.CompactTextString(m) } func (*Global) ProtoMessage() {} -func (*Global) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{132} } +func (*Global) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{134} } func init() { proto.RegisterType((*GetNeighborRequest)(nil), "gobgpapi.GetNeighborRequest") @@ -2351,6 +2371,8 @@ func init() { proto.RegisterType((*ResetRpkiResponse)(nil), "gobgpapi.ResetRpkiResponse") proto.RegisterType((*SoftResetRpkiRequest)(nil), "gobgpapi.SoftResetRpkiRequest") proto.RegisterType((*SoftResetRpkiResponse)(nil), "gobgpapi.SoftResetRpkiResponse") + proto.RegisterType((*EnableZebraRequest)(nil), "gobgpapi.EnableZebraRequest") + proto.RegisterType((*EnableZebraResponse)(nil), "gobgpapi.EnableZebraResponse") proto.RegisterType((*GetVrfRequest)(nil), "gobgpapi.GetVrfRequest") proto.RegisterType((*GetVrfResponse)(nil), "gobgpapi.GetVrfResponse") proto.RegisterType((*AddVrfRequest)(nil), "gobgpapi.AddVrfRequest") @@ -2490,6 +2512,7 @@ type GobgpApiClient interface { ResetRpki(ctx context.Context, in *ResetRpkiRequest, opts ...grpc.CallOption) (*ResetRpkiResponse, error) SoftResetRpki(ctx context.Context, in *SoftResetRpkiRequest, opts ...grpc.CallOption) (*SoftResetRpkiResponse, error) GetRoa(ctx context.Context, in *GetRoaRequest, opts ...grpc.CallOption) (*GetRoaResponse, error) + EnableZebra(ctx context.Context, in *EnableZebraRequest, opts ...grpc.CallOption) (*EnableZebraResponse, error) AddVrf(ctx context.Context, in *AddVrfRequest, opts ...grpc.CallOption) (*AddVrfResponse, error) DeleteVrf(ctx context.Context, in *DeleteVrfRequest, opts ...grpc.CallOption) (*DeleteVrfResponse, error) GetVrf(ctx context.Context, in *GetVrfRequest, opts ...grpc.CallOption) (*GetVrfResponse, error) @@ -2860,6 +2883,15 @@ func (c *gobgpApiClient) GetRoa(ctx context.Context, in *GetRoaRequest, opts ... return out, nil } +func (c *gobgpApiClient) EnableZebra(ctx context.Context, in *EnableZebraRequest, opts ...grpc.CallOption) (*EnableZebraResponse, error) { + out := new(EnableZebraResponse) + err := grpc.Invoke(ctx, "/gobgpapi.GobgpApi/EnableZebra", in, out, c.cc, opts...) + if err != nil { + return nil, err + } + return out, nil +} + func (c *gobgpApiClient) AddVrf(ctx context.Context, in *AddVrfRequest, opts ...grpc.CallOption) (*AddVrfResponse, error) { out := new(AddVrfResponse) err := grpc.Invoke(ctx, "/gobgpapi.GobgpApi/AddVrf", in, out, c.cc, opts...) @@ -3064,6 +3096,7 @@ type GobgpApiServer interface { ResetRpki(context.Context, *ResetRpkiRequest) (*ResetRpkiResponse, error) SoftResetRpki(context.Context, *SoftResetRpkiRequest) (*SoftResetRpkiResponse, error) GetRoa(context.Context, *GetRoaRequest) (*GetRoaResponse, error) + EnableZebra(context.Context, *EnableZebraRequest) (*EnableZebraResponse, error) AddVrf(context.Context, *AddVrfRequest) (*AddVrfResponse, error) DeleteVrf(context.Context, *DeleteVrfRequest) (*DeleteVrfResponse, error) GetVrf(context.Context, *GetVrfRequest) (*GetVrfResponse, error) @@ -3643,6 +3676,24 @@ func _GobgpApi_GetRoa_Handler(srv interface{}, ctx context.Context, dec func(int return interceptor(ctx, in, info, handler) } +func _GobgpApi_EnableZebra_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(EnableZebraRequest) + if err := dec(in); err != nil { + return nil, err + } + if interceptor == nil { + return srv.(GobgpApiServer).EnableZebra(ctx, in) + } + info := &grpc.UnaryServerInfo{ + Server: srv, + FullMethod: "/gobgpapi.GobgpApi/EnableZebra", + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + return srv.(GobgpApiServer).EnableZebra(ctx, req.(*EnableZebraRequest)) + } + return interceptor(ctx, in, info, handler) +} + func _GobgpApi_AddVrf_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { in := new(AddVrfRequest) if err := dec(in); err != nil { @@ -4098,6 +4149,10 @@ var _GobgpApi_serviceDesc = grpc.ServiceDesc{ Handler: _GobgpApi_GetRoa_Handler, }, { + MethodName: "EnableZebra", + Handler: _GobgpApi_EnableZebra_Handler, + }, + { MethodName: "AddVrf", Handler: _GobgpApi_AddVrf_Handler, }, @@ -4197,338 +4252,341 @@ var _GobgpApi_serviceDesc = grpc.ServiceDesc{ func init() { proto.RegisterFile("gobgp.proto", fileDescriptor0) } var fileDescriptor0 = []byte{ - // 5322 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0xd4, 0x7c, 0xcd, 0x73, 0x1b, 0x57, - 0x72, 0x38, 0x41, 0x80, 0x24, 0xd0, 0x00, 0x48, 0x70, 0x44, 0x4a, 0x10, 0x64, 0xc9, 0xd6, 0xec, - 0xda, 0x96, 0xb5, 0xb6, 0xbc, 0x96, 0x6d, 0x79, 0x7f, 0xeb, 0xf5, 0xfe, 0x16, 0x26, 0x21, 0x09, - 0x6b, 0x7e, 0xc0, 0x43, 0x48, 0xb1, 0xf3, 0x35, 0x19, 0x01, 0x03, 0x72, 0x62, 0x00, 0x33, 0x3b, - 0x33, 0x90, 0xa5, 0x4a, 0x55, 0x52, 0x95, 0xdc, 0x92, 0xca, 0x39, 0x97, 0xad, 0xca, 0x7d, 0x93, - 0x9c, 0x53, 0x95, 0x43, 0x4e, 0x49, 0x55, 0xf2, 0x57, 0xe4, 0x94, 0xff, 0x21, 0xc7, 0x74, 0xf7, - 0x7b, 0x33, 0xf3, 0xe6, 0x03, 0x14, 0xa5, 0x28, 0x49, 0xe5, 0x44, 0xbc, 0xee, 0x7e, 0xfd, 0xbe, - 0xfa, 0xeb, 0xf5, 0x9b, 0x26, 0xd4, 0x4f, 0xdd, 0x27, 0xa7, 0xde, 0x1d, 0xcf, 0x77, 0x43, 0x57, - 0xab, 0x72, 0xc3, 0xf2, 0x1c, 0x7d, 0x07, 0xb4, 0x07, 0x76, 0x78, 0x64, 0x3b, 0xa7, 0x67, 0x4f, - 0x5c, 0xdf, 0xb0, 0x7f, 0xb5, 0xb0, 0x83, 0x50, 0xff, 0x1c, 0x2e, 0xa5, 0xa0, 0x81, 0xe7, 0xce, - 0x03, 0x5b, 0xfb, 0x21, 0xac, 0x79, 0xb6, 0xed, 0x07, 0xed, 0xd2, 0x5b, 0xe5, 0x5b, 0xf5, 0xbb, - 0x9b, 0x77, 0x22, 0x36, 0x77, 0x06, 0x08, 0x36, 0x04, 0x52, 0x3f, 0x85, 0x5a, 0xd7, 0x3f, 0x5d, - 0xcc, 0xec, 0x79, 0x18, 0x68, 0x77, 0xa0, 0xea, 0xdb, 0x81, 0xbb, 0xf0, 0x47, 0x36, 0xf6, 0x2a, - 0xdd, 0xda, 0xbc, 0xab, 0x25, 0xbd, 0x0c, 0x89, 0x31, 0x62, 0x1a, 0xed, 0x32, 0xac, 0x4f, 0xac, - 0x99, 0x33, 0x7d, 0xde, 0x5e, 0x45, 0xea, 0xa6, 0x21, 0x5b, 0x9a, 0x06, 0x95, 0xb9, 0x35, 0xb3, - 0xdb, 0x65, 0x84, 0xd6, 0x0c, 0xfe, 0xad, 0xff, 0x11, 0x6c, 0x76, 0xc7, 0xe3, 0x81, 0x15, 0x9e, - 0xc9, 0x79, 0xbf, 0xf4, 0x68, 0xbb, 0xb0, 0xfe, 0xd4, 0x9f, 0x98, 0xce, 0x98, 0x47, 0xab, 0x19, - 0x6b, 0xd8, 0xea, 0x8f, 0x35, 0x1d, 0x2a, 0x1e, 0x72, 0xe5, 0xc1, 0xd2, 0xcb, 0xa4, 0xb1, 0x18, - 0xa7, 0xbf, 0x0d, 0x5b, 0xf1, 0xe0, 0x72, 0x7b, 0x70, 0x8e, 0x8b, 0x05, 0xf2, 0xa2, 0x91, 0x1b, - 0x06, 0xff, 0xd6, 0x7f, 0x53, 0x82, 0xed, 0x7d, 0x7b, 0x6a, 0x87, 0xf6, 0x7f, 0xc3, 0x3c, 0x93, - 0xcd, 0x2a, 0xa7, 0x36, 0x2b, 0x9a, 0x7f, 0x65, 0xf9, 0xfc, 0xe3, 0xc9, 0xae, 0x29, 0x93, 0x45, - 0x61, 0x50, 0xe7, 0x2a, 0x96, 0xa5, 0xff, 0x04, 0x34, 0x5c, 0x69, 0x46, 0x44, 0x78, 0x0c, 0x3c, - 0x6e, 0x9e, 0x7e, 0x5e, 0x14, 0x18, 0xa7, 0xef, 0xc2, 0xa5, 0x54, 0x4f, 0xc9, 0xf0, 0x73, 0xd8, - 0x15, 0xc3, 0xbc, 0x0a, 0xcf, 0x36, 0x5c, 0xce, 0x76, 0x96, 0x6c, 0x7f, 0x0c, 0x3b, 0xf8, 0x3b, - 0x27, 0xcc, 0x5a, 0x1b, 0x36, 0xac, 0xf1, 0x18, 0xf7, 0x32, 0x60, 0xc6, 0x35, 0x23, 0x6a, 0xea, - 0x57, 0x60, 0x37, 0xd3, 0x43, 0xb2, 0xfa, 0x87, 0x12, 0xb4, 0x4f, 0xdc, 0x49, 0xf8, 0x72, 0xfc, - 0xb4, 0x13, 0xa8, 0x8d, 0x1d, 0xdf, 0x1e, 0x85, 0x8e, 0x3b, 0xe7, 0x93, 0xda, 0xbc, 0xfb, 0x69, - 0xb2, 0x88, 0x65, 0x0c, 0x13, 0xc4, 0x7e, 0xd4, 0xd9, 0x48, 0xf8, 0xe8, 0x1f, 0x82, 0x96, 0x27, - 0xd0, 0xd6, 0x61, 0xb5, 0x7f, 0xd4, 0x5a, 0xd1, 0x36, 0xa0, 0x7c, 0xfc, 0x68, 0xd8, 0x2a, 0x69, - 0x55, 0xa8, 0x7c, 0x79, 0x3c, 0x7c, 0xd8, 0x5a, 0xd5, 0xaf, 0xc1, 0xd5, 0x82, 0xa1, 0xe4, 0xca, - 0x3e, 0x86, 0x2b, 0x27, 0x67, 0x8b, 0x70, 0xec, 0x7e, 0x3f, 0xbf, 0xf8, 0x3e, 0x75, 0x70, 0x37, - 0x72, 0x9d, 0x24, 0xc3, 0x8f, 0x60, 0xb7, 0x37, 0xb7, 0x9e, 0x4c, 0xed, 0x8b, 0xb3, 0xc3, 0x23, - 0xcc, 0x76, 0x91, 0xcc, 0xee, 0xe2, 0xe1, 0x3a, 0xc1, 0xcb, 0x71, 0xbb, 0x0a, 0x57, 0x72, 0x7d, - 0x24, 0xbb, 0x53, 0x68, 0x89, 0x81, 0x0e, 0xfd, 0x30, 0x62, 0x74, 0x0d, 0xcf, 0x68, 0x31, 0xf3, - 0xcc, 0xf0, 0xb9, 0x27, 0x74, 0x6f, 0xcd, 0xa8, 0x12, 0x60, 0x88, 0x6d, 0xad, 0x03, 0xd5, 0x89, - 0x33, 0xb5, 0xd9, 0xd2, 0x08, 0x4d, 0x8b, 0xdb, 0x84, 0x73, 0xe6, 0xa1, 0xed, 0x3f, 0xb5, 0xa6, - 0xac, 0x6e, 0x15, 0x23, 0x6e, 0xeb, 0x97, 0x60, 0x5b, 0x19, 0x48, 0x8e, 0x8e, 0x40, 0x39, 0xb1, - 0x64, 0x78, 0x56, 0x31, 0x05, 0x28, 0x49, 0xff, 0x04, 0x5a, 0xfd, 0xf9, 0x1f, 0xe2, 0xd1, 0x2a, - 0x13, 0x7d, 0x4d, 0x36, 0x82, 0x6c, 0x36, 0x6a, 0x73, 0x80, 0x73, 0x2e, 0x17, 0x18, 0x03, 0x81, - 0xa4, 0xb9, 0x2a, 0x13, 0x90, 0xb3, 0xfa, 0xdb, 0x12, 0x34, 0x51, 0x7f, 0xbf, 0x9c, 0x79, 0x2f, - 0x16, 0x7d, 0x34, 0x27, 0x9e, 0xeb, 0x87, 0xd2, 0x6a, 0xf3, 0x6f, 0xed, 0x67, 0x50, 0xe1, 0x5d, - 0x2e, 0xf3, 0xec, 0x6f, 0x25, 0x23, 0xa7, 0x98, 0xde, 0x39, 0x74, 0xe7, 0x4e, 0xe8, 0xfa, 0xce, - 0xfc, 0x74, 0xe0, 0x4e, 0x9d, 0xd1, 0x73, 0x83, 0x7b, 0xa1, 0xdc, 0xb7, 0xb2, 0x18, 0x92, 0xf6, - 0x81, 0xd1, 0x43, 0xb1, 0x47, 0x69, 0x1f, 0x1c, 0x9f, 0xa4, 0xe5, 0xbe, 0xc5, 0xee, 0x80, 0x19, - 0xcb, 0x05, 0xfc, 0x02, 0x5a, 0xc2, 0x56, 0xbc, 0xea, 0x12, 0xf8, 0x0c, 0x13, 0x0e, 0x92, 0x6d, - 0x0f, 0xaa, 0xc6, 0xe0, 0xab, 0xfe, 0x9e, 0x3b, 0x9f, 0x9c, 0xc3, 0xee, 0x4d, 0xa8, 0xfb, 0xf6, - 0xcc, 0x0d, 0x6d, 0x33, 0xe6, 0x5a, 0x33, 0x40, 0x80, 0x06, 0xc4, 0xfb, 0xd7, 0x15, 0xa8, 0x11, - 0x9f, 0x93, 0xd0, 0x0a, 0xd9, 0xf1, 0x2d, 0xbc, 0xd0, 0x99, 0x89, 0xc3, 0x2e, 0x1b, 0xb2, 0x45, - 0x62, 0x47, 0x7a, 0xc7, 0x98, 0x55, 0xc6, 0xc4, 0x6d, 0x6d, 0x13, 0x56, 0x17, 0x1e, 0x6f, 0x6f, - 0xd5, 0xc0, 0x5f, 0x62, 0xc8, 0x91, 0xeb, 0x8f, 0x4d, 0xc7, 0x7b, 0xfa, 0x09, 0x9b, 0xff, 0x26, - 0x0d, 0x49, 0xa0, 0x3e, 0x42, 0xd2, 0x04, 0xf7, 0xd8, 0xf6, 0xab, 0x04, 0xf7, 0x88, 0xc0, 0xf3, - 0xed, 0x89, 0xf3, 0x4c, 0x70, 0x58, 0x17, 0x04, 0x02, 0x14, 0x71, 0x48, 0x08, 0xee, 0xb5, 0x37, - 0x32, 0x04, 0xf7, 0x68, 0x1d, 0x81, 0xed, 0x3b, 0xa8, 0x24, 0x55, 0xe1, 0x93, 0x44, 0x4b, 0xfb, - 0x01, 0x34, 0x71, 0x1c, 0xdb, 0x79, 0x6a, 0xcb, 0xd9, 0xd5, 0x78, 0x31, 0x8d, 0x08, 0xc8, 0xdc, - 0x33, 0x44, 0xf7, 0xda, 0x90, 0x23, 0xba, 0x47, 0x44, 0x82, 0xa7, 0x39, 0x77, 0x43, 0x67, 0xf2, - 0xbc, 0x5d, 0x17, 0x44, 0x02, 0x78, 0xc4, 0x30, 0x9a, 0xe7, 0xc8, 0x1a, 0x9d, 0xd9, 0xa6, 0x4f, - 0x66, 0xb0, 0xdd, 0x60, 0x12, 0x60, 0x10, 0x1b, 0x46, 0xed, 0x6d, 0xd8, 0x8c, 0x09, 0xf8, 0x58, - 0xdb, 0x4d, 0xa6, 0x69, 0x46, 0x34, 0xc2, 0xa7, 0xdf, 0x80, 0xba, 0x3d, 0x1f, 0x9b, 0xee, 0xc4, - 0x1c, 0x5b, 0xa1, 0xd5, 0xde, 0x64, 0x9a, 0x1a, 0x82, 0x8e, 0x27, 0xfb, 0x08, 0xd0, 0x76, 0x60, - 0xcd, 0xf6, 0x7d, 0xd7, 0x6f, 0x6f, 0x31, 0x46, 0x34, 0xb4, 0x9b, 0x20, 0x67, 0x63, 0xa2, 0xd0, - 0xf9, 0xcf, 0xdb, 0x2d, 0x46, 0xd6, 0x05, 0xec, 0x6b, 0x02, 0x89, 0xa3, 0xc0, 0x89, 0x48, 0x8a, - 0x6d, 0x31, 0x41, 0x06, 0x31, 0x81, 0xfe, 0x2d, 0x54, 0x0c, 0xef, 0x3b, 0x47, 0x7b, 0x07, 0x2a, - 0x23, 0x94, 0x34, 0xe9, 0x14, 0x55, 0x1b, 0x20, 0x65, 0xd0, 0x60, 0xbc, 0xf6, 0x1e, 0xac, 0x05, - 0x24, 0x49, 0x2c, 0x25, 0xf5, 0xbb, 0x97, 0xd2, 0x84, 0x2c, 0x64, 0x86, 0xa0, 0xd0, 0x6f, 0xc1, - 0x26, 0x86, 0x77, 0xc4, 0x3d, 0xd2, 0x8a, 0x24, 0x92, 0x28, 0xa9, 0x91, 0x04, 0xba, 0xea, 0xad, - 0x98, 0x52, 0xee, 0xc8, 0x2d, 0xd8, 0xc0, 0x75, 0x3c, 0x2d, 0x0c, 0x03, 0x99, 0x30, 0x42, 0xeb, - 0xbf, 0xcd, 0x0a, 0xa9, 0x0e, 0xf3, 0x72, 0xf6, 0x03, 0x45, 0x7f, 0xea, 0x4c, 0x6c, 0x16, 0xfd, - 0xb2, 0x10, 0xfd, 0xa8, 0xad, 0x6f, 0x73, 0xf8, 0xa5, 0x4e, 0x4c, 0xef, 0x46, 0xba, 0xfa, 0xca, - 0x23, 0x26, 0x01, 0x50, 0x8a, 0xf1, 0x07, 0x91, 0x75, 0xbf, 0x10, 0x63, 0x62, 0xa2, 0x92, 0x4b, - 0x26, 0x77, 0x62, 0xc3, 0x7f, 0x31, 0x2e, 0x18, 0x3b, 0xa5, 0xe8, 0x25, 0x9b, 0xf7, 0xa1, 0xc5, - 0xf2, 0x7b, 0x31, 0x26, 0x68, 0xbe, 0x14, 0xea, 0x24, 0x4e, 0x8a, 0xe3, 0x83, 0x8b, 0xb1, 0xc1, - 0x38, 0x29, 0xd3, 0x43, 0xb2, 0xda, 0x82, 0x26, 0x8a, 0xc7, 0x63, 0x7f, 0x12, 0xb9, 0xb7, 0x8f, - 0x59, 0xb2, 0x18, 0x20, 0xc5, 0xe5, 0x26, 0x54, 0xd0, 0x11, 0x45, 0xb2, 0xd2, 0x4c, 0x64, 0x85, - 0x88, 0x18, 0x85, 0x13, 0x22, 0x37, 0x93, 0x70, 0x41, 0xdd, 0x28, 0x23, 0x42, 0x4a, 0x7c, 0xa6, - 0x0b, 0x61, 0xa4, 0xa9, 0x57, 0x86, 0xc1, 0x81, 0xa5, 0xa9, 0x7f, 0x19, 0x36, 0xb1, 0x75, 0x57, - 0x39, 0x75, 0x61, 0x07, 0x97, 0xb0, 0x8f, 0x06, 0x6d, 0x6e, 0x8f, 0x4f, 0xec, 0xd8, 0x1f, 0xbf, - 0x27, 0xbd, 0x99, 0xf0, 0xc5, 0xbb, 0x09, 0x3b, 0x49, 0x4a, 0x01, 0x84, 0x74, 0x5d, 0x5d, 0xd8, - 0xcd, 0xb0, 0x88, 0x75, 0xa7, 0x82, 0x5b, 0x18, 0x6d, 0xc6, 0x4e, 0x8e, 0x07, 0xd1, 0x32, 0x85, - 0xfe, 0x73, 0xd8, 0xc1, 0x15, 0xe6, 0x67, 0xf1, 0x0e, 0x94, 0xc9, 0x9e, 0x89, 0x35, 0x15, 0x33, - 0x20, 0x02, 0x3a, 0xb2, 0x4c, 0x7f, 0xb9, 0xbc, 0x13, 0x0c, 0x97, 0x78, 0xcd, 0xaf, 0xcc, 0x5b, - 0x6b, 0x41, 0xd9, 0x9a, 0x4e, 0x59, 0x71, 0xaa, 0x06, 0xfd, 0xa4, 0x00, 0x31, 0xcf, 0x54, 0x0e, - 0xf8, 0x25, 0xb4, 0x0d, 0xdb, 0x9b, 0x5a, 0xa3, 0x57, 0x1f, 0x91, 0x42, 0xda, 0x02, 0x1e, 0x72, - 0x80, 0x5d, 0xbe, 0xac, 0xb2, 0x81, 0xa3, 0x3b, 0x67, 0x24, 0x8a, 0x5f, 0xf1, 0x39, 0x2a, 0x60, - 0x79, 0x06, 0x1f, 0x03, 0x04, 0x11, 0x30, 0x3a, 0x09, 0xc5, 0x58, 0x26, 0x1d, 0x14, 0x32, 0xfd, - 0x21, 0xdf, 0x64, 0xb2, 0x63, 0x68, 0x1f, 0x41, 0x2d, 0x26, 0x92, 0xab, 0x28, 0x64, 0x95, 0x50, - 0xe9, 0x97, 0xf9, 0x60, 0x73, 0xd3, 0xd2, 0x7f, 0x2f, 0xba, 0xd7, 0xbc, 0x86, 0x41, 0x0a, 0x4e, - 0xe8, 0x6a, 0x74, 0xec, 0xf9, 0x91, 0x0f, 0xe0, 0x8a, 0xdc, 0xdc, 0xd7, 0xb1, 0xbe, 0x4e, 0x7c, - 0xdc, 0xf9, 0x91, 0x34, 0x68, 0xe1, 0x91, 0xc8, 0x28, 0x4f, 0x1e, 0x13, 0x5a, 0x6d, 0x05, 0x26, - 0xcf, 0xe8, 0x7d, 0xa8, 0x7a, 0x04, 0x71, 0xec, 0xe8, 0x84, 0x5a, 0x4a, 0xdc, 0x2a, 0x68, 0x63, - 0x0a, 0xfd, 0x19, 0xb4, 0xe8, 0x2a, 0xae, 0xb2, 0x45, 0x4d, 0x5b, 0x67, 0xfc, 0x73, 0x39, 0xed, - 0x7c, 0x7f, 0x89, 0xd7, 0x7e, 0x0a, 0x57, 0x31, 0x7a, 0xb1, 0x7d, 0xd3, 0x7e, 0xe6, 0x04, 0x21, - 0xc6, 0x9a, 0xa6, 0x22, 0x1e, 0x62, 0x07, 0xaf, 0x30, 0x41, 0x4f, 0xe2, 0x4f, 0x12, 0xb1, 0x40, - 0x03, 0xa2, 0x8c, 0x2c, 0x57, 0xf9, 0xa7, 0x25, 0x34, 0xdd, 0xe2, 0x1a, 0xfd, 0x8a, 0x53, 0xfa, - 0x10, 0x2e, 0x79, 0x14, 0x09, 0xa0, 0x1b, 0xcd, 0x4f, 0x46, 0x8b, 0x50, 0xc9, 0x3c, 0xa2, 0xf3, - 0x2e, 0x27, 0xe7, 0x8d, 0x62, 0x96, 0x9e, 0x83, 0x9c, 0xdc, 0xdf, 0x95, 0xe8, 0x96, 0xcc, 0xe7, - 0xf3, 0xbf, 0xb0, 0x61, 0xcb, 0x56, 0x56, 0x5e, 0xb6, 0x32, 0x71, 0x45, 0x4f, 0x4d, 0x57, 0x2e, - 0xe4, 0x1b, 0xe8, 0xc4, 0x72, 0xd3, 0x0d, 0x02, 0xe7, 0x74, 0xae, 0x0a, 0xee, 0x4f, 0x01, 0xac, - 0x18, 0x28, 0x57, 0xd4, 0xc9, 0xae, 0x48, 0xe9, 0xa6, 0x50, 0x63, 0xe0, 0x75, 0xad, 0x90, 0xb3, - 0x94, 0xcd, 0xff, 0x0a, 0x6b, 0x9c, 0x74, 0x2c, 0x2f, 0xaf, 0x77, 0xd2, 0xd7, 0xe1, 0x5a, 0x21, - 0x67, 0xb9, 0x5b, 0x33, 0xb8, 0xae, 0x8a, 0xc3, 0x6b, 0x1d, 0xbb, 0xc0, 0xda, 0xbc, 0x05, 0x37, - 0x96, 0x0d, 0x27, 0x27, 0xf4, 0xbb, 0x70, 0x23, 0x75, 0xae, 0xaf, 0x77, 0x37, 0x6e, 0xc2, 0x9b, - 0x4b, 0xb9, 0xa7, 0x6c, 0xd1, 0x09, 0x87, 0xaa, 0x91, 0x2d, 0xfa, 0x82, 0x6d, 0x51, 0x04, 0x8b, - 0x7d, 0xf6, 0xfa, 0xe9, 0xd4, 0x7d, 0x82, 0x17, 0x9a, 0x9c, 0x62, 0x3c, 0x60, 0xb8, 0x21, 0xf1, - 0xe8, 0xb3, 0x35, 0x94, 0x5c, 0x3f, 0xcd, 0xf4, 0x25, 0xfa, 0xa3, 0x23, 0x4b, 0xf5, 0x4f, 0xf2, - 0x08, 0x27, 0xa1, 0xeb, 0xa5, 0xa7, 0xba, 0x43, 0x63, 0x25, 0x40, 0x49, 0xfa, 0xeb, 0x32, 0xde, - 0x8b, 0x65, 0x76, 0x6f, 0x3e, 0xf5, 0x9d, 0x28, 0x15, 0x49, 0xbf, 0x29, 0xc6, 0xc7, 0xcb, 0x7e, - 0xe8, 0x93, 0x92, 0x96, 0x11, 0x2a, 0x5b, 0x7c, 0x7c, 0xa7, 0x51, 0x84, 0x4d, 0x3f, 0xa9, 0xf7, - 0x13, 0x1c, 0x84, 0x2f, 0x90, 0x55, 0x83, 0x7f, 0xd3, 0x7d, 0xc5, 0x09, 0xcc, 0xef, 0x9d, 0xf0, - 0x6c, 0xec, 0x5b, 0xdf, 0xf3, 0xd5, 0xb1, 0x6a, 0x80, 0x13, 0xfc, 0x96, 0x84, 0xe0, 0x4d, 0x09, - 0x9e, 0x5a, 0x53, 0x07, 0xaf, 0x49, 0x94, 0xfd, 0x5a, 0xe7, 0xcc, 0x8a, 0x02, 0xd1, 0x30, 0xec, - 0x9c, 0xbb, 0xa6, 0x33, 0xf3, 0xc8, 0x6a, 0x87, 0x09, 0xa7, 0x0d, 0xa1, 0xfb, 0x73, 0xb7, 0x2f, - 0x51, 0x31, 0xc7, 0xe4, 0x52, 0x52, 0x4d, 0xa5, 0x37, 0xaf, 0xa3, 0x07, 0xe7, 0x9c, 0x87, 0x69, - 0x05, 0x73, 0xbe, 0x47, 0x36, 0xd1, 0x03, 0x31, 0xa4, 0x1b, 0xcc, 0x29, 0xc3, 0x23, 0xd1, 0xce, - 0x98, 0x2f, 0x90, 0x35, 0xa3, 0x2a, 0x00, 0xfd, 0xb1, 0xcc, 0xf0, 0x84, 0xb6, 0x6f, 0x8f, 0xf9, - 0xde, 0x58, 0x35, 0xe2, 0x36, 0xdd, 0xe5, 0xd0, 0x26, 0x4d, 0x6d, 0xbe, 0x2d, 0x56, 0x0d, 0xd1, - 0xc0, 0xf3, 0x6b, 0xe1, 0xc2, 0x27, 0xbe, 0x3b, 0x43, 0x83, 0x87, 0x84, 0x73, 0x3c, 0xc9, 0x26, - 0x13, 0x6c, 0x3a, 0xc1, 0x7d, 0x04, 0xf7, 0x24, 0x94, 0xb6, 0x68, 0x2e, 0x53, 0x50, 0x78, 0x7b, - 0xe5, 0xbb, 0x22, 0xde, 0xf8, 0x23, 0x50, 0xdf, 0xd3, 0xff, 0xba, 0x04, 0xf5, 0x7d, 0x9b, 0x6c, - 0xa2, 0xd8, 0x12, 0x3a, 0x11, 0xbe, 0x39, 0xcb, 0x80, 0x5b, 0xb6, 0x92, 0x9c, 0xcd, 0xea, 0x39, - 0x39, 0x1b, 0xed, 0x5d, 0xd8, 0x9a, 0xba, 0xf3, 0x53, 0x34, 0xc4, 0xa2, 0x9b, 0x1d, 0xd9, 0xd1, - 0x4d, 0x01, 0x1e, 0x48, 0x28, 0x46, 0xae, 0xad, 0xe0, 0x0c, 0xaf, 0x37, 0x2a, 0xa5, 0x38, 0xda, - 0x2d, 0x09, 0x8f, 0x48, 0xf5, 0xbf, 0x2f, 0xc1, 0xda, 0x90, 0x2e, 0x1d, 0x74, 0xed, 0x54, 0xc2, - 0xdd, 0xa2, 0xd4, 0x13, 0xe3, 0xe3, 0xc4, 0xfc, 0x6a, 0x92, 0x98, 0x5f, 0x9a, 0x97, 0xfe, 0x7f, - 0xd0, 0x18, 0x27, 0xcb, 0xa7, 0x49, 0xd0, 0xf2, 0x52, 0xa1, 0x74, 0x8c, 0x35, 0x52, 0xa4, 0x9c, - 0x77, 0x70, 0x83, 0xd0, 0x94, 0x3e, 0x4a, 0x8a, 0x1f, 0x81, 0x84, 0x86, 0xeb, 0xf7, 0xf8, 0x2a, - 0x62, 0x38, 0x4f, 0x22, 0xbd, 0x7b, 0x1b, 0xd6, 0x42, 0x5a, 0x89, 0x54, 0xbb, 0xad, 0x64, 0x14, - 0x5e, 0xa0, 0x21, 0xb0, 0xfa, 0x67, 0xe2, 0x2e, 0x4c, 0xfd, 0xa4, 0xc2, 0x5f, 0xb0, 0xe3, 0x14, - 0xb4, 0xc7, 0x42, 0xba, 0x6d, 0x65, 0xd4, 0x8b, 0x6e, 0xdb, 0xb2, 0x77, 0x8e, 0x44, 0x24, 0xca, - 0xaa, 0x48, 0x90, 0x6d, 0x48, 0x8d, 0x26, 0x15, 0xfe, 0x9f, 0x48, 0xe1, 0x6d, 0xdb, 0x67, 0xb9, - 0x26, 0x0e, 0x51, 0xc4, 0xd4, 0x34, 0xe2, 0xb6, 0xf6, 0x13, 0x68, 0x58, 0x9e, 0x37, 0x7d, 0x1e, - 0x6d, 0x9e, 0x48, 0x10, 0x28, 0xdb, 0xde, 0x25, 0xac, 0xf4, 0xaf, 0x75, 0x2b, 0x69, 0xc4, 0xb9, - 0x87, 0x72, 0x36, 0xf7, 0x40, 0x63, 0x2a, 0xb9, 0x87, 0xcf, 0xa1, 0x69, 0x23, 0xc6, 0x9c, 0x2d, - 0xa6, 0xa1, 0x73, 0xe6, 0x7a, 0xf2, 0xe5, 0xe1, 0x72, 0xd2, 0xa1, 0x87, 0x7f, 0x0f, 0x25, 0xd6, - 0x68, 0xd8, 0x4a, 0x4b, 0xeb, 0xc2, 0x96, 0xef, 0x2e, 0x42, 0xca, 0xc4, 0x4c, 0xa6, 0xf6, 0x28, - 0x74, 0x7d, 0x3e, 0xde, 0xfa, 0xdd, 0xb6, 0xb2, 0x7b, 0x44, 0x60, 0x44, 0x78, 0x63, 0xd3, 0x4f, - 0xb5, 0x51, 0x15, 0x2a, 0xce, 0x7c, 0xe2, 0xb2, 0xd5, 0x49, 0x85, 0xa8, 0x34, 0x4f, 0x91, 0xfa, - 0x60, 0x02, 0x32, 0xc6, 0x94, 0x3e, 0x40, 0x1b, 0xb8, 0x91, 0x35, 0xc6, 0x43, 0x86, 0x1b, 0x12, - 0x4f, 0xa1, 0x6f, 0xe8, 0x5b, 0xf3, 0x80, 0x73, 0x04, 0xd5, 0x2c, 0xdf, 0x61, 0x84, 0x32, 0x12, - 0x2a, 0xda, 0x67, 0xb1, 0x10, 0x91, 0x00, 0x61, 0xcb, 0x94, 0xda, 0x67, 0x5e, 0x85, 0x34, 0xd9, - 0x75, 0x3f, 0x69, 0xe8, 0xff, 0x82, 0x86, 0x41, 0x39, 0x04, 0xed, 0x33, 0xa8, 0x39, 0x73, 0x33, - 0x15, 0x8f, 0x9d, 0xe7, 0xfa, 0xaa, 0xce, 0x5c, 0x76, 0xfc, 0xff, 0x78, 0x10, 0xcf, 0x68, 0x32, - 0xe9, 0xb3, 0x3e, 0xaf, 0x73, 0x43, 0x74, 0x48, 0x18, 0xa0, 0x89, 0x56, 0x18, 0x94, 0x5f, 0xcc, - 0x40, 0x74, 0x90, 0x7a, 0xf8, 0xc7, 0x50, 0x17, 0xd6, 0xe4, 0xc0, 0x99, 0x39, 0x4b, 0x13, 0x4b, - 0x94, 0x21, 0x9b, 0x59, 0xcf, 0x12, 0x7b, 0x24, 0xb4, 0xa0, 0x8e, 0xb0, 0xd8, 0x6c, 0x7d, 0x02, - 0x97, 0x03, 0xf9, 0xea, 0x60, 0x86, 0x67, 0x18, 0x1a, 0x9e, 0xb9, 0xd3, 0xb1, 0xe9, 0x8d, 0x42, - 0x69, 0x55, 0x76, 0x22, 0xec, 0x30, 0x42, 0x0e, 0x46, 0xa1, 0xfe, 0xaf, 0x15, 0xa8, 0x46, 0xd2, - 0x49, 0xa9, 0x42, 0x6b, 0x11, 0x9e, 0x99, 0x1e, 0xc6, 0x06, 0xdf, 0xbb, 0xfe, 0x58, 0xda, 0xd9, - 0x06, 0x01, 0x07, 0x12, 0xa6, 0xbd, 0x05, 0x75, 0x34, 0x35, 0x23, 0xdf, 0xf1, 0xe2, 0x77, 0x9b, - 0x9a, 0xa1, 0x82, 0xb4, 0xab, 0x50, 0x9d, 0xba, 0x23, 0x6b, 0x8a, 0xfe, 0x46, 0x8e, 0xbd, 0xc1, - 0xed, 0x2e, 0xdb, 0xd6, 0xd8, 0xe6, 0x47, 0xd9, 0x93, 0x0a, 0x73, 0xd8, 0x8a, 0xe0, 0x5d, 0x99, - 0x70, 0xba, 0x02, 0x1b, 0xf4, 0x82, 0x45, 0x4c, 0x44, 0xe2, 0x75, 0x9d, 0x9a, 0xc8, 0x03, 0xfd, - 0x19, 0x23, 0x4e, 0x51, 0x24, 0x3c, 0x96, 0xe1, 0x9a, 0x51, 0x23, 0xc8, 0x03, 0x02, 0x90, 0x3f, - 0x63, 0x34, 0xdb, 0x15, 0x91, 0x70, 0xad, 0x12, 0x80, 0x5f, 0x2c, 0x6e, 0xc3, 0x36, 0xa5, 0x94, - 0x31, 0x9c, 0xf6, 0x7c, 0xe7, 0x29, 0x0a, 0x3a, 0xb1, 0x17, 0xee, 0x72, 0x4b, 0x20, 0x06, 0x02, - 0x8e, 0xe3, 0xbc, 0x0f, 0x9a, 0x90, 0xcf, 0xc9, 0xd4, 0xf2, 0xcc, 0xb1, 0x35, 0xf3, 0x30, 0x38, - 0x67, 0x29, 0xad, 0x1a, 0x2d, 0xc6, 0xdc, 0x47, 0xc4, 0xbe, 0x80, 0x53, 0x82, 0x34, 0xa0, 0xd4, - 0xe7, 0xc8, 0x9d, 0xcd, 0x16, 0x73, 0x27, 0x7c, 0xce, 0xbe, 0xb4, 0x69, 0x34, 0x09, 0xba, 0x17, - 0x01, 0x69, 0xf2, 0x32, 0xcd, 0x3d, 0xb2, 0x3c, 0x74, 0xa9, 0x14, 0x59, 0xd4, 0x04, 0x64, 0xcf, - 0xe2, 0xc9, 0x8b, 0xad, 0x23, 0x6c, 0x83, 0xb1, 0x62, 0x2f, 0x09, 0xb9, 0x09, 0xab, 0xe8, 0xa2, - 0x9b, 0xbc, 0x60, 0xfc, 0x85, 0x21, 0x5f, 0x53, 0x26, 0x97, 0xa7, 0x24, 0x3c, 0x01, 0xba, 0xd0, - 0x8c, 0x83, 0x50, 0x44, 0xcb, 0x68, 0x78, 0x49, 0x23, 0xa0, 0xa3, 0x96, 0x67, 0x24, 0x4f, 0x61, - 0x4b, 0x1c, 0xb5, 0x38, 0x28, 0x79, 0x04, 0x1f, 0x80, 0x96, 0x78, 0x68, 0x7a, 0xbc, 0x99, 0x60, - 0x88, 0xc8, 0xd9, 0xd9, 0x9a, 0xb1, 0x1d, 0x3b, 0xea, 0x08, 0xa1, 0x7f, 0x05, 0x0d, 0xd5, 0x6e, - 0x51, 0x86, 0xcc, 0xe6, 0xcc, 0x9e, 0x10, 0xa4, 0xaa, 0x11, 0x35, 0x59, 0x9c, 0x25, 0x95, 0x19, - 0x86, 0xd3, 0x58, 0x9c, 0x25, 0x6c, 0x18, 0x4e, 0xf5, 0x3f, 0x2b, 0xc1, 0x66, 0xda, 0x8c, 0x91, - 0x84, 0x67, 0x2c, 0x9f, 0x39, 0x42, 0x8b, 0x2d, 0xc3, 0xdd, 0xaa, 0xb1, 0x93, 0x36, 0x73, 0x7b, - 0x8c, 0x43, 0x63, 0xdb, 0xc9, 0xf7, 0x5a, 0x04, 0xe4, 0xde, 0xe3, 0xc7, 0x9f, 0x2b, 0xd9, 0x9e, - 0x8c, 0xef, 0x8f, 0xf5, 0x7f, 0x5f, 0x83, 0x5a, 0x6c, 0x14, 0xff, 0x07, 0xf4, 0xe3, 0x0e, 0x54, - 0x67, 0xb8, 0xf3, 0x18, 0x55, 0x06, 0xd2, 0x29, 0x28, 0x5e, 0xe4, 0x50, 0x62, 0x8c, 0x98, 0xa6, - 0x50, 0x9f, 0xd6, 0x5e, 0xa8, 0x4f, 0xeb, 0xe7, 0xe8, 0xd3, 0xc6, 0xb9, 0xfa, 0x54, 0xcd, 0xe8, - 0x13, 0x3a, 0x08, 0x74, 0xe4, 0xe8, 0xca, 0xa5, 0xf5, 0x56, 0x1c, 0xc4, 0xd7, 0x0c, 0x37, 0x24, - 0xbe, 0x58, 0xf3, 0xe0, 0x65, 0x34, 0xaf, 0x7e, 0x61, 0xcd, 0x6b, 0x14, 0x69, 0x1e, 0xbf, 0x83, - 0xa0, 0x19, 0x76, 0xe7, 0xe2, 0x2a, 0xcd, 0x8a, 0xd4, 0xa4, 0x77, 0x10, 0x06, 0x8a, 0x13, 0xfe, - 0x14, 0x8d, 0xe8, 0xc2, 0x23, 0xfb, 0x6c, 0x8f, 0x49, 0x07, 0xad, 0x27, 0x18, 0x13, 0x84, 0x14, - 0x25, 0x90, 0x6e, 0xd5, 0x8c, 0xdd, 0x18, 0xbb, 0xa7, 0x20, 0x69, 0x8f, 0xc8, 0x9f, 0x0b, 0xbe, - 0x42, 0x93, 0xaa, 0x08, 0x10, 0x3c, 0x31, 0x16, 0xb3, 0xc6, 0x33, 0x27, 0x1a, 0x56, 0xa8, 0x0f, - 0x30, 0x48, 0x10, 0x74, 0xe8, 0xe9, 0x52, 0xbc, 0xd8, 0xf0, 0xc3, 0x46, 0xd3, 0x88, 0xdb, 0x84, - 0xb3, 0x46, 0x23, 0xdb, 0xc3, 0x11, 0xdb, 0x9a, 0xc0, 0x45, 0x6d, 0xba, 0x42, 0x58, 0x63, 0xf4, - 0x87, 0xa1, 0x13, 0x20, 0xf6, 0x92, 0x78, 0x5b, 0x4a, 0x20, 0xda, 0x25, 0x58, 0xc3, 0xbd, 0x32, - 0x7f, 0xd5, 0xde, 0x11, 0x39, 0x7b, 0x6c, 0x7c, 0x4d, 0x51, 0xfb, 0x64, 0xea, 0x7a, 0x41, 0x7b, - 0x97, 0x81, 0xa2, 0xa1, 0xff, 0x01, 0x54, 0x23, 0xe9, 0x42, 0xad, 0x4f, 0xa6, 0x23, 0x9c, 0xe9, - 0x76, 0x4e, 0x06, 0x95, 0x19, 0xbe, 0x4d, 0x49, 0xda, 0x79, 0x28, 0x5d, 0x67, 0x01, 0x29, 0xa3, - 0xf5, 0x7f, 0x2e, 0xc1, 0x86, 0x84, 0x68, 0x3a, 0x34, 0x8e, 0x8e, 0x87, 0xfd, 0xfb, 0xfd, 0xbd, - 0xee, 0xb0, 0x7f, 0x7c, 0xc4, 0xa3, 0x54, 0x8c, 0xc6, 0x5c, 0x81, 0x91, 0x27, 0x7c, 0x34, 0xd8, - 0xef, 0x0e, 0x7b, 0xcc, 0xb8, 0x62, 0xac, 0x2f, 0xb8, 0x45, 0x01, 0xf4, 0xf1, 0xa0, 0x77, 0x24, - 0xdf, 0x94, 0x2b, 0x2e, 0xfe, 0xd6, 0xde, 0x80, 0xda, 0x57, 0xbd, 0xde, 0xa0, 0x7b, 0xd0, 0x7f, - 0xdc, 0x63, 0xb5, 0xa9, 0x18, 0xb5, 0xef, 0x22, 0x00, 0x99, 0x21, 0xa3, 0x77, 0xdf, 0xe8, 0x9d, - 0x3c, 0x64, 0xd5, 0xa8, 0x18, 0x1b, 0xbe, 0x68, 0x52, 0xbf, 0xfd, 0xfe, 0xc9, 0x5e, 0xd7, 0xd8, - 0xef, 0xed, 0xb3, 0x52, 0x60, 0xbf, 0x71, 0x04, 0xa0, 0x9d, 0x1a, 0x1e, 0x0f, 0xbb, 0x07, 0xac, - 0x12, 0x15, 0x8c, 0x63, 0xa9, 0x81, 0x81, 0xf3, 0xba, 0x90, 0x6c, 0xc2, 0x3b, 0x73, 0x6f, 0x11, - 0x4a, 0x57, 0x2d, 0x1a, 0x34, 0x6f, 0xdc, 0x67, 0x02, 0xcb, 0x48, 0x55, 0xb4, 0x74, 0x1b, 0xd6, - 0x45, 0xc8, 0x84, 0x3a, 0xbe, 0x4e, 0x51, 0xa0, 0x73, 0x2a, 0x77, 0xf7, 0x72, 0x36, 0xa8, 0xda, - 0x63, 0xac, 0x21, 0xa9, 0xb4, 0x1f, 0xa5, 0x5f, 0xaa, 0x76, 0xb3, 0xe4, 0xa9, 0xb7, 0x2a, 0xdc, - 0xe6, 0x86, 0xca, 0x85, 0xc4, 0x1e, 0xf9, 0xcc, 0xd1, 0xae, 0xa1, 0x01, 0x0c, 0xfd, 0xe7, 0xd1, - 0x66, 0x4b, 0xa0, 0x41, 0x30, 0x92, 0x5f, 0x8e, 0x16, 0xe2, 0x67, 0xd3, 0x8a, 0x51, 0x25, 0x00, - 0x71, 0x22, 0x2f, 0xf0, 0x9d, 0x6d, 0x7b, 0x18, 0x4e, 0xa3, 0xf2, 0x66, 0xde, 0xf4, 0xb7, 0x63, - 0x4c, 0x5f, 0x22, 0xb4, 0x7d, 0xb8, 0x81, 0x92, 0xed, 0xcc, 0x16, 0x33, 0x33, 0x96, 0x45, 0x0a, - 0x7c, 0x92, 0xae, 0xe2, 0x84, 0xde, 0x90, 0x54, 0x5d, 0x95, 0x28, 0xe2, 0xa2, 0xff, 0x66, 0x15, - 0xea, 0xca, 0xf2, 0xfe, 0x8f, 0x2e, 0x83, 0x6f, 0xf1, 0xf6, 0xa9, 0x1b, 0x3a, 0x16, 0x19, 0x94, - 0x64, 0x72, 0x42, 0x10, 0xb5, 0x04, 0xf7, 0x30, 0x9a, 0x66, 0xf2, 0xb0, 0xbd, 0x2e, 0xe5, 0x3e, - 0xff, 0xb0, 0x2d, 0x04, 0x32, 0x6e, 0xeb, 0xff, 0x51, 0x82, 0x5a, 0x1c, 0x62, 0xe7, 0x5d, 0x7b, - 0xa9, 0xc0, 0xb5, 0xa3, 0xd1, 0x17, 0x44, 0xca, 0xa3, 0x9e, 0x08, 0x3d, 0x06, 0x92, 0xc7, 0x2c, - 0x5c, 0x98, 0x63, 0x27, 0x18, 0xa1, 0x65, 0xf6, 0x9f, 0xcb, 0xab, 0x72, 0x03, 0x81, 0xfb, 0x11, - 0x8c, 0xbc, 0x38, 0x79, 0x42, 0xda, 0xcf, 0x99, 0x3b, 0xb6, 0xe5, 0x25, 0xb9, 0x2e, 0x61, 0x87, - 0x08, 0x22, 0xdb, 0x2c, 0xc3, 0x9d, 0xb4, 0x77, 0x6a, 0x0a, 0x68, 0xb7, 0xf8, 0xf1, 0x7f, 0x3d, - 0x7a, 0x68, 0x8f, 0x1e, 0xff, 0xc9, 0x79, 0x85, 0x23, 0xbc, 0x30, 0x05, 0x81, 0x0c, 0xe9, 0xd6, - 0xb1, 0x79, 0x18, 0x04, 0xfa, 0x17, 0x50, 0x57, 0xae, 0x09, 0xa8, 0x5b, 0x97, 0xd4, 0x3b, 0x45, - 0x3a, 0x3e, 0xd8, 0x56, 0xee, 0x10, 0x22, 0x38, 0xd0, 0x17, 0xb0, 0x2e, 0x62, 0x24, 0x92, 0x1d, - 0xc7, 0x33, 0x53, 0xf9, 0x85, 0xaa, 0xe3, 0x49, 0xe4, 0x3b, 0xb0, 0x35, 0xb3, 0x82, 0xef, 0xcc, - 0xa9, 0x3d, 0x3f, 0x45, 0xff, 0x8f, 0x47, 0x2e, 0xb7, 0xac, 0x49, 0xe0, 0x03, 0x86, 0x1e, 0x3a, - 0xf3, 0x1c, 0x9d, 0xf5, 0x4c, 0x3a, 0x78, 0x95, 0xce, 0x7a, 0xa6, 0xff, 0x65, 0x09, 0x20, 0x79, - 0x9a, 0x79, 0x89, 0xb7, 0xb2, 0xc2, 0xfc, 0x01, 0xc2, 0xa6, 0x4e, 0x10, 0xf2, 0x27, 0x2b, 0x08, - 0xa3, 0xdf, 0xfc, 0x24, 0x90, 0x24, 0x2f, 0xb2, 0x4f, 0x02, 0x8c, 0x31, 0x62, 0x0a, 0xfd, 0x01, - 0x9a, 0x7f, 0x2b, 0x1c, 0x9d, 0xd1, 0x64, 0xde, 0x4d, 0x4d, 0x46, 0xb9, 0xc4, 0x31, 0xc5, 0xf9, - 0x53, 0xd1, 0x1f, 0x43, 0xa3, 0x1b, 0x50, 0xd6, 0x45, 0xac, 0x15, 0xcf, 0x43, 0x65, 0xa6, 0x5c, - 0x8b, 0x54, 0x2a, 0x85, 0x27, 0x4a, 0xbf, 0xd8, 0xbb, 0xc8, 0x7a, 0x8a, 0x96, 0xfe, 0x37, 0x15, - 0x00, 0x34, 0x68, 0x63, 0x47, 0xa4, 0x37, 0x3e, 0x02, 0xf9, 0x0d, 0x85, 0x99, 0xbc, 0x87, 0x69, - 0x99, 0x99, 0xd2, 0x9b, 0x57, 0x4d, 0x50, 0xd1, 0xb2, 0x3e, 0x85, 0x46, 0x1c, 0x29, 0x51, 0xa7, - 0xd5, 0xa5, 0x9d, 0xe2, 0xac, 0x14, 0x75, 0xfb, 0x19, 0x6c, 0x5a, 0x81, 0x49, 0x19, 0x24, 0x79, - 0xa8, 0xf2, 0x86, 0x77, 0xb9, 0x78, 0x29, 0x18, 0x0b, 0xaa, 0xcb, 0xbf, 0x8b, 0xae, 0x5f, 0xf6, - 0xa6, 0x31, 0x2b, 0xcb, 0x27, 0x2a, 0xba, 0xd1, 0x88, 0x9f, 0x91, 0xa5, 0x93, 0x41, 0x0b, 0xf7, - 0x5a, 0x5b, 0xda, 0xab, 0x11, 0x13, 0x52, 0xc7, 0x9f, 0xc3, 0xb6, 0xfd, 0x2c, 0x34, 0xd3, 0x9d, - 0xd7, 0x97, 0x76, 0xde, 0x42, 0xe2, 0x3d, 0xb5, 0x3f, 0x29, 0xa1, 0xf7, 0x9d, 0x43, 0x5f, 0x78, - 0x60, 0x1c, 0xce, 0x7a, 0xb6, 0x86, 0x4a, 0x28, 0x1e, 0xb0, 0x11, 0xa2, 0x7d, 0x81, 0x77, 0x17, - 0x56, 0xae, 0x38, 0x14, 0xdc, 0xbc, 0x7b, 0x23, 0xe1, 0x9c, 0x9c, 0x8f, 0xb8, 0xb9, 0xf3, 0xb1, - 0xd6, 0xfc, 0xe8, 0xa7, 0x7e, 0x06, 0xb5, 0x18, 0x8e, 0xb1, 0xc9, 0x96, 0x71, 0xfc, 0x68, 0xd8, - 0x33, 0x87, 0xdf, 0x0e, 0x7a, 0xe6, 0xd1, 0xf1, 0x11, 0x7d, 0xa6, 0x74, 0x05, 0x2e, 0x29, 0xc0, - 0xfe, 0xd1, 0xb0, 0x67, 0x1c, 0x75, 0x0f, 0x5a, 0xa5, 0x0c, 0xa2, 0xf7, 0x8d, 0x44, 0xac, 0xa2, - 0x0f, 0x6e, 0x29, 0x88, 0x83, 0xe3, 0x3d, 0x84, 0x96, 0xf5, 0x09, 0x6c, 0xc5, 0x2b, 0xeb, 0x8a, - 0x0f, 0x00, 0x3f, 0x4a, 0x09, 0xe2, 0x75, 0x75, 0xd6, 0x29, 0x42, 0x45, 0x16, 0x31, 0x90, 0x8f, - 0xf6, 0xd2, 0xb1, 0x45, 0x72, 0x11, 0x03, 0x79, 0x05, 0xa4, 0x1f, 0x41, 0xed, 0xd0, 0x1e, 0xcb, - 0x11, 0x7e, 0x94, 0x1a, 0xe1, 0x8a, 0x1a, 0x07, 0x8d, 0x73, 0xbc, 0x31, 0x76, 0x40, 0xf7, 0xb0, - 0x88, 0xbe, 0x51, 0x12, 0x0d, 0xdd, 0x84, 0x2d, 0x14, 0x26, 0xdf, 0xf6, 0x30, 0x70, 0x95, 0x5c, - 0x29, 0xdb, 0x1c, 0xcc, 0x65, 0x88, 0x41, 0x3f, 0x49, 0x45, 0x88, 0xc2, 0x8a, 0x03, 0x0c, 0xd1, - 0xc2, 0xa0, 0xaa, 0xb9, 0x08, 0x6c, 0x94, 0xd2, 0x49, 0x88, 0xe6, 0x38, 0x08, 0xa5, 0xc9, 0xae, - 0x23, 0xf0, 0x00, 0x61, 0x87, 0x2e, 0x67, 0xec, 0x9b, 0x47, 0x78, 0xec, 0x78, 0xc5, 0x92, 0xec, - 0xcf, 0xfd, 0xde, 0x23, 0xb0, 0xa7, 0x13, 0xf9, 0x4c, 0xc1, 0xbf, 0xf5, 0x77, 0x61, 0xeb, 0x80, - 0x5d, 0x04, 0x6a, 0x95, 0x64, 0x10, 0x2f, 0x44, 0x06, 0x41, 0x62, 0x21, 0x7f, 0x5e, 0x86, 0x0d, - 0x41, 0x10, 0x24, 0x69, 0x1e, 0x4b, 0x7c, 0xe8, 0x99, 0x33, 0x72, 0x2c, 0x14, 0x82, 0x5a, 0xa6, - 0x79, 0x24, 0xef, 0xcf, 0xa0, 0x96, 0xc4, 0xf4, 0x42, 0x5f, 0xaf, 0x2e, 0x3d, 0x38, 0x23, 0xa1, - 0x45, 0xaf, 0x53, 0x9e, 0x61, 0xf0, 0x5a, 0xce, 0xa6, 0xa1, 0xe2, 0x93, 0x30, 0x08, 0x8f, 0x33, - 0x03, 0xd2, 0x4e, 0xb1, 0xdf, 0x52, 0x39, 0xaf, 0xa6, 0xf4, 0x5a, 0x3d, 0x0a, 0xd6, 0x51, 0x01, - 0x40, 0x55, 0x6b, 0xa6, 0x54, 0x4d, 0xea, 0xe8, 0x39, 0xb3, 0x6b, 0xa8, 0xda, 0x86, 0xd2, 0xb8, - 0x31, 0x17, 0xe7, 0x20, 0x15, 0x54, 0x11, 0x97, 0xd4, 0x01, 0x19, 0x11, 0x1d, 0x4d, 0x56, 0x3a, - 0x6c, 0xdc, 0x7c, 0x99, 0x8e, 0x53, 0xc6, 0xcb, 0x9c, 0x4b, 0xe4, 0xcb, 0x11, 0x40, 0x0f, 0xac, - 0xb5, 0xf8, 0x89, 0x30, 0xb6, 0xda, 0x25, 0xc5, 0x81, 0x7c, 0x02, 0x30, 0x8a, 0x95, 0x57, 0xee, - 0xf4, 0x4e, 0x91, 0x62, 0x1b, 0x0a, 0x1d, 0x0a, 0xfc, 0x86, 0x38, 0xd2, 0x40, 0xee, 0xb4, 0x12, - 0xfb, 0xcb, 0xc3, 0x37, 0x22, 0x0a, 0xfd, 0x6b, 0x74, 0xb4, 0x22, 0x65, 0x56, 0x34, 0x81, 0xf4, - 0x47, 0x06, 0xab, 0x17, 0xfb, 0xc8, 0xe0, 0xdf, 0x4a, 0xd0, 0xca, 0x66, 0xd7, 0xe8, 0x93, 0x11, - 0x45, 0x0b, 0x77, 0xb2, 0x79, 0x38, 0x45, 0x05, 0xd5, 0x0f, 0x46, 0x57, 0x2f, 0xf0, 0xc1, 0x68, - 0xc1, 0x27, 0xf5, 0xa9, 0x87, 0xf7, 0xca, 0x8b, 0x1e, 0xde, 0xb5, 0x0f, 0x61, 0x63, 0x6c, 0x4f, - 0x2c, 0x32, 0xae, 0x6b, 0xe7, 0x29, 0x41, 0x44, 0xa5, 0xff, 0x45, 0x09, 0xca, 0x86, 0x6b, 0x51, - 0xe2, 0xc7, 0x0a, 0xa4, 0x86, 0xe1, 0x2f, 0xba, 0xb7, 0x08, 0xc7, 0x86, 0x2e, 0x29, 0x8a, 0xdd, - 0x62, 0x00, 0x19, 0x08, 0x0c, 0x3c, 0x08, 0x25, 0x9f, 0x13, 0x44, 0x4b, 0xc9, 0x95, 0x57, 0x52, - 0xcf, 0x27, 0x51, 0xd6, 0x7a, 0xed, 0xfc, 0x2f, 0xe6, 0x50, 0xfb, 0xf9, 0xc9, 0xc0, 0xb5, 0x5e, - 0xf4, 0x15, 0x9c, 0xf8, 0xaa, 0x89, 0x09, 0x93, 0xaf, 0x9a, 0x7c, 0xd7, 0x2a, 0xf8, 0xaa, 0x89, - 0x88, 0x18, 0xa5, 0x8f, 0xa0, 0xfc, 0xd8, 0x9f, 0x14, 0x4a, 0x07, 0x2e, 0xdf, 0x17, 0x99, 0x9a, - 0x86, 0x81, 0xbf, 0x38, 0x54, 0x13, 0x49, 0x57, 0x5f, 0x04, 0x3d, 0x0d, 0x0c, 0xd5, 0x18, 0x60, - 0xf0, 0x07, 0xcb, 0x32, 0xa5, 0xeb, 0x87, 0x7c, 0x26, 0x88, 0x14, 0x00, 0x23, 0xd4, 0xff, 0x6a, - 0x15, 0xd6, 0xc5, 0x2b, 0x62, 0x6e, 0x4f, 0xb1, 0x1f, 0xdb, 0x1e, 0x25, 0x2b, 0x54, 0x15, 0x80, - 0xfe, 0x98, 0x5c, 0x23, 0x45, 0x55, 0xf6, 0x5c, 0xc4, 0xa7, 0x65, 0xe1, 0x1a, 0x05, 0x88, 0xe3, - 0xd3, 0xf7, 0xa0, 0x25, 0x09, 0xa4, 0xfd, 0x94, 0x02, 0x51, 0x33, 0xb6, 0x04, 0xbc, 0x1b, 0x81, - 0x53, 0x4f, 0x0f, 0x6b, 0x99, 0xa7, 0x87, 0x1f, 0xc2, 0xe6, 0xcc, 0x9b, 0x06, 0xe6, 0xd4, 0x7a, - 0x62, 0x4f, 0x39, 0xcc, 0x14, 0xa1, 0x70, 0x83, 0xa0, 0x07, 0x04, 0xa4, 0x28, 0x33, 0x43, 0x85, - 0x41, 0xe6, 0x46, 0x96, 0xca, 0x7a, 0x46, 0x49, 0x14, 0xf2, 0x07, 0x9c, 0x53, 0xf3, 0xa6, 0xb6, - 0x29, 0x9e, 0xc8, 0xaa, 0x22, 0x89, 0x82, 0x98, 0x43, 0x89, 0xa0, 0xb8, 0x23, 0xb8, 0xbd, 0x07, - 0xd5, 0x48, 0xe6, 0x35, 0xc0, 0x4d, 0x3a, 0x38, 0xfe, 0x12, 0x5d, 0xe9, 0x8a, 0x56, 0x83, 0x35, - 0xe1, 0x55, 0x4b, 0x04, 0xee, 0xee, 0xff, 0x12, 0xdd, 0x32, 0xfa, 0xdd, 0x3a, 0xda, 0x77, 0xfc, - 0x4d, 0xdf, 0xd2, 0x97, 0xe9, 0x33, 0xe3, 0xc7, 0xc6, 0xfd, 0x56, 0xe5, 0xb6, 0x49, 0xef, 0x75, - 0x71, 0xc4, 0x4a, 0x1d, 0x06, 0x78, 0xf3, 0xee, 0x7f, 0x83, 0x7c, 0x1a, 0x50, 0x3d, 0xea, 0xf5, - 0x1f, 0x3c, 0xfc, 0xf2, 0xd8, 0x40, 0x56, 0xd8, 0x63, 0xd8, 0x7d, 0x20, 0xf9, 0x9c, 0x98, 0x83, - 0xee, 0xf0, 0x21, 0xf2, 0x69, 0x42, 0x6d, 0xef, 0xf8, 0xf0, 0xf0, 0xd1, 0x51, 0x7f, 0xf8, 0x6d, - 0xab, 0xa2, 0x6d, 0x43, 0x13, 0x3d, 0xbd, 0x99, 0x80, 0xd6, 0x6e, 0xbf, 0x87, 0x0e, 0x37, 0x8a, - 0x42, 0x89, 0x49, 0xf7, 0xe8, 0x5b, 0xf1, 0x51, 0x7f, 0xf7, 0x40, 0xce, 0xb0, 0x7f, 0xf4, 0xb8, - 0x67, 0x0c, 0x5b, 0xab, 0xb7, 0x6f, 0x43, 0x2b, 0x1b, 0x63, 0x52, 0x15, 0x40, 0xef, 0x6b, 0xec, - 0x80, 0x7f, 0x1f, 0xf4, 0x90, 0x1e, 0xff, 0x1e, 0xf4, 0x90, 0xf6, 0x43, 0x79, 0x89, 0x90, 0x7e, - 0xa7, 0x0a, 0x15, 0x19, 0x90, 0xd0, 0x92, 0xf7, 0xf6, 0x7a, 0x83, 0xa1, 0x60, 0x6e, 0xf4, 0x7e, - 0xd9, 0xdb, 0x23, 0xe6, 0x8f, 0xe0, 0x52, 0x41, 0xdc, 0x40, 0x33, 0x8e, 0x67, 0x6b, 0x76, 0xf7, - 0xf7, 0x91, 0x03, 0x06, 0x28, 0x09, 0xc8, 0xe8, 0x1d, 0x1e, 0x3f, 0xa6, 0x81, 0x77, 0x61, 0x5b, - 0x85, 0x0e, 0x0e, 0xba, 0x7b, 0x34, 0x8f, 0x0f, 0xa0, 0x99, 0x0a, 0x16, 0x68, 0x7b, 0x0e, 0x7b, - 0xfb, 0xe6, 0xe1, 0x31, 0xb1, 0xda, 0x82, 0x3a, 0x35, 0x22, 0xf2, 0xd2, 0xed, 0xf7, 0x01, 0x12, - 0xab, 0x16, 0x97, 0x38, 0xd0, 0x26, 0x1c, 0x0e, 0x8e, 0x0d, 0x39, 0xe7, 0xde, 0x37, 0xfc, 0x7b, - 0xf5, 0xee, 0x3f, 0xde, 0x80, 0xea, 0x03, 0xd2, 0xbb, 0xae, 0xe7, 0x68, 0x07, 0x50, 0x57, 0xde, - 0xce, 0xb5, 0x37, 0x52, 0xb6, 0x36, 0xf3, 0x24, 0xdf, 0xb9, 0xbe, 0x04, 0x2b, 0x1f, 0xd5, 0x56, - 0xb4, 0x3e, 0x40, 0xf2, 0xba, 0xae, 0x5d, 0x53, 0xc9, 0x33, 0x0f, 0xf1, 0x9d, 0x37, 0x8a, 0x91, - 0x31, 0xab, 0xfb, 0x50, 0x8b, 0xbf, 0x29, 0xd0, 0x94, 0xfb, 0x42, 0xf6, 0xe3, 0x83, 0xce, 0xb5, - 0x42, 0x5c, 0xcc, 0x07, 0x17, 0xa8, 0xd4, 0xd2, 0xa8, 0x0b, 0xcc, 0x17, 0xe7, 0xa8, 0x0b, 0x2c, - 0x2a, 0xc0, 0x59, 0xd1, 0x1e, 0xc1, 0x66, 0xba, 0x8a, 0x46, 0x7b, 0x53, 0xbd, 0xa4, 0x15, 0x14, - 0xe7, 0x74, 0xde, 0x5a, 0x4e, 0xa0, 0x4e, 0x52, 0xa9, 0x1b, 0x53, 0x27, 0x99, 0x2f, 0x32, 0x53, - 0x27, 0x59, 0x50, 0x6c, 0x86, 0xdc, 0x0c, 0x68, 0xa6, 0x8a, 0x58, 0xb4, 0x1b, 0x29, 0x7f, 0x96, - 0xe7, 0xf8, 0xe6, 0x52, 0x7c, 0xcc, 0xf3, 0xf7, 0x61, 0x3b, 0x57, 0x1c, 0xa3, 0xe9, 0x2f, 0x2e, - 0xd2, 0xe9, 0xfc, 0xe0, 0x5c, 0x9a, 0x98, 0xff, 0xef, 0x40, 0x2b, 0x5b, 0x2a, 0xa3, 0xdd, 0x54, - 0xba, 0x16, 0xd7, 0xde, 0x74, 0xf4, 0xf3, 0x48, 0xd4, 0x53, 0x4b, 0x17, 0xce, 0xa8, 0xa7, 0x56, - 0x58, 0x85, 0xa3, 0x9e, 0xda, 0x92, 0x9a, 0x9b, 0x15, 0xed, 0x1b, 0xd8, 0xca, 0x54, 0xd0, 0x68, - 0xea, 0x61, 0x17, 0x16, 0xe4, 0x74, 0x6e, 0x9e, 0x43, 0x11, 0x73, 0xfe, 0x02, 0x0d, 0x2f, 0x3f, - 0xae, 0x6b, 0x57, 0x52, 0x87, 0x9d, 0x3c, 0x98, 0x77, 0xda, 0x79, 0x84, 0x2a, 0x4e, 0xca, 0xa3, - 0xb7, 0x2a, 0x4e, 0xf9, 0x97, 0x77, 0x55, 0x9c, 0x8a, 0x5e, 0xca, 0x57, 0xb4, 0x5f, 0xa0, 0x69, - 0x16, 0x15, 0x7b, 0x5a, 0x3b, 0xa5, 0x1f, 0x4a, 0x65, 0x5e, 0xe7, 0x6a, 0x01, 0x46, 0x35, 0x0b, - 0x49, 0x7d, 0x9c, 0x6a, 0x16, 0x72, 0x15, 0x7e, 0xaa, 0x59, 0x28, 0x28, 0xa9, 0x5b, 0xa1, 0xe8, - 0x57, 0x56, 0xb7, 0xd0, 0xca, 0xb2, 0xdf, 0x18, 0x74, 0x8a, 0xbf, 0x89, 0xd0, 0x57, 0x7e, 0x5c, - 0xd2, 0x3e, 0x8f, 0xeb, 0x62, 0x92, 0x77, 0x1c, 0x25, 0xb4, 0x8c, 0x4b, 0x2f, 0x3b, 0x99, 0xfa, - 0x39, 0xee, 0x8c, 0xd6, 0x28, 0x2e, 0x54, 0x52, 0xad, 0x51, 0xb6, 0x4c, 0x4a, 0xb5, 0x46, 0xf9, - 0xca, 0x26, 0xb1, 0x13, 0x71, 0x19, 0x53, 0x6a, 0x27, 0xb2, 0x15, 0x4f, 0xa9, 0x9d, 0xc8, 0x57, - 0x3e, 0xad, 0x68, 0x0f, 0xa1, 0x16, 0x97, 0x1e, 0xa9, 0x53, 0xca, 0x16, 0x44, 0xa9, 0x53, 0xca, - 0xd7, 0x2a, 0xad, 0xdc, 0x2a, 0x91, 0xb4, 0x89, 0x02, 0x20, 0x55, 0xda, 0x52, 0xb5, 0x46, 0x9d, - 0x76, 0x1e, 0xa1, 0x5a, 0xea, 0xb8, 0xd6, 0x47, 0x9d, 0x48, 0xb6, 0x84, 0xa8, 0x73, 0xad, 0x10, - 0xa7, 0xca, 0x99, 0xac, 0x99, 0xd0, 0x32, 0xc2, 0x9d, 0x7c, 0x6c, 0xaf, 0xca, 0x59, 0xa6, 0xc0, - 0x22, 0x96, 0xd4, 0x2c, 0x87, 0x74, 0x2d, 0x45, 0x46, 0x52, 0x33, 0x1c, 0x62, 0x49, 0x65, 0x26, - 0xb9, 0x09, 0xab, 0x7c, 0xde, 0x28, 0x46, 0xaa, 0xac, 0x92, 0x72, 0x06, 0x2d, 0x27, 0x17, 0x4b, - 0x58, 0x15, 0x54, 0x40, 0xb0, 0x3e, 0x2b, 0x35, 0x0d, 0x5a, 0x5e, 0x32, 0x54, 0x66, 0xd7, 0x97, - 0x60, 0xd5, 0xf3, 0x8a, 0x2b, 0x12, 0xd4, 0xf3, 0xca, 0x16, 0x36, 0xa8, 0xe7, 0x95, 0x2f, 0x61, - 0x60, 0x37, 0x93, 0xaa, 0x6e, 0x50, 0xdd, 0x4c, 0x51, 0xa1, 0x84, 0xea, 0x66, 0x8a, 0xcb, 0x22, - 0x62, 0xc3, 0x87, 0x57, 0x9d, 0x8c, 0xe1, 0x8b, 0x2f, 0x1b, 0x59, 0xc3, 0x97, 0x5c, 0x2e, 0x44, - 0x77, 0x51, 0xdf, 0x90, 0x91, 0xe4, 0xa4, 0xb8, 0x21, 0x23, 0xc9, 0x6a, 0x01, 0x83, 0x22, 0xc9, - 0xc4, 0x21, 0x27, 0xc9, 0x0a, 0x93, 0x6b, 0x85, 0xb8, 0xcc, 0x2a, 0x32, 0xd3, 0x48, 0x15, 0x7c, - 0x64, 0x56, 0x91, 0xee, 0x6e, 0xf0, 0xfd, 0x4a, 0x49, 0x0b, 0xdf, 0x48, 0x11, 0xe7, 0xca, 0x01, - 0xd4, 0x8d, 0x2d, 0xac, 0x9f, 0x10, 0x3c, 0x53, 0x75, 0x0d, 0x2a, 0xcf, 0xa2, 0x82, 0x09, 0x95, - 0x67, 0x71, 0x41, 0x04, 0xfb, 0xec, 0x6c, 0xf5, 0x82, 0xea, 0xb3, 0x97, 0x94, 0x4b, 0xa8, 0x3e, - 0x7b, 0x69, 0xf1, 0x03, 0x07, 0x1c, 0xb9, 0xd2, 0x05, 0x35, 0xe0, 0x58, 0x56, 0x1b, 0xa1, 0x06, - 0x1c, 0xcb, 0x6b, 0x1f, 0x56, 0xb4, 0x63, 0x68, 0xa8, 0x65, 0x0e, 0x5a, 0x3a, 0xaa, 0xca, 0x7e, - 0xd1, 0xdf, 0xb9, 0xb1, 0x0c, 0xad, 0x32, 0x54, 0x0b, 0x14, 0xb4, 0x74, 0x2c, 0x79, 0x1e, 0xc3, - 0xc2, 0xba, 0x06, 0x11, 0x5e, 0xa4, 0x4b, 0x0f, 0xb4, 0x5c, 0x2c, 0x99, 0x63, 0x7b, 0xf3, 0x1c, - 0x0a, 0xf5, 0xe0, 0xb2, 0xb5, 0x06, 0xea, 0xc1, 0x2d, 0xa9, 0x6a, 0xe8, 0xe8, 0xe7, 0x91, 0x64, - 0x02, 0x77, 0x99, 0xe3, 0x49, 0x07, 0xee, 0xa9, 0x2f, 0xe7, 0x33, 0x81, 0x7b, 0xe6, 0x33, 0x75, - 0xe6, 0x13, 0x7f, 0x99, 0xad, 0xf2, 0xc9, 0x96, 0x2c, 0xa8, 0x7c, 0xf2, 0x45, 0x05, 0x7c, 0x2e, - 0xea, 0x37, 0xd5, 0xea, 0xb9, 0x14, 0x54, 0x1b, 0xa8, 0xe7, 0x52, 0x58, 0x08, 0x20, 0xc3, 0x6b, - 0xe5, 0x23, 0xe9, 0x74, 0x78, 0x9d, 0x2f, 0x11, 0x48, 0x87, 0xd7, 0x45, 0xdf, 0xe4, 0xaf, 0x68, - 0x63, 0xae, 0xc5, 0xc9, 0x25, 0xb1, 0x7e, 0x58, 0xb0, 0x45, 0xb9, 0x2f, 0xbe, 0x3b, 0x6f, 0xbf, - 0x80, 0x4a, 0x1d, 0xa5, 0xe0, 0x63, 0x77, 0x75, 0x94, 0xe5, 0x5f, 0xd9, 0xab, 0xa3, 0x9c, 0xf7, - 0xc5, 0xfc, 0x8a, 0x36, 0x8b, 0x2a, 0x72, 0x72, 0x03, 0xbd, 0x5b, 0xbc, 0xb7, 0xf9, 0xb1, 0x6e, - 0xbd, 0x98, 0x30, 0x1e, 0xce, 0x8b, 0xcb, 0x70, 0xf2, 0x39, 0xc0, 0x25, 0x1b, 0x9f, 0x1f, 0xf0, - 0xbd, 0x0b, 0x50, 0x46, 0x23, 0x3e, 0x59, 0xe7, 0x7f, 0x06, 0xf2, 0xf1, 0x7f, 0x06, 0x00, 0x00, - 0xff, 0xff, 0x80, 0xa3, 0x01, 0xde, 0x1b, 0x44, 0x00, 0x00, + // 5371 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0xd4, 0x3c, 0x4d, 0x73, 0x1b, 0x57, + 0x72, 0x04, 0x01, 0x92, 0x40, 0x03, 0x20, 0xc1, 0x11, 0x29, 0x41, 0x90, 0x25, 0x5b, 0xb3, 0xeb, + 0xb5, 0xac, 0xb5, 0xe5, 0xb5, 0x6c, 0xcb, 0x9b, 0xf5, 0x7a, 0xb3, 0x30, 0x09, 0x49, 0x58, 0xf3, + 0x03, 0x1e, 0x42, 0x8a, 0xbd, 0xf9, 0x98, 0x8c, 0x80, 0x01, 0x39, 0x31, 0x80, 0x99, 0x9d, 0x19, + 0xc8, 0x52, 0xa5, 0x2a, 0xa9, 0x4a, 0x6e, 0xf9, 0x38, 0xe7, 0xb2, 0x55, 0xb9, 0x6f, 0x92, 0x73, + 0xaa, 0x72, 0x4e, 0xaa, 0x92, 0x5f, 0x91, 0x53, 0xfe, 0x43, 0x8e, 0xe9, 0xee, 0xf7, 0x66, 0xe6, + 0xcd, 0x07, 0x28, 0x4a, 0x51, 0x92, 0xca, 0x89, 0x78, 0xdd, 0xfd, 0xfa, 0x7d, 0xf5, 0xd7, 0xeb, + 0x37, 0x4d, 0xa8, 0x9f, 0xba, 0x4f, 0x4e, 0xbd, 0x3b, 0x9e, 0xef, 0x86, 0xae, 0x56, 0xe5, 0x86, + 0xe5, 0x39, 0xfa, 0x0e, 0x68, 0x0f, 0xec, 0xf0, 0xc8, 0x76, 0x4e, 0xcf, 0x9e, 0xb8, 0xbe, 0x61, + 0xff, 0x6a, 0x61, 0x07, 0xa1, 0xfe, 0x19, 0x5c, 0x4a, 0x41, 0x03, 0xcf, 0x9d, 0x07, 0xb6, 0xf6, + 0x7d, 0x58, 0xf3, 0x6c, 0xdb, 0x0f, 0xda, 0xa5, 0xb7, 0xca, 0xb7, 0xea, 0x77, 0x37, 0xef, 0x44, + 0x6c, 0xee, 0x0c, 0x10, 0x6c, 0x08, 0xa4, 0x7e, 0x0a, 0xb5, 0xae, 0x7f, 0xba, 0x98, 0xd9, 0xf3, + 0x30, 0xd0, 0xee, 0x40, 0xd5, 0xb7, 0x03, 0x77, 0xe1, 0x8f, 0x6c, 0xec, 0x55, 0xba, 0xb5, 0x79, + 0x57, 0x4b, 0x7a, 0x19, 0x12, 0x63, 0xc4, 0x34, 0xda, 0x65, 0x58, 0x9f, 0x58, 0x33, 0x67, 0xfa, + 0xbc, 0xbd, 0x8a, 0xd4, 0x4d, 0x43, 0xb6, 0x34, 0x0d, 0x2a, 0x73, 0x6b, 0x66, 0xb7, 0xcb, 0x08, + 0xad, 0x19, 0xfc, 0x5b, 0xff, 0x63, 0xd8, 0xec, 0x8e, 0xc7, 0x03, 0x2b, 0x3c, 0x93, 0xf3, 0x7e, + 0xe9, 0xd1, 0x76, 0x61, 0xfd, 0xa9, 0x3f, 0x31, 0x9d, 0x31, 0x8f, 0x56, 0x33, 0xd6, 0xb0, 0xd5, + 0x1f, 0x6b, 0x3a, 0x54, 0x3c, 0xe4, 0xca, 0x83, 0xa5, 0x97, 0x49, 0x63, 0x31, 0x4e, 0x7f, 0x1b, + 0xb6, 0xe2, 0xc1, 0xe5, 0xf6, 0xe0, 0x1c, 0x17, 0x0b, 0xe4, 0x45, 0x23, 0x37, 0x0c, 0xfe, 0xad, + 0xff, 0xa6, 0x04, 0xdb, 0xfb, 0xf6, 0xd4, 0x0e, 0xed, 0xff, 0x81, 0x79, 0x26, 0x9b, 0x55, 0x4e, + 0x6d, 0x56, 0x34, 0xff, 0xca, 0xf2, 0xf9, 0xc7, 0x93, 0x5d, 0x53, 0x26, 0x8b, 0xc2, 0xa0, 0xce, + 0x55, 0x2c, 0x4b, 0xff, 0x31, 0x68, 0xb8, 0xd2, 0x8c, 0x88, 0xf0, 0x18, 0x78, 0xdc, 0x3c, 0xfd, + 0xbc, 0x28, 0x30, 0x4e, 0xdf, 0x85, 0x4b, 0xa9, 0x9e, 0x92, 0xe1, 0x67, 0xb0, 0x2b, 0x86, 0x79, + 0x15, 0x9e, 0x6d, 0xb8, 0x9c, 0xed, 0x2c, 0xd9, 0xfe, 0x08, 0x76, 0xf0, 0x77, 0x4e, 0x98, 0xb5, + 0x36, 0x6c, 0x58, 0xe3, 0x31, 0xee, 0x65, 0xc0, 0x8c, 0x6b, 0x46, 0xd4, 0xd4, 0xaf, 0xc0, 0x6e, + 0xa6, 0x87, 0x64, 0xf5, 0x4f, 0x25, 0x68, 0x9f, 0xb8, 0x93, 0xf0, 0xe5, 0xf8, 0x69, 0x27, 0x50, + 0x1b, 0x3b, 0xbe, 0x3d, 0x0a, 0x1d, 0x77, 0xce, 0x27, 0xb5, 0x79, 0xf7, 0x93, 0x64, 0x11, 0xcb, + 0x18, 0x26, 0x88, 0xfd, 0xa8, 0xb3, 0x91, 0xf0, 0xd1, 0x3f, 0x00, 0x2d, 0x4f, 0xa0, 0xad, 0xc3, + 0x6a, 0xff, 0xa8, 0xb5, 0xa2, 0x6d, 0x40, 0xf9, 0xf8, 0xd1, 0xb0, 0x55, 0xd2, 0xaa, 0x50, 0xf9, + 0xe2, 0x78, 0xf8, 0xb0, 0xb5, 0xaa, 0x5f, 0x83, 0xab, 0x05, 0x43, 0xc9, 0x95, 0x7d, 0x04, 0x57, + 0x4e, 0xce, 0x16, 0xe1, 0xd8, 0xfd, 0x6e, 0x7e, 0xf1, 0x7d, 0xea, 0xe0, 0x6e, 0xe4, 0x3a, 0x49, + 0x86, 0x1f, 0xc2, 0x6e, 0x6f, 0x6e, 0x3d, 0x99, 0xda, 0x17, 0x67, 0x87, 0x47, 0x98, 0xed, 0x22, + 0x99, 0xdd, 0xc5, 0xc3, 0x75, 0x82, 0x97, 0xe3, 0x76, 0x15, 0xae, 0xe4, 0xfa, 0x48, 0x76, 0xa7, + 0xd0, 0x12, 0x03, 0x1d, 0xfa, 0x61, 0xc4, 0xe8, 0x1a, 0x9e, 0xd1, 0x62, 0xe6, 0x99, 0xe1, 0x73, + 0x4f, 0xe8, 0xde, 0x9a, 0x51, 0x25, 0xc0, 0x10, 0xdb, 0x5a, 0x07, 0xaa, 0x13, 0x67, 0x6a, 0xb3, + 0xa5, 0x11, 0x9a, 0x16, 0xb7, 0x09, 0xe7, 0xcc, 0x43, 0xdb, 0x7f, 0x6a, 0x4d, 0x59, 0xdd, 0x2a, + 0x46, 0xdc, 0xd6, 0x2f, 0xc1, 0xb6, 0x32, 0x90, 0x1c, 0x1d, 0x81, 0x72, 0x62, 0xc9, 0xf0, 0xac, + 0x62, 0x0a, 0x50, 0x92, 0xfe, 0x29, 0xb4, 0xfa, 0xf3, 0x3f, 0xc2, 0xa3, 0x55, 0x26, 0xfa, 0x9a, + 0x6c, 0x04, 0xd9, 0x6c, 0xd4, 0xe6, 0x00, 0xe7, 0x5c, 0x2e, 0x30, 0x06, 0x02, 0x49, 0x73, 0x55, + 0x26, 0x20, 0x67, 0xf5, 0xf7, 0x25, 0x68, 0xa2, 0xfe, 0x7e, 0x31, 0xf3, 0x5e, 0x2c, 0xfa, 0x68, + 0x4e, 0x3c, 0xd7, 0x0f, 0xa5, 0xd5, 0xe6, 0xdf, 0xda, 0x4f, 0xa1, 0xc2, 0xbb, 0x5c, 0xe6, 0xd9, + 0xdf, 0x4a, 0x46, 0x4e, 0x31, 0xbd, 0x73, 0xe8, 0xce, 0x9d, 0xd0, 0xf5, 0x9d, 0xf9, 0xe9, 0xc0, + 0x9d, 0x3a, 0xa3, 0xe7, 0x06, 0xf7, 0x42, 0xb9, 0x6f, 0x65, 0x31, 0x24, 0xed, 0x03, 0xa3, 0x87, + 0x62, 0x8f, 0xd2, 0x3e, 0x38, 0x3e, 0x49, 0xcb, 0x7d, 0x8b, 0xdd, 0x01, 0x33, 0x96, 0x0b, 0xf8, + 0x39, 0xb4, 0x84, 0xad, 0x78, 0xd5, 0x25, 0xf0, 0x19, 0x26, 0x1c, 0x24, 0xdb, 0x1e, 0x54, 0x8d, + 0xc1, 0x97, 0xfd, 0x3d, 0x77, 0x3e, 0x39, 0x87, 0xdd, 0x9b, 0x50, 0xf7, 0xed, 0x99, 0x1b, 0xda, + 0x66, 0xcc, 0xb5, 0x66, 0x80, 0x00, 0x0d, 0x88, 0xf7, 0xaf, 0x2b, 0x50, 0x23, 0x3e, 0x27, 0xa1, + 0x15, 0xb2, 0xe3, 0x5b, 0x78, 0xa1, 0x33, 0x13, 0x87, 0x5d, 0x36, 0x64, 0x8b, 0xc4, 0x8e, 0xf4, + 0x8e, 0x31, 0xab, 0x8c, 0x89, 0xdb, 0xda, 0x26, 0xac, 0x2e, 0x3c, 0xde, 0xde, 0xaa, 0x81, 0xbf, + 0xc4, 0x90, 0x23, 0xd7, 0x1f, 0x9b, 0x8e, 0xf7, 0xf4, 0x63, 0x36, 0xff, 0x4d, 0x1a, 0x92, 0x40, + 0x7d, 0x84, 0xa4, 0x09, 0xee, 0xb1, 0xed, 0x57, 0x09, 0xee, 0x11, 0x81, 0xe7, 0xdb, 0x13, 0xe7, + 0x99, 0xe0, 0xb0, 0x2e, 0x08, 0x04, 0x28, 0xe2, 0x90, 0x10, 0xdc, 0x6b, 0x6f, 0x64, 0x08, 0xee, + 0xd1, 0x3a, 0x02, 0xdb, 0x77, 0x50, 0x49, 0xaa, 0xc2, 0x27, 0x89, 0x96, 0xf6, 0x3d, 0x68, 0xe2, + 0x38, 0xb6, 0xf3, 0xd4, 0x96, 0xb3, 0xab, 0xf1, 0x62, 0x1a, 0x11, 0x90, 0xb9, 0x67, 0x88, 0xee, + 0xb5, 0x21, 0x47, 0x74, 0x8f, 0x88, 0x04, 0x4f, 0x73, 0xee, 0x86, 0xce, 0xe4, 0x79, 0xbb, 0x2e, + 0x88, 0x04, 0xf0, 0x88, 0x61, 0x34, 0xcf, 0x91, 0x35, 0x3a, 0xb3, 0x4d, 0x9f, 0xcc, 0x60, 0xbb, + 0xc1, 0x24, 0xc0, 0x20, 0x36, 0x8c, 0xda, 0xdb, 0xb0, 0x19, 0x13, 0xf0, 0xb1, 0xb6, 0x9b, 0x4c, + 0xd3, 0x8c, 0x68, 0x84, 0x4f, 0xbf, 0x01, 0x75, 0x7b, 0x3e, 0x36, 0xdd, 0x89, 0x39, 0xb6, 0x42, + 0xab, 0xbd, 0xc9, 0x34, 0x35, 0x04, 0x1d, 0x4f, 0xf6, 0x11, 0xa0, 0xed, 0xc0, 0x9a, 0xed, 0xfb, + 0xae, 0xdf, 0xde, 0x62, 0x8c, 0x68, 0x68, 0x37, 0x41, 0xce, 0xc6, 0x44, 0xa1, 0xf3, 0x9f, 0xb7, + 0x5b, 0x8c, 0xac, 0x0b, 0xd8, 0x57, 0x04, 0x12, 0x47, 0x81, 0x13, 0x91, 0x14, 0xdb, 0x62, 0x82, + 0x0c, 0x62, 0x02, 0xfd, 0x1b, 0xa8, 0x18, 0xde, 0xb7, 0x8e, 0xf6, 0x03, 0xa8, 0x8c, 0x50, 0xd2, + 0xa4, 0x53, 0x54, 0x6d, 0x80, 0x94, 0x41, 0x83, 0xf1, 0xda, 0xbb, 0xb0, 0x16, 0x90, 0x24, 0xb1, + 0x94, 0xd4, 0xef, 0x5e, 0x4a, 0x13, 0xb2, 0x90, 0x19, 0x82, 0x42, 0xbf, 0x05, 0x9b, 0x18, 0xde, + 0x11, 0xf7, 0x48, 0x2b, 0x92, 0x48, 0xa2, 0xa4, 0x46, 0x12, 0xe8, 0xaa, 0xb7, 0x62, 0x4a, 0xb9, + 0x23, 0xb7, 0x60, 0x03, 0xd7, 0xf1, 0xb4, 0x30, 0x0c, 0x64, 0xc2, 0x08, 0xad, 0xff, 0x92, 0x15, + 0x52, 0x1d, 0xe6, 0xe5, 0xec, 0x07, 0x8a, 0xfe, 0xd4, 0x99, 0xd8, 0x2c, 0xfa, 0x65, 0x21, 0xfa, + 0x51, 0x5b, 0xdf, 0xe6, 0xf0, 0x4b, 0x9d, 0x98, 0xde, 0x8d, 0x74, 0xf5, 0x95, 0x47, 0x4c, 0x02, + 0xa0, 0x14, 0xe3, 0xf7, 0x23, 0xeb, 0x7e, 0x21, 0xc6, 0xc4, 0x44, 0x25, 0x97, 0x4c, 0xee, 0xc4, + 0x86, 0xff, 0x62, 0x5c, 0x30, 0x76, 0x4a, 0xd1, 0x4b, 0x36, 0xef, 0x41, 0x8b, 0xe5, 0xf7, 0x62, + 0x4c, 0xd0, 0x7c, 0x29, 0xd4, 0x49, 0x9c, 0x14, 0xc7, 0x07, 0x17, 0x63, 0x83, 0x71, 0x52, 0xa6, + 0x87, 0x64, 0xf5, 0x20, 0x5a, 0xea, 0x2f, 0xed, 0x27, 0xbe, 0x15, 0x31, 0x6a, 0x41, 0x79, 0xe1, + 0x4f, 0x25, 0x13, 0xfa, 0xc9, 0xc2, 0xee, 0x2e, 0xd0, 0x14, 0x92, 0x65, 0x0f, 0x70, 0xcb, 0xcb, + 0x6c, 0x0b, 0x09, 0x44, 0x7e, 0x97, 0x57, 0x9b, 0x62, 0x24, 0xf9, 0x6f, 0x41, 0x13, 0xc5, 0xef, + 0xb1, 0x3f, 0x89, 0xdc, 0xe7, 0x47, 0x2c, 0xb9, 0x0c, 0x90, 0xe2, 0x78, 0x13, 0x2a, 0xe8, 0xe8, + 0x22, 0x59, 0x6c, 0x26, 0xb2, 0x48, 0x44, 0x8c, 0xc2, 0x05, 0x93, 0x1b, 0x4b, 0xb8, 0xe0, 0x74, + 0xca, 0x88, 0x90, 0x1a, 0x95, 0xe9, 0x42, 0x18, 0xe9, 0x4a, 0x94, 0x61, 0x70, 0x60, 0xe9, 0x4a, + 0x5e, 0x86, 0x4d, 0xec, 0x3d, 0x54, 0x4e, 0x5d, 0xd8, 0xc1, 0x25, 0xec, 0xa3, 0xc1, 0x9c, 0xdb, + 0xe3, 0x13, 0x3b, 0xf6, 0xf7, 0xef, 0x4a, 0x6f, 0x29, 0x7c, 0xfd, 0x6e, 0xc2, 0x4e, 0x92, 0xd2, + 0x46, 0x49, 0xd7, 0xd8, 0x85, 0xdd, 0x0c, 0x8b, 0x58, 0x37, 0x2b, 0x78, 0x44, 0xd1, 0x66, 0xec, + 0xe4, 0x78, 0x10, 0x2d, 0x53, 0xe8, 0x3f, 0x83, 0x1d, 0x5c, 0x61, 0x7e, 0x16, 0x3f, 0x80, 0x32, + 0xd9, 0x4b, 0xb1, 0xa6, 0x62, 0x06, 0x44, 0x40, 0x22, 0x91, 0xe9, 0x2f, 0x97, 0x77, 0x82, 0xe1, + 0x18, 0xaf, 0xf9, 0x95, 0x79, 0x93, 0xfc, 0x58, 0xd3, 0x29, 0x2b, 0x66, 0xd5, 0xa0, 0x9f, 0x14, + 0x80, 0xe6, 0x99, 0xca, 0x01, 0xbf, 0x80, 0xb6, 0x61, 0x7b, 0x53, 0x6b, 0xf4, 0xea, 0x23, 0x52, + 0xc8, 0x5c, 0xc0, 0x43, 0x0e, 0xb0, 0xcb, 0x97, 0x61, 0x36, 0xa0, 0x74, 0xa7, 0x8d, 0x44, 0xf1, + 0x4b, 0x3e, 0x47, 0x05, 0x2c, 0xcf, 0xe0, 0x23, 0x80, 0x20, 0x02, 0x46, 0x27, 0xa1, 0x18, 0xe3, + 0xa4, 0x83, 0x42, 0xa6, 0x3f, 0xe4, 0x9b, 0x52, 0x76, 0x0c, 0xed, 0x43, 0xa8, 0xc5, 0x44, 0x72, + 0x15, 0x85, 0xac, 0x12, 0x2a, 0xfd, 0x32, 0x1f, 0x6c, 0x6e, 0x5a, 0xfa, 0xef, 0x47, 0xf7, 0xa6, + 0xd7, 0x30, 0x48, 0xc1, 0x09, 0x5d, 0x8d, 0x8e, 0x3d, 0x3f, 0xf2, 0x01, 0x5c, 0x91, 0x9b, 0xfb, + 0x3a, 0xd6, 0xd7, 0x89, 0x8f, 0x3b, 0x3f, 0x92, 0x06, 0x2d, 0x3c, 0x12, 0x19, 0x45, 0xca, 0x63, + 0x42, 0xaf, 0xa0, 0xc0, 0xe4, 0x19, 0xbd, 0x07, 0x55, 0x8f, 0x20, 0x8e, 0x1d, 0x9d, 0x50, 0x4b, + 0x89, 0x8b, 0x05, 0x6d, 0x4c, 0xa1, 0x3f, 0x83, 0x16, 0x5d, 0xf5, 0x55, 0xb6, 0xa8, 0x69, 0xeb, + 0x8c, 0x7f, 0x2e, 0xa7, 0x9d, 0xef, 0x2f, 0xf1, 0xda, 0x4f, 0xe0, 0x2a, 0x46, 0x47, 0xb6, 0x6f, + 0xda, 0xcf, 0x9c, 0x20, 0xc4, 0x58, 0xd6, 0x54, 0xc4, 0x43, 0xec, 0xe0, 0x15, 0x26, 0xe8, 0x49, + 0xfc, 0x49, 0x22, 0x16, 0x68, 0x40, 0x94, 0x91, 0xe5, 0x2a, 0xff, 0xac, 0x84, 0xae, 0x41, 0x5c, + 0xd3, 0x5f, 0x71, 0x4a, 0x1f, 0xc0, 0x25, 0x8f, 0x22, 0x0d, 0x74, 0xd3, 0xf9, 0xc9, 0x68, 0x11, + 0x2a, 0x99, 0x47, 0x74, 0xde, 0xe5, 0xe4, 0xbc, 0x51, 0xcc, 0xd2, 0x73, 0x90, 0x93, 0xfb, 0x87, + 0x12, 0xdd, 0xc2, 0xf9, 0x7c, 0xfe, 0x0f, 0x36, 0x6c, 0xd9, 0xca, 0xca, 0xcb, 0x56, 0x26, 0x52, + 0x00, 0xa9, 0xe9, 0xca, 0x85, 0x7c, 0x0d, 0x9d, 0x58, 0x6e, 0xba, 0x41, 0xe0, 0x9c, 0xce, 0x55, + 0xc1, 0xfd, 0x09, 0x80, 0x15, 0x03, 0xe5, 0x8a, 0x3a, 0xd9, 0x15, 0x29, 0xdd, 0x14, 0x6a, 0x0c, + 0xec, 0xae, 0x15, 0x72, 0x96, 0xb2, 0xf9, 0xdf, 0x61, 0x8d, 0x93, 0x8e, 0xe5, 0xe5, 0xf5, 0x4e, + 0xfa, 0x3a, 0x5c, 0x2b, 0xe4, 0x2c, 0x77, 0x6b, 0x06, 0xd7, 0x55, 0x71, 0x78, 0xad, 0x63, 0x17, + 0x58, 0x9b, 0xb7, 0xe0, 0xc6, 0xb2, 0xe1, 0xe4, 0x84, 0x7e, 0x0f, 0x6e, 0xa4, 0xce, 0xf5, 0xf5, + 0xee, 0xc6, 0x4d, 0x78, 0x73, 0x29, 0xf7, 0x94, 0x2d, 0x3a, 0xe1, 0x50, 0x38, 0xb2, 0x45, 0x9f, + 0xb3, 0x2d, 0x8a, 0x60, 0xb1, 0xcf, 0x5e, 0x3f, 0x9d, 0xba, 0x4f, 0xac, 0x69, 0x5e, 0x31, 0x1e, + 0x30, 0xdc, 0x90, 0x78, 0xf4, 0xd9, 0x1a, 0x4a, 0xae, 0x9f, 0x66, 0xfa, 0x12, 0xfd, 0xd1, 0x91, + 0xa5, 0xfa, 0x27, 0x79, 0x8a, 0x93, 0xd0, 0xf5, 0xd2, 0x53, 0xdd, 0xa1, 0xb1, 0x12, 0xa0, 0x24, + 0xfd, 0x75, 0x19, 0xef, 0xdd, 0x32, 0x7b, 0x38, 0x9f, 0xfa, 0x4e, 0x94, 0xea, 0xa4, 0xdf, 0x74, + 0x87, 0xf0, 0xac, 0x30, 0xf4, 0x45, 0x7c, 0xd7, 0x30, 0x64, 0x8b, 0x8f, 0xef, 0x34, 0x8a, 0xe0, + 0xe9, 0x27, 0xf5, 0x7e, 0x82, 0x83, 0xf0, 0x05, 0xb5, 0x6a, 0xf0, 0x6f, 0x0a, 0x11, 0x9d, 0xc0, + 0xfc, 0xce, 0x09, 0xcf, 0xc6, 0xbe, 0xf5, 0x1d, 0x5f, 0x4d, 0xab, 0x06, 0x38, 0xc1, 0xef, 0x48, + 0x08, 0xde, 0xc4, 0xe0, 0xa9, 0x35, 0x75, 0xf0, 0x1a, 0x46, 0xd9, 0xb5, 0x75, 0xce, 0xdc, 0x28, + 0x10, 0x0d, 0xc3, 0xda, 0xb9, 0x6b, 0x3a, 0x33, 0x8f, 0xac, 0x76, 0x98, 0x70, 0xda, 0x10, 0xba, + 0x3f, 0x77, 0xfb, 0x12, 0x15, 0x73, 0x4c, 0x2e, 0x3d, 0xd5, 0x54, 0xfa, 0xf4, 0x3a, 0x7a, 0x70, + 0xce, 0xa9, 0x98, 0x56, 0x30, 0xe7, 0x7b, 0x6a, 0x13, 0x3d, 0x10, 0x43, 0xba, 0xc1, 0x9c, 0x32, + 0x48, 0x12, 0xed, 0x8c, 0xf9, 0x82, 0x5a, 0x33, 0xaa, 0x02, 0xd0, 0x1f, 0xcb, 0x0c, 0x52, 0x68, + 0xfb, 0xf6, 0x98, 0xef, 0xa5, 0x55, 0x23, 0x6e, 0xd3, 0x5d, 0x11, 0x6d, 0xd2, 0xd4, 0xe6, 0xdb, + 0x68, 0xd5, 0x10, 0x0d, 0x3c, 0xbf, 0x16, 0x2e, 0x7c, 0xe2, 0xbb, 0x33, 0x34, 0x78, 0x48, 0x38, + 0xc7, 0x93, 0x6c, 0x32, 0xc1, 0xa6, 0x13, 0xdc, 0x47, 0x70, 0x4f, 0x42, 0x69, 0x8b, 0xe6, 0x32, + 0xc5, 0x85, 0xb7, 0x63, 0xbe, 0x8b, 0x62, 0x14, 0x1d, 0x81, 0xfa, 0x9e, 0xfe, 0xb7, 0x25, 0xa8, + 0xef, 0xdb, 0x64, 0x13, 0xc5, 0x96, 0xd0, 0x89, 0xf0, 0xcd, 0x5c, 0xc6, 0xe2, 0xb2, 0x95, 0xe4, + 0x84, 0x56, 0xcf, 0xc9, 0x09, 0x69, 0xef, 0xc0, 0xd6, 0xd4, 0x9d, 0x9f, 0xa2, 0x21, 0x16, 0xdd, + 0xec, 0xc8, 0x8e, 0x6e, 0x0a, 0xf0, 0x40, 0x42, 0x31, 0x72, 0x6d, 0x05, 0x67, 0x78, 0x7d, 0x52, + 0x29, 0xc5, 0xd1, 0x6e, 0x49, 0x78, 0x44, 0xaa, 0xff, 0x63, 0x09, 0xd6, 0x86, 0x14, 0xe7, 0xd3, + 0xb5, 0x56, 0x09, 0x77, 0x8b, 0x52, 0x5b, 0x8c, 0x8f, 0x13, 0xff, 0xab, 0x49, 0xe2, 0x7f, 0x69, + 0xde, 0xfb, 0xb7, 0xa0, 0x31, 0x4e, 0x96, 0x4f, 0x93, 0xa0, 0xe5, 0xa5, 0x42, 0xe9, 0x18, 0x6b, + 0xa4, 0x48, 0x39, 0xaf, 0xe1, 0x06, 0xa1, 0x29, 0x7d, 0x94, 0x14, 0x3f, 0x02, 0x09, 0x0d, 0xd7, + 0xef, 0xf1, 0x55, 0xc4, 0x70, 0x9e, 0x44, 0x7a, 0xf7, 0x36, 0xac, 0x85, 0xb4, 0x12, 0xa9, 0x76, + 0x5b, 0xc9, 0x28, 0xbc, 0x40, 0x43, 0x60, 0xf5, 0x4f, 0xc5, 0x5d, 0x9b, 0xfa, 0x49, 0x85, 0xbf, + 0x60, 0xc7, 0x29, 0x68, 0x8f, 0x85, 0x74, 0xdb, 0xca, 0xa8, 0x17, 0xdd, 0xb6, 0x65, 0xef, 0x28, + 0x89, 0x48, 0x94, 0x55, 0x91, 0x20, 0xdb, 0x90, 0x1a, 0x4d, 0x2a, 0xfc, 0x3f, 0x93, 0xc2, 0xdb, + 0xb6, 0xcf, 0x72, 0x4d, 0x1c, 0xa2, 0x88, 0xa9, 0x69, 0xc4, 0x6d, 0xed, 0xc7, 0xd0, 0xb0, 0x3c, + 0x6f, 0xfa, 0x3c, 0xda, 0x3c, 0x91, 0x80, 0x50, 0xb6, 0xbd, 0x4b, 0x58, 0xe9, 0x5f, 0xeb, 0x56, + 0xd2, 0x88, 0x73, 0x1b, 0xe5, 0x6c, 0x6e, 0x83, 0xc6, 0x54, 0x72, 0x1b, 0x9f, 0x41, 0xd3, 0x46, + 0x8c, 0x39, 0x5b, 0x4c, 0x43, 0xe7, 0xcc, 0xf5, 0xe4, 0xcb, 0xc6, 0xe5, 0xa4, 0x43, 0x0f, 0xff, + 0x1e, 0x4a, 0xac, 0xd1, 0xb0, 0x95, 0x96, 0xd6, 0x85, 0x2d, 0x71, 0xf9, 0xc4, 0x95, 0x4e, 0xed, + 0x51, 0xe8, 0xfa, 0x7c, 0xbc, 0xf5, 0xbb, 0x6d, 0x65, 0xf7, 0x88, 0xc0, 0x88, 0xf0, 0xc6, 0xa6, + 0x9f, 0x6a, 0xa3, 0x2a, 0x54, 0x9c, 0xf9, 0xc4, 0x65, 0xab, 0x93, 0x0a, 0x51, 0x69, 0x9e, 0x22, + 0xb5, 0xc2, 0x04, 0x64, 0x8c, 0x29, 0x3d, 0x81, 0x36, 0x70, 0x23, 0x6b, 0x8c, 0x87, 0x0c, 0x37, + 0x24, 0x9e, 0x42, 0xdf, 0xd0, 0xb7, 0xe6, 0x01, 0xe7, 0x20, 0xaa, 0x59, 0xbe, 0xc3, 0x08, 0x65, + 0x24, 0x54, 0xb4, 0xcf, 0x62, 0x21, 0x22, 0xc1, 0xc2, 0x96, 0x29, 0xb5, 0xcf, 0xbc, 0x0a, 0x69, + 0xb2, 0xc5, 0x85, 0x5b, 0x34, 0xf4, 0x7f, 0x45, 0xc3, 0xa0, 0x1c, 0x82, 0xf6, 0x29, 0xd4, 0x9c, + 0xb9, 0x99, 0x8a, 0xc7, 0xce, 0x73, 0x7d, 0x55, 0x67, 0x2e, 0x3b, 0xfe, 0x36, 0x1e, 0xc4, 0x33, + 0x9a, 0x4c, 0xfa, 0xac, 0xcf, 0xeb, 0xdc, 0x10, 0x1d, 0x12, 0x06, 0x68, 0xa2, 0x15, 0x06, 0xe5, + 0x17, 0x33, 0x10, 0x1d, 0xa4, 0x1e, 0xfe, 0x09, 0xd4, 0x85, 0x35, 0x39, 0x70, 0x66, 0xce, 0xd2, + 0xc4, 0x15, 0x65, 0xe0, 0x66, 0xd6, 0xb3, 0xc4, 0x1e, 0x09, 0x2d, 0xa8, 0x23, 0x2c, 0x36, 0x5b, + 0x1f, 0xc3, 0xe5, 0x40, 0xbe, 0x6a, 0x98, 0xe1, 0x19, 0x86, 0x86, 0x67, 0xee, 0x74, 0x6c, 0x7a, + 0xa3, 0x50, 0x5a, 0x95, 0x9d, 0x08, 0x3b, 0x8c, 0x90, 0x83, 0x51, 0xa8, 0xff, 0x5b, 0x05, 0xaa, + 0x91, 0x74, 0x52, 0x2a, 0xd2, 0x5a, 0x84, 0x67, 0xa6, 0x87, 0xb1, 0xc1, 0x77, 0xae, 0x3f, 0x96, + 0x76, 0xb6, 0x41, 0xc0, 0x81, 0x84, 0x69, 0x6f, 0x41, 0x1d, 0x4d, 0xcd, 0xc8, 0x77, 0xbc, 0xf8, + 0x5d, 0xa8, 0x66, 0xa8, 0x20, 0xed, 0x2a, 0x54, 0xa7, 0xee, 0xc8, 0x9a, 0xa2, 0xbf, 0x91, 0x63, + 0x6f, 0x70, 0xbb, 0xcb, 0xb6, 0x35, 0xb6, 0xf9, 0x51, 0x76, 0xa6, 0xc2, 0x1c, 0xb6, 0x22, 0x78, + 0x57, 0x26, 0xb4, 0xae, 0xc0, 0x06, 0xbd, 0x90, 0x11, 0x13, 0x91, 0xd8, 0x5d, 0xa7, 0x26, 0xf2, + 0x40, 0x7f, 0xc6, 0x88, 0x53, 0x14, 0x09, 0x8f, 0x65, 0xb8, 0x66, 0xd4, 0x08, 0xf2, 0x80, 0x00, + 0xe4, 0xcf, 0x18, 0xcd, 0x76, 0x45, 0x24, 0x74, 0xab, 0x04, 0xe0, 0x17, 0x91, 0xdb, 0xb0, 0x4d, + 0x29, 0x6b, 0x0c, 0xa7, 0x3d, 0xdf, 0x79, 0x8a, 0x82, 0x4e, 0xec, 0x85, 0xbb, 0xdc, 0x12, 0x88, + 0x81, 0x80, 0xe3, 0x38, 0xef, 0x81, 0x26, 0xe4, 0x73, 0x32, 0xb5, 0x3c, 0x73, 0x6c, 0xcd, 0x3c, + 0x0c, 0xce, 0x59, 0x4a, 0xab, 0x46, 0x8b, 0x31, 0xf7, 0x11, 0xb1, 0x2f, 0xe0, 0x94, 0x80, 0x0d, + 0x28, 0xb5, 0x3a, 0x72, 0x67, 0xb3, 0xc5, 0xdc, 0x09, 0x9f, 0xb3, 0x2f, 0x6d, 0x1a, 0x4d, 0x82, + 0xee, 0x45, 0x40, 0x9a, 0xbc, 0x4c, 0xa3, 0x8f, 0x2c, 0x0f, 0x5d, 0x2a, 0x45, 0x16, 0x35, 0x01, + 0xd9, 0xb3, 0x78, 0xf2, 0x62, 0xeb, 0x08, 0xdb, 0x60, 0xac, 0xd8, 0x4b, 0x42, 0x6e, 0xc2, 0x2a, + 0xba, 0xe8, 0x26, 0x2f, 0x18, 0x7f, 0x61, 0xc8, 0xd7, 0x94, 0xc9, 0xeb, 0x29, 0x09, 0x4f, 0x80, + 0x2e, 0x34, 0xe3, 0x20, 0x14, 0xd1, 0x32, 0x1a, 0x5e, 0xd2, 0x08, 0xe8, 0xa8, 0xe5, 0x19, 0xc9, + 0x53, 0xd8, 0x12, 0x47, 0x2d, 0x0e, 0x4a, 0x1e, 0xc1, 0xfb, 0xa0, 0x25, 0x1e, 0x9a, 0x1e, 0x87, + 0x26, 0x18, 0x22, 0x72, 0xf6, 0xb7, 0x66, 0x6c, 0xc7, 0x8e, 0x3a, 0x42, 0xe8, 0x5f, 0x42, 0x43, + 0xb5, 0x5b, 0x94, 0x81, 0xb3, 0x39, 0x0b, 0x26, 0x04, 0xa9, 0x6a, 0x44, 0x4d, 0x16, 0x67, 0x49, + 0x65, 0x86, 0xe1, 0x34, 0x16, 0x67, 0x09, 0x1b, 0x86, 0x53, 0xfd, 0xcf, 0x4b, 0xb0, 0x99, 0x36, + 0x63, 0x24, 0xe1, 0x19, 0xcb, 0x67, 0x8e, 0xd0, 0x62, 0xcb, 0x70, 0xb7, 0x6a, 0xec, 0xa4, 0xcd, + 0xdc, 0x1e, 0xe3, 0xd0, 0xd8, 0x76, 0xf2, 0xbd, 0x16, 0x01, 0xb9, 0xf7, 0xf8, 0x71, 0xe9, 0x4a, + 0xb6, 0x27, 0xe3, 0xfb, 0x63, 0xfd, 0x3f, 0xd6, 0xa0, 0x16, 0x1b, 0xc5, 0xff, 0x05, 0xfd, 0xb8, + 0x03, 0xd5, 0x19, 0xee, 0x3c, 0x46, 0x95, 0x81, 0x74, 0x0a, 0x8a, 0x17, 0x39, 0x94, 0x18, 0x23, + 0xa6, 0x29, 0xd4, 0xa7, 0xb5, 0x17, 0xea, 0xd3, 0xfa, 0x39, 0xfa, 0xb4, 0x71, 0xae, 0x3e, 0x55, + 0x33, 0xfa, 0x84, 0x0e, 0x02, 0x1d, 0x39, 0xba, 0x72, 0x69, 0xbd, 0x15, 0x07, 0xf1, 0x15, 0xc3, + 0x0d, 0x89, 0x2f, 0xd6, 0x3c, 0x78, 0x19, 0xcd, 0xab, 0x5f, 0x58, 0xf3, 0x1a, 0x45, 0x9a, 0xc7, + 0xef, 0x2c, 0x68, 0x86, 0xdd, 0xb9, 0xb8, 0x4a, 0xb3, 0x22, 0x35, 0xe9, 0x9d, 0x85, 0x81, 0xe2, + 0x84, 0x3f, 0x41, 0x23, 0xba, 0xf0, 0xc8, 0x3e, 0xdb, 0x63, 0xd2, 0x41, 0xeb, 0x09, 0xc6, 0x04, + 0x21, 0x45, 0x09, 0x9b, 0x9c, 0xe4, 0xdd, 0x8d, 0xb1, 0x7b, 0x0a, 0x92, 0xf6, 0x88, 0xfc, 0xb9, + 0xe0, 0x2b, 0x34, 0xa9, 0x8a, 0x00, 0xc1, 0x13, 0x63, 0x31, 0x6b, 0x3c, 0x73, 0xa2, 0x61, 0x85, + 0xfa, 0x00, 0x83, 0x04, 0x41, 0x87, 0x9e, 0x46, 0xc5, 0x8b, 0x10, 0x3f, 0x9c, 0x34, 0x8d, 0xb8, + 0x4d, 0x38, 0x6b, 0x34, 0xb2, 0x3d, 0x1c, 0xb1, 0xad, 0x09, 0x5c, 0xd4, 0xa6, 0x2b, 0x84, 0x35, + 0x46, 0x7f, 0x18, 0x3a, 0x01, 0x62, 0x2f, 0x89, 0xb7, 0xab, 0x04, 0xa2, 0x5d, 0x82, 0x35, 0xdc, + 0x2b, 0xf3, 0x57, 0xed, 0x1d, 0xf1, 0x26, 0x80, 0x8d, 0xaf, 0x28, 0x6a, 0x9f, 0x4c, 0x5d, 0x2f, + 0x68, 0xef, 0x32, 0x50, 0x34, 0xf4, 0x3f, 0x84, 0x6a, 0x24, 0x5d, 0xa8, 0xf5, 0xc9, 0x74, 0x84, + 0x33, 0xdd, 0xce, 0xc9, 0xa0, 0x32, 0xc3, 0xb7, 0x29, 0x49, 0x3b, 0x0f, 0xa5, 0xeb, 0x2c, 0x20, + 0x65, 0xb4, 0xfe, 0x2f, 0x25, 0xd8, 0x90, 0x10, 0x4d, 0x87, 0xc6, 0xd1, 0xf1, 0xb0, 0x7f, 0xbf, + 0xbf, 0xd7, 0x1d, 0xf6, 0x8f, 0x8f, 0x78, 0x94, 0x8a, 0xd1, 0x98, 0x2b, 0x30, 0xf2, 0x84, 0x8f, + 0x06, 0xfb, 0xdd, 0x61, 0x8f, 0x19, 0x57, 0x8c, 0xf5, 0x05, 0xb7, 0x28, 0x80, 0x3e, 0x1e, 0xf4, + 0x8e, 0xe4, 0x9b, 0x75, 0xc5, 0xc5, 0xdf, 0xda, 0x1b, 0x50, 0xfb, 0xb2, 0xd7, 0x1b, 0x74, 0x0f, + 0xfa, 0x8f, 0x7b, 0xac, 0x36, 0x15, 0xa3, 0xf6, 0x6d, 0x04, 0x20, 0x33, 0x64, 0xf4, 0xee, 0x1b, + 0xbd, 0x93, 0x87, 0xac, 0x1a, 0x15, 0x63, 0xc3, 0x17, 0x4d, 0xea, 0xb7, 0xdf, 0x3f, 0xd9, 0xeb, + 0x1a, 0xfb, 0xbd, 0x7d, 0x56, 0x0a, 0xec, 0x37, 0x8e, 0x00, 0xb4, 0x53, 0xc3, 0xe3, 0x61, 0xf7, + 0x80, 0x55, 0xa2, 0x82, 0x71, 0x2c, 0x35, 0x30, 0x70, 0x5e, 0x17, 0x92, 0x4d, 0x78, 0x67, 0xee, + 0x2d, 0x42, 0xe9, 0xaa, 0x45, 0x83, 0xe6, 0x8d, 0xfb, 0x4c, 0x60, 0x19, 0xa9, 0x8a, 0x96, 0x6e, + 0xc3, 0xba, 0x08, 0x99, 0x50, 0xc7, 0xd7, 0x29, 0x0a, 0x74, 0x4e, 0xe5, 0xee, 0x5e, 0xce, 0x06, + 0x55, 0x7b, 0x8c, 0x35, 0x24, 0x95, 0xf6, 0xc3, 0xf4, 0x4b, 0xd8, 0x6e, 0x96, 0x3c, 0xf5, 0x16, + 0x86, 0xdb, 0xdc, 0x50, 0xb9, 0x90, 0xd8, 0x23, 0x9f, 0x39, 0xda, 0x35, 0x34, 0x80, 0xa1, 0xff, + 0x3c, 0xda, 0x6c, 0x09, 0x34, 0x08, 0x46, 0xf2, 0xcb, 0xd1, 0x42, 0xfc, 0x2c, 0x5b, 0x31, 0xaa, + 0x04, 0x20, 0x4e, 0xe4, 0x05, 0xbe, 0xb5, 0x6d, 0x0f, 0xc3, 0x69, 0x54, 0xde, 0xcc, 0x37, 0x03, + 0xdb, 0x31, 0xa6, 0x2f, 0x11, 0xda, 0x3e, 0xdc, 0x40, 0xc9, 0x76, 0x66, 0x8b, 0x99, 0x19, 0xcb, + 0x22, 0x05, 0x3e, 0x49, 0x57, 0x71, 0x42, 0x6f, 0x48, 0xaa, 0xae, 0x4a, 0x14, 0x71, 0xd1, 0x7f, + 0xb3, 0x0a, 0x75, 0x65, 0x79, 0xff, 0x4f, 0x97, 0xc1, 0xb7, 0x78, 0xfb, 0xd4, 0x0d, 0x1d, 0x8b, + 0x0c, 0x4a, 0x32, 0x39, 0x21, 0x88, 0x5a, 0x82, 0x7b, 0x18, 0x4d, 0x33, 0x79, 0x38, 0x5f, 0x97, + 0x72, 0x9f, 0x7f, 0x38, 0x17, 0x02, 0x19, 0xb7, 0xf5, 0xff, 0x2c, 0x41, 0x2d, 0x0e, 0xb1, 0xf3, + 0xae, 0xbd, 0x54, 0xe0, 0xda, 0xd1, 0xe8, 0x0b, 0x22, 0xe5, 0xd1, 0x50, 0x84, 0x1e, 0x03, 0xc9, + 0x63, 0x16, 0x2e, 0xcc, 0xb1, 0x13, 0x8c, 0xd0, 0x32, 0xfb, 0xcf, 0xe5, 0x55, 0xb9, 0x81, 0xc0, + 0xfd, 0x08, 0x46, 0x5e, 0x9c, 0x3c, 0x21, 0xed, 0xe7, 0xcc, 0x1d, 0xdb, 0xf2, 0x92, 0x5c, 0x97, + 0xb0, 0x43, 0x04, 0x91, 0x6d, 0x96, 0xe1, 0x4e, 0xda, 0x3b, 0x35, 0x05, 0xb4, 0x5b, 0xfc, 0x71, + 0xc1, 0x7a, 0xf4, 0x90, 0x1f, 0x7d, 0x5c, 0x40, 0xce, 0x2b, 0x1c, 0xe1, 0x85, 0x29, 0x08, 0x64, + 0x48, 0xb7, 0x8e, 0xcd, 0xc3, 0x20, 0xd0, 0x3f, 0x87, 0xba, 0x72, 0x4d, 0x40, 0xdd, 0xba, 0xa4, + 0xde, 0x29, 0xd2, 0xf1, 0xc1, 0xb6, 0x72, 0x87, 0x10, 0xc1, 0x81, 0xbe, 0x80, 0x75, 0x11, 0x23, + 0x91, 0xec, 0x38, 0x9e, 0x99, 0xca, 0x2f, 0x54, 0x1d, 0x4f, 0x22, 0x7f, 0x00, 0x5b, 0x33, 0x2b, + 0xf8, 0xd6, 0x9c, 0xda, 0xf3, 0x53, 0xf4, 0xff, 0x78, 0xe4, 0x72, 0xcb, 0x9a, 0x04, 0x3e, 0x60, + 0xe8, 0xa1, 0x33, 0xcf, 0xd1, 0x59, 0xcf, 0xa4, 0x83, 0x57, 0xe9, 0xac, 0x67, 0xfa, 0x5f, 0x97, + 0x00, 0x92, 0xa7, 0x99, 0x97, 0x78, 0x2b, 0x2b, 0xcc, 0x1f, 0x20, 0x6c, 0xea, 0x04, 0x21, 0x7f, + 0x12, 0x83, 0x30, 0xfa, 0xcd, 0x4f, 0x02, 0x49, 0xf2, 0x22, 0xfb, 0x24, 0xc0, 0x18, 0x23, 0xa6, + 0xd0, 0x1f, 0xa0, 0xf9, 0xb7, 0xc2, 0xd1, 0x19, 0x4d, 0xe6, 0x9d, 0xd4, 0x64, 0x94, 0x4b, 0x1c, + 0x53, 0x9c, 0x3f, 0x15, 0xfd, 0x31, 0x34, 0xba, 0x01, 0x65, 0x5d, 0xc4, 0x5a, 0xf1, 0x3c, 0x54, + 0x66, 0xca, 0xb5, 0x48, 0xa5, 0x52, 0x78, 0xa2, 0xf4, 0x8b, 0xbd, 0x8b, 0xac, 0xa7, 0x68, 0xe9, + 0x7f, 0x57, 0x01, 0x40, 0x83, 0x36, 0x76, 0x44, 0x7a, 0xe3, 0x43, 0x90, 0xdf, 0x68, 0x98, 0xc9, + 0x7b, 0x98, 0x96, 0x99, 0x29, 0xbd, 0x79, 0xd5, 0x04, 0x15, 0x2d, 0xeb, 0x13, 0x68, 0xc4, 0x91, + 0x12, 0x75, 0x5a, 0x5d, 0xda, 0x29, 0xce, 0x4a, 0x51, 0xb7, 0x9f, 0xc2, 0xa6, 0x15, 0x98, 0x94, + 0x41, 0x92, 0x87, 0x2a, 0x6f, 0x78, 0x97, 0x8b, 0x97, 0x82, 0xb1, 0xa0, 0xba, 0xfc, 0xbb, 0xe8, + 0xfa, 0x65, 0x6f, 0x1a, 0xb3, 0xb2, 0x7c, 0xa2, 0xa2, 0x1b, 0x8d, 0xf8, 0x29, 0x59, 0x3a, 0x19, + 0xb4, 0x70, 0xaf, 0xb5, 0xa5, 0xbd, 0x1a, 0x31, 0x21, 0x75, 0xfc, 0x19, 0x6c, 0xdb, 0xcf, 0x42, + 0x33, 0xdd, 0x79, 0x7d, 0x69, 0xe7, 0x2d, 0x24, 0xde, 0x53, 0xfb, 0x93, 0x12, 0x7a, 0xdf, 0x3a, + 0xf4, 0x05, 0x09, 0xc6, 0xe1, 0xac, 0x67, 0x6b, 0xa8, 0x84, 0xe2, 0x81, 0x1c, 0x21, 0xda, 0xe7, + 0x00, 0xc9, 0xb3, 0x37, 0x87, 0x82, 0x9b, 0x77, 0x6f, 0x24, 0x9c, 0x93, 0xf3, 0x11, 0x37, 0x77, + 0x3e, 0xd6, 0x5a, 0xfc, 0x2a, 0xae, 0x9f, 0x41, 0x2d, 0x86, 0x63, 0x6c, 0xb2, 0x65, 0x1c, 0x3f, + 0x1a, 0xf6, 0xcc, 0xe1, 0x37, 0x83, 0x9e, 0x79, 0x74, 0x7c, 0x44, 0x9f, 0x41, 0x5d, 0x81, 0x4b, + 0x0a, 0xb0, 0x7f, 0x34, 0xec, 0x19, 0x47, 0xdd, 0x83, 0x56, 0x29, 0x83, 0xe8, 0x7d, 0x2d, 0x11, + 0xab, 0xe8, 0x83, 0x5b, 0x0a, 0xe2, 0xe0, 0x78, 0x0f, 0xa1, 0x65, 0x7d, 0x02, 0x5b, 0xf1, 0xca, + 0xba, 0xe2, 0x03, 0xc3, 0x0f, 0x53, 0x82, 0x78, 0x5d, 0x9d, 0x75, 0x8a, 0x50, 0x91, 0x45, 0x0c, + 0xe4, 0xa3, 0xbd, 0x74, 0xe2, 0x57, 0x7e, 0x15, 0xa4, 0x1f, 0x41, 0xed, 0xd0, 0x1e, 0xcb, 0x11, + 0x7e, 0x98, 0x1a, 0xe1, 0x8a, 0x1a, 0x07, 0x8d, 0x73, 0xbc, 0x31, 0x76, 0x40, 0xf7, 0xb0, 0x88, + 0xbe, 0x81, 0x12, 0x0d, 0xdd, 0x84, 0x2d, 0x14, 0x26, 0xdf, 0xf6, 0x30, 0x70, 0x95, 0x5c, 0x29, + 0xdb, 0x1c, 0xcc, 0x65, 0x88, 0x41, 0x3f, 0x49, 0x45, 0x88, 0xc2, 0x8a, 0x03, 0x0c, 0xd1, 0xc2, + 0xa0, 0xaa, 0xb9, 0x08, 0x6c, 0x94, 0xd2, 0x49, 0x88, 0xe6, 0x38, 0x08, 0xa5, 0xc9, 0xae, 0x23, + 0xf0, 0x00, 0x61, 0x87, 0x2e, 0x67, 0xec, 0x9b, 0x47, 0x78, 0xec, 0x78, 0xc5, 0x92, 0xec, 0xcf, + 0xfd, 0x9e, 0x24, 0xb0, 0xa7, 0x13, 0xf9, 0x4c, 0xc1, 0xbf, 0xf5, 0x77, 0x60, 0xeb, 0x80, 0x5d, + 0x04, 0x6a, 0x95, 0x64, 0x10, 0x2f, 0x44, 0x06, 0x41, 0x62, 0x21, 0x7f, 0x51, 0x86, 0x0d, 0x41, + 0x10, 0x24, 0x69, 0x1e, 0x4b, 0x7c, 0x48, 0x9a, 0x33, 0x72, 0x2c, 0x14, 0x82, 0x5a, 0xa6, 0x79, + 0x24, 0xef, 0x4f, 0xa1, 0x96, 0xc4, 0xf4, 0x42, 0x5f, 0xaf, 0x2e, 0x3d, 0x38, 0x23, 0xa1, 0x45, + 0xaf, 0x53, 0x9e, 0x61, 0xf0, 0x5a, 0xce, 0xa6, 0xa1, 0xe2, 0x93, 0x30, 0x08, 0x8f, 0x33, 0x03, + 0xd2, 0x4e, 0xb1, 0xdf, 0x52, 0x39, 0xaf, 0xa6, 0xf4, 0x5a, 0x3d, 0x0a, 0xd6, 0x51, 0x01, 0x40, + 0x55, 0x6b, 0xa6, 0x54, 0x4d, 0xea, 0xe8, 0x39, 0xb3, 0x6b, 0xa8, 0xda, 0x86, 0xd2, 0xb8, 0x31, + 0x17, 0xe7, 0x20, 0x15, 0x54, 0x11, 0x97, 0xd4, 0x01, 0x19, 0x11, 0x1d, 0x4d, 0x56, 0x3a, 0x6c, + 0xdc, 0x7c, 0x99, 0x8e, 0x53, 0xc6, 0xcb, 0x9c, 0x4b, 0xe4, 0xcb, 0x11, 0x40, 0x0f, 0xac, 0xb5, + 0xf8, 0x89, 0x30, 0xb6, 0xda, 0x25, 0xc5, 0x81, 0x7c, 0x0c, 0x30, 0x8a, 0x95, 0x57, 0xee, 0xf4, + 0x4e, 0x91, 0x62, 0x1b, 0x0a, 0x1d, 0x0a, 0xfc, 0x86, 0x38, 0xd2, 0x40, 0xee, 0xb4, 0x12, 0xfb, + 0xcb, 0xc3, 0x37, 0x22, 0x0a, 0xfd, 0x2b, 0x74, 0xb4, 0x22, 0x65, 0x56, 0x34, 0x81, 0xf4, 0x47, + 0x06, 0xab, 0x17, 0xfb, 0xc8, 0xe0, 0xdf, 0x4b, 0xd0, 0xca, 0x66, 0xd7, 0xe8, 0x93, 0x11, 0x45, + 0x0b, 0x77, 0xb2, 0x79, 0x38, 0x45, 0x05, 0xd5, 0x0f, 0x52, 0x57, 0x2f, 0xf0, 0x41, 0x6a, 0xc1, + 0x27, 0xfb, 0xa9, 0x87, 0xf7, 0xca, 0x8b, 0x1e, 0xde, 0xb5, 0x0f, 0x60, 0x63, 0x6c, 0x4f, 0x2c, + 0x32, 0xae, 0x6b, 0xe7, 0x29, 0x41, 0x44, 0xa5, 0xff, 0x65, 0x09, 0xca, 0x86, 0x6b, 0x51, 0xe2, + 0xc7, 0x0a, 0xa4, 0x86, 0xe1, 0x2f, 0xba, 0xb7, 0x08, 0xc7, 0x86, 0x2e, 0x29, 0x8a, 0xdd, 0x62, + 0x00, 0x19, 0x08, 0x0c, 0x3c, 0x08, 0x25, 0x9f, 0x13, 0x44, 0x4b, 0xc9, 0x95, 0x57, 0x52, 0xcf, + 0x27, 0x51, 0xd6, 0x7a, 0xed, 0xfc, 0x2f, 0xf2, 0x50, 0xfb, 0xf9, 0xc9, 0xc0, 0xb5, 0x5e, 0xf4, + 0x95, 0x9d, 0xf8, 0xaa, 0x89, 0x09, 0x93, 0xaf, 0x9a, 0x7c, 0xd7, 0x2a, 0xf8, 0xaa, 0x89, 0x88, + 0x18, 0xa5, 0x8f, 0xa0, 0xfc, 0xd8, 0x9f, 0x14, 0x4a, 0x07, 0x2e, 0xdf, 0x17, 0x99, 0x9a, 0x86, + 0x81, 0xbf, 0x38, 0x54, 0x13, 0x49, 0x57, 0x5f, 0x04, 0x3d, 0x0d, 0x0c, 0xd5, 0x18, 0x60, 0xf0, + 0x07, 0xd1, 0x32, 0xa5, 0xeb, 0x87, 0x7c, 0x26, 0x88, 0x14, 0x00, 0x23, 0xd4, 0xff, 0x66, 0x15, + 0xd6, 0xc5, 0x2b, 0x62, 0x6e, 0x4f, 0xb1, 0x1f, 0xdb, 0x1e, 0x25, 0x2b, 0x54, 0x15, 0x80, 0xfe, + 0x98, 0x5c, 0x23, 0x45, 0x55, 0xf6, 0x5c, 0xc4, 0xa7, 0x65, 0xe1, 0x1a, 0x05, 0x88, 0xe3, 0xd3, + 0x77, 0xa1, 0x25, 0x09, 0xa4, 0xfd, 0x94, 0x02, 0x51, 0x33, 0xb6, 0x04, 0xbc, 0x1b, 0x81, 0x53, + 0x4f, 0x0f, 0x6b, 0x99, 0xa7, 0x87, 0xef, 0xc3, 0xe6, 0xcc, 0x9b, 0x06, 0xe6, 0xd4, 0x7a, 0x62, + 0x4f, 0x39, 0xcc, 0x14, 0xa1, 0x70, 0x83, 0xa0, 0x07, 0x04, 0xa4, 0x28, 0x33, 0x43, 0x85, 0x41, + 0xe6, 0x46, 0x96, 0xca, 0x7a, 0x46, 0x49, 0x14, 0xf2, 0x07, 0x9c, 0x53, 0xf3, 0xa6, 0xb6, 0x29, + 0x9e, 0xc8, 0xaa, 0x22, 0x89, 0x82, 0x98, 0x43, 0x89, 0xa0, 0xb8, 0x23, 0xb8, 0xbd, 0x07, 0xd5, + 0x48, 0xe6, 0x35, 0xc0, 0x4d, 0x3a, 0x38, 0xfe, 0x02, 0x5d, 0xe9, 0x8a, 0x56, 0x83, 0x35, 0xe1, + 0x55, 0x4b, 0x04, 0xee, 0xee, 0xff, 0x02, 0xdd, 0x32, 0xfa, 0xdd, 0x3a, 0xda, 0x77, 0xfc, 0x4d, + 0xdf, 0xea, 0x97, 0xe9, 0x33, 0xe6, 0xc7, 0xc6, 0xfd, 0x56, 0xe5, 0xb6, 0x49, 0xef, 0x75, 0x71, + 0xc4, 0x4a, 0x1d, 0x06, 0x78, 0xf3, 0xee, 0x7f, 0x8d, 0x7c, 0x1a, 0x50, 0x3d, 0xea, 0xf5, 0x1f, + 0x3c, 0xfc, 0xe2, 0xd8, 0x40, 0x56, 0xd8, 0x63, 0xd8, 0x7d, 0x20, 0xf9, 0x9c, 0x98, 0x83, 0xee, + 0xf0, 0x21, 0xf2, 0x69, 0x42, 0x6d, 0xef, 0xf8, 0xf0, 0xf0, 0xd1, 0x51, 0x7f, 0xf8, 0x4d, 0xab, + 0xa2, 0x6d, 0x43, 0x13, 0x3d, 0xbd, 0x99, 0x80, 0xd6, 0x6e, 0xbf, 0x8b, 0x0e, 0x37, 0x8a, 0x42, + 0x89, 0x49, 0xf7, 0xe8, 0x1b, 0x51, 0x34, 0xd0, 0x3d, 0x90, 0x33, 0xec, 0x1f, 0x3d, 0xee, 0x19, + 0xc3, 0xd6, 0xea, 0xed, 0xdb, 0xd0, 0xca, 0xc6, 0x98, 0x54, 0x65, 0xd0, 0xfb, 0x0a, 0x3b, 0xe0, + 0xdf, 0x07, 0x3d, 0xa4, 0xc7, 0xbf, 0x07, 0x3d, 0xa4, 0xfd, 0x40, 0x5e, 0x22, 0xa4, 0xdf, 0xa9, + 0x42, 0x45, 0x06, 0x24, 0xb4, 0xe4, 0xbd, 0xbd, 0xde, 0x60, 0x28, 0x98, 0x1b, 0xbd, 0x5f, 0xf4, + 0xf6, 0x88, 0xf9, 0x23, 0xb8, 0x54, 0x10, 0x37, 0xd0, 0x8c, 0xe3, 0xd9, 0x9a, 0xdd, 0xfd, 0x7d, + 0xe4, 0x80, 0x01, 0x4a, 0x02, 0x32, 0x7a, 0x87, 0xc7, 0x8f, 0x69, 0xe0, 0x5d, 0xd8, 0x56, 0xa1, + 0x83, 0x83, 0xee, 0x1e, 0xcd, 0xe3, 0x7d, 0x68, 0xa6, 0x82, 0x05, 0xda, 0x9e, 0xc3, 0xde, 0xbe, + 0x79, 0x78, 0x4c, 0xac, 0xb6, 0xa0, 0x4e, 0x8d, 0x88, 0xbc, 0x74, 0xfb, 0x3d, 0x80, 0xc4, 0xaa, + 0xc5, 0x25, 0x14, 0xb4, 0x09, 0x87, 0x83, 0x63, 0x43, 0xce, 0xb9, 0xf7, 0x35, 0xff, 0x5e, 0xbd, + 0xfb, 0x57, 0x6f, 0x42, 0xf5, 0x01, 0xe9, 0x5d, 0xd7, 0x73, 0xb4, 0x03, 0xa8, 0x2b, 0x6f, 0xe7, + 0xda, 0x1b, 0x29, 0x5b, 0x9b, 0x79, 0x92, 0xef, 0x5c, 0x5f, 0x82, 0x95, 0x8f, 0x6a, 0x2b, 0x5a, + 0x1f, 0x20, 0x79, 0x5d, 0xd7, 0xae, 0xa9, 0xe4, 0x99, 0x87, 0xf8, 0xce, 0x1b, 0xc5, 0xc8, 0x98, + 0xd5, 0x7d, 0xa8, 0xc5, 0xdf, 0x14, 0x68, 0xca, 0x7d, 0x21, 0xfb, 0xf1, 0x41, 0xe7, 0x5a, 0x21, + 0x2e, 0xe6, 0x83, 0x0b, 0x54, 0x6a, 0x75, 0xd4, 0x05, 0xe6, 0x8b, 0x7f, 0xd4, 0x05, 0x16, 0x15, + 0xf8, 0xac, 0x68, 0x8f, 0x60, 0x33, 0x5d, 0xa5, 0xa3, 0xbd, 0xa9, 0x5e, 0xd2, 0x0a, 0x8a, 0x7f, + 0x3a, 0x6f, 0x2d, 0x27, 0x50, 0x27, 0xa9, 0xd4, 0xa5, 0xa9, 0x93, 0xcc, 0x17, 0xb1, 0xa9, 0x93, + 0x2c, 0x28, 0x66, 0x43, 0x6e, 0x06, 0x34, 0x53, 0x45, 0x32, 0xda, 0x8d, 0x94, 0x3f, 0xcb, 0x73, + 0x7c, 0x73, 0x29, 0x3e, 0xe6, 0xf9, 0x07, 0xb0, 0x9d, 0x2b, 0xbe, 0xd1, 0xf4, 0x17, 0x17, 0x01, + 0x75, 0xbe, 0x77, 0x2e, 0x4d, 0xcc, 0xff, 0x77, 0xa1, 0x95, 0x2d, 0xc5, 0xd1, 0x6e, 0x2a, 0x5d, + 0x8b, 0x6b, 0x7b, 0x3a, 0xfa, 0x79, 0x24, 0xea, 0xa9, 0xa5, 0x0b, 0x73, 0xd4, 0x53, 0x2b, 0xac, + 0xf2, 0x51, 0x4f, 0x6d, 0x49, 0x4d, 0xcf, 0x8a, 0xf6, 0x35, 0x6c, 0x65, 0x2a, 0x74, 0x34, 0xf5, + 0xb0, 0x0b, 0x0b, 0x7e, 0x3a, 0x37, 0xcf, 0xa1, 0x88, 0x39, 0x7f, 0x8e, 0x86, 0x97, 0x1f, 0xd7, + 0xb5, 0x2b, 0xa9, 0xc3, 0x4e, 0x1e, 0xcc, 0x3b, 0xed, 0x3c, 0x42, 0x15, 0x27, 0xe5, 0xd1, 0x5b, + 0x15, 0xa7, 0xfc, 0xcb, 0xbb, 0x2a, 0x4e, 0x45, 0x2f, 0xe5, 0x2b, 0xda, 0xcf, 0xd1, 0x34, 0x8b, + 0x8a, 0x40, 0xad, 0x9d, 0xd2, 0x0f, 0xa5, 0xf2, 0xaf, 0x73, 0xb5, 0x00, 0xa3, 0x9a, 0x85, 0xa4, + 0xfe, 0x4e, 0x35, 0x0b, 0xb9, 0x0a, 0x42, 0xd5, 0x2c, 0x14, 0x94, 0xec, 0xad, 0x50, 0xf4, 0x2b, + 0xab, 0x67, 0x68, 0x65, 0xd9, 0x6f, 0x0c, 0x3a, 0xc5, 0xdf, 0x44, 0xe8, 0x2b, 0x3f, 0x2a, 0x69, + 0x9f, 0xc5, 0x75, 0x37, 0xc9, 0x3b, 0x8e, 0x12, 0x5a, 0xc6, 0xa5, 0x9d, 0x9d, 0x4c, 0x7d, 0x1e, + 0x77, 0x46, 0x6b, 0x14, 0x17, 0x42, 0xa9, 0xd6, 0x28, 0x5b, 0x86, 0xa5, 0x5a, 0xa3, 0x7c, 0xe5, + 0x94, 0xd8, 0x89, 0xb8, 0x4c, 0x2a, 0xb5, 0x13, 0xd9, 0x8a, 0xaa, 0xd4, 0x4e, 0xe4, 0x2b, 0xab, + 0x56, 0xb4, 0x87, 0x50, 0x8b, 0x4b, 0x9b, 0xd4, 0x29, 0x65, 0x0b, 0xae, 0xd4, 0x29, 0xe5, 0x6b, + 0xa1, 0x56, 0x6e, 0x95, 0x48, 0xda, 0x44, 0x81, 0x91, 0x2a, 0x6d, 0xa9, 0x5a, 0xa6, 0x4e, 0x3b, + 0x8f, 0x50, 0x2d, 0x75, 0x5c, 0x4b, 0xa4, 0x4e, 0x24, 0x5b, 0xa2, 0xd4, 0xb9, 0x56, 0x88, 0x53, + 0xe5, 0x4c, 0xd6, 0x64, 0x68, 0x19, 0xe1, 0x4e, 0x3e, 0xe6, 0x57, 0xe5, 0x2c, 0x53, 0xc0, 0x11, + 0x4b, 0x6a, 0x96, 0x43, 0xba, 0x56, 0x23, 0x23, 0xa9, 0x19, 0x0e, 0xb1, 0xa4, 0x32, 0x93, 0xdc, + 0x84, 0x55, 0x3e, 0x6f, 0x14, 0x23, 0x55, 0x56, 0x49, 0xb9, 0x84, 0x96, 0x93, 0x8b, 0x25, 0xac, + 0x0a, 0x2a, 0x2c, 0x58, 0x9f, 0x95, 0x9a, 0x09, 0x2d, 0x2f, 0x19, 0x2a, 0xb3, 0xeb, 0x4b, 0xb0, + 0xea, 0x79, 0xc5, 0x15, 0x0f, 0xea, 0x79, 0x65, 0x0b, 0x27, 0xd4, 0xf3, 0xca, 0x97, 0x48, 0xb0, + 0x9b, 0x49, 0x55, 0x4f, 0xa8, 0x6e, 0xa6, 0xa8, 0x10, 0x43, 0x75, 0x33, 0xc5, 0x65, 0x17, 0xb1, + 0xe1, 0xc3, 0xab, 0x4e, 0xc6, 0xf0, 0xc5, 0x97, 0x8d, 0xac, 0xe1, 0x4b, 0x2e, 0x17, 0x62, 0xa3, + 0x94, 0x72, 0x0b, 0x2d, 0xb7, 0xaf, 0x6a, 0x39, 0x87, 0xba, 0x51, 0x45, 0x35, 0x1a, 0x2b, 0x52, + 0x2f, 0xe8, 0x32, 0x92, 0xd6, 0x8b, 0xa4, 0x54, 0x22, 0xa3, 0x17, 0x6a, 0x39, 0x84, 0xa2, 0x17, + 0xc4, 0x21, 0xa7, 0x17, 0x0a, 0x93, 0x6b, 0x85, 0xb8, 0xcc, 0x9e, 0x64, 0xa6, 0x91, 0x2a, 0x1f, + 0xc9, 0xec, 0x49, 0xba, 0xbb, 0xc1, 0xb7, 0x35, 0x25, 0xc9, 0x7c, 0x23, 0x45, 0x9c, 0x2b, 0x2e, + 0x50, 0x8f, 0xa9, 0xb0, 0x1a, 0x43, 0xf0, 0x4c, 0x55, 0x49, 0xa8, 0x3c, 0x8b, 0xca, 0x2f, 0x54, + 0x9e, 0xc5, 0xe5, 0x15, 0x1c, 0x01, 0x64, 0x6b, 0x21, 0xd4, 0x08, 0x60, 0x49, 0xf1, 0x85, 0x1a, + 0x01, 0x2c, 0x2d, 0xa5, 0xe0, 0xf0, 0x25, 0x57, 0x08, 0xa1, 0x86, 0x2f, 0xcb, 0x2a, 0x2d, 0xd4, + 0xf0, 0x65, 0x79, 0x25, 0xc5, 0x8a, 0x76, 0x0c, 0x0d, 0xb5, 0x68, 0x42, 0x4b, 0xc7, 0x68, 0xd9, + 0xfa, 0x80, 0xce, 0x8d, 0x65, 0x68, 0x95, 0xa1, 0x5a, 0xee, 0xa0, 0xa5, 0x23, 0xd3, 0xf3, 0x18, + 0x16, 0x56, 0x49, 0x88, 0x60, 0x25, 0x5d, 0xc8, 0xa0, 0xe5, 0x22, 0xd3, 0x1c, 0xdb, 0x9b, 0xe7, + 0x50, 0xa8, 0x07, 0x97, 0xad, 0x5c, 0x50, 0x0f, 0x6e, 0x49, 0x8d, 0x44, 0x47, 0x3f, 0x8f, 0x24, + 0x73, 0x0d, 0x90, 0x19, 0xa3, 0xf4, 0x35, 0x20, 0xf5, 0x1d, 0x7e, 0xe6, 0x1a, 0x90, 0xf9, 0xe8, + 0x9d, 0xf9, 0xc4, 0xdf, 0x79, 0xab, 0x7c, 0xb2, 0x05, 0x10, 0x2a, 0x9f, 0x7c, 0x89, 0x02, 0x9f, + 0x8b, 0xfa, 0x85, 0xb6, 0x7a, 0x2e, 0x05, 0xb5, 0x0b, 0xea, 0xb9, 0x14, 0x96, 0x15, 0xc8, 0x60, + 0x5d, 0xf9, 0xe4, 0x3a, 0x1d, 0xac, 0xe7, 0x0b, 0x0e, 0xd2, 0xc1, 0x7a, 0xd1, 0x17, 0xfe, 0x2b, + 0xda, 0x98, 0x2b, 0x7b, 0x72, 0x29, 0xb1, 0xef, 0x17, 0x6c, 0x51, 0xee, 0xfb, 0xf1, 0xce, 0xdb, + 0x2f, 0xa0, 0x52, 0x47, 0x29, 0xf8, 0x74, 0x5e, 0x1d, 0x65, 0xf9, 0x37, 0xfb, 0xea, 0x28, 0xe7, + 0x7d, 0x7f, 0xbf, 0xa2, 0xcd, 0xa2, 0xfa, 0x9e, 0xdc, 0x40, 0xef, 0x14, 0xef, 0x6d, 0x7e, 0xac, + 0x5b, 0x2f, 0x26, 0x8c, 0x87, 0xf3, 0xe2, 0xa2, 0x9e, 0x7c, 0x46, 0x71, 0xc9, 0xc6, 0xe7, 0x07, + 0x7c, 0xf7, 0x02, 0x94, 0xd1, 0x88, 0x4f, 0xd6, 0xf9, 0x5f, 0x97, 0x7c, 0xf4, 0x5f, 0x01, 0x00, + 0x00, 0xff, 0xff, 0x80, 0xb9, 0xdd, 0x3c, 0xc9, 0x44, 0x00, 0x00, } diff --git a/api/gobgp.proto b/api/gobgp.proto index 0025ae91..0f380937 100644 --- a/api/gobgp.proto +++ b/api/gobgp.proto @@ -50,6 +50,7 @@ service GobgpApi { rpc ResetRpki(ResetRpkiRequest) returns (ResetRpkiResponse) {} rpc SoftResetRpki(SoftResetRpkiRequest) returns (SoftResetRpkiResponse) {} rpc GetRoa(GetRoaRequest) returns (GetRoaResponse) {} + rpc EnableZebra(EnableZebraRequest) returns (EnableZebraResponse) {} rpc AddVrf(AddVrfRequest) returns (AddVrfResponse) {} rpc DeleteVrf(DeleteVrfRequest) returns (DeleteVrfResponse) {} rpc GetVrf(GetVrfRequest) returns (GetVrfResponse) {} @@ -289,6 +290,14 @@ message SoftResetRpkiRequest { message SoftResetRpkiResponse { } +message EnableZebraRequest { + string url = 1; + repeated string route_types = 2; +} + +message EnableZebraResponse { +} + message GetVrfRequest { } diff --git a/api/grpc_server.go b/api/grpc_server.go index 3ddc43b2..e429e456 100644 --- a/api/grpc_server.go +++ b/api/grpc_server.go @@ -688,6 +688,21 @@ func (s *Server) GetRoa(ctx context.Context, arg *GetRoaRequest) (*GetRoaRespons return &GetRoaResponse{Roas: l}, nil } +func (s *Server) EnableZebra(ctx context.Context, arg *EnableZebraRequest) (*EnableZebraResponse, error) { + l := []config.InstallProtocolType{} + for _, p := range arg.RouteTypes { + if err := config.InstallProtocolType(p).Validate(); err != nil { + return &EnableZebraResponse{}, err + } else { + l = append(l, config.InstallProtocolType(p)) + } + } + return &EnableZebraResponse{}, s.bgpServer.StartZebraClient(&config.ZebraConfig{ + Url: arg.Url, + RedistributeRouteTypeList: l, + }) +} + func (s *Server) GetVrf(ctx context.Context, arg *GetVrfRequest) (*GetVrfResponse, error) { toApi := func(v *table.Vrf) *Vrf { f := func(rts []bgp.ExtendedCommunityInterface) [][]byte { |