diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2018-08-18 22:02:06 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2018-08-23 10:05:19 +0900 |
commit | 008c961ecd943739c5db63fcd931904804a45aa5 (patch) | |
tree | a56ebdc908ce1b387c030cf6223e7f5f5d76d5c8 /api | |
parent | 7e07240b292946c5fdd281fcc06d0cb8438c349a (diff) |
policy cleanup
- remove ReplaceDefinedSet and ReplaceStatement APIs; not intutive and
should create a new one instead of modifying the existing.
- Rename ReplacePolicyAssignment to SetPolicyAssignment API; we use
internally SetPolicy() name from the beginning.
- Rename UpdatePolicy() to SetPolicies() API; It doesn't update
anything so the name is confusing. It discards the all policies and
create policies from the argument.
- Changes some member names in structures for policy.
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'api')
-rw-r--r-- | api/gobgp.pb.go | 1500 | ||||
-rw-r--r-- | api/gobgp.proto | 49 |
2 files changed, 675 insertions, 874 deletions
diff --git a/api/gobgp.pb.go b/api/gobgp.pb.go index 92873288..06910f77 100644 --- a/api/gobgp.pb.go +++ b/api/gobgp.pb.go @@ -50,23 +50,20 @@ It has these top-level messages: DeletePolicyRequest ListPolicyRequest ListPolicyResponse - ReplacePolicyRequest - UpdatePolicyRequest + SetPoliciesRequest AddDefinedSetRequest DeleteDefinedSetRequest ListDefinedSetRequest ListDefinedSetResponse - ReplaceDefinedSetRequest AddStatementRequest DeleteStatementRequest ListStatementRequest ListStatementResponse - ReplaceStatementRequest AddPolicyAssignmentRequest DeletePolicyAssignmentRequest ListPolicyAssignmentRequest ListPolicyAssignmentResponse - ReplacePolicyAssignmentRequest + SetPolicyAssignmentRequest AddRpkiRequest DeleteRpkiRequest ListRpkiRequest @@ -639,7 +636,7 @@ func (x AddBmpRequest_MonitoringPolicy) String() string { return proto.EnumName(AddBmpRequest_MonitoringPolicy_name, int32(x)) } func (AddBmpRequest_MonitoringPolicy) EnumDescriptor() ([]byte, []int) { - return fileDescriptor0, []int{68, 0} + return fileDescriptor0, []int{65, 0} } type RPKIValidation_State int32 @@ -667,7 +664,7 @@ var RPKIValidation_State_value = map[string]int32{ func (x RPKIValidation_State) String() string { return proto.EnumName(RPKIValidation_State_name, int32(x)) } -func (RPKIValidation_State) EnumDescriptor() ([]byte, []int) { return fileDescriptor0, []int{70, 0} } +func (RPKIValidation_State) EnumDescriptor() ([]byte, []int) { return fileDescriptor0, []int{67, 0} } type RPKIValidation_Reason int32 @@ -691,7 +688,7 @@ var RPKIValidation_Reason_value = map[string]int32{ func (x RPKIValidation_Reason) String() string { return proto.EnumName(RPKIValidation_Reason_name, int32(x)) } -func (RPKIValidation_Reason) EnumDescriptor() ([]byte, []int) { return fileDescriptor0, []int{70, 1} } +func (RPKIValidation_Reason) EnumDescriptor() ([]byte, []int) { return fileDescriptor0, []int{67, 1} } type PeerConf_RemovePrivateAs int32 @@ -715,7 +712,7 @@ var PeerConf_RemovePrivateAs_value = map[string]int32{ func (x PeerConf_RemovePrivateAs) String() string { return proto.EnumName(PeerConf_RemovePrivateAs_name, int32(x)) } -func (PeerConf_RemovePrivateAs) EnumDescriptor() ([]byte, []int) { return fileDescriptor0, []int{79, 0} } +func (PeerConf_RemovePrivateAs) EnumDescriptor() ([]byte, []int) { return fileDescriptor0, []int{76, 0} } type PeerGroupConf_RemovePrivateAs int32 @@ -740,7 +737,7 @@ func (x PeerGroupConf_RemovePrivateAs) String() string { return proto.EnumName(PeerGroupConf_RemovePrivateAs_name, int32(x)) } func (PeerGroupConf_RemovePrivateAs) EnumDescriptor() ([]byte, []int) { - return fileDescriptor0, []int{80, 0} + return fileDescriptor0, []int{77, 0} } type PeerGroupState_RemovePrivateAs int32 @@ -766,7 +763,7 @@ func (x PeerGroupState_RemovePrivateAs) String() string { return proto.EnumName(PeerGroupState_RemovePrivateAs_name, int32(x)) } func (PeerGroupState_RemovePrivateAs) EnumDescriptor() ([]byte, []int) { - return fileDescriptor0, []int{81, 0} + return fileDescriptor0, []int{78, 0} } type PeerState_SessionState int32 @@ -803,7 +800,7 @@ var PeerState_SessionState_value = map[string]int32{ func (x PeerState_SessionState) String() string { return proto.EnumName(PeerState_SessionState_name, int32(x)) } -func (PeerState_SessionState) EnumDescriptor() ([]byte, []int) { return fileDescriptor0, []int{84, 0} } +func (PeerState_SessionState) EnumDescriptor() ([]byte, []int) { return fileDescriptor0, []int{81, 0} } type PeerState_AdminState int32 @@ -827,7 +824,7 @@ var PeerState_AdminState_value = map[string]int32{ func (x PeerState_AdminState) String() string { return proto.EnumName(PeerState_AdminState_name, int32(x)) } -func (PeerState_AdminState) EnumDescriptor() ([]byte, []int) { return fileDescriptor0, []int{84, 1} } +func (PeerState_AdminState) EnumDescriptor() ([]byte, []int) { return fileDescriptor0, []int{81, 1} } type Conditions_RouteType int32 @@ -854,7 +851,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{125, 0} } +func (Conditions_RouteType) EnumDescriptor() ([]byte, []int) { return fileDescriptor0, []int{122, 0} } type StartBgpRequest struct { Global *Global `protobuf:"bytes,1,opt,name=global" json:"global,omitempty"` @@ -1729,95 +1726,67 @@ func (m *ListPolicyResponse) GetPolicy() *Policy { return nil } -type ReplacePolicyRequest struct { - Policy *Policy `protobuf:"bytes,1,opt,name=policy" json:"policy,omitempty"` - // if this flag is set, gobgpd won't define new statements - // but refer existing statements using statement's names in this arguments. - ReferExistingStatements bool `protobuf:"varint,2,opt,name=refer_existing_statements,json=referExistingStatements" json:"refer_existing_statements,omitempty"` - // if this flag is set, gobgpd won't delete any statements - // even if some statements get not used by any policy by this operation. - PreserveStatements bool `protobuf:"varint,3,opt,name=preserve_statements,json=preserveStatements" json:"preserve_statements,omitempty"` +type SetPoliciesRequest struct { + DefinedSets []*DefinedSet `protobuf:"bytes,1,rep,name=defined_sets,json=definedSets" json:"defined_sets,omitempty"` + Policies []*Policy `protobuf:"bytes,2,rep,name=policies" json:"policies,omitempty"` + Assignments []*PolicyAssignment `protobuf:"bytes,3,rep,name=assignments" json:"assignments,omitempty"` } -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{39} } +func (m *SetPoliciesRequest) Reset() { *m = SetPoliciesRequest{} } +func (m *SetPoliciesRequest) String() string { return proto.CompactTextString(m) } +func (*SetPoliciesRequest) ProtoMessage() {} +func (*SetPoliciesRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{39} } -func (m *ReplacePolicyRequest) GetPolicy() *Policy { +func (m *SetPoliciesRequest) GetDefinedSets() []*DefinedSet { if m != nil { - return m.Policy + return m.DefinedSets } return nil } -func (m *ReplacePolicyRequest) GetReferExistingStatements() bool { +func (m *SetPoliciesRequest) GetPolicies() []*Policy { if m != nil { - return m.ReferExistingStatements - } - return false -} - -func (m *ReplacePolicyRequest) GetPreserveStatements() bool { - if m != nil { - return m.PreserveStatements - } - return false -} - -type UpdatePolicyRequest struct { - Sets []*DefinedSet `protobuf:"bytes,1,rep,name=sets" json:"sets,omitempty"` - Policies []*Policy `protobuf:"bytes,2,rep,name=policies" json:"policies,omitempty"` -} - -func (m *UpdatePolicyRequest) Reset() { *m = UpdatePolicyRequest{} } -func (m *UpdatePolicyRequest) String() string { return proto.CompactTextString(m) } -func (*UpdatePolicyRequest) ProtoMessage() {} -func (*UpdatePolicyRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{40} } - -func (m *UpdatePolicyRequest) GetSets() []*DefinedSet { - if m != nil { - return m.Sets + return m.Policies } return nil } -func (m *UpdatePolicyRequest) GetPolicies() []*Policy { +func (m *SetPoliciesRequest) GetAssignments() []*PolicyAssignment { if m != nil { - return m.Policies + return m.Assignments } return nil } type AddDefinedSetRequest struct { - Set *DefinedSet `protobuf:"bytes,1,opt,name=set" json:"set,omitempty"` + DefinedSet *DefinedSet `protobuf:"bytes,1,opt,name=defined_set,json=definedSet" json:"defined_set,omitempty"` } 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{41} } +func (*AddDefinedSetRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{40} } -func (m *AddDefinedSetRequest) GetSet() *DefinedSet { +func (m *AddDefinedSetRequest) GetDefinedSet() *DefinedSet { if m != nil { - return m.Set + return m.DefinedSet } return nil } type DeleteDefinedSetRequest struct { - Set *DefinedSet `protobuf:"bytes,1,opt,name=set" json:"set,omitempty"` - All bool `protobuf:"varint,2,opt,name=all" json:"all,omitempty"` + DefinedSet *DefinedSet `protobuf:"bytes,1,opt,name=defined_set,json=definedSet" json:"defined_set,omitempty"` + All bool `protobuf:"varint,2,opt,name=all" json:"all,omitempty"` } 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{42} } +func (*DeleteDefinedSetRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{41} } -func (m *DeleteDefinedSetRequest) GetSet() *DefinedSet { +func (m *DeleteDefinedSetRequest) GetDefinedSet() *DefinedSet { if m != nil { - return m.Set + return m.DefinedSet } return nil } @@ -1837,7 +1806,7 @@ type ListDefinedSetRequest struct { func (m *ListDefinedSetRequest) Reset() { *m = ListDefinedSetRequest{} } func (m *ListDefinedSetRequest) String() string { return proto.CompactTextString(m) } func (*ListDefinedSetRequest) ProtoMessage() {} -func (*ListDefinedSetRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{43} } +func (*ListDefinedSetRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{42} } func (m *ListDefinedSetRequest) GetType() DefinedType { if m != nil { @@ -1854,33 +1823,17 @@ func (m *ListDefinedSetRequest) GetName() string { } type ListDefinedSetResponse struct { - Set *DefinedSet `protobuf:"bytes,1,opt,name=set" json:"set,omitempty"` + DefinedSet *DefinedSet `protobuf:"bytes,1,opt,name=defined_set,json=definedSet" json:"defined_set,omitempty"` } func (m *ListDefinedSetResponse) Reset() { *m = ListDefinedSetResponse{} } func (m *ListDefinedSetResponse) String() string { return proto.CompactTextString(m) } func (*ListDefinedSetResponse) ProtoMessage() {} -func (*ListDefinedSetResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{44} } +func (*ListDefinedSetResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{43} } -func (m *ListDefinedSetResponse) GetSet() *DefinedSet { +func (m *ListDefinedSetResponse) GetDefinedSet() *DefinedSet { if m != nil { - return m.Set - } - return nil -} - -type ReplaceDefinedSetRequest struct { - Set *DefinedSet `protobuf:"bytes,1,opt,name=set" json:"set,omitempty"` -} - -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{45} } - -func (m *ReplaceDefinedSetRequest) GetSet() *DefinedSet { - if m != nil { - return m.Set + return m.DefinedSet } return nil } @@ -1892,7 +1845,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{46} } +func (*AddStatementRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{44} } func (m *AddStatementRequest) GetStatement() *Statement { if m != nil { @@ -1909,7 +1862,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{47} } +func (*DeleteStatementRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{45} } func (m *DeleteStatementRequest) GetStatement() *Statement { if m != nil { @@ -1932,7 +1885,7 @@ type ListStatementRequest struct { func (m *ListStatementRequest) Reset() { *m = ListStatementRequest{} } func (m *ListStatementRequest) String() string { return proto.CompactTextString(m) } func (*ListStatementRequest) ProtoMessage() {} -func (*ListStatementRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{48} } +func (*ListStatementRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{46} } func (m *ListStatementRequest) GetName() string { if m != nil { @@ -1948,7 +1901,7 @@ type ListStatementResponse struct { func (m *ListStatementResponse) Reset() { *m = ListStatementResponse{} } func (m *ListStatementResponse) String() string { return proto.CompactTextString(m) } func (*ListStatementResponse) ProtoMessage() {} -func (*ListStatementResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{49} } +func (*ListStatementResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{47} } func (m *ListStatementResponse) GetStatement() *Statement { if m != nil { @@ -1957,22 +1910,6 @@ func (m *ListStatementResponse) GetStatement() *Statement { return nil } -type ReplaceStatementRequest struct { - Statement *Statement `protobuf:"bytes,1,opt,name=statement" json:"statement,omitempty"` -} - -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{50} } - -func (m *ReplaceStatementRequest) GetStatement() *Statement { - if m != nil { - return m.Statement - } - return nil -} - type AddPolicyAssignmentRequest struct { Assignment *PolicyAssignment `protobuf:"bytes,1,opt,name=assignment" json:"assignment,omitempty"` } @@ -1980,7 +1917,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{51} } +func (*AddPolicyAssignmentRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{48} } func (m *AddPolicyAssignmentRequest) GetAssignment() *PolicyAssignment { if m != nil { @@ -1997,7 +1934,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{52} } +func (*DeletePolicyAssignmentRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{49} } func (m *DeletePolicyAssignmentRequest) GetAssignment() *PolicyAssignment { if m != nil { @@ -2021,7 +1958,7 @@ type ListPolicyAssignmentRequest struct { func (m *ListPolicyAssignmentRequest) Reset() { *m = ListPolicyAssignmentRequest{} } func (m *ListPolicyAssignmentRequest) String() string { return proto.CompactTextString(m) } func (*ListPolicyAssignmentRequest) ProtoMessage() {} -func (*ListPolicyAssignmentRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{53} } +func (*ListPolicyAssignmentRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{50} } func (m *ListPolicyAssignmentRequest) GetName() string { if m != nil { @@ -2044,7 +1981,7 @@ type ListPolicyAssignmentResponse struct { func (m *ListPolicyAssignmentResponse) Reset() { *m = ListPolicyAssignmentResponse{} } func (m *ListPolicyAssignmentResponse) String() string { return proto.CompactTextString(m) } func (*ListPolicyAssignmentResponse) ProtoMessage() {} -func (*ListPolicyAssignmentResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{54} } +func (*ListPolicyAssignmentResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{51} } func (m *ListPolicyAssignmentResponse) GetAssignment() *PolicyAssignment { if m != nil { @@ -2053,16 +1990,16 @@ func (m *ListPolicyAssignmentResponse) GetAssignment() *PolicyAssignment { return nil } -type ReplacePolicyAssignmentRequest struct { +type SetPolicyAssignmentRequest struct { Assignment *PolicyAssignment `protobuf:"bytes,1,opt,name=assignment" json:"assignment,omitempty"` } -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{55} } +func (m *SetPolicyAssignmentRequest) Reset() { *m = SetPolicyAssignmentRequest{} } +func (m *SetPolicyAssignmentRequest) String() string { return proto.CompactTextString(m) } +func (*SetPolicyAssignmentRequest) ProtoMessage() {} +func (*SetPolicyAssignmentRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{52} } -func (m *ReplacePolicyAssignmentRequest) GetAssignment() *PolicyAssignment { +func (m *SetPolicyAssignmentRequest) GetAssignment() *PolicyAssignment { if m != nil { return m.Assignment } @@ -2078,7 +2015,7 @@ type AddRpkiRequest struct { func (m *AddRpkiRequest) Reset() { *m = AddRpkiRequest{} } func (m *AddRpkiRequest) String() string { return proto.CompactTextString(m) } func (*AddRpkiRequest) ProtoMessage() {} -func (*AddRpkiRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{56} } +func (*AddRpkiRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{53} } func (m *AddRpkiRequest) GetAddress() string { if m != nil { @@ -2109,7 +2046,7 @@ type DeleteRpkiRequest struct { func (m *DeleteRpkiRequest) Reset() { *m = DeleteRpkiRequest{} } func (m *DeleteRpkiRequest) String() string { return proto.CompactTextString(m) } func (*DeleteRpkiRequest) ProtoMessage() {} -func (*DeleteRpkiRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{57} } +func (*DeleteRpkiRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{54} } func (m *DeleteRpkiRequest) GetAddress() string { if m != nil { @@ -2132,7 +2069,7 @@ type ListRpkiRequest struct { func (m *ListRpkiRequest) Reset() { *m = ListRpkiRequest{} } func (m *ListRpkiRequest) String() string { return proto.CompactTextString(m) } func (*ListRpkiRequest) ProtoMessage() {} -func (*ListRpkiRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{58} } +func (*ListRpkiRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{55} } func (m *ListRpkiRequest) GetFamily() uint32 { if m != nil { @@ -2148,7 +2085,7 @@ type ListRpkiResponse struct { func (m *ListRpkiResponse) Reset() { *m = ListRpkiResponse{} } func (m *ListRpkiResponse) String() string { return proto.CompactTextString(m) } func (*ListRpkiResponse) ProtoMessage() {} -func (*ListRpkiResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{59} } +func (*ListRpkiResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{56} } func (m *ListRpkiResponse) GetServer() *Rpki { if m != nil { @@ -2165,7 +2102,7 @@ type EnableRpkiRequest struct { func (m *EnableRpkiRequest) Reset() { *m = EnableRpkiRequest{} } func (m *EnableRpkiRequest) String() string { return proto.CompactTextString(m) } func (*EnableRpkiRequest) ProtoMessage() {} -func (*EnableRpkiRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{60} } +func (*EnableRpkiRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{57} } func (m *EnableRpkiRequest) GetAddress() string { if m != nil { @@ -2189,7 +2126,7 @@ type DisableRpkiRequest struct { func (m *DisableRpkiRequest) Reset() { *m = DisableRpkiRequest{} } func (m *DisableRpkiRequest) String() string { return proto.CompactTextString(m) } func (*DisableRpkiRequest) ProtoMessage() {} -func (*DisableRpkiRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{61} } +func (*DisableRpkiRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{58} } func (m *DisableRpkiRequest) GetAddress() string { if m != nil { @@ -2214,7 +2151,7 @@ type ResetRpkiRequest struct { func (m *ResetRpkiRequest) Reset() { *m = ResetRpkiRequest{} } func (m *ResetRpkiRequest) String() string { return proto.CompactTextString(m) } func (*ResetRpkiRequest) ProtoMessage() {} -func (*ResetRpkiRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{62} } +func (*ResetRpkiRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{59} } func (m *ResetRpkiRequest) GetAddress() string { if m != nil { @@ -2244,7 +2181,7 @@ type ListRpkiTableRequest struct { func (m *ListRpkiTableRequest) Reset() { *m = ListRpkiTableRequest{} } func (m *ListRpkiTableRequest) String() string { return proto.CompactTextString(m) } func (*ListRpkiTableRequest) ProtoMessage() {} -func (*ListRpkiTableRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{63} } +func (*ListRpkiTableRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{60} } func (m *ListRpkiTableRequest) GetFamily() uint32 { if m != nil { @@ -2260,7 +2197,7 @@ type ListRpkiTableResponse struct { func (m *ListRpkiTableResponse) Reset() { *m = ListRpkiTableResponse{} } func (m *ListRpkiTableResponse) String() string { return proto.CompactTextString(m) } func (*ListRpkiTableResponse) ProtoMessage() {} -func (*ListRpkiTableResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{64} } +func (*ListRpkiTableResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{61} } func (m *ListRpkiTableResponse) GetRoa() *Roa { if m != nil { @@ -2280,7 +2217,7 @@ type EnableZebraRequest struct { 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{65} } +func (*EnableZebraRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{62} } func (m *EnableZebraRequest) GetUrl() string { if m != nil { @@ -2326,7 +2263,7 @@ type EnableMrtRequest struct { func (m *EnableMrtRequest) Reset() { *m = EnableMrtRequest{} } func (m *EnableMrtRequest) String() string { return proto.CompactTextString(m) } func (*EnableMrtRequest) ProtoMessage() {} -func (*EnableMrtRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{66} } +func (*EnableMrtRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{63} } func (m *EnableMrtRequest) GetDumpType() int32 { if m != nil { @@ -2355,7 +2292,7 @@ type DisableMrtRequest struct { func (m *DisableMrtRequest) Reset() { *m = DisableMrtRequest{} } func (m *DisableMrtRequest) String() string { return proto.CompactTextString(m) } func (*DisableMrtRequest) ProtoMessage() {} -func (*DisableMrtRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{67} } +func (*DisableMrtRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{64} } type AddBmpRequest struct { Address string `protobuf:"bytes,1,opt,name=address" json:"address,omitempty"` @@ -2366,7 +2303,7 @@ type AddBmpRequest struct { func (m *AddBmpRequest) Reset() { *m = AddBmpRequest{} } func (m *AddBmpRequest) String() string { return proto.CompactTextString(m) } func (*AddBmpRequest) ProtoMessage() {} -func (*AddBmpRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{68} } +func (*AddBmpRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{65} } func (m *AddBmpRequest) GetAddress() string { if m != nil { @@ -2397,7 +2334,7 @@ type DeleteBmpRequest struct { func (m *DeleteBmpRequest) Reset() { *m = DeleteBmpRequest{} } func (m *DeleteBmpRequest) String() string { return proto.CompactTextString(m) } func (*DeleteBmpRequest) ProtoMessage() {} -func (*DeleteBmpRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{69} } +func (*DeleteBmpRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{66} } func (m *DeleteBmpRequest) GetAddress() string { if m != nil { @@ -2424,7 +2361,7 @@ type RPKIValidation struct { func (m *RPKIValidation) Reset() { *m = RPKIValidation{} } func (m *RPKIValidation) String() string { return proto.CompactTextString(m) } func (*RPKIValidation) ProtoMessage() {} -func (*RPKIValidation) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{70} } +func (*RPKIValidation) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{67} } func (m *RPKIValidation) GetState() RPKIValidation_State { if m != nil { @@ -2504,7 +2441,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{71} } +func (*Path) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{68} } func (m *Path) GetNlri() []byte { if m != nil { @@ -2661,7 +2598,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{72} } +func (*Destination) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{69} } func (m *Destination) GetPrefix() string { if m != nil { @@ -2686,7 +2623,7 @@ type TableLookupPrefix struct { func (m *TableLookupPrefix) Reset() { *m = TableLookupPrefix{} } func (m *TableLookupPrefix) String() string { return proto.CompactTextString(m) } func (*TableLookupPrefix) ProtoMessage() {} -func (*TableLookupPrefix) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{73} } +func (*TableLookupPrefix) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{70} } func (m *TableLookupPrefix) GetPrefix() string { if m != nil { @@ -2723,7 +2660,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{74} } +func (*Peer) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{71} } func (m *Peer) GetFamilies() []uint32 { if m != nil { @@ -2830,7 +2767,7 @@ type PeerGroup struct { func (m *PeerGroup) Reset() { *m = PeerGroup{} } func (m *PeerGroup) String() string { return proto.CompactTextString(m) } func (*PeerGroup) ProtoMessage() {} -func (*PeerGroup) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{75} } +func (*PeerGroup) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{72} } func (m *PeerGroup) GetFamilies() []uint32 { if m != nil { @@ -2924,7 +2861,7 @@ type DynamicNeighbor struct { func (m *DynamicNeighbor) Reset() { *m = DynamicNeighbor{} } func (m *DynamicNeighbor) String() string { return proto.CompactTextString(m) } func (*DynamicNeighbor) ProtoMessage() {} -func (*DynamicNeighbor) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{76} } +func (*DynamicNeighbor) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{73} } func (m *DynamicNeighbor) GetPrefix() string { if m != nil { @@ -2949,7 +2886,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{77} } +func (*ApplyPolicy) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{74} } func (m *ApplyPolicy) GetInPolicy() *PolicyAssignment { if m != nil { @@ -2981,7 +2918,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{78} } +func (*PrefixLimit) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{75} } func (m *PrefixLimit) GetFamily() uint32 { if m != nil { @@ -3034,7 +2971,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{79} } +func (*PeerConf) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{76} } func (m *PeerConf) GetAuthPassword() string { if m != nil { @@ -3184,7 +3121,7 @@ type PeerGroupConf struct { func (m *PeerGroupConf) Reset() { *m = PeerGroupConf{} } func (m *PeerGroupConf) String() string { return proto.CompactTextString(m) } func (*PeerGroupConf) ProtoMessage() {} -func (*PeerGroupConf) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{80} } +func (*PeerGroupConf) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{77} } func (m *PeerGroupConf) GetAuthPassword() string { if m != nil { @@ -3266,7 +3203,7 @@ type PeerGroupState struct { func (m *PeerGroupState) Reset() { *m = PeerGroupState{} } func (m *PeerGroupState) String() string { return proto.CompactTextString(m) } func (*PeerGroupState) ProtoMessage() {} -func (*PeerGroupState) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{81} } +func (*PeerGroupState) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{78} } func (m *PeerGroupState) GetAuthPassword() string { if m != nil { @@ -3353,7 +3290,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{82} } +func (*EbgpMultihop) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{79} } func (m *EbgpMultihop) GetEnabled() bool { if m != nil { @@ -3377,7 +3314,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{83} } +func (*RouteReflector) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{80} } func (m *RouteReflector) GetRouteReflectorClient() bool { if m != nil { @@ -3419,7 +3356,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{84} } +func (*PeerState) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{81} } func (m *PeerState) GetAuthPassword() string { if m != nil { @@ -3569,7 +3506,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{85} } +func (*Messages) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{82} } func (m *Messages) GetReceived() *Message { if m != nil { @@ -3598,7 +3535,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{86} } +func (*Message) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{83} } func (m *Message) GetNotification() uint64 { if m != nil { @@ -3657,7 +3594,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{87} } +func (*Queues) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{84} } func (m *Queues) GetInput() uint32 { if m != nil { @@ -3681,7 +3618,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{88} } +func (*Timers) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{85} } func (m *Timers) GetConfig() *TimersConfig { if m != nil { @@ -3707,7 +3644,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{89} } +func (*TimersConfig) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{86} } func (m *TimersConfig) GetConnectRetry() uint64 { if m != nil { @@ -3750,7 +3687,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{90} } +func (*TimersState) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{87} } func (m *TimersState) GetConnectRetry() uint64 { if m != nil { @@ -3814,7 +3751,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{91} } +func (*Transport) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{88} } func (m *Transport) GetLocalAddress() string { if m != nil { @@ -3872,7 +3809,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{92} } +func (*RouteServer) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{89} } func (m *RouteServer) GetRouteServerClient() bool { if m != nil { @@ -3898,7 +3835,7 @@ type GracefulRestart struct { func (m *GracefulRestart) Reset() { *m = GracefulRestart{} } func (m *GracefulRestart) String() string { return proto.CompactTextString(m) } func (*GracefulRestart) ProtoMessage() {} -func (*GracefulRestart) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{93} } +func (*GracefulRestart) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{90} } func (m *GracefulRestart) GetEnabled() bool { if m != nil { @@ -3984,7 +3921,7 @@ type MpGracefulRestartConfig struct { func (m *MpGracefulRestartConfig) Reset() { *m = MpGracefulRestartConfig{} } func (m *MpGracefulRestartConfig) String() string { return proto.CompactTextString(m) } func (*MpGracefulRestartConfig) ProtoMessage() {} -func (*MpGracefulRestartConfig) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{94} } +func (*MpGracefulRestartConfig) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{91} } func (m *MpGracefulRestartConfig) GetEnabled() bool { if m != nil { @@ -4004,7 +3941,7 @@ type MpGracefulRestartState struct { func (m *MpGracefulRestartState) Reset() { *m = MpGracefulRestartState{} } func (m *MpGracefulRestartState) String() string { return proto.CompactTextString(m) } func (*MpGracefulRestartState) ProtoMessage() {} -func (*MpGracefulRestartState) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{95} } +func (*MpGracefulRestartState) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{92} } func (m *MpGracefulRestartState) GetEnabled() bool { if m != nil { @@ -4049,7 +3986,7 @@ type MpGracefulRestart struct { func (m *MpGracefulRestart) Reset() { *m = MpGracefulRestart{} } func (m *MpGracefulRestart) String() string { return proto.CompactTextString(m) } func (*MpGracefulRestart) ProtoMessage() {} -func (*MpGracefulRestart) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{96} } +func (*MpGracefulRestart) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{93} } func (m *MpGracefulRestart) GetConfig() *MpGracefulRestartConfig { if m != nil { @@ -4073,7 +4010,7 @@ type AfiSafiConfig struct { func (m *AfiSafiConfig) Reset() { *m = AfiSafiConfig{} } func (m *AfiSafiConfig) String() string { return proto.CompactTextString(m) } func (*AfiSafiConfig) ProtoMessage() {} -func (*AfiSafiConfig) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{97} } +func (*AfiSafiConfig) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{94} } func (m *AfiSafiConfig) GetFamily() uint32 { if m != nil { @@ -4099,7 +4036,7 @@ type AfiSafiState struct { func (m *AfiSafiState) Reset() { *m = AfiSafiState{} } func (m *AfiSafiState) String() string { return proto.CompactTextString(m) } func (*AfiSafiState) ProtoMessage() {} -func (*AfiSafiState) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{98} } +func (*AfiSafiState) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{95} } func (m *AfiSafiState) GetFamily() uint32 { if m != nil { @@ -4142,7 +4079,7 @@ type RouteSelectionOptionsConfig struct { func (m *RouteSelectionOptionsConfig) Reset() { *m = RouteSelectionOptionsConfig{} } func (m *RouteSelectionOptionsConfig) String() string { return proto.CompactTextString(m) } func (*RouteSelectionOptionsConfig) ProtoMessage() {} -func (*RouteSelectionOptionsConfig) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{99} } +func (*RouteSelectionOptionsConfig) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{96} } func (m *RouteSelectionOptionsConfig) GetAlwaysCompareMed() bool { if m != nil { @@ -4206,7 +4143,7 @@ type RouteSelectionOptionsState struct { func (m *RouteSelectionOptionsState) Reset() { *m = RouteSelectionOptionsState{} } func (m *RouteSelectionOptionsState) String() string { return proto.CompactTextString(m) } func (*RouteSelectionOptionsState) ProtoMessage() {} -func (*RouteSelectionOptionsState) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{100} } +func (*RouteSelectionOptionsState) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{97} } func (m *RouteSelectionOptionsState) GetAlwaysCompareMed() bool { if m != nil { @@ -4265,7 +4202,7 @@ type RouteSelectionOptions struct { func (m *RouteSelectionOptions) Reset() { *m = RouteSelectionOptions{} } func (m *RouteSelectionOptions) String() string { return proto.CompactTextString(m) } func (*RouteSelectionOptions) ProtoMessage() {} -func (*RouteSelectionOptions) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{101} } +func (*RouteSelectionOptions) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{98} } func (m *RouteSelectionOptions) GetConfig() *RouteSelectionOptionsConfig { if m != nil { @@ -4288,7 +4225,7 @@ type UseMultiplePathsConfig struct { func (m *UseMultiplePathsConfig) Reset() { *m = UseMultiplePathsConfig{} } func (m *UseMultiplePathsConfig) String() string { return proto.CompactTextString(m) } func (*UseMultiplePathsConfig) ProtoMessage() {} -func (*UseMultiplePathsConfig) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{102} } +func (*UseMultiplePathsConfig) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{99} } func (m *UseMultiplePathsConfig) GetEnabled() bool { if m != nil { @@ -4304,7 +4241,7 @@ type UseMultiplePathsState struct { func (m *UseMultiplePathsState) Reset() { *m = UseMultiplePathsState{} } func (m *UseMultiplePathsState) String() string { return proto.CompactTextString(m) } func (*UseMultiplePathsState) ProtoMessage() {} -func (*UseMultiplePathsState) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{103} } +func (*UseMultiplePathsState) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{100} } func (m *UseMultiplePathsState) GetEnabled() bool { if m != nil { @@ -4321,7 +4258,7 @@ type EbgpConfig struct { func (m *EbgpConfig) Reset() { *m = EbgpConfig{} } func (m *EbgpConfig) String() string { return proto.CompactTextString(m) } func (*EbgpConfig) ProtoMessage() {} -func (*EbgpConfig) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{104} } +func (*EbgpConfig) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{101} } func (m *EbgpConfig) GetAllowMultipleAs() bool { if m != nil { @@ -4345,7 +4282,7 @@ type EbgpState struct { func (m *EbgpState) Reset() { *m = EbgpState{} } func (m *EbgpState) String() string { return proto.CompactTextString(m) } func (*EbgpState) ProtoMessage() {} -func (*EbgpState) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{105} } +func (*EbgpState) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{102} } func (m *EbgpState) GetAllowMultipleAs() bool { if m != nil { @@ -4369,7 +4306,7 @@ type Ebgp struct { func (m *Ebgp) Reset() { *m = Ebgp{} } func (m *Ebgp) String() string { return proto.CompactTextString(m) } func (*Ebgp) ProtoMessage() {} -func (*Ebgp) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{106} } +func (*Ebgp) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{103} } func (m *Ebgp) GetConfig() *EbgpConfig { if m != nil { @@ -4392,7 +4329,7 @@ type IbgpConfig struct { func (m *IbgpConfig) Reset() { *m = IbgpConfig{} } func (m *IbgpConfig) String() string { return proto.CompactTextString(m) } func (*IbgpConfig) ProtoMessage() {} -func (*IbgpConfig) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{107} } +func (*IbgpConfig) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{104} } func (m *IbgpConfig) GetMaximumPaths() uint32 { if m != nil { @@ -4408,7 +4345,7 @@ type IbgpState struct { func (m *IbgpState) Reset() { *m = IbgpState{} } func (m *IbgpState) String() string { return proto.CompactTextString(m) } func (*IbgpState) ProtoMessage() {} -func (*IbgpState) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{108} } +func (*IbgpState) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{105} } func (m *IbgpState) GetMaximumPaths() uint32 { if m != nil { @@ -4425,7 +4362,7 @@ type Ibgp struct { func (m *Ibgp) Reset() { *m = Ibgp{} } func (m *Ibgp) String() string { return proto.CompactTextString(m) } func (*Ibgp) ProtoMessage() {} -func (*Ibgp) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{109} } +func (*Ibgp) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{106} } func (m *Ibgp) GetConfig() *IbgpConfig { if m != nil { @@ -4451,7 +4388,7 @@ type UseMultiplePaths struct { func (m *UseMultiplePaths) Reset() { *m = UseMultiplePaths{} } func (m *UseMultiplePaths) String() string { return proto.CompactTextString(m) } func (*UseMultiplePaths) ProtoMessage() {} -func (*UseMultiplePaths) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{110} } +func (*UseMultiplePaths) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{107} } func (m *UseMultiplePaths) GetConfig() *UseMultiplePathsConfig { if m != nil { @@ -4488,7 +4425,7 @@ type RouteTargetMembershipConfig struct { func (m *RouteTargetMembershipConfig) Reset() { *m = RouteTargetMembershipConfig{} } func (m *RouteTargetMembershipConfig) String() string { return proto.CompactTextString(m) } func (*RouteTargetMembershipConfig) ProtoMessage() {} -func (*RouteTargetMembershipConfig) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{111} } +func (*RouteTargetMembershipConfig) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{108} } func (m *RouteTargetMembershipConfig) GetDeferralTime() uint32 { if m != nil { @@ -4504,7 +4441,7 @@ type RouteTargetMembershipState struct { func (m *RouteTargetMembershipState) Reset() { *m = RouteTargetMembershipState{} } func (m *RouteTargetMembershipState) String() string { return proto.CompactTextString(m) } func (*RouteTargetMembershipState) ProtoMessage() {} -func (*RouteTargetMembershipState) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{112} } +func (*RouteTargetMembershipState) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{109} } func (m *RouteTargetMembershipState) GetDeferralTime() uint32 { if m != nil { @@ -4521,7 +4458,7 @@ type RouteTargetMembership struct { func (m *RouteTargetMembership) Reset() { *m = RouteTargetMembership{} } func (m *RouteTargetMembership) String() string { return proto.CompactTextString(m) } func (*RouteTargetMembership) ProtoMessage() {} -func (*RouteTargetMembership) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{113} } +func (*RouteTargetMembership) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{110} } func (m *RouteTargetMembership) GetConfig() *RouteTargetMembershipConfig { if m != nil { @@ -4546,7 +4483,7 @@ func (m *LongLivedGracefulRestartConfig) Reset() { *m = LongLivedGracefu func (m *LongLivedGracefulRestartConfig) String() string { return proto.CompactTextString(m) } func (*LongLivedGracefulRestartConfig) ProtoMessage() {} func (*LongLivedGracefulRestartConfig) Descriptor() ([]byte, []int) { - return fileDescriptor0, []int{114} + return fileDescriptor0, []int{111} } func (m *LongLivedGracefulRestartConfig) GetEnabled() bool { @@ -4574,7 +4511,7 @@ type LongLivedGracefulRestartState struct { func (m *LongLivedGracefulRestartState) Reset() { *m = LongLivedGracefulRestartState{} } func (m *LongLivedGracefulRestartState) String() string { return proto.CompactTextString(m) } func (*LongLivedGracefulRestartState) ProtoMessage() {} -func (*LongLivedGracefulRestartState) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{115} } +func (*LongLivedGracefulRestartState) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{112} } func (m *LongLivedGracefulRestartState) GetEnabled() bool { if m != nil { @@ -4619,7 +4556,7 @@ type LongLivedGracefulRestart struct { func (m *LongLivedGracefulRestart) Reset() { *m = LongLivedGracefulRestart{} } func (m *LongLivedGracefulRestart) String() string { return proto.CompactTextString(m) } func (*LongLivedGracefulRestart) ProtoMessage() {} -func (*LongLivedGracefulRestart) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{116} } +func (*LongLivedGracefulRestart) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{113} } func (m *LongLivedGracefulRestart) GetConfig() *LongLivedGracefulRestartConfig { if m != nil { @@ -4662,7 +4599,7 @@ type AfiSafi struct { func (m *AfiSafi) Reset() { *m = AfiSafi{} } func (m *AfiSafi) String() string { return proto.CompactTextString(m) } func (*AfiSafi) ProtoMessage() {} -func (*AfiSafi) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{117} } +func (*AfiSafi) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{114} } func (m *AfiSafi) GetMpGracefulRestart() *MpGracefulRestart { if m != nil { @@ -4735,7 +4672,7 @@ type AddPathsConfig struct { func (m *AddPathsConfig) Reset() { *m = AddPathsConfig{} } func (m *AddPathsConfig) String() string { return proto.CompactTextString(m) } func (*AddPathsConfig) ProtoMessage() {} -func (*AddPathsConfig) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{118} } +func (*AddPathsConfig) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{115} } func (m *AddPathsConfig) GetReceive() bool { if m != nil { @@ -4759,7 +4696,7 @@ type AddPathsState struct { func (m *AddPathsState) Reset() { *m = AddPathsState{} } func (m *AddPathsState) String() string { return proto.CompactTextString(m) } func (*AddPathsState) ProtoMessage() {} -func (*AddPathsState) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{119} } +func (*AddPathsState) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{116} } func (m *AddPathsState) GetReceive() bool { if m != nil { @@ -4783,7 +4720,7 @@ type AddPaths struct { func (m *AddPaths) Reset() { *m = AddPaths{} } func (m *AddPaths) String() string { return proto.CompactTextString(m) } func (*AddPaths) ProtoMessage() {} -func (*AddPaths) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{120} } +func (*AddPaths) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{117} } func (m *AddPaths) GetConfig() *AddPathsConfig { if m != nil { @@ -4808,7 +4745,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{121} } +func (*Prefix) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{118} } func (m *Prefix) GetIpPrefix() string { if m != nil { @@ -4841,7 +4778,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{122} } +func (*DefinedSet) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{119} } func (m *DefinedSet) GetType() DefinedType { if m != nil { @@ -4879,7 +4816,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{123} } +func (*MatchSet) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{120} } func (m *MatchSet) GetType() MatchType { if m != nil { @@ -4903,7 +4840,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{124} } +func (*AsPathLength) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{121} } func (m *AsPathLength) GetType() AsPathLengthType { if m != nil { @@ -4936,7 +4873,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{125} } +func (*Conditions) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{122} } func (m *Conditions) GetPrefixSet() *MatchSet { if m != nil { @@ -5023,7 +4960,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{126} } +func (*CommunityAction) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{123} } func (m *CommunityAction) GetType() CommunityActionType { if m != nil { @@ -5047,7 +4984,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{127} } +func (*MedAction) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{124} } func (m *MedAction) GetType() MedActionType { if m != nil { @@ -5072,7 +5009,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{128} } +func (*AsPrependAction) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{125} } func (m *AsPrependAction) GetAsn() uint32 { if m != nil { @@ -5103,7 +5040,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{129} } +func (*NexthopAction) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{126} } func (m *NexthopAction) GetAddress() string { if m != nil { @@ -5126,7 +5063,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{130} } +func (*LocalPrefAction) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{127} } func (m *LocalPrefAction) GetValue() uint32 { if m != nil { @@ -5149,7 +5086,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{131} } +func (*Actions) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{128} } func (m *Actions) GetRouteAction() RouteAction { if m != nil { @@ -5216,7 +5153,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{132} } +func (*Statement) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{129} } func (m *Statement) GetName() string { if m != nil { @@ -5247,7 +5184,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{133} } +func (*Policy) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{130} } func (m *Policy) GetName() string { if m != nil { @@ -5264,37 +5201,29 @@ func (m *Policy) GetStatements() []*Statement { } type PolicyAssignment struct { - Type PolicyDirection `protobuf:"varint,1,opt,name=type,enum=gobgpapi.PolicyDirection" json:"type,omitempty"` - Resource Resource `protobuf:"varint,2,opt,name=resource,enum=gobgpapi.Resource" json:"resource,omitempty"` - Name string `protobuf:"bytes,3,opt,name=name" json:"name,omitempty"` - Policies []*Policy `protobuf:"bytes,4,rep,name=policies" json:"policies,omitempty"` - Default RouteAction `protobuf:"varint,5,opt,name=default,enum=gobgpapi.RouteAction" json:"default,omitempty"` + Name string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"` + Direction PolicyDirection `protobuf:"varint,2,opt,name=direction,enum=gobgpapi.PolicyDirection" json:"direction,omitempty"` + Policies []*Policy `protobuf:"bytes,4,rep,name=policies" json:"policies,omitempty"` + DefaultAction RouteAction `protobuf:"varint,5,opt,name=default_action,json=defaultAction,enum=gobgpapi.RouteAction" json:"default_action,omitempty"` } 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{134} } - -func (m *PolicyAssignment) GetType() PolicyDirection { - if m != nil { - return m.Type - } - return PolicyDirection_UNKNOWN -} +func (*PolicyAssignment) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{131} } -func (m *PolicyAssignment) GetResource() Resource { +func (m *PolicyAssignment) GetName() string { if m != nil { - return m.Resource + return m.Name } - return Resource_GLOBAL + return "" } -func (m *PolicyAssignment) GetName() string { +func (m *PolicyAssignment) GetDirection() PolicyDirection { if m != nil { - return m.Name + return m.Direction } - return "" + return PolicyDirection_UNKNOWN } func (m *PolicyAssignment) GetPolicies() []*Policy { @@ -5304,33 +5233,33 @@ func (m *PolicyAssignment) GetPolicies() []*Policy { return nil } -func (m *PolicyAssignment) GetDefault() RouteAction { +func (m *PolicyAssignment) GetDefaultAction() RouteAction { if m != nil { - return m.Default + return m.DefaultAction } return RouteAction_NONE } type RoutingPolicy struct { - DefinedSet []*DefinedSet `protobuf:"bytes,1,rep,name=defined_set,json=definedSet" json:"defined_set,omitempty"` - PolicyDefinition []*Policy `protobuf:"bytes,2,rep,name=policy_definition,json=policyDefinition" json:"policy_definition,omitempty"` + DefinedSets []*DefinedSet `protobuf:"bytes,1,rep,name=defined_sets,json=definedSets" json:"defined_sets,omitempty"` + Policies []*Policy `protobuf:"bytes,2,rep,name=policies" json:"policies,omitempty"` } func (m *RoutingPolicy) Reset() { *m = RoutingPolicy{} } func (m *RoutingPolicy) String() string { return proto.CompactTextString(m) } func (*RoutingPolicy) ProtoMessage() {} -func (*RoutingPolicy) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{135} } +func (*RoutingPolicy) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{132} } -func (m *RoutingPolicy) GetDefinedSet() []*DefinedSet { +func (m *RoutingPolicy) GetDefinedSets() []*DefinedSet { if m != nil { - return m.DefinedSet + return m.DefinedSets } return nil } -func (m *RoutingPolicy) GetPolicyDefinition() []*Policy { +func (m *RoutingPolicy) GetPolicies() []*Policy { if m != nil { - return m.PolicyDefinition + return m.Policies } return nil } @@ -5346,7 +5275,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{136} } +func (*Roa) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{133} } func (m *Roa) GetAs() uint32 { if m != nil { @@ -5406,7 +5335,7 @@ 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{137} } +func (*Vrf) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{134} } func (m *Vrf) GetName() string { if m != nil { @@ -5451,7 +5380,7 @@ type DefaultRouteDistance struct { func (m *DefaultRouteDistance) Reset() { *m = DefaultRouteDistance{} } func (m *DefaultRouteDistance) String() string { return proto.CompactTextString(m) } func (*DefaultRouteDistance) ProtoMessage() {} -func (*DefaultRouteDistance) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{138} } +func (*DefaultRouteDistance) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{135} } func (m *DefaultRouteDistance) GetExternalRouteDistance() uint32 { if m != nil { @@ -5484,7 +5413,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{139} } +func (*Global) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{136} } func (m *Global) GetAs() uint32 { if m != nil { @@ -5572,7 +5501,7 @@ type Confederation struct { func (m *Confederation) Reset() { *m = Confederation{} } func (m *Confederation) String() string { return proto.CompactTextString(m) } func (*Confederation) ProtoMessage() {} -func (*Confederation) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{140} } +func (*Confederation) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{137} } func (m *Confederation) GetEnabled() bool { if m != nil { @@ -5603,7 +5532,7 @@ type RPKIConf struct { func (m *RPKIConf) Reset() { *m = RPKIConf{} } func (m *RPKIConf) String() string { return proto.CompactTextString(m) } func (*RPKIConf) ProtoMessage() {} -func (*RPKIConf) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{141} } +func (*RPKIConf) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{138} } func (m *RPKIConf) GetAddress() string { if m != nil { @@ -5642,7 +5571,7 @@ type RPKIState struct { func (m *RPKIState) Reset() { *m = RPKIState{} } func (m *RPKIState) String() string { return proto.CompactTextString(m) } func (*RPKIState) ProtoMessage() {} -func (*RPKIState) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{142} } +func (*RPKIState) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{139} } func (m *RPKIState) GetUptime() int64 { if m != nil { @@ -5771,7 +5700,7 @@ type Rpki struct { func (m *Rpki) Reset() { *m = Rpki{} } func (m *Rpki) String() string { return proto.CompactTextString(m) } func (*Rpki) ProtoMessage() {} -func (*Rpki) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{143} } +func (*Rpki) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{140} } func (m *Rpki) GetConf() *RPKIConf { if m != nil { @@ -5827,23 +5756,20 @@ func init() { proto.RegisterType((*DeletePolicyRequest)(nil), "gobgpapi.DeletePolicyRequest") proto.RegisterType((*ListPolicyRequest)(nil), "gobgpapi.ListPolicyRequest") proto.RegisterType((*ListPolicyResponse)(nil), "gobgpapi.ListPolicyResponse") - proto.RegisterType((*ReplacePolicyRequest)(nil), "gobgpapi.ReplacePolicyRequest") - proto.RegisterType((*UpdatePolicyRequest)(nil), "gobgpapi.UpdatePolicyRequest") + proto.RegisterType((*SetPoliciesRequest)(nil), "gobgpapi.SetPoliciesRequest") proto.RegisterType((*AddDefinedSetRequest)(nil), "gobgpapi.AddDefinedSetRequest") proto.RegisterType((*DeleteDefinedSetRequest)(nil), "gobgpapi.DeleteDefinedSetRequest") proto.RegisterType((*ListDefinedSetRequest)(nil), "gobgpapi.ListDefinedSetRequest") proto.RegisterType((*ListDefinedSetResponse)(nil), "gobgpapi.ListDefinedSetResponse") - proto.RegisterType((*ReplaceDefinedSetRequest)(nil), "gobgpapi.ReplaceDefinedSetRequest") proto.RegisterType((*AddStatementRequest)(nil), "gobgpapi.AddStatementRequest") proto.RegisterType((*DeleteStatementRequest)(nil), "gobgpapi.DeleteStatementRequest") proto.RegisterType((*ListStatementRequest)(nil), "gobgpapi.ListStatementRequest") proto.RegisterType((*ListStatementResponse)(nil), "gobgpapi.ListStatementResponse") - proto.RegisterType((*ReplaceStatementRequest)(nil), "gobgpapi.ReplaceStatementRequest") proto.RegisterType((*AddPolicyAssignmentRequest)(nil), "gobgpapi.AddPolicyAssignmentRequest") proto.RegisterType((*DeletePolicyAssignmentRequest)(nil), "gobgpapi.DeletePolicyAssignmentRequest") proto.RegisterType((*ListPolicyAssignmentRequest)(nil), "gobgpapi.ListPolicyAssignmentRequest") proto.RegisterType((*ListPolicyAssignmentResponse)(nil), "gobgpapi.ListPolicyAssignmentResponse") - proto.RegisterType((*ReplacePolicyAssignmentRequest)(nil), "gobgpapi.ReplacePolicyAssignmentRequest") + proto.RegisterType((*SetPolicyAssignmentRequest)(nil), "gobgpapi.SetPolicyAssignmentRequest") proto.RegisterType((*AddRpkiRequest)(nil), "gobgpapi.AddRpkiRequest") proto.RegisterType((*DeleteRpkiRequest)(nil), "gobgpapi.DeleteRpkiRequest") proto.RegisterType((*ListRpkiRequest)(nil), "gobgpapi.ListRpkiRequest") @@ -5993,20 +5919,17 @@ type GobgpApiClient interface { AddPolicy(ctx context.Context, in *AddPolicyRequest, opts ...grpc.CallOption) (*google_protobuf1.Empty, error) DeletePolicy(ctx context.Context, in *DeletePolicyRequest, opts ...grpc.CallOption) (*google_protobuf1.Empty, error) ListPolicy(ctx context.Context, in *ListPolicyRequest, opts ...grpc.CallOption) (GobgpApi_ListPolicyClient, error) - ReplacePolicy(ctx context.Context, in *ReplacePolicyRequest, opts ...grpc.CallOption) (*google_protobuf1.Empty, error) - UpdatePolicy(ctx context.Context, in *UpdatePolicyRequest, opts ...grpc.CallOption) (*google_protobuf1.Empty, error) + SetPolicies(ctx context.Context, in *SetPoliciesRequest, opts ...grpc.CallOption) (*google_protobuf1.Empty, error) AddDefinedSet(ctx context.Context, in *AddDefinedSetRequest, opts ...grpc.CallOption) (*google_protobuf1.Empty, error) DeleteDefinedSet(ctx context.Context, in *DeleteDefinedSetRequest, opts ...grpc.CallOption) (*google_protobuf1.Empty, error) ListDefinedSet(ctx context.Context, in *ListDefinedSetRequest, opts ...grpc.CallOption) (GobgpApi_ListDefinedSetClient, error) - ReplaceDefinedSet(ctx context.Context, in *ReplaceDefinedSetRequest, opts ...grpc.CallOption) (*google_protobuf1.Empty, error) AddStatement(ctx context.Context, in *AddStatementRequest, opts ...grpc.CallOption) (*google_protobuf1.Empty, error) DeleteStatement(ctx context.Context, in *DeleteStatementRequest, opts ...grpc.CallOption) (*google_protobuf1.Empty, error) ListStatement(ctx context.Context, in *ListStatementRequest, opts ...grpc.CallOption) (GobgpApi_ListStatementClient, error) - ReplaceStatement(ctx context.Context, in *ReplaceStatementRequest, opts ...grpc.CallOption) (*google_protobuf1.Empty, error) AddPolicyAssignment(ctx context.Context, in *AddPolicyAssignmentRequest, opts ...grpc.CallOption) (*google_protobuf1.Empty, error) DeletePolicyAssignment(ctx context.Context, in *DeletePolicyAssignmentRequest, opts ...grpc.CallOption) (*google_protobuf1.Empty, error) ListPolicyAssignment(ctx context.Context, in *ListPolicyAssignmentRequest, opts ...grpc.CallOption) (GobgpApi_ListPolicyAssignmentClient, error) - ReplacePolicyAssignment(ctx context.Context, in *ReplacePolicyAssignmentRequest, opts ...grpc.CallOption) (*google_protobuf1.Empty, error) + SetPolicyAssignment(ctx context.Context, in *SetPolicyAssignmentRequest, opts ...grpc.CallOption) (*google_protobuf1.Empty, error) AddRpki(ctx context.Context, in *AddRpkiRequest, opts ...grpc.CallOption) (*google_protobuf1.Empty, error) DeleteRpki(ctx context.Context, in *DeleteRpkiRequest, opts ...grpc.CallOption) (*google_protobuf1.Empty, error) ListRpki(ctx context.Context, in *ListRpkiRequest, opts ...grpc.CallOption) (GobgpApi_ListRpkiClient, error) @@ -6444,18 +6367,9 @@ func (x *gobgpApiListPolicyClient) Recv() (*ListPolicyResponse, error) { return m, nil } -func (c *gobgpApiClient) ReplacePolicy(ctx context.Context, in *ReplacePolicyRequest, opts ...grpc.CallOption) (*google_protobuf1.Empty, error) { +func (c *gobgpApiClient) SetPolicies(ctx context.Context, in *SetPoliciesRequest, opts ...grpc.CallOption) (*google_protobuf1.Empty, error) { out := new(google_protobuf1.Empty) - err := grpc.Invoke(ctx, "/gobgpapi.GobgpApi/ReplacePolicy", in, out, c.cc, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -func (c *gobgpApiClient) UpdatePolicy(ctx context.Context, in *UpdatePolicyRequest, opts ...grpc.CallOption) (*google_protobuf1.Empty, error) { - out := new(google_protobuf1.Empty) - err := grpc.Invoke(ctx, "/gobgpapi.GobgpApi/UpdatePolicy", in, out, c.cc, opts...) + err := grpc.Invoke(ctx, "/gobgpapi.GobgpApi/SetPolicies", in, out, c.cc, opts...) if err != nil { return nil, err } @@ -6512,15 +6426,6 @@ func (x *gobgpApiListDefinedSetClient) Recv() (*ListDefinedSetResponse, error) { return m, nil } -func (c *gobgpApiClient) ReplaceDefinedSet(ctx context.Context, in *ReplaceDefinedSetRequest, opts ...grpc.CallOption) (*google_protobuf1.Empty, error) { - out := new(google_protobuf1.Empty) - err := grpc.Invoke(ctx, "/gobgpapi.GobgpApi/ReplaceDefinedSet", in, out, c.cc, opts...) - if err != nil { - return nil, err - } - return out, nil -} - func (c *gobgpApiClient) AddStatement(ctx context.Context, in *AddStatementRequest, opts ...grpc.CallOption) (*google_protobuf1.Empty, error) { out := new(google_protobuf1.Empty) err := grpc.Invoke(ctx, "/gobgpapi.GobgpApi/AddStatement", in, out, c.cc, opts...) @@ -6571,15 +6476,6 @@ func (x *gobgpApiListStatementClient) Recv() (*ListStatementResponse, error) { return m, nil } -func (c *gobgpApiClient) ReplaceStatement(ctx context.Context, in *ReplaceStatementRequest, opts ...grpc.CallOption) (*google_protobuf1.Empty, error) { - out := new(google_protobuf1.Empty) - err := grpc.Invoke(ctx, "/gobgpapi.GobgpApi/ReplaceStatement", in, out, c.cc, opts...) - if err != nil { - return nil, err - } - return out, nil -} - func (c *gobgpApiClient) AddPolicyAssignment(ctx context.Context, in *AddPolicyAssignmentRequest, opts ...grpc.CallOption) (*google_protobuf1.Empty, error) { out := new(google_protobuf1.Empty) err := grpc.Invoke(ctx, "/gobgpapi.GobgpApi/AddPolicyAssignment", in, out, c.cc, opts...) @@ -6630,9 +6526,9 @@ func (x *gobgpApiListPolicyAssignmentClient) Recv() (*ListPolicyAssignmentRespon return m, nil } -func (c *gobgpApiClient) ReplacePolicyAssignment(ctx context.Context, in *ReplacePolicyAssignmentRequest, opts ...grpc.CallOption) (*google_protobuf1.Empty, error) { +func (c *gobgpApiClient) SetPolicyAssignment(ctx context.Context, in *SetPolicyAssignmentRequest, opts ...grpc.CallOption) (*google_protobuf1.Empty, error) { out := new(google_protobuf1.Empty) - err := grpc.Invoke(ctx, "/gobgpapi.GobgpApi/ReplacePolicyAssignment", in, out, c.cc, opts...) + err := grpc.Invoke(ctx, "/gobgpapi.GobgpApi/SetPolicyAssignment", in, out, c.cc, opts...) if err != nil { return nil, err } @@ -6824,20 +6720,17 @@ type GobgpApiServer interface { AddPolicy(context.Context, *AddPolicyRequest) (*google_protobuf1.Empty, error) DeletePolicy(context.Context, *DeletePolicyRequest) (*google_protobuf1.Empty, error) ListPolicy(*ListPolicyRequest, GobgpApi_ListPolicyServer) error - ReplacePolicy(context.Context, *ReplacePolicyRequest) (*google_protobuf1.Empty, error) - UpdatePolicy(context.Context, *UpdatePolicyRequest) (*google_protobuf1.Empty, error) + SetPolicies(context.Context, *SetPoliciesRequest) (*google_protobuf1.Empty, error) AddDefinedSet(context.Context, *AddDefinedSetRequest) (*google_protobuf1.Empty, error) DeleteDefinedSet(context.Context, *DeleteDefinedSetRequest) (*google_protobuf1.Empty, error) ListDefinedSet(*ListDefinedSetRequest, GobgpApi_ListDefinedSetServer) error - ReplaceDefinedSet(context.Context, *ReplaceDefinedSetRequest) (*google_protobuf1.Empty, error) AddStatement(context.Context, *AddStatementRequest) (*google_protobuf1.Empty, error) DeleteStatement(context.Context, *DeleteStatementRequest) (*google_protobuf1.Empty, error) ListStatement(*ListStatementRequest, GobgpApi_ListStatementServer) error - ReplaceStatement(context.Context, *ReplaceStatementRequest) (*google_protobuf1.Empty, error) AddPolicyAssignment(context.Context, *AddPolicyAssignmentRequest) (*google_protobuf1.Empty, error) DeletePolicyAssignment(context.Context, *DeletePolicyAssignmentRequest) (*google_protobuf1.Empty, error) ListPolicyAssignment(*ListPolicyAssignmentRequest, GobgpApi_ListPolicyAssignmentServer) error - ReplacePolicyAssignment(context.Context, *ReplacePolicyAssignmentRequest) (*google_protobuf1.Empty, error) + SetPolicyAssignment(context.Context, *SetPolicyAssignmentRequest) (*google_protobuf1.Empty, error) AddRpki(context.Context, *AddRpkiRequest) (*google_protobuf1.Empty, error) DeleteRpki(context.Context, *DeleteRpkiRequest) (*google_protobuf1.Empty, error) ListRpki(*ListRpkiRequest, GobgpApi_ListRpkiServer) error @@ -7386,38 +7279,20 @@ func (x *gobgpApiListPolicyServer) Send(m *ListPolicyResponse) error { return x.ServerStream.SendMsg(m) } -func _GobgpApi_ReplacePolicy_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(ReplacePolicyRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(GobgpApiServer).ReplacePolicy(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/gobgpapi.GobgpApi/ReplacePolicy", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(GobgpApiServer).ReplacePolicy(ctx, req.(*ReplacePolicyRequest)) - } - return interceptor(ctx, in, info, handler) -} - -func _GobgpApi_UpdatePolicy_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(UpdatePolicyRequest) +func _GobgpApi_SetPolicies_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(SetPoliciesRequest) if err := dec(in); err != nil { return nil, err } if interceptor == nil { - return srv.(GobgpApiServer).UpdatePolicy(ctx, in) + return srv.(GobgpApiServer).SetPolicies(ctx, in) } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/gobgpapi.GobgpApi/UpdatePolicy", + FullMethod: "/gobgpapi.GobgpApi/SetPolicies", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(GobgpApiServer).UpdatePolicy(ctx, req.(*UpdatePolicyRequest)) + return srv.(GobgpApiServer).SetPolicies(ctx, req.(*SetPoliciesRequest)) } return interceptor(ctx, in, info, handler) } @@ -7479,24 +7354,6 @@ func (x *gobgpApiListDefinedSetServer) Send(m *ListDefinedSetResponse) error { return x.ServerStream.SendMsg(m) } -func _GobgpApi_ReplaceDefinedSet_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(ReplaceDefinedSetRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(GobgpApiServer).ReplaceDefinedSet(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/gobgpapi.GobgpApi/ReplaceDefinedSet", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(GobgpApiServer).ReplaceDefinedSet(ctx, req.(*ReplaceDefinedSetRequest)) - } - return interceptor(ctx, in, info, handler) -} - func _GobgpApi_AddStatement_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { in := new(AddStatementRequest) if err := dec(in); err != nil { @@ -7554,24 +7411,6 @@ func (x *gobgpApiListStatementServer) Send(m *ListStatementResponse) error { return x.ServerStream.SendMsg(m) } -func _GobgpApi_ReplaceStatement_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(ReplaceStatementRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(GobgpApiServer).ReplaceStatement(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/gobgpapi.GobgpApi/ReplaceStatement", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(GobgpApiServer).ReplaceStatement(ctx, req.(*ReplaceStatementRequest)) - } - return interceptor(ctx, in, info, handler) -} - func _GobgpApi_AddPolicyAssignment_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { in := new(AddPolicyAssignmentRequest) if err := dec(in); err != nil { @@ -7629,20 +7468,20 @@ func (x *gobgpApiListPolicyAssignmentServer) Send(m *ListPolicyAssignmentRespons return x.ServerStream.SendMsg(m) } -func _GobgpApi_ReplacePolicyAssignment_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(ReplacePolicyAssignmentRequest) +func _GobgpApi_SetPolicyAssignment_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(SetPolicyAssignmentRequest) if err := dec(in); err != nil { return nil, err } if interceptor == nil { - return srv.(GobgpApiServer).ReplacePolicyAssignment(ctx, in) + return srv.(GobgpApiServer).SetPolicyAssignment(ctx, in) } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/gobgpapi.GobgpApi/ReplacePolicyAssignment", + FullMethod: "/gobgpapi.GobgpApi/SetPolicyAssignment", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(GobgpApiServer).ReplacePolicyAssignment(ctx, req.(*ReplacePolicyAssignmentRequest)) + return srv.(GobgpApiServer).SetPolicyAssignment(ctx, req.(*SetPolicyAssignmentRequest)) } return interceptor(ctx, in, info, handler) } @@ -7958,12 +7797,8 @@ var _GobgpApi_serviceDesc = grpc.ServiceDesc{ Handler: _GobgpApi_DeletePolicy_Handler, }, { - MethodName: "ReplacePolicy", - Handler: _GobgpApi_ReplacePolicy_Handler, - }, - { - MethodName: "UpdatePolicy", - Handler: _GobgpApi_UpdatePolicy_Handler, + MethodName: "SetPolicies", + Handler: _GobgpApi_SetPolicies_Handler, }, { MethodName: "AddDefinedSet", @@ -7974,10 +7809,6 @@ var _GobgpApi_serviceDesc = grpc.ServiceDesc{ Handler: _GobgpApi_DeleteDefinedSet_Handler, }, { - MethodName: "ReplaceDefinedSet", - Handler: _GobgpApi_ReplaceDefinedSet_Handler, - }, - { MethodName: "AddStatement", Handler: _GobgpApi_AddStatement_Handler, }, @@ -7986,10 +7817,6 @@ var _GobgpApi_serviceDesc = grpc.ServiceDesc{ Handler: _GobgpApi_DeleteStatement_Handler, }, { - MethodName: "ReplaceStatement", - Handler: _GobgpApi_ReplaceStatement_Handler, - }, - { MethodName: "AddPolicyAssignment", Handler: _GobgpApi_AddPolicyAssignment_Handler, }, @@ -7998,8 +7825,8 @@ var _GobgpApi_serviceDesc = grpc.ServiceDesc{ Handler: _GobgpApi_DeletePolicyAssignment_Handler, }, { - MethodName: "ReplacePolicyAssignment", - Handler: _GobgpApi_ReplacePolicyAssignment_Handler, + MethodName: "SetPolicyAssignment", + Handler: _GobgpApi_SetPolicyAssignment_Handler, }, { MethodName: "AddRpki", @@ -8110,487 +7937,482 @@ var _GobgpApi_serviceDesc = grpc.ServiceDesc{ func init() { proto.RegisterFile("gobgp.proto", fileDescriptor0) } var fileDescriptor0 = []byte{ - // 7709 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x7d, 0x4d, 0x6c, 0x1c, 0x47, - 0x76, 0xb0, 0xe7, 0x87, 0xc3, 0x99, 0x37, 0x7f, 0xcd, 0x22, 0x25, 0x52, 0x94, 0x2d, 0xc9, 0xbd, - 0xb6, 0x25, 0xd3, 0x16, 0xf5, 0x63, 0x9b, 0xf6, 0xca, 0x2b, 0xdb, 0x23, 0x72, 0x44, 0xcd, 0x8a, - 0x9c, 0x19, 0x37, 0x47, 0xb2, 0xbc, 0xdf, 0x1a, 0xbd, 0xcd, 0xe9, 0x9a, 0x61, 0x7f, 0x9e, 0xe9, - 0x6e, 0x77, 0xf7, 0xd0, 0x24, 0x02, 0x04, 0x92, 0xf7, 0x27, 0x01, 0x82, 0xbd, 0x24, 0xc7, 0x04, - 0xb9, 0x24, 0x08, 0x82, 0x45, 0x72, 0xdb, 0x9c, 0x93, 0x00, 0x49, 0x10, 0xec, 0x02, 0x39, 0xe6, - 0x98, 0x53, 0xae, 0x39, 0xe4, 0x12, 0x04, 0x39, 0x05, 0xf5, 0xd3, 0xdd, 0xd5, 0x3f, 0x43, 0x8e, - 0x64, 0xed, 0x3a, 0x0b, 0xec, 0x89, 0x53, 0xef, 0xbd, 0x7a, 0xf5, 0xaa, 0xea, 0xd5, 0xab, 0xf7, - 0xaa, 0xaa, 0x1f, 0xa1, 0x3c, 0xb4, 0xf6, 0x87, 0xf6, 0xba, 0xed, 0x58, 0x9e, 0x85, 0x8a, 0xb4, - 0xa0, 0xd9, 0xc6, 0xea, 0xb9, 0xa1, 0x65, 0x0d, 0x47, 0xf8, 0x1a, 0x85, 0xef, 0x4f, 0x06, 0xd7, - 0x34, 0xf3, 0x98, 0x11, 0xad, 0x9e, 0x8f, 0xa3, 0xf0, 0xd8, 0xf6, 0x38, 0x52, 0x7e, 0x1f, 0xea, - 0x7b, 0x9e, 0xe6, 0x78, 0x77, 0x86, 0xb6, 0x82, 0xbf, 0x98, 0x60, 0xd7, 0x43, 0x57, 0xa0, 0x30, - 0x1c, 0x59, 0xfb, 0xda, 0x68, 0x25, 0x73, 0x29, 0x73, 0xa5, 0x7c, 0x53, 0x5a, 0xf7, 0x5b, 0x59, - 0xdf, 0xa6, 0x70, 0x85, 0xe3, 0x65, 0x09, 0x6a, 0x7b, 0x9e, 0x65, 0x87, 0x75, 0xe5, 0x3a, 0x54, - 0xb7, 0xb1, 0xc0, 0x4c, 0xbe, 0x05, 0x35, 0x1f, 0xe0, 0xda, 0x96, 0xe9, 0xe2, 0xa7, 0x60, 0xff, - 0x36, 0xd4, 0x1a, 0xba, 0xde, 0xc5, 0xd8, 0xf1, 0x45, 0x93, 0x21, 0x6f, 0x63, 0xec, 0xf0, 0x9a, - 0xb5, 0xb0, 0x26, 0x25, 0xa2, 0x38, 0xf9, 0x3e, 0x2c, 0x6c, 0xe1, 0x11, 0xf6, 0xb0, 0x58, 0x71, - 0x05, 0xe6, 0x35, 0x5d, 0x77, 0xb0, 0xeb, 0xd2, 0xba, 0x25, 0xc5, 0x2f, 0xa2, 0x17, 0xa1, 0x64, - 0x98, 0x1e, 0x76, 0x06, 0x5a, 0x1f, 0xaf, 0x64, 0x29, 0x2e, 0x04, 0xc8, 0x9f, 0x40, 0x7d, 0xc7, - 0x70, 0xbd, 0xd9, 0x58, 0xad, 0x81, 0x84, 0x4d, 0x6d, 0x7f, 0x84, 0x1b, 0xfa, 0x21, 0x76, 0x3c, - 0xc3, 0xc5, 0x3a, 0xe5, 0x58, 0x54, 0x12, 0x70, 0x79, 0x03, 0xa4, 0x90, 0x31, 0x1f, 0x99, 0x59, - 0x7a, 0xf7, 0x03, 0x58, 0x78, 0x60, 0xeb, 0x5a, 0xb4, 0x77, 0x33, 0x54, 0x44, 0x97, 0x41, 0xd2, - 0x2d, 0xd5, 0xb5, 0x06, 0x9e, 0xea, 0x60, 0x17, 0x7b, 0xaa, 0x61, 0x72, 0xe1, 0xaa, 0xba, 0xb5, - 0x67, 0x0d, 0x3c, 0x85, 0x40, 0x5b, 0xa6, 0xbc, 0x09, 0x48, 0x6c, 0x81, 0xcb, 0x76, 0x15, 0x16, - 0x4d, 0x8c, 0x75, 0x37, 0xc6, 0x21, 0xc3, 0xba, 0x47, 0x51, 0x22, 0x93, 0x7f, 0xcf, 0x80, 0x44, - 0x7f, 0xcf, 0x36, 0x72, 0xaf, 0x40, 0xb5, 0x6f, 0x8d, 0xc7, 0x13, 0xd3, 0xe8, 0x6b, 0x9e, 0x61, - 0x99, 0x7c, 0x22, 0xa2, 0x40, 0x84, 0x20, 0x4f, 0x5a, 0x5f, 0xc9, 0xd1, 0x46, 0xe9, 0x6f, 0x74, - 0x1f, 0x4a, 0xba, 0xe1, 0xe0, 0x3e, 0xad, 0x95, 0xbf, 0x94, 0xb9, 0x52, 0xbb, 0x79, 0x35, 0xec, - 0x7f, 0x5c, 0x84, 0xf5, 0x40, 0xc6, 0x2d, 0xbf, 0x92, 0x12, 0xd6, 0x97, 0xaf, 0x01, 0x4a, 0x12, - 0xa0, 0x02, 0x64, 0x5b, 0x6d, 0xe9, 0x05, 0x34, 0x0f, 0xb9, 0xce, 0x83, 0x9e, 0x94, 0x41, 0x45, - 0xc8, 0xdf, 0xe9, 0xf4, 0xee, 0x49, 0x59, 0xf9, 0x01, 0x2c, 0xee, 0x1d, 0x4c, 0x3c, 0xdd, 0xfa, - 0xd2, 0x7c, 0x8e, 0x1d, 0x95, 0xaf, 0xc2, 0x42, 0x93, 0x2a, 0xcc, 0x4c, 0x4c, 0xe5, 0x1e, 0xa0, - 0x2d, 0xc3, 0x9d, 0x99, 0x7e, 0x46, 0x21, 0xee, 0x01, 0xda, 0xb5, 0x4c, 0xc3, 0xb3, 0x9c, 0xd9, - 0xb8, 0xae, 0xc0, 0x7c, 0x7f, 0xe2, 0x38, 0xd8, 0xf4, 0xb8, 0x5e, 0xf9, 0x45, 0xf9, 0xdb, 0xb0, - 0x18, 0xe1, 0xf4, 0x14, 0xea, 0xde, 0x82, 0x45, 0x6e, 0x02, 0xb6, 0x1d, 0x6b, 0x12, 0x98, 0xa8, - 0x9b, 0x00, 0x04, 0xad, 0x0e, 0x09, 0x90, 0x33, 0x58, 0x8c, 0x32, 0x60, 0xf4, 0x25, 0xdb, 0xff, - 0x29, 0xbf, 0x09, 0x67, 0x43, 0xbb, 0x10, 0xe1, 0x86, 0x20, 0x6f, 0x6a, 0x63, 0xcc, 0x3b, 0x44, - 0x7f, 0xcb, 0x13, 0x38, 0x1b, 0xae, 0x82, 0xaf, 0xdb, 0xf6, 0xec, 0x8b, 0xef, 0x1e, 0x2c, 0x27, - 0x9a, 0x7d, 0xb6, 0x15, 0xa8, 0xc1, 0xb9, 0x86, 0xae, 0x6f, 0x1d, 0x9b, 0xda, 0xd8, 0xe8, 0xb7, - 0xb1, 0x31, 0x3c, 0xd8, 0xb7, 0x82, 0x59, 0xdc, 0x02, 0x49, 0x67, 0x18, 0xd5, 0xe4, 0x28, 0xde, - 0x93, 0x73, 0x61, 0x4f, 0xe2, 0x75, 0xeb, 0x7a, 0x14, 0x20, 0xff, 0x0e, 0xb3, 0xcf, 0x9a, 0x77, - 0xe0, 0xf3, 0x5d, 0x87, 0xa2, 0x83, 0x5d, 0x6b, 0xe2, 0xf4, 0xd9, 0x68, 0xd6, 0x6e, 0xa2, 0xc8, - 0x62, 0xa4, 0x18, 0x25, 0xa0, 0x41, 0x67, 0xa0, 0x70, 0xe8, 0x0c, 0x54, 0x43, 0xe7, 0x2a, 0x38, - 0x77, 0xe8, 0x0c, 0x5a, 0x3a, 0xd5, 0x0c, 0xcd, 0x3b, 0xa0, 0x0b, 0x3d, 0xaa, 0x19, 0xa4, 0x2d, - 0x8a, 0x93, 0x5f, 0x85, 0x7a, 0xd0, 0x38, 0x1f, 0x21, 0x04, 0xf9, 0xc9, 0xc4, 0xd0, 0x69, 0xcb, - 0x15, 0x85, 0xfe, 0x96, 0x7f, 0x96, 0x09, 0xb6, 0x83, 0xe7, 0x2f, 0xe7, 0x59, 0x28, 0x0c, 0xb4, - 0xb1, 0x31, 0x3a, 0xa6, 0x92, 0x56, 0x15, 0x5e, 0x0a, 0xe4, 0xcf, 0x4f, 0x97, 0x3f, 0x10, 0x76, - 0x4e, 0x10, 0xf6, 0x4f, 0x33, 0x7c, 0xbb, 0x11, 0x44, 0x7d, 0x0d, 0xf2, 0xde, 0xb1, 0x7d, 0x92, - 0x98, 0x14, 0x1f, 0x28, 0x71, 0x36, 0x54, 0xe2, 0xa9, 0xf2, 0xbd, 0x0b, 0x45, 0xdb, 0xc1, 0x03, - 0xe3, 0x08, 0xbb, 0x2b, 0xf9, 0x4b, 0xb9, 0x2b, 0xe5, 0x9b, 0xe7, 0x43, 0xbe, 0x3d, 0x62, 0x48, - 0x76, 0x2c, 0xeb, 0xf3, 0x89, 0xdd, 0xa5, 0x44, 0x4a, 0x40, 0x2c, 0xdf, 0xe7, 0xbb, 0x96, 0x38, - 0xea, 0xef, 0x42, 0x59, 0xc7, 0xae, 0x67, 0x98, 0xcc, 0x96, 0x30, 0x35, 0x3a, 0x23, 0xa8, 0x51, - 0x88, 0x54, 0x44, 0x4a, 0xf9, 0x87, 0x19, 0x58, 0xe2, 0x53, 0xb8, 0xe7, 0x39, 0x58, 0x1b, 0x3f, - 0xe7, 0xd9, 0x79, 0x05, 0xe6, 0xc8, 0x48, 0xbb, 0x2b, 0x39, 0xda, 0xc5, 0xf8, 0x34, 0x30, 0xa4, - 0x8c, 0xa1, 0xbe, 0x8d, 0x3d, 0xda, 0xe9, 0xa7, 0x1d, 0xf2, 0x70, 0x78, 0xb3, 0x91, 0xe1, 0xf5, - 0xa7, 0x22, 0x27, 0xd8, 0x93, 0x63, 0x90, 0xc2, 0x66, 0xf8, 0xc8, 0x5d, 0x86, 0xba, 0x39, 0x19, - 0xab, 0xe2, 0xe8, 0x11, 0x8d, 0xc9, 0x2b, 0x35, 0x73, 0x32, 0x16, 0x86, 0x0d, 0x9d, 0x83, 0x22, - 0x21, 0xa4, 0x3a, 0x35, 0x47, 0x29, 0xe6, 0xcd, 0xc9, 0x98, 0xf4, 0x02, 0xbd, 0x0c, 0x15, 0x82, - 0xd2, 0xfa, 0x7d, 0x6c, 0x7b, 0x58, 0x5f, 0x29, 0x50, 0x74, 0xd9, 0x9c, 0x8c, 0x1b, 0x1c, 0x24, - 0xff, 0x79, 0x26, 0xb0, 0xbf, 0xcf, 0xd4, 0xcd, 0xa7, 0xd1, 0x2c, 0x61, 0x13, 0xc8, 0x47, 0x36, - 0x01, 0x74, 0x11, 0xca, 0xb6, 0xe5, 0x7a, 0xaa, 0x6d, 0x8d, 0x8c, 0xfe, 0x31, 0xed, 0x46, 0x51, - 0x01, 0x02, 0xea, 0x52, 0x88, 0x7c, 0x0b, 0x96, 0xa2, 0x52, 0x0a, 0xdb, 0x04, 0xe9, 0x78, 0xe6, - 0x04, 0x63, 0x70, 0x1d, 0xaa, 0x0d, 0x5d, 0x7f, 0xe8, 0x0c, 0xfc, 0xbe, 0x5d, 0x84, 0xdc, 0xa1, - 0x33, 0xe0, 0x75, 0xaa, 0x61, 0x1d, 0x42, 0x42, 0x30, 0xf2, 0x6b, 0x20, 0x31, 0xb3, 0x20, 0x54, - 0x4a, 0xdb, 0x07, 0x5e, 0x81, 0x1a, 0xd1, 0xf8, 0x53, 0xa8, 0x6e, 0xb2, 0x75, 0x4b, 0xa9, 0xb8, - 0xd8, 0xa7, 0x4a, 0x70, 0x04, 0x12, 0xd1, 0x7e, 0xda, 0x79, 0xc1, 0xf5, 0xe6, 0xe3, 0x93, 0xf0, - 0x8d, 0x39, 0x21, 0xc7, 0xa3, 0x5b, 0x70, 0xce, 0xc1, 0x03, 0xec, 0xa8, 0xf8, 0xc8, 0x20, 0x8a, - 0x32, 0x54, 0x5d, 0x4f, 0xf3, 0xf0, 0x18, 0x9b, 0x9e, 0xcb, 0xb7, 0x96, 0x65, 0x4a, 0xd0, 0xe4, - 0xf8, 0xbd, 0x00, 0x2d, 0x7f, 0x95, 0x81, 0x45, 0x6e, 0x13, 0x9f, 0xb1, 0xf5, 0x6b, 0xb0, 0x68, - 0x93, 0x1d, 0xc8, 0x39, 0xc4, 0xc9, 0x76, 0x91, 0x8f, 0x0a, 0x9b, 0x44, 0x12, 0xe4, 0xb4, 0xd1, - 0x88, 0x7b, 0x6e, 0xe4, 0xa7, 0x7c, 0x19, 0x16, 0xa8, 0x29, 0x89, 0x48, 0x90, 0x36, 0xb6, 0x1f, - 0x00, 0x12, 0x09, 0xc3, 0x28, 0x62, 0x36, 0x59, 0xe5, 0xbf, 0xce, 0xc0, 0x92, 0x82, 0xed, 0x91, - 0xd6, 0xc7, 0xdf, 0xc0, 0x60, 0x4f, 0x1b, 0xaa, 0xdc, 0xb4, 0xa1, 0x92, 0xc7, 0xb0, 0xc8, 0x5d, - 0x80, 0x98, 0xb4, 0x79, 0x17, 0x7b, 0xc4, 0xeb, 0x22, 0xc6, 0x6c, 0x49, 0xb4, 0xaf, 0x03, 0xc3, - 0xc4, 0xfa, 0x1e, 0xf6, 0x14, 0x4a, 0x81, 0xde, 0x84, 0x22, 0x95, 0xdb, 0xc0, 0x44, 0xb8, 0x5c, - 0x6a, 0xcf, 0x02, 0x0a, 0xf9, 0x03, 0x6a, 0x84, 0x05, 0x26, 0x81, 0x75, 0xc8, 0xb9, 0xd8, 0xe3, - 0x43, 0x93, 0xde, 0x1c, 0x21, 0x90, 0xf7, 0x60, 0x99, 0xe9, 0xd2, 0x33, 0xb3, 0xf0, 0x95, 0x23, - 0x1b, 0x2a, 0xc7, 0x43, 0x38, 0x43, 0xe6, 0x3c, 0xc9, 0xf2, 0xf5, 0x88, 0xcd, 0x3a, 0x93, 0xe0, - 0xd9, 0x3b, 0xb6, 0x4f, 0x30, 0x5b, 0xf2, 0x47, 0x70, 0x36, 0xce, 0x97, 0xeb, 0xd3, 0xac, 0xdd, - 0xbd, 0x03, 0x2b, 0x5c, 0x99, 0x9e, 0x7d, 0xc8, 0xee, 0x51, 0xa7, 0x36, 0x98, 0x72, 0xbf, 0xfa, - 0x0d, 0x28, 0x05, 0x0a, 0x92, 0xf4, 0x2b, 0x43, 0xf2, 0x90, 0x4a, 0xfe, 0xcc, 0xf7, 0x69, 0x9f, - 0x03, 0xb3, 0x94, 0x69, 0x58, 0x83, 0x25, 0x32, 0x5c, 0x09, 0xe6, 0x69, 0xcb, 0xf4, 0xbb, 0x6c, - 0xca, 0x04, 0x5a, 0x3e, 0xb2, 0xcf, 0xd0, 0xad, 0x1d, 0x58, 0xe6, 0x83, 0xfc, 0x3c, 0x06, 0xe9, - 0x11, 0xac, 0x06, 0x86, 0xb6, 0xe1, 0xba, 0xc6, 0xd0, 0x14, 0x19, 0xde, 0x02, 0xd0, 0x02, 0x20, - 0xe7, 0xb8, 0x1a, 0x5f, 0x2f, 0x42, 0x35, 0x81, 0x5a, 0x1e, 0xc3, 0x4b, 0xa2, 0x1d, 0x7d, 0xae, - 0xcc, 0x53, 0xa6, 0xe3, 0xff, 0xc3, 0xf9, 0xd0, 0x12, 0x26, 0x1b, 0x4b, 0x99, 0x15, 0xf4, 0xae, - 0x18, 0x1e, 0x67, 0xe9, 0xa2, 0x39, 0x17, 0x6f, 0x3f, 0x35, 0x14, 0xfe, 0x1e, 0xbc, 0x98, 0xde, - 0x16, 0x9f, 0xd5, 0xaf, 0x33, 0x6c, 0xdf, 0x87, 0x0b, 0x11, 0x83, 0xfc, 0x7c, 0x27, 0xe5, 0x7b, - 0x34, 0x2a, 0x51, 0xec, 0xcf, 0x8d, 0xd3, 0x63, 0x56, 0x04, 0x79, 0xdb, 0x72, 0x3c, 0xee, 0xbf, - 0xd1, 0xdf, 0x68, 0x15, 0x8a, 0x23, 0x63, 0x80, 0x3d, 0x83, 0x7b, 0x70, 0x39, 0x25, 0x28, 0xcb, - 0x0d, 0x3f, 0x98, 0x78, 0x66, 0xf6, 0xf2, 0xeb, 0xcc, 0x55, 0x10, 0x19, 0x84, 0xce, 0x54, 0x46, - 0x74, 0xa6, 0xe4, 0x5b, 0xcc, 0xdb, 0x66, 0xa4, 0x81, 0x9d, 0x2a, 0xd0, 0x0d, 0x23, 0x25, 0x6c, - 0xa6, 0x74, 0x1c, 0x4b, 0x24, 0x65, 0x47, 0x08, 0xcf, 0x2e, 0xe9, 0x9d, 0xe0, 0x58, 0xe1, 0xd9, - 0x79, 0xf4, 0xf8, 0x31, 0xd0, 0xb3, 0x4f, 0x47, 0xca, 0xa1, 0x8f, 0xbc, 0xce, 0xec, 0x12, 0x61, - 0x1a, 0xf1, 0x68, 0xa7, 0x0d, 0xe4, 0x7b, 0xcc, 0x36, 0x09, 0xf4, 0xa1, 0x93, 0xe6, 0x58, 0x5a, - 0xd2, 0x49, 0x53, 0x2c, 0x4d, 0x21, 0x18, 0xf9, 0x97, 0x19, 0x40, 0x6c, 0x1c, 0xbf, 0x87, 0xf7, - 0x1d, 0xcd, 0x6f, 0x48, 0x82, 0xdc, 0xc4, 0x19, 0x71, 0xf1, 0xc9, 0x4f, 0xe2, 0xde, 0x3a, 0xd6, - 0xc4, 0xc3, 0x2a, 0xd9, 0x7b, 0xd8, 0xbe, 0x5b, 0x52, 0x80, 0x82, 0xc8, 0x9e, 0x44, 0x8f, 0x47, - 0x0e, 0xb1, 0xe3, 0x92, 0x75, 0xc8, 0x5c, 0x66, 0xbf, 0x88, 0xde, 0x86, 0xb3, 0x26, 0x3e, 0xf2, - 0x0e, 0x2c, 0x5b, 0xf5, 0x1c, 0x63, 0x38, 0x24, 0x7e, 0x06, 0x6d, 0x92, 0xbb, 0xd0, 0x4b, 0x1c, - 0xdb, 0x63, 0x48, 0x26, 0x0e, 0xba, 0x09, 0x67, 0xe2, 0xb5, 0x74, 0x3c, 0xd2, 0x98, 0x67, 0x5d, - 0x55, 0x16, 0xa3, 0x95, 0xb6, 0x08, 0x4a, 0x1e, 0x82, 0xc4, 0x6a, 0xef, 0x3a, 0xc1, 0x52, 0x3b, - 0x0f, 0x25, 0x7d, 0x32, 0xb6, 0xd5, 0x60, 0x5b, 0x9d, 0x53, 0x8a, 0x04, 0x40, 0xa4, 0x26, 0x6b, - 0x61, 0x60, 0x8c, 0xb0, 0xb0, 0x8f, 0x06, 0x65, 0x82, 0xa3, 0xe7, 0xa4, 0x87, 0x1a, 0xf3, 0xeb, - 0xf2, 0x4a, 0x50, 0x96, 0x17, 0x61, 0x81, 0xab, 0x4e, 0xd8, 0x92, 0xfc, 0x77, 0x19, 0xea, 0xa5, - 0xdf, 0x19, 0xdb, 0xcf, 0xa6, 0x09, 0xdf, 0xe1, 0x7b, 0x7f, 0x8e, 0x9a, 0xb1, 0x2b, 0xe1, 0x6c, - 0x45, 0x98, 0xae, 0xf3, 0x20, 0xc2, 0x30, 0x87, 0xdc, 0xd7, 0xa1, 0xb5, 0xe4, 0x4d, 0x90, 0xe2, - 0x18, 0x34, 0x0f, 0xb9, 0xae, 0xd2, 0x94, 0x5e, 0x40, 0x45, 0xc8, 0x77, 0x3b, 0x7b, 0x91, 0xb3, - 0x3d, 0x54, 0x82, 0xb9, 0x9d, 0xce, 0x66, 0x63, 0x47, 0xca, 0x11, 0xba, 0xc6, 0xce, 0x8e, 0x94, - 0x97, 0x3f, 0xf2, 0xa3, 0x86, 0x67, 0xed, 0x84, 0xfc, 0x67, 0x39, 0xa8, 0x29, 0xdd, 0xfb, 0xad, - 0x87, 0xda, 0xc8, 0xd0, 0x59, 0x74, 0xf7, 0x36, 0xcc, 0xd1, 0xcd, 0x8a, 0x3b, 0x35, 0x17, 0x04, - 0x35, 0x8c, 0x10, 0xb2, 0xdd, 0x4d, 0x61, 0xc4, 0xe8, 0x5d, 0x28, 0x38, 0x58, 0x73, 0x03, 0xb3, - 0x7e, 0x71, 0x6a, 0x35, 0x85, 0x92, 0x29, 0x9c, 0x1c, 0x5d, 0x86, 0xf9, 0xb1, 0xe6, 0xf5, 0x0f, - 0xb0, 0xce, 0x03, 0xe3, 0x98, 0xde, 0xfb, 0x58, 0x74, 0x1d, 0x2a, 0x13, 0x93, 0x17, 0x54, 0xcd, - 0x3f, 0x29, 0x88, 0x51, 0x97, 0x03, 0x92, 0x86, 0x8b, 0xde, 0x03, 0x29, 0xac, 0x31, 0xc2, 0xe6, - 0x90, 0xc6, 0xab, 0x29, 0xb5, 0xea, 0x01, 0xd9, 0x0e, 0xa5, 0x92, 0xbb, 0x30, 0x47, 0x7b, 0x87, - 0x6a, 0x00, 0x7b, 0xbd, 0x46, 0xaf, 0xa9, 0xb6, 0x3b, 0x6d, 0x32, 0x33, 0x8b, 0x50, 0xf7, 0xcb, - 0x3d, 0xf5, 0x6e, 0xe7, 0x41, 0x7b, 0x4b, 0xca, 0xa0, 0x3a, 0x94, 0x19, 0xf0, 0x61, 0x63, 0xa7, - 0xb5, 0x25, 0x65, 0xd1, 0x02, 0x54, 0x19, 0xa0, 0xd5, 0x66, 0xa0, 0x9c, 0xfc, 0x3e, 0x14, 0x58, - 0xc7, 0x09, 0xb5, 0xd2, 0x6c, 0xec, 0x75, 0x7a, 0x3e, 0xcf, 0x2a, 0x94, 0x28, 0xa0, 0xad, 0x36, - 0xf6, 0xa4, 0x0c, 0xa9, 0xcc, 0x8b, 0x3b, 0xcd, 0xf6, 0x36, 0x3d, 0xd7, 0xfd, 0xd7, 0x39, 0xc8, - 0x77, 0xf9, 0x29, 0x8d, 0x39, 0x72, 0x0c, 0xff, 0x48, 0x89, 0xfc, 0x26, 0x56, 0xc6, 0xd6, 0x3c, - 0xcf, 0x61, 0xab, 0xbc, 0xa2, 0xf0, 0x12, 0xdd, 0xb0, 0x87, 0xfe, 0x9e, 0x41, 0x7e, 0x92, 0xda, - 0xfb, 0xd8, 0xf5, 0x43, 0x61, 0xfa, 0x9b, 0x18, 0x0a, 0xc3, 0x55, 0xbf, 0x34, 0xbc, 0x03, 0xdd, - 0xd1, 0xbe, 0xf4, 0xe3, 0x60, 0xc3, 0xfd, 0x84, 0x43, 0xd0, 0x05, 0x80, 0xc3, 0x60, 0xf2, 0x68, - 0x3c, 0x3f, 0xa7, 0x08, 0x10, 0xd4, 0x84, 0x85, 0xb0, 0xa4, 0xea, 0xd8, 0xd3, 0x8c, 0xd1, 0xca, - 0x3c, 0xb5, 0x60, 0x2b, 0xd3, 0x74, 0x40, 0x91, 0xc2, 0x2a, 0x5b, 0xb4, 0x06, 0xba, 0x0e, 0x4b, - 0xa6, 0xa5, 0x1a, 0x63, 0x9b, 0xc4, 0x01, 0x5e, 0x28, 0x50, 0x91, 0x05, 0x26, 0xa6, 0xd5, 0xe2, - 0xa8, 0x40, 0xb0, 0xd0, 0xba, 0x96, 0x22, 0x31, 0xff, 0x4b, 0x00, 0xec, 0xbc, 0x40, 0xd5, 0x5c, - 0x73, 0x05, 0x28, 0xae, 0xc4, 0x20, 0x0d, 0xd7, 0x24, 0x06, 0x86, 0xa3, 0x0d, 0x7d, 0xa5, 0xcc, - 0x8c, 0x08, 0x03, 0xb4, 0x74, 0x6e, 0x60, 0x3c, 0xec, 0x60, 0x7d, 0xa5, 0x42, 0x5b, 0x0e, 0xca, - 0x68, 0x89, 0xae, 0x8b, 0x11, 0x5e, 0xa9, 0x52, 0x04, 0x2b, 0xa0, 0x2b, 0x20, 0x19, 0xae, 0x3a, - 0x70, 0xac, 0xb1, 0x8a, 0x8f, 0x3c, 0xec, 0x98, 0xda, 0x68, 0xa5, 0x46, 0x09, 0x6a, 0x86, 0x7b, - 0xd7, 0xb1, 0xc6, 0x4d, 0x0e, 0x25, 0x23, 0xed, 0x1f, 0x6e, 0xaa, 0x86, 0xbd, 0x52, 0xa7, 0x4d, - 0x83, 0x0f, 0x6a, 0xd9, 0xc1, 0x11, 0x9c, 0x14, 0x1e, 0xc1, 0xa1, 0x37, 0x01, 0x19, 0xae, 0xea, - 0x5b, 0x56, 0xc3, 0xa4, 0xe3, 0xb6, 0xb2, 0xc0, 0x0e, 0x59, 0x0d, 0xb7, 0xcd, 0x10, 0x2d, 0x06, - 0x27, 0x73, 0x65, 0xe8, 0xd8, 0xf4, 0x8c, 0x81, 0x81, 0x9d, 0x15, 0x44, 0xbb, 0x2e, 0x40, 0xd0, - 0xeb, 0x20, 0x8d, 0xac, 0xbe, 0x36, 0x52, 0x05, 0xaa, 0x45, 0x4a, 0x55, 0xa7, 0xf0, 0x56, 0x48, - 0x7a, 0x0d, 0x8a, 0x9a, 0x79, 0xac, 0x52, 0x6d, 0x5b, 0x0a, 0x22, 0x08, 0x6b, 0x38, 0xc2, 0xeb, - 0xfe, 0xc5, 0xdd, 0x7a, 0xc3, 0x3c, 0x56, 0xe6, 0x35, 0xf3, 0xb8, 0x4d, 0xd4, 0xf0, 0x2d, 0x00, - 0x52, 0x81, 0xab, 0xe2, 0x99, 0x20, 0x2c, 0x4c, 0x56, 0x29, 0x69, 0xe6, 0x71, 0x97, 0x92, 0xc9, - 0xf7, 0xa1, 0x2c, 0x1e, 0x2c, 0x11, 0x55, 0xa6, 0x67, 0x7b, 0xdc, 0x74, 0xf1, 0x52, 0x78, 0x74, - 0x96, 0x3d, 0xe9, 0xe8, 0x6c, 0x0c, 0x0b, 0x89, 0xc3, 0xc2, 0xa9, 0x2c, 0x3f, 0x82, 0xea, 0x88, - 0xd2, 0xa9, 0x96, 0x2d, 0x78, 0xa3, 0xe9, 0x07, 0x8f, 0x1d, 0x4a, 0xa2, 0x54, 0x46, 0x42, 0x49, - 0xfe, 0x8f, 0x3c, 0xe4, 0xbb, 0x18, 0x3b, 0x54, 0x69, 0x88, 0xea, 0x91, 0x00, 0x97, 0x84, 0xc3, - 0x55, 0x25, 0x28, 0xa3, 0xf7, 0xa0, 0xa2, 0xd9, 0xf6, 0xe8, 0xd8, 0x3f, 0x67, 0xca, 0xc6, 0x8f, - 0x23, 0x1b, 0x04, 0xcb, 0x77, 0x86, 0xb2, 0x16, 0x16, 0xd0, 0x6b, 0x90, 0xef, 0x5b, 0xe6, 0x80, - 0x1f, 0x3a, 0xa3, 0xe8, 0x89, 0xfe, 0xa6, 0x65, 0x0e, 0x14, 0x8a, 0x47, 0xef, 0x43, 0x15, 0xef, - 0x0f, 0x6d, 0x75, 0x3c, 0x19, 0x79, 0xc6, 0x81, 0x65, 0xf3, 0x53, 0xde, 0xb3, 0x61, 0x85, 0xe6, - 0xfe, 0xd0, 0xde, 0xe5, 0x58, 0xa5, 0x82, 0x85, 0x12, 0x6a, 0x40, 0x9d, 0xb9, 0x09, 0x0e, 0x1e, - 0x8c, 0x70, 0xdf, 0xb3, 0x1c, 0x6a, 0x01, 0xa2, 0x4b, 0x97, 0x10, 0x28, 0x3e, 0x5e, 0xa9, 0x39, - 0x91, 0x32, 0x7a, 0xdd, 0xdf, 0x2e, 0x0a, 0x69, 0x57, 0x0f, 0x91, 0x3d, 0xe2, 0x0a, 0x14, 0x88, - 0xdb, 0xea, 0xb8, 0xdc, 0x3e, 0x08, 0xe7, 0x00, 0x3d, 0x0a, 0x57, 0x38, 0x9e, 0x84, 0x55, 0x9e, - 0xa3, 0x99, 0x2e, 0xdd, 0xaf, 0x8a, 0x71, 0xc6, 0x3d, 0x1f, 0xa5, 0x84, 0x54, 0x64, 0xa4, 0x59, - 0x57, 0xb8, 0x3f, 0x5a, 0x8a, 0x8f, 0x34, 0xed, 0xc7, 0x1e, 0x45, 0x2a, 0xcc, 0x39, 0x62, 0x05, - 0xb4, 0x05, 0xd2, 0xd0, 0xd1, 0xfa, 0x78, 0x30, 0x19, 0xa9, 0x0e, 0x76, 0x3d, 0xcd, 0xf1, 0xa8, - 0xd9, 0x88, 0xdc, 0x3e, 0x6c, 0x73, 0x0a, 0x85, 0x11, 0x28, 0xf5, 0x61, 0x14, 0x80, 0xd6, 0xa1, - 0xa4, 0x0d, 0x0c, 0xd5, 0xd5, 0x06, 0x86, 0xbb, 0x52, 0xa6, 0x7a, 0xba, 0x20, 0x4c, 0xf3, 0xc0, - 0xd8, 0xd3, 0x06, 0x86, 0x52, 0xd4, 0xd8, 0x0f, 0x17, 0x5d, 0x83, 0x92, 0xa6, 0xeb, 0x2a, 0xd3, - 0xeb, 0x4a, 0x7c, 0x92, 0xf9, 0x41, 0xb4, 0xab, 0x14, 0x35, 0xfe, 0x4b, 0xfe, 0x9f, 0x3c, 0x94, - 0x82, 0x6b, 0x98, 0x5f, 0x91, 0xd2, 0xbd, 0x11, 0x51, 0xba, 0xe5, 0x94, 0x6b, 0xa4, 0xff, 0x43, - 0x9a, 0xf7, 0x26, 0xe4, 0x0d, 0x73, 0x60, 0x71, 0xc5, 0x5b, 0x49, 0x11, 0x96, 0x69, 0x1f, 0xa5, - 0xfa, 0xad, 0xf2, 0x7d, 0x2d, 0xe5, 0xbb, 0x07, 0xf5, 0xd8, 0xfd, 0xdb, 0x54, 0xcb, 0xfa, 0x52, - 0xe4, 0x42, 0x92, 0x3f, 0x61, 0x08, 0xef, 0x3d, 0xff, 0x39, 0x03, 0x65, 0x41, 0xff, 0xd0, 0xbb, - 0x50, 0x32, 0x4c, 0x35, 0x72, 0xf2, 0x79, 0x52, 0x68, 0x5d, 0x34, 0x4c, 0x5e, 0xf1, 0x43, 0xa8, - 0xe2, 0x23, 0x32, 0xfa, 0x51, 0x35, 0x3f, 0xa9, 0x72, 0x85, 0x55, 0x08, 0x19, 0x18, 0x63, 0x91, - 0x41, 0xee, 0x74, 0x06, 0xac, 0x02, 0xbf, 0x22, 0xf8, 0x5d, 0x28, 0xb3, 0x5d, 0x66, 0xc7, 0x18, - 0x1b, 0x53, 0xc3, 0x3d, 0xf4, 0x32, 0x54, 0xc6, 0xda, 0x91, 0x1a, 0x5c, 0x71, 0x31, 0xff, 0xbb, - 0x3c, 0xd6, 0x8e, 0xba, 0x1c, 0x44, 0x62, 0x2e, 0x97, 0x5f, 0xdc, 0xab, 0xde, 0x81, 0x83, 0xdd, - 0x03, 0x6b, 0xa4, 0xab, 0x76, 0xdf, 0xe3, 0xc1, 0xd9, 0x92, 0x8f, 0xed, 0xf9, 0xc8, 0x6e, 0xdf, - 0x93, 0xff, 0xb2, 0x00, 0x45, 0x7f, 0x37, 0x40, 0xdf, 0x82, 0xaa, 0x36, 0xf1, 0x0e, 0x54, 0x5b, - 0x73, 0xdd, 0x2f, 0x2d, 0x47, 0xe7, 0xb3, 0x52, 0x21, 0xc0, 0x2e, 0x87, 0xa1, 0x4b, 0xf4, 0x72, - 0xac, 0xef, 0x18, 0xb6, 0x70, 0xd1, 0x2e, 0x82, 0xd0, 0x39, 0x28, 0x32, 0x17, 0x41, 0x73, 0xfd, - 0xc0, 0x90, 0x96, 0x1b, 0x2e, 0xf1, 0x1e, 0x02, 0x07, 0xc6, 0x0f, 0x31, 0xf2, 0x94, 0x43, 0xdd, - 0x87, 0x37, 0x78, 0xa8, 0xb1, 0x0c, 0xf3, 0x54, 0x07, 0x34, 0x97, 0xc7, 0x7f, 0x05, 0x52, 0x6c, - 0xb8, 0x31, 0xe5, 0x28, 0xc4, 0x94, 0x83, 0x38, 0x67, 0x14, 0x4d, 0x03, 0xab, 0x79, 0x5a, 0xb3, - 0x48, 0x00, 0x34, 0xfa, 0x6b, 0xc3, 0x82, 0x83, 0xc7, 0xd6, 0x21, 0x56, 0x6d, 0xc7, 0x38, 0xd4, - 0x3c, 0xe2, 0xe0, 0xd1, 0xf5, 0x59, 0xbb, 0x29, 0x27, 0xb7, 0xc7, 0x75, 0x85, 0xd2, 0x76, 0x19, - 0x69, 0xc3, 0x55, 0xea, 0x4e, 0x14, 0x40, 0x7c, 0x2b, 0xb6, 0x68, 0x07, 0x23, 0xcd, 0x56, 0x75, - 0x6d, 0x6c, 0x1b, 0xe6, 0x90, 0x2e, 0xdd, 0xa2, 0x22, 0x51, 0xcc, 0xdd, 0x91, 0x66, 0x6f, 0x31, - 0x38, 0x7a, 0x15, 0x6a, 0x2e, 0x36, 0x75, 0x95, 0xbf, 0x4a, 0xf0, 0x8e, 0xb9, 0x6b, 0x59, 0x25, - 0xd0, 0x4d, 0x1f, 0x48, 0xdc, 0x20, 0xd2, 0x8e, 0x87, 0xd5, 0xbe, 0x66, 0xf3, 0xa5, 0x38, 0xc5, - 0x0d, 0x62, 0x74, 0x9b, 0x9a, 0x4d, 0x2c, 0x0e, 0x1b, 0x74, 0x52, 0xa7, 0x72, 0x42, 0x1d, 0x36, - 0x37, 0xa4, 0x4a, 0x0d, 0xb2, 0x86, 0x4e, 0x5d, 0xd1, 0x92, 0x92, 0x35, 0x74, 0x74, 0x0b, 0xaa, - 0x4c, 0xc1, 0xd4, 0x11, 0x51, 0x46, 0x77, 0xa5, 0x46, 0xd9, 0x08, 0x26, 0x48, 0x50, 0x55, 0xa5, - 0x62, 0x87, 0x05, 0x97, 0xa8, 0x0e, 0x9f, 0x73, 0x3e, 0xab, 0xcc, 0x37, 0xad, 0xb0, 0x89, 0xe7, - 0x53, 0x7a, 0x15, 0x50, 0xe8, 0xbe, 0x06, 0x2f, 0x94, 0x24, 0x4a, 0xb9, 0x10, 0x78, 0xb1, 0x3e, - 0x82, 0x44, 0x1f, 0x87, 0xce, 0x80, 0x7a, 0xaa, 0x25, 0x7a, 0xc1, 0x84, 0x2e, 0x41, 0x45, 0x1b, - 0x8d, 0xac, 0x2f, 0x55, 0xa2, 0xe4, 0x9a, 0xeb, 0xbb, 0xa7, 0x14, 0xd6, 0xf9, 0xd2, 0x6c, 0xb8, - 0xe8, 0x35, 0xa8, 0x3b, 0xec, 0x20, 0x4e, 0xf5, 0xb5, 0x67, 0x91, 0xbd, 0x4a, 0xe0, 0xe0, 0x2e, - 0x55, 0x22, 0xf9, 0x06, 0xd4, 0x63, 0x93, 0x4b, 0xe2, 0x64, 0x1e, 0x4d, 0xf1, 0xe0, 0x38, 0x83, - 0xca, 0x30, 0xaf, 0x34, 0xbb, 0x3b, 0x8d, 0xcd, 0xa6, 0x94, 0x95, 0xff, 0x2a, 0x07, 0xd5, 0xc8, - 0x1e, 0xf6, 0x6b, 0x58, 0x2f, 0x53, 0x17, 0xc1, 0x6b, 0x50, 0x0f, 0x17, 0x81, 0x4a, 0x4f, 0x33, - 0xd8, 0x4a, 0xa8, 0x06, 0x2b, 0xa1, 0xad, 0x8d, 0xf1, 0xc9, 0xab, 0x61, 0x6f, 0xfa, 0x6a, 0xb8, - 0x3c, 0x65, 0xdf, 0xfe, 0x66, 0x96, 0xc4, 0xb3, 0x4c, 0xd7, 0x7f, 0xe5, 0xa0, 0x16, 0xdd, 0xc5, - 0x7f, 0xe3, 0xe7, 0xab, 0x37, 0x7d, 0xbe, 0xae, 0x4c, 0x73, 0x5d, 0xbe, 0x21, 0x1b, 0x76, 0x11, - 0xca, 0x9e, 0xe5, 0x69, 0x23, 0xee, 0x1f, 0x94, 0xd9, 0x42, 0xa5, 0x20, 0xea, 0x0d, 0x10, 0x3e, - 0x9c, 0xc0, 0xdf, 0xd3, 0x2a, 0x8c, 0x0f, 0xa3, 0xf1, 0x9f, 0x67, 0x3c, 0xc3, 0xc4, 0xdf, 0x87, - 0x8a, 0xe8, 0x34, 0xa2, 0x15, 0x98, 0x67, 0x87, 0x8f, 0x3a, 0x7f, 0x59, 0xe4, 0x17, 0xe9, 0xae, - 0xca, 0xa9, 0x54, 0xcf, 0x1b, 0x05, 0xbb, 0x2a, 0x87, 0xf5, 0xbc, 0x91, 0xfc, 0xc3, 0x0c, 0xd4, - 0xa2, 0x3e, 0x24, 0xd9, 0x68, 0x63, 0x6e, 0xa7, 0xda, 0x1f, 0x19, 0xfe, 0xa9, 0x7e, 0x51, 0x59, - 0x8a, 0xfa, 0x98, 0x9b, 0x14, 0x87, 0xde, 0x87, 0xd5, 0x64, 0xad, 0x89, 0xeb, 0x61, 0x27, 0x7c, - 0xe5, 0xb1, 0x1c, 0xaf, 0x49, 0xf1, 0x2d, 0x5d, 0xfe, 0x8b, 0x79, 0xe6, 0xb7, 0xff, 0xba, 0xd4, - 0x78, 0x1d, 0x8a, 0x63, 0xec, 0xba, 0xda, 0x10, 0xbb, 0xdc, 0x23, 0x17, 0x5c, 0xbb, 0x5d, 0x8e, - 0x51, 0x02, 0x9a, 0xd4, 0x6d, 0x7d, 0xee, 0xd4, 0x6d, 0xbd, 0x70, 0xc2, 0xb6, 0x3e, 0x7f, 0xe2, - 0xb6, 0x5e, 0x8c, 0x2d, 0x8c, 0x2b, 0x50, 0xf8, 0x62, 0x82, 0x27, 0xd8, 0xe5, 0x5e, 0xb3, 0xe0, - 0x98, 0x7f, 0x4c, 0xe1, 0x0a, 0xc7, 0xa3, 0xb5, 0xb4, 0x25, 0xc4, 0x34, 0x78, 0xc6, 0x85, 0x51, - 0x9e, 0x79, 0x61, 0x54, 0xd2, 0x16, 0x46, 0x13, 0xaa, 0x2e, 0x76, 0x5d, 0xc3, 0x32, 0xd9, 0xdd, - 0x39, 0xdd, 0x7f, 0x6b, 0x37, 0x2f, 0xa5, 0xc4, 0xbc, 0xeb, 0x7b, 0x8c, 0x90, 0x85, 0x20, 0x15, - 0x57, 0x28, 0xa1, 0x77, 0xe0, 0xac, 0x3b, 0xb1, 0x89, 0x23, 0x89, 0x75, 0xb2, 0xe5, 0x6b, 0xfb, - 0xc6, 0xc8, 0xf0, 0x48, 0x24, 0x57, 0xa3, 0xe7, 0xf4, 0x67, 0x02, 0xec, 0xa6, 0x80, 0x44, 0x1f, - 0x42, 0x59, 0xd3, 0xc7, 0x86, 0xdf, 0x76, 0x3d, 0x7e, 0x3c, 0x1b, 0xb6, 0xdd, 0x20, 0x64, 0xac, - 0x65, 0xd0, 0x82, 0xdf, 0x24, 0x66, 0x74, 0x70, 0x1f, 0x1b, 0x87, 0x98, 0x1d, 0x32, 0x55, 0x95, - 0xa0, 0x4c, 0x70, 0xc1, 0xa3, 0x9d, 0x05, 0x86, 0xf3, 0xcb, 0xe8, 0x02, 0x80, 0x16, 0x3e, 0x21, - 0xf6, 0xf7, 0xed, 0x00, 0x82, 0x16, 0x61, 0xce, 0x9a, 0x78, 0xea, 0x17, 0xfc, 0x2c, 0x29, 0x6f, - 0x4d, 0xbc, 0x8f, 0xd1, 0x12, 0xcc, 0x0d, 0x46, 0x96, 0xed, 0xd2, 0xd3, 0xa3, 0xaa, 0xc2, 0x0a, - 0xb2, 0x09, 0x15, 0x71, 0x60, 0xc8, 0xe2, 0x7f, 0xd0, 0xbe, 0xdf, 0xee, 0x7c, 0xd2, 0x66, 0xc7, - 0xde, 0xad, 0xad, 0x9d, 0x26, 0xb3, 0x09, 0x9b, 0x9d, 0x76, 0xbb, 0xb9, 0xd9, 0x93, 0xb2, 0x08, - 0xa0, 0xd0, 0xd8, 0xec, 0xb5, 0x1e, 0x36, 0xa5, 0x1c, 0xaa, 0x40, 0xb1, 0xd3, 0x6d, 0xb6, 0xf7, - 0x9a, 0xed, 0x9e, 0x94, 0x47, 0x75, 0x28, 0x93, 0xd2, 0x66, 0xa7, 0x7d, 0xb7, 0xa5, 0xec, 0x4a, - 0x73, 0x04, 0xd0, 0xdc, 0xeb, 0x35, 0xee, 0xec, 0xb4, 0xf6, 0xee, 0x35, 0xb7, 0xa4, 0x82, 0xbc, - 0x06, 0x10, 0x0e, 0x06, 0x2a, 0x40, 0xf6, 0x41, 0x97, 0x35, 0xb4, 0x45, 0x9a, 0xcc, 0x10, 0xde, - 0xdd, 0xbb, 0x8f, 0x54, 0xd2, 0x8e, 0xfc, 0x03, 0x28, 0xfa, 0xcb, 0x03, 0x5d, 0x15, 0x86, 0x8a, - 0x05, 0x25, 0x0b, 0x89, 0x45, 0x24, 0x8c, 0xde, 0xab, 0x90, 0x77, 0xfd, 0x97, 0xa6, 0xa9, 0xa4, - 0x14, 0x2d, 0xff, 0x63, 0x06, 0xe6, 0x39, 0x04, 0xc9, 0x50, 0x31, 0x2d, 0xcf, 0x18, 0xf8, 0x8f, - 0x5e, 0x33, 0xf4, 0xce, 0x22, 0x02, 0x23, 0x11, 0xc5, 0x84, 0xbe, 0xbd, 0xa0, 0x8c, 0xf3, 0x0a, - 0x2f, 0x21, 0x04, 0x79, 0xcb, 0xc6, 0x26, 0xbf, 0xe7, 0xa0, 0xbf, 0xd1, 0x8b, 0x50, 0xfa, 0x1c, - 0x63, 0x5b, 0x1b, 0x19, 0x87, 0x98, 0xbf, 0xdb, 0x0a, 0x01, 0xc4, 0x8e, 0x3a, 0x78, 0x40, 0x62, - 0x07, 0xff, 0xc5, 0x16, 0x2f, 0x92, 0x7a, 0xba, 0xe1, 0xf6, 0x35, 0x47, 0x0f, 0x9e, 0x6b, 0x85, - 0x00, 0x32, 0x8b, 0xd4, 0xa6, 0xd3, 0x35, 0x9d, 0x57, 0x58, 0x41, 0xde, 0x80, 0x02, 0x5b, 0x9a, - 0x04, 0x6f, 0x98, 0xf6, 0xc4, 0xe3, 0x21, 0x0f, 0x2b, 0x10, 0xb9, 0xad, 0x89, 0x47, 0xc0, 0xfc, - 0x25, 0x1a, 0x2b, 0xc9, 0x18, 0x0a, 0x2c, 0xd6, 0x46, 0xeb, 0x50, 0xe8, 0x5b, 0xe6, 0xc0, 0x18, - 0xf2, 0xd1, 0x3d, 0x1b, 0x8f, 0xc6, 0x37, 0x29, 0x56, 0xe1, 0x54, 0xe8, 0x0d, 0xff, 0x94, 0x29, - 0x71, 0x96, 0xc1, 0xc8, 0xc5, 0x73, 0x26, 0x32, 0xcc, 0x15, 0x91, 0x0b, 0x31, 0xba, 0x7d, 0xcb, - 0x34, 0x71, 0xdf, 0x53, 0x1d, 0xec, 0x39, 0xc7, 0xfe, 0x60, 0x73, 0xa0, 0x42, 0x60, 0xc4, 0x48, - 0xd1, 0xa8, 0x8b, 0xde, 0xb4, 0xb2, 0xf1, 0x2e, 0x12, 0x00, 0xe1, 0x44, 0xbc, 0xdf, 0x60, 0x30, - 0xd5, 0xd8, 0x3d, 0xd3, 0x42, 0x80, 0x69, 0x71, 0x04, 0xda, 0x82, 0x0b, 0x63, 0xc3, 0x34, 0xc6, - 0x93, 0xb1, 0x1a, 0xac, 0x13, 0x12, 0x40, 0x86, 0x55, 0xd9, 0x0c, 0xbd, 0xc8, 0xa9, 0x1a, 0x22, - 0x91, 0xcf, 0x45, 0xfe, 0x59, 0x16, 0xca, 0x42, 0xf7, 0x7e, 0x43, 0xbb, 0x41, 0x8f, 0xf6, 0xf1, - 0xd0, 0xf2, 0x0c, 0x8d, 0xd8, 0xbb, 0x50, 0x38, 0xa6, 0x88, 0x28, 0xc4, 0xdd, 0xf3, 0xc5, 0xa4, - 0x7a, 0x4f, 0x69, 0x0a, 0xbe, 0xde, 0x93, 0x12, 0x31, 0x52, 0x24, 0x08, 0xa6, 0x18, 0xa6, 0x90, - 0x41, 0x59, 0xfe, 0xef, 0x0c, 0x94, 0x82, 0xb3, 0x99, 0x64, 0x48, 0x93, 0x49, 0x09, 0x69, 0x5e, - 0x02, 0x60, 0x44, 0xc2, 0xb5, 0x18, 0x0b, 0xc4, 0xba, 0x9c, 0xc7, 0xd8, 0x9b, 0xa8, 0x64, 0x31, - 0x58, 0x87, 0xd8, 0x39, 0xe6, 0x77, 0xbe, 0x95, 0xb1, 0x37, 0xd9, 0xf2, 0x61, 0xc4, 0x0d, 0x21, - 0x5b, 0x39, 0x19, 0xcf, 0xb1, 0xa5, 0xfb, 0x77, 0xa4, 0x65, 0x0e, 0xdb, 0xb5, 0x74, 0x4c, 0x36, - 0x17, 0x1e, 0x12, 0x46, 0xb7, 0xd7, 0x2a, 0x83, 0xfa, 0xd2, 0x5c, 0x84, 0x32, 0x27, 0xa3, 0xe2, - 0xb0, 0x0d, 0x96, 0x07, 0x93, 0x54, 0x9e, 0x65, 0x98, 0xf7, 0xfa, 0xb6, 0x3a, 0x76, 0x5d, 0xee, - 0x5c, 0x16, 0xbc, 0xbe, 0xbd, 0xeb, 0xba, 0xf2, 0x6d, 0x28, 0x0b, 0xe7, 0x4b, 0x68, 0x1d, 0x16, - 0xc5, 0xc3, 0xa8, 0xa8, 0x83, 0xb3, 0x20, 0x1c, 0x3e, 0x31, 0xef, 0x46, 0xfe, 0x79, 0x0e, 0xea, - 0xb1, 0x13, 0xa6, 0x93, 0xfd, 0x2e, 0x7e, 0x4e, 0x15, 0xaa, 0x58, 0x55, 0x29, 0x73, 0x18, 0x9d, - 0xbe, 0x8b, 0x50, 0x3e, 0xc0, 0x23, 0x1b, 0x3b, 0xaa, 0x65, 0x8e, 0xfc, 0x61, 0x03, 0x06, 0xea, - 0x98, 0xa3, 0x63, 0x32, 0xb2, 0x3a, 0x1e, 0x60, 0xc7, 0xd1, 0x46, 0x8c, 0x49, 0x9e, 0x32, 0xa9, - 0xf8, 0x40, 0xca, 0xe5, 0x06, 0x2c, 0x89, 0xc6, 0x50, 0xf5, 0xe5, 0x61, 0x57, 0x54, 0x8b, 0x22, - 0xae, 0xc9, 0x65, 0x7b, 0x03, 0x16, 0x46, 0x96, 0x39, 0x24, 0x3a, 0xac, 0x07, 0xf4, 0x05, 0xb6, - 0xe7, 0x07, 0x08, 0x9f, 0x78, 0x0d, 0x16, 0xe8, 0x15, 0x8e, 0x4a, 0x47, 0xc4, 0x55, 0x03, 0xad, - 0xaa, 0x2a, 0x75, 0x8a, 0xa0, 0x63, 0xea, 0x52, 0x59, 0xd6, 0x60, 0x81, 0x3a, 0x30, 0x91, 0x9e, - 0x33, 0x47, 0x86, 0x86, 0x06, 0x8a, 0xd0, 0xfb, 0xcb, 0x3c, 0x5a, 0xe0, 0xb4, 0xa1, 0x3f, 0x5e, - 0x13, 0x28, 0x89, 0xd3, 0x11, 0xdc, 0xc6, 0x08, 0x94, 0x40, 0x29, 0xd9, 0x6d, 0x8c, 0x40, 0x8a, - 0x20, 0x4f, 0xb5, 0x8b, 0xdd, 0x57, 0xd1, 0xdf, 0xf2, 0x5b, 0xb0, 0xbc, 0x6b, 0xc7, 0xe6, 0x8d, - 0xdb, 0xbb, 0xa9, 0xb3, 0x27, 0xff, 0x43, 0x06, 0xce, 0x26, 0x6a, 0x31, 0xeb, 0x32, 0x7d, 0xca, - 0x45, 0xbf, 0x81, 0xbd, 0xff, 0x09, 0x77, 0xbe, 0xa8, 0x6f, 0xc0, 0xa7, 0x5a, 0xf0, 0x0d, 0xae, - 0xc2, 0x22, 0x71, 0xac, 0xac, 0x81, 0xea, 0x18, 0xfb, 0x6a, 0xc0, 0x26, 0xef, 0x7f, 0x87, 0xa4, - 0x77, 0x06, 0x8a, 0xb1, 0xaf, 0x84, 0x1b, 0x69, 0x5d, 0x20, 0xa7, 0x7b, 0x2a, 0x9b, 0xef, 0x8a, - 0x4f, 0xba, 0x47, 0x54, 0xf6, 0x27, 0x19, 0x58, 0x48, 0x74, 0x03, 0x7d, 0x3b, 0xb6, 0xa9, 0xbc, - 0x2c, 0xec, 0xc3, 0xe9, 0x23, 0x15, 0xec, 0x2f, 0x1b, 0xd1, 0xfd, 0xe5, 0xd2, 0x09, 0x35, 0x23, - 0x5b, 0x4d, 0x03, 0xaa, 0xfc, 0x74, 0x95, 0x0f, 0xfd, 0xb4, 0x43, 0x40, 0x61, 0x74, 0xb3, 0xd1, - 0x29, 0xf9, 0xfd, 0x0c, 0x54, 0x38, 0x0f, 0x36, 0x11, 0x4f, 0xcd, 0x22, 0x1e, 0xb0, 0xe5, 0x66, - 0x08, 0xd8, 0xf2, 0x69, 0x01, 0xdb, 0x1f, 0xe5, 0xe0, 0x3c, 0xb7, 0x24, 0x23, 0xf6, 0xf0, 0x8a, - 0xdd, 0x75, 0xf9, 0xfb, 0xe8, 0x9b, 0x80, 0xb4, 0xd1, 0x97, 0xda, 0xb1, 0x4b, 0x1c, 0x65, 0x5b, - 0x73, 0xb0, 0x3a, 0x0e, 0xb4, 0x45, 0x62, 0x98, 0x4d, 0x86, 0xd8, 0xc5, 0x3a, 0xba, 0x01, 0x67, - 0x8c, 0xa1, 0x69, 0x39, 0xc4, 0x4d, 0xa7, 0x92, 0xf9, 0x77, 0xf0, 0xfc, 0x5d, 0x2e, 0x43, 0x36, - 0x5c, 0x22, 0x22, 0xbb, 0x77, 0x27, 0x81, 0x96, 0x7f, 0x8b, 0x1a, 0x34, 0x41, 0x97, 0x27, 0x0d, - 0xb4, 0x98, 0x76, 0x2d, 0xfb, 0x14, 0xbc, 0x29, 0x2a, 0xb0, 0xd3, 0xd2, 0xd1, 0x2d, 0x38, 0x17, - 0x28, 0x9e, 0x6a, 0x98, 0x5a, 0xdf, 0x23, 0x56, 0x99, 0xad, 0x6e, 0xae, 0x70, 0xcb, 0x01, 0x41, - 0x8b, 0xe3, 0xd9, 0x22, 0x27, 0x23, 0xc8, 0x06, 0x53, 0xd5, 0x8c, 0xa1, 0xed, 0x5f, 0x83, 0xf3, - 0xcf, 0xe4, 0x8c, 0xa1, 0x8d, 0x6e, 0xc1, 0x2a, 0xef, 0x8c, 0x89, 0x8f, 0x3c, 0x95, 0xde, 0xc6, - 0x0e, 0x6d, 0x75, 0x8c, 0x3d, 0xc7, 0xe8, 0x73, 0x1b, 0x73, 0x96, 0x51, 0xb4, 0xf1, 0x91, 0x77, - 0xcf, 0xb2, 0x5b, 0x43, 0x7b, 0x97, 0x62, 0xd1, 0x6d, 0x38, 0xaf, 0xb3, 0xe7, 0x27, 0xea, 0x3e, - 0x76, 0x3d, 0x36, 0x16, 0xae, 0x3f, 0xc4, 0xd4, 0xe6, 0x14, 0x95, 0x15, 0x4e, 0x72, 0x07, 0xb3, - 0x0f, 0x1a, 0x82, 0x29, 0x90, 0xff, 0x30, 0x07, 0xab, 0xa9, 0xb3, 0xc2, 0xd4, 0xe5, 0xb7, 0x93, - 0xf2, 0x8d, 0x4c, 0x4a, 0x06, 0xce, 0xa4, 0x4e, 0x0a, 0xba, 0x1d, 0xb3, 0x42, 0xaf, 0x26, 0x6e, - 0x81, 0xd2, 0xd6, 0x56, 0x60, 0x89, 0x6e, 0x45, 0x2d, 0xd1, 0x2b, 0xa7, 0xd4, 0x8e, 0x58, 0xa3, - 0x9b, 0x70, 0xf6, 0x81, 0x8b, 0xe9, 0xe1, 0x89, 0x3d, 0xa2, 0x5f, 0x18, 0xb9, 0xa7, 0xee, 0x08, - 0x37, 0xe0, 0x4c, 0xbc, 0xce, 0x29, 0xfb, 0x81, 0xfc, 0x19, 0x40, 0x73, 0x7f, 0x68, 0x73, 0xd6, - 0x6b, 0xb0, 0xc0, 0xce, 0x75, 0xc7, 0x9c, 0x07, 0x89, 0xca, 0x59, 0x8d, 0x3a, 0x45, 0xf8, 0xbc, - 0x1b, 0xf4, 0xa4, 0x79, 0xac, 0x1d, 0x51, 0x87, 0xd2, 0xbf, 0xd0, 0xa7, 0x1b, 0x3f, 0x07, 0xb2, - 0xbb, 0xa6, 0xef, 0x43, 0x89, 0xb0, 0x67, 0x52, 0x3c, 0x77, 0xee, 0x2a, 0xe4, 0x09, 0x77, 0xf4, - 0x66, 0x6c, 0x9a, 0x96, 0xa2, 0xd7, 0x96, 0xb1, 0x59, 0x79, 0x3d, 0x3a, 0x2b, 0x8b, 0x51, 0xe2, - 0xc8, 0x24, 0xdc, 0x00, 0x68, 0x85, 0xa3, 0x93, 0x90, 0x29, 0x93, 0x22, 0xd3, 0x75, 0x28, 0xb5, - 0x82, 0x1e, 0xcf, 0x54, 0x43, 0x85, 0x7c, 0xeb, 0x94, 0x5e, 0xb4, 0x9e, 0xa6, 0x17, 0xad, 0x78, - 0x2f, 0x7e, 0x99, 0x01, 0x29, 0xae, 0x17, 0xe8, 0xbd, 0x58, 0x6b, 0xc2, 0x36, 0x99, 0xae, 0x77, - 0x41, 0xcb, 0xef, 0x44, 0x5b, 0xbe, 0x38, 0xbd, 0x62, 0xe4, 0xc5, 0x80, 0x0c, 0x79, 0xbc, 0x3f, - 0xb4, 0x93, 0x5f, 0xde, 0x91, 0x51, 0x57, 0x28, 0x8e, 0xd0, 0x18, 0x84, 0x26, 0xf1, 0x75, 0x5b, - 0x8b, 0xd2, 0x10, 0x9c, 0x7c, 0x87, 0xef, 0x6b, 0x3d, 0xcd, 0x19, 0x62, 0x6f, 0x17, 0x8f, 0xf7, - 0xb1, 0xe3, 0x1e, 0x18, 0xc2, 0x24, 0x45, 0xfd, 0xd1, 0x4c, 0xd2, 0x1f, 0x95, 0x1b, 0xdc, 0x0a, - 0xc7, 0x79, 0x04, 0xb3, 0x76, 0x3a, 0x8b, 0xc0, 0x68, 0xc4, 0x79, 0x9c, 0x6a, 0x34, 0xd2, 0x05, - 0x9f, 0xd5, 0x68, 0xa4, 0x8a, 0xec, 0xcf, 0xf4, 0x67, 0x70, 0x61, 0xc7, 0x32, 0x87, 0x3b, 0xc4, - 0xff, 0x7a, 0x4a, 0x77, 0x72, 0x86, 0x60, 0x40, 0xfe, 0xb7, 0x0c, 0xbc, 0x34, 0x8d, 0xff, 0xaf, - 0xd2, 0xf1, 0x4c, 0x75, 0xd9, 0xf3, 0xe9, 0x2e, 0xfb, 0xfb, 0xb0, 0x9a, 0xa0, 0x75, 0x54, 0x7c, - 0x64, 0x1b, 0x4e, 0x10, 0x70, 0x2c, 0xc7, 0x2a, 0x39, 0x4d, 0x86, 0x96, 0xff, 0x38, 0x03, 0x2b, - 0xd3, 0x3a, 0x88, 0x3e, 0x8a, 0xcd, 0xab, 0x70, 0xd4, 0x7f, 0xf2, 0xa0, 0x07, 0x53, 0x7b, 0x3b, - 0x3a, 0xb5, 0x97, 0x4f, 0x67, 0x10, 0x99, 0xdd, 0x9f, 0xce, 0xc1, 0x3c, 0xf7, 0x2e, 0xd1, 0x7d, - 0x58, 0x1c, 0xdb, 0x6a, 0xe2, 0xb9, 0x01, 0x93, 0xec, 0xfc, 0x09, 0x2e, 0xaf, 0xb2, 0x30, 0x4e, - 0x38, 0xdb, 0xd7, 0x82, 0x9e, 0x65, 0xe3, 0x8f, 0x45, 0x22, 0x1e, 0x71, 0xd0, 0x91, 0xf8, 0xab, - 0x94, 0xdc, 0xcc, 0xaf, 0x52, 0x3e, 0x81, 0x65, 0x3f, 0xa0, 0xe5, 0x9b, 0x1f, 0x7f, 0xb4, 0xe5, - 0x1f, 0x70, 0x5f, 0x3c, 0x65, 0x93, 0x54, 0xce, 0x38, 0xa9, 0x5b, 0xf5, 0x3d, 0x40, 0x13, 0x17, - 0x87, 0x5b, 0x0b, 0xb3, 0xb7, 0x73, 0xf1, 0x67, 0x00, 0x71, 0x13, 0xa5, 0x48, 0x93, 0xb8, 0x65, - 0x4c, 0x5c, 0xbf, 0x16, 0xe2, 0xbd, 0x9b, 0x7e, 0xfd, 0x1a, 0x74, 0xcf, 0xa3, 0xcb, 0x54, 0x1d, - 0x07, 0xeb, 0x94, 0x3f, 0x55, 0xb9, 0x78, 0xca, 0x72, 0xe6, 0xdd, 0x4b, 0x18, 0x15, 0x0d, 0xce, - 0x93, 0xa8, 0x57, 0x65, 0xf1, 0x70, 0x62, 0xde, 0xd9, 0xd3, 0x16, 0xf9, 0x74, 0x85, 0x52, 0x56, - 0x46, 0xd3, 0xf4, 0x3b, 0xf2, 0x90, 0xa4, 0x34, 0xc3, 0x43, 0x92, 0x66, 0xf0, 0x91, 0xb6, 0xe0, - 0x9a, 0xf0, 0x45, 0xed, 0x2f, 0x7f, 0x5e, 0x44, 0xe7, 0xa0, 0x48, 0x4f, 0xe5, 0xc7, 0xda, 0x11, - 0xb7, 0x2c, 0xf3, 0xa4, 0xbc, 0xab, 0x1d, 0xc9, 0x5b, 0xf4, 0xed, 0x76, 0xd4, 0x5b, 0x79, 0x7a, - 0x2e, 0x9f, 0x43, 0xd1, 0xe7, 0x82, 0xae, 0xc7, 0x56, 0xea, 0x4a, 0xb2, 0x1b, 0x31, 0x85, 0xbe, - 0x1a, 0x5d, 0x99, 0xcb, 0xc9, 0x0a, 0x91, 0x95, 0x38, 0x81, 0x02, 0x7f, 0x93, 0x78, 0x1e, 0x4a, - 0x86, 0xad, 0x46, 0x1e, 0xcf, 0x14, 0x0d, 0xff, 0xc1, 0xe2, 0x6b, 0x50, 0x1f, 0x6b, 0xee, 0xe7, - 0xdc, 0x2d, 0x57, 0xc7, 0xfc, 0xd3, 0xfc, 0xaa, 0x52, 0x25, 0x60, 0xe6, 0x92, 0xef, 0x1a, 0x66, - 0x82, 0x4e, 0x3b, 0xe2, 0x71, 0x9f, 0x48, 0xa7, 0x1d, 0xc9, 0x3f, 0xcd, 0x00, 0x84, 0x5f, 0x7c, - 0x7d, 0xcd, 0x2f, 0xd6, 0x08, 0x6c, 0x64, 0xb8, 0x1e, 0x7d, 0xaa, 0x5d, 0x52, 0xe8, 0x6f, 0xfa, - 0x81, 0x5f, 0xf4, 0xf3, 0x6d, 0x29, 0xae, 0xf6, 0xc2, 0x37, 0xdb, 0xdb, 0x50, 0xdc, 0xd5, 0xbc, - 0xfe, 0x01, 0x11, 0xe6, 0x72, 0x44, 0x18, 0xc1, 0x1d, 0xa1, 0x14, 0xa7, 0x7c, 0x3c, 0xf7, 0x10, - 0x2a, 0x91, 0x30, 0x65, 0x3d, 0xc2, 0x4c, 0x58, 0xbe, 0x22, 0x95, 0xc0, 0xf3, 0x2c, 0x14, 0x84, - 0xd0, 0xa7, 0xaa, 0xf0, 0x92, 0xfc, 0x8b, 0x39, 0x80, 0x4d, 0xcb, 0xd4, 0x0d, 0x66, 0x23, 0x6e, - 0x00, 0xf0, 0x95, 0x1d, 0x7e, 0x4c, 0x87, 0x62, 0x92, 0xee, 0x61, 0x4f, 0x29, 0x31, 0x2a, 0xd2, - 0xad, 0x77, 0xa0, 0x12, 0xdc, 0xa8, 0x91, 0x4a, 0xd9, 0xa9, 0x95, 0x82, 0x17, 0xc1, 0xa4, 0xda, - 0x77, 0xa0, 0x16, 0x8b, 0xc9, 0x72, 0xf1, 0xb3, 0x71, 0xb1, 0x2b, 0x4a, 0x45, 0x13, 0xbb, 0x7f, - 0x13, 0xca, 0x7e, 0x6d, 0xd2, 0x66, 0x7e, 0xba, 0xa0, 0xac, 0x1a, 0x69, 0xf1, 0xdd, 0x20, 0xf3, - 0x86, 0x77, 0x4c, 0x6b, 0xcd, 0x4d, 0xad, 0x55, 0x09, 0x08, 0x49, 0xc5, 0x0f, 0x60, 0x81, 0x04, - 0x5c, 0xd1, 0xca, 0x85, 0xa9, 0x95, 0xeb, 0xf8, 0xc8, 0xdb, 0x14, 0xeb, 0x5f, 0x84, 0xb2, 0x63, - 0x7f, 0x6e, 0x10, 0x53, 0x34, 0x19, 0x79, 0xd4, 0xcc, 0xcd, 0x29, 0xe0, 0xb0, 0x2f, 0x8b, 0x26, - 0x23, 0x0f, 0xdd, 0x06, 0x08, 0xbf, 0x5f, 0xe1, 0xd7, 0xe4, 0xc2, 0x55, 0x57, 0x38, 0x3f, 0xdc, - 0x22, 0x92, 0x69, 0x2d, 0x05, 0x9f, 0xb7, 0xa0, 0x3b, 0xb0, 0x38, 0x22, 0xd6, 0x30, 0x26, 0x61, - 0x69, 0xaa, 0x84, 0x0b, 0x94, 0x3c, 0x22, 0xe3, 0x65, 0x90, 0xc2, 0xa8, 0xd2, 0x54, 0xa9, 0xda, - 0x03, 0x55, 0xfb, 0xaa, 0xc9, 0x83, 0x49, 0x73, 0x87, 0xe8, 0xff, 0x75, 0x28, 0xfb, 0x8f, 0xef, - 0x54, 0xc3, 0xa4, 0x6f, 0x7e, 0x6a, 0xe2, 0x12, 0xb8, 0x4b, 0x8f, 0x6f, 0x94, 0x12, 0x7f, 0x7d, - 0xd7, 0x32, 0xe5, 0x03, 0x28, 0x05, 0x62, 0xa3, 0x45, 0xa8, 0x2b, 0x9d, 0x07, 0xbd, 0xa6, 0xda, - 0xfb, 0xb4, 0x1b, 0x7c, 0x67, 0xb0, 0x0c, 0x8b, 0x02, 0xb0, 0xd5, 0xee, 0x35, 0x95, 0x76, 0x63, - 0x47, 0xca, 0xc4, 0x10, 0xcd, 0x47, 0x1c, 0x91, 0x45, 0x4b, 0x20, 0x09, 0x08, 0xfe, 0xa9, 0x88, - 0x3c, 0x80, 0x7a, 0xd0, 0xa9, 0x06, 0xcb, 0x1f, 0x73, 0x23, 0xb2, 0x4e, 0x5e, 0x12, 0x07, 0x35, - 0x42, 0x28, 0x2c, 0x95, 0x4b, 0x50, 0xf6, 0x07, 0xd2, 0x08, 0xbe, 0x26, 0x12, 0x41, 0x72, 0x1b, - 0x4a, 0xbb, 0x58, 0xe7, 0x2d, 0xbc, 0x11, 0x69, 0x61, 0x59, 0xbc, 0x0d, 0xd3, 0x13, 0xbc, 0x97, - 0x60, 0xee, 0x50, 0x1b, 0x4d, 0xd8, 0xda, 0xce, 0x29, 0xac, 0x20, 0xab, 0x50, 0x6f, 0xb8, 0x5d, - 0x07, 0xdb, 0xd8, 0xf4, 0xb9, 0x4a, 0x90, 0xd3, 0x5c, 0x93, 0xfb, 0xd5, 0xe4, 0x27, 0x59, 0xc1, - 0x84, 0x42, 0x0b, 0xae, 0x99, 0x58, 0x09, 0xc9, 0x50, 0x25, 0xdb, 0xfa, 0x08, 0x0f, 0x3c, 0x75, - 0x6c, 0xb9, 0xfe, 0xc7, 0x5a, 0xe5, 0x89, 0x8b, 0x77, 0xf0, 0xc0, 0xdb, 0xb5, 0x5c, 0x4f, 0xbe, - 0x0d, 0x55, 0xfe, 0x78, 0x9e, 0xb3, 0x3f, 0xf1, 0xbb, 0x19, 0x17, 0x8f, 0x06, 0xdc, 0x03, 0xa5, - 0xbf, 0xe5, 0xcb, 0x50, 0xdf, 0xa1, 0x17, 0x05, 0x0e, 0x1e, 0x70, 0x06, 0x41, 0x47, 0xf8, 0x55, - 0x18, 0xeb, 0xc8, 0xbf, 0xe4, 0x60, 0x9e, 0x11, 0xb8, 0xe1, 0x2b, 0x51, 0xad, 0x1f, 0x5c, 0xf9, - 0xd5, 0x12, 0xaf, 0x44, 0x19, 0x35, 0x7f, 0x25, 0xca, 0x79, 0xbf, 0x0b, 0xa5, 0xf0, 0x6a, 0x3a, - 0x1b, 0x7f, 0x1e, 0x1a, 0x9b, 0x38, 0x25, 0xa4, 0x45, 0xaf, 0x42, 0x6e, 0xcc, 0xdd, 0xe3, 0x48, - 0xbc, 0x17, 0xcc, 0x84, 0x42, 0xf0, 0xe8, 0x3d, 0x00, 0x62, 0x3c, 0xd8, 0x78, 0x73, 0xdb, 0x71, - 0x2e, 0x62, 0x76, 0xc4, 0xa9, 0xa0, 0x26, 0x84, 0x01, 0xd0, 0x07, 0x50, 0x8d, 0x58, 0x02, 0x6e, - 0x42, 0x4e, 0x90, 0xae, 0x22, 0x1a, 0x03, 0x74, 0x03, 0xe6, 0xf9, 0xd7, 0x0d, 0xdc, 0x7e, 0x08, - 0xea, 0x12, 0x99, 0x20, 0xc5, 0xa7, 0x23, 0xc2, 0xf2, 0x6b, 0x1b, 0x07, 0x0f, 0xb8, 0x8b, 0x74, - 0x4e, 0xf4, 0x62, 0x22, 0xf3, 0xe2, 0xdf, 0xe8, 0x38, 0x78, 0x80, 0xee, 0x40, 0x3d, 0x66, 0x16, - 0xb8, 0x13, 0x74, 0x82, 0xb8, 0xb5, 0xa8, 0x65, 0x90, 0xbf, 0xca, 0x40, 0x29, 0xf8, 0xae, 0x37, - 0xf5, 0x23, 0xd7, 0xb7, 0x01, 0xfa, 0x81, 0x7d, 0xe2, 0xb3, 0xb5, 0x94, 0x66, 0xbb, 0x14, 0x81, - 0x0e, 0xbd, 0x01, 0xf3, 0x4c, 0x2d, 0x5c, 0x3e, 0x5b, 0xe2, 0x03, 0x5e, 0x86, 0x50, 0x7c, 0x0a, - 0xf9, 0x63, 0x28, 0x70, 0xdf, 0x38, 0x4d, 0x80, 0xb7, 0x00, 0x22, 0x09, 0x01, 0x72, 0xd3, 0xbe, - 0x4a, 0x16, 0xc8, 0x68, 0x8a, 0xac, 0xf8, 0x7b, 0x57, 0x74, 0x35, 0xb2, 0x92, 0x4f, 0xf8, 0x54, - 0x97, 0xad, 0x65, 0x31, 0x53, 0x4a, 0x76, 0x86, 0x4c, 0x29, 0x29, 0x99, 0x49, 0x22, 0xe9, 0x02, - 0xf2, 0xa7, 0xa5, 0x0b, 0x40, 0xd7, 0x60, 0x5e, 0xc7, 0x03, 0x8d, 0x6c, 0x22, 0x73, 0x27, 0xad, - 0x26, 0x9f, 0x4a, 0xfe, 0x71, 0x06, 0xaa, 0x04, 0x11, 0x7e, 0x75, 0xf7, 0x0e, 0x94, 0x75, 0xe6, - 0xfb, 0xf0, 0x1d, 0x7e, 0x7a, 0x42, 0x03, 0xd0, 0x43, 0x47, 0xea, 0x36, 0x2c, 0xb0, 0x40, 0x46, - 0xa5, 0x40, 0x83, 0xbf, 0xd4, 0x49, 0x17, 0x58, 0x62, 0xa4, 0x5b, 0x01, 0xa5, 0xfc, 0x07, 0x19, - 0xc8, 0x29, 0x96, 0x86, 0x6a, 0x90, 0xd5, 0xfc, 0x23, 0x9e, 0xac, 0x46, 0xf3, 0xbf, 0x31, 0x47, - 0x62, 0x84, 0x7d, 0xc7, 0x2f, 0x04, 0x10, 0x8b, 0x37, 0xd6, 0x28, 0x8a, 0xe7, 0x39, 0x61, 0x25, - 0xe1, 0x2d, 0x76, 0x3e, 0xf2, 0x16, 0xdb, 0xff, 0x88, 0x24, 0xb1, 0xaf, 0x2b, 0xdd, 0xfb, 0xad, - 0xf0, 0x29, 0xbf, 0xfc, 0x37, 0x19, 0xc8, 0x3d, 0x74, 0x06, 0xa9, 0xda, 0xf4, 0x0a, 0x64, 0x1d, - 0x5d, 0x50, 0xe3, 0xe4, 0xab, 0xd4, 0xac, 0xa3, 0xa3, 0x1b, 0x50, 0xe2, 0x8f, 0xa9, 0x1d, 0x8f, - 0x7f, 0xc8, 0x37, 0xe5, 0x09, 0x2b, 0x23, 0x53, 0xe8, 0xb7, 0xf3, 0xfc, 0x01, 0xb7, 0xe3, 0xf1, - 0xa9, 0x9e, 0x52, 0x85, 0x91, 0x29, 0x1e, 0x7f, 0xf5, 0xca, 0x5e, 0xe7, 0x65, 0x0d, 0x5d, 0xfe, - 0x49, 0x06, 0x96, 0xb6, 0xd8, 0xcc, 0xd2, 0xd9, 0xde, 0x32, 0x5c, 0x4f, 0x33, 0xfb, 0x18, 0x6d, - 0x40, 0x70, 0x22, 0xcd, 0x0e, 0x9b, 0x55, 0x9d, 0xa3, 0xf8, 0x58, 0x9f, 0xf1, 0xd1, 0x89, 0x7a, - 0xf4, 0x6e, 0x3b, 0xa5, 0x1e, 0x9b, 0x8c, 0x33, 0x3e, 0x3a, 0x52, 0x4f, 0xfe, 0xdb, 0x3c, 0x14, - 0x58, 0xba, 0xc0, 0xc4, 0x8c, 0x9e, 0x87, 0x52, 0x78, 0x5a, 0xce, 0xbf, 0x5a, 0x75, 0xfc, 0xe3, - 0xf1, 0x8b, 0x50, 0x26, 0x8e, 0x05, 0x36, 0xd9, 0xa5, 0x6f, 0x8e, 0x39, 0x42, 0x0c, 0x44, 0x2f, - 0x7d, 0x5f, 0x07, 0x89, 0x13, 0xf0, 0xed, 0x88, 0x2f, 0x8b, 0x92, 0x52, 0x67, 0xf0, 0x86, 0x0f, - 0x8e, 0x7c, 0x12, 0x32, 0x17, 0xfb, 0x24, 0xe4, 0xcd, 0xd4, 0x48, 0x97, 0x5f, 0x8d, 0x26, 0xa2, - 0xd9, 0xcf, 0xa6, 0x07, 0xdc, 0xf3, 0x4f, 0x73, 0xa6, 0x3d, 0x25, 0xec, 0xee, 0xc1, 0x59, 0xbe, - 0x1c, 0xe3, 0x63, 0xcc, 0xac, 0xf1, 0x85, 0xc8, 0xe2, 0x4b, 0x4c, 0xae, 0xb2, 0xa4, 0xa7, 0x4d, - 0xf9, 0x6d, 0xfa, 0x3a, 0x62, 0x80, 0x75, 0xec, 0xb0, 0x17, 0x35, 0xa5, 0xf8, 0x7e, 0xb2, 0x29, - 0xa2, 0x95, 0x28, 0xf5, 0x73, 0xfa, 0x10, 0x23, 0x7e, 0xc8, 0x51, 0x9e, 0xf5, 0x90, 0x43, 0xb6, - 0xa0, 0x1a, 0x91, 0xef, 0x84, 0x63, 0xb1, 0xe8, 0x67, 0x7e, 0xd9, 0xc4, 0x67, 0x7e, 0xaf, 0x40, - 0x8d, 0x9d, 0x21, 0xa8, 0x9a, 0xab, 0x06, 0xe1, 0x5a, 0x55, 0xa9, 0x30, 0x68, 0xc3, 0x25, 0x6e, - 0xab, 0xdc, 0x84, 0xa2, 0x6f, 0x05, 0x4e, 0x70, 0x7e, 0x62, 0xaf, 0x12, 0xb2, 0xf1, 0x57, 0x09, - 0xf2, 0x9f, 0xe4, 0xa1, 0x44, 0xf8, 0x04, 0x77, 0x97, 0xfc, 0xe5, 0x46, 0x86, 0xba, 0x73, 0x69, - 0x2f, 0x37, 0x98, 0xa3, 0x17, 0x94, 0xc9, 0x82, 0x99, 0xd8, 0xdc, 0x47, 0xcb, 0x4e, 0x6c, 0xd6, - 0x64, 0xdf, 0x72, 0x74, 0xd5, 0xb0, 0x0f, 0xdf, 0xe6, 0x67, 0x76, 0xc0, 0x40, 0x2d, 0xfb, 0xf0, - 0xed, 0x28, 0xc1, 0x06, 0x37, 0x07, 0x21, 0xc1, 0x06, 0x4d, 0xee, 0xc4, 0x62, 0x36, 0xca, 0x81, - 0x3f, 0xa5, 0x60, 0x20, 0x9f, 0x43, 0x48, 0xb0, 0xc1, 0x6f, 0xfd, 0x43, 0x82, 0x0d, 0xd2, 0x0f, - 0x17, 0x3b, 0x86, 0x36, 0xe2, 0xb7, 0xfc, 0xbc, 0x84, 0xbe, 0x05, 0x55, 0xff, 0x04, 0x92, 0xf1, - 0x2e, 0xd1, 0xce, 0x54, 0x7c, 0x20, 0xe5, 0x1e, 0x23, 0xda, 0xa0, 0x7a, 0x14, 0x25, 0xda, 0x20, - 0x44, 0x8c, 0xa7, 0x4a, 0x5f, 0x32, 0x30, 0x55, 0xc9, 0x29, 0x15, 0x06, 0x6c, 0x53, 0x18, 0x91, - 0xb3, 0xaf, 0xf5, 0x0f, 0x30, 0xcb, 0xaf, 0x47, 0x1f, 0x25, 0xe6, 0x14, 0xa0, 0x20, 0x9a, 0xc7, - 0x00, 0xbd, 0x0a, 0xb5, 0x80, 0x80, 0xe6, 0x10, 0xa0, 0x4f, 0x12, 0x73, 0x4a, 0xd5, 0xa7, 0x61, - 0x89, 0x05, 0x2e, 0x40, 0x99, 0x5f, 0xab, 0xeb, 0x9a, 0xa7, 0xd1, 0x0f, 0x54, 0x73, 0x4a, 0x89, - 0x5e, 0xa9, 0x6f, 0x69, 0x9e, 0x46, 0x7c, 0x57, 0xec, 0x38, 0x96, 0x43, 0x1f, 0x15, 0xe6, 0x14, - 0x56, 0x40, 0x2f, 0x03, 0x97, 0x46, 0xfd, 0x62, 0x82, 0x9d, 0x63, 0xfa, 0x66, 0x30, 0xa7, 0x94, - 0x19, 0xec, 0x63, 0x02, 0x62, 0x53, 0xe1, 0x62, 0x8f, 0x53, 0x2c, 0x30, 0x01, 0x29, 0x88, 0x12, - 0xc8, 0x9f, 0x42, 0x5e, 0xb1, 0x3f, 0x37, 0x82, 0x9d, 0x28, 0x73, 0xf2, 0x4e, 0x74, 0xc2, 0x15, - 0x45, 0xa0, 0x64, 0xfc, 0x40, 0x65, 0xed, 0x87, 0x39, 0x28, 0xb0, 0xd8, 0x0a, 0x55, 0xa0, 0xa8, - 0x34, 0xf7, 0x9a, 0xca, 0xc3, 0xe6, 0x96, 0xf4, 0x02, 0x02, 0xc8, 0xb7, 0xba, 0x87, 0x6f, 0x4b, - 0x4f, 0x1e, 0xe7, 0xf9, 0xef, 0x0d, 0xe9, 0xc9, 0xe3, 0x22, 0xaa, 0xc2, 0x3c, 0x81, 0xab, 0xbb, - 0x9b, 0xd2, 0x57, 0x8f, 0xf3, 0xbc, 0xb8, 0xc1, 0x8a, 0x45, 0x54, 0x87, 0x12, 0xc3, 0x76, 0x77, - 0xf6, 0xa4, 0x1f, 0x3d, 0xce, 0x73, 0xc0, 0x86, 0x0f, 0x28, 0xa2, 0x1a, 0x14, 0x29, 0xc5, 0xc3, - 0x6e, 0x5b, 0x7a, 0xfc, 0x24, 0xcf, 0xcb, 0x1b, 0xbc, 0x5c, 0x44, 0x0b, 0x50, 0xf6, 0xf1, 0x84, - 0xe9, 0x93, 0x27, 0x79, 0x0e, 0xda, 0x08, 0x41, 0x45, 0x22, 0xd1, 0x43, 0xc2, 0xf1, 0xef, 0x1f, - 0xeb, 0xe4, 0x77, 0x93, 0xd4, 0xfe, 0xa7, 0xc7, 0x3a, 0x2a, 0x41, 0x4e, 0xe9, 0x6d, 0x4a, 0x3f, - 0x7a, 0x92, 0x47, 0x12, 0x00, 0x65, 0xd4, 0x6c, 0x6f, 0x36, 0xba, 0xd2, 0xef, 0x3d, 0xf6, 0x21, - 0x1b, 0x01, 0xa4, 0x88, 0x96, 0xa0, 0x76, 0x77, 0xa7, 0xf3, 0x89, 0xba, 0xd7, 0x6d, 0x6e, 0xaa, - 0xb4, 0xbb, 0x3f, 0x7e, 0x92, 0x4f, 0x40, 0x37, 0xa4, 0x1f, 0x3f, 0x29, 0xa2, 0x15, 0x40, 0x51, - 0x5a, 0x2a, 0xf2, 0x4f, 0x9e, 0xe4, 0x13, 0x98, 0x0d, 0x8e, 0x29, 0xa2, 0xb3, 0x20, 0x85, 0x98, - 0x9d, 0x9b, 0x1c, 0xae, 0xa3, 0x1a, 0x14, 0x3a, 0xdd, 0xc6, 0xc7, 0x0f, 0x9a, 0xd2, 0x7f, 0x3e, - 0xf9, 0xf9, 0xe3, 0xfc, 0xda, 0x26, 0x14, 0x7d, 0xcf, 0x0e, 0x01, 0x14, 0xb6, 0x77, 0x3a, 0x77, - 0x1a, 0x3b, 0xd2, 0x0b, 0x61, 0xbe, 0x02, 0xfa, 0xc8, 0xb2, 0xb1, 0xf5, 0x5d, 0xb5, 0xd5, 0x96, - 0xb2, 0xa8, 0x0c, 0xf3, 0xe4, 0x77, 0xe7, 0x41, 0x8f, 0x25, 0x32, 0x78, 0xa8, 0xdc, 0x95, 0xf2, - 0x6b, 0x3b, 0x91, 0x4f, 0x77, 0xd9, 0x3e, 0x81, 0x24, 0xa8, 0xec, 0x74, 0x3a, 0xf7, 0x1f, 0x74, - 0xd5, 0xe6, 0xa3, 0xc6, 0x66, 0x4f, 0x7a, 0x01, 0x2d, 0x40, 0x95, 0x43, 0x76, 0x3a, 0xed, 0xed, - 0xa6, 0x22, 0x65, 0x10, 0x82, 0x1a, 0x07, 0xed, 0xdd, 0xeb, 0x28, 0xbd, 0xa6, 0x22, 0x65, 0xd7, - 0xbe, 0xca, 0x40, 0x59, 0x38, 0xce, 0xa2, 0x8f, 0x3c, 0x95, 0xe6, 0xdd, 0xd6, 0x23, 0xe9, 0x05, - 0xa2, 0x29, 0xed, 0x66, 0x6b, 0xfb, 0xde, 0x9d, 0x0e, 0xa9, 0x3d, 0x0f, 0xb9, 0x5e, 0x63, 0x9b, - 0x8b, 0xb5, 0xa7, 0x76, 0x1b, 0xbd, 0x7b, 0x52, 0x0e, 0x55, 0xa1, 0xb4, 0xd9, 0xd9, 0xdd, 0x7d, - 0xd0, 0x6e, 0xf5, 0x3e, 0x95, 0xc8, 0x1c, 0x56, 0x9b, 0x8f, 0x7a, 0x6a, 0x08, 0x9a, 0x23, 0x31, - 0xfb, 0x4e, 0x43, 0xd9, 0x6e, 0x0a, 0xc0, 0x02, 0x63, 0xfd, 0xa8, 0xa7, 0xde, 0xeb, 0x74, 0xa5, - 0xf9, 0xb5, 0xd7, 0xa1, 0x14, 0x9c, 0x62, 0xd1, 0xc7, 0xee, 0xed, 0x4f, 0xc5, 0x57, 0xef, 0x00, - 0x85, 0x56, 0xfb, 0x61, 0x53, 0xe9, 0x49, 0xd9, 0xb5, 0x35, 0x90, 0xe2, 0x67, 0x54, 0xa8, 0x00, - 0xd9, 0xe6, 0xc7, 0xd2, 0x0b, 0xe4, 0xef, 0x76, 0x53, 0xca, 0x90, 0xbf, 0x3b, 0x4d, 0x29, 0xbb, - 0x76, 0x8d, 0xbf, 0xf5, 0xe2, 0x81, 0x61, 0xf8, 0x9e, 0x9e, 0xbe, 0x92, 0xdd, 0x6c, 0x76, 0x7b, - 0x8c, 0xb9, 0xd2, 0xfc, 0x2e, 0x7d, 0x3d, 0xbb, 0xf6, 0x00, 0x16, 0x53, 0x02, 0x7b, 0xd2, 0xa9, - 0x40, 0x76, 0xb5, 0xb1, 0x45, 0x96, 0xcd, 0x12, 0x48, 0x21, 0x48, 0x69, 0xee, 0x76, 0x1e, 0x92, - 0x86, 0xcf, 0xc0, 0x82, 0x08, 0xe5, 0x0f, 0xf5, 0xd7, 0xae, 0x42, 0x35, 0x12, 0xcd, 0x93, 0x11, - 0xdc, 0x6d, 0x6e, 0xa9, 0xbb, 0x1d, 0xc2, 0xaa, 0x0e, 0x65, 0x52, 0xf0, 0xc9, 0x33, 0x6b, 0x1b, - 0x50, 0x8f, 0x85, 0x0c, 0xd1, 0xa7, 0xbf, 0x64, 0x38, 0x76, 0xbb, 0x1d, 0x85, 0x4b, 0xdf, 0x7c, - 0x44, 0x7f, 0x67, 0x6f, 0xfe, 0xe2, 0x02, 0x14, 0xb7, 0x89, 0x05, 0x68, 0xd8, 0x06, 0xba, 0x0d, - 0x45, 0x3f, 0x39, 0x34, 0x3a, 0x17, 0x89, 0x67, 0xc4, 0x84, 0xd1, 0xab, 0x67, 0x13, 0x4e, 0x64, - 0x73, 0x6c, 0x7b, 0xc7, 0xe8, 0x7d, 0x98, 0xe7, 0xe9, 0xa1, 0xd1, 0x8a, 0x58, 0x5b, 0xcc, 0x18, - 0x7d, 0x42, 0xe5, 0x02, 0x4b, 0x1c, 0x8d, 0x04, 0x87, 0x22, 0x92, 0x5b, 0x7a, 0x75, 0x25, 0x89, - 0xe0, 0xe6, 0xf7, 0x7d, 0x98, 0xe7, 0x69, 0x63, 0x51, 0xec, 0x58, 0x39, 0x4c, 0x65, 0x3b, 0xb5, - 0xe5, 0x06, 0x40, 0x98, 0x28, 0x16, 0x9d, 0x17, 0x7d, 0xa3, 0x58, 0x5a, 0xe9, 0xa9, 0x2c, 0x36, - 0xa1, 0xe8, 0x67, 0x77, 0x16, 0x07, 0x2e, 0x96, 0x4a, 0x7a, 0x75, 0x35, 0x0d, 0xc5, 0xba, 0x70, - 0x3d, 0x83, 0xb6, 0x01, 0xc2, 0x5c, 0xb0, 0xa2, 0x1c, 0x89, 0x04, 0xd0, 0xab, 0x2f, 0xa6, 0x23, - 0xf9, 0x68, 0x7c, 0x08, 0xa5, 0x20, 0x11, 0x32, 0x5a, 0x9d, 0x9e, 0x1d, 0x79, 0x6a, 0x77, 0x9a, - 0x50, 0x11, 0xd3, 0x1c, 0x23, 0xe1, 0x0c, 0x2b, 0x25, 0xfd, 0xf1, 0x49, 0x03, 0x1b, 0xa6, 0x35, - 0x16, 0x3b, 0x94, 0x48, 0x76, 0x7c, 0xc2, 0xc0, 0x96, 0x85, 0x54, 0xc7, 0x48, 0xe8, 0x77, 0x32, - 0x03, 0xf2, 0x54, 0x26, 0x3b, 0x50, 0x16, 0xf2, 0x11, 0x8b, 0x4c, 0x92, 0x09, 0x8f, 0x57, 0x5f, - 0x9a, 0x82, 0x0d, 0xa6, 0xa9, 0x09, 0x15, 0x31, 0x45, 0xb1, 0x38, 0x38, 0x29, 0xa9, 0x8b, 0xa7, - 0x0a, 0x75, 0x1f, 0xea, 0xb1, 0xf4, 0xc4, 0xe8, 0x52, 0x9a, 0xea, 0xcd, 0xc4, 0xec, 0x21, 0xd4, - 0x63, 0x69, 0x84, 0x45, 0x66, 0xe9, 0x89, 0x8d, 0x57, 0x5f, 0x3e, 0x81, 0x82, 0x6b, 0xd2, 0xc7, - 0x80, 0x92, 0x49, 0x85, 0xd1, 0xb7, 0x22, 0x3d, 0x4e, 0x4f, 0x39, 0x3c, 0x55, 0xd4, 0x0f, 0xd8, - 0x52, 0xd5, 0xbc, 0x03, 0x94, 0xbc, 0x01, 0xf2, 0x2b, 0x9f, 0x4b, 0xc1, 0x70, 0x91, 0xc2, 0xd5, - 0x4a, 0x58, 0x24, 0x57, 0xab, 0xc0, 0xe5, 0xb4, 0xd5, 0x4a, 0x18, 0xc4, 0x57, 0xab, 0x50, 0x7d, - 0x35, 0x0d, 0x15, 0xa8, 0x41, 0x2b, 0xb8, 0x20, 0x63, 0xc9, 0x6c, 0xd1, 0x85, 0x84, 0xcc, 0x91, - 0x2c, 0xb7, 0xd3, 0xa4, 0xb9, 0x92, 0x41, 0x0d, 0x28, 0xfa, 0xb9, 0x62, 0x45, 0x79, 0x62, 0x69, - 0x6a, 0x45, 0x79, 0x12, 0xa9, 0x65, 0x3b, 0x50, 0x11, 0x93, 0xa9, 0xa2, 0xa4, 0x16, 0x47, 0x58, - 0x5d, 0x98, 0x86, 0x0e, 0xba, 0xf7, 0x6d, 0x28, 0xb0, 0x0c, 0xab, 0x28, 0x7a, 0xed, 0x16, 0x26, - 0x46, 0x9d, 0x3a, 0xbc, 0x1f, 0x42, 0x29, 0x48, 0xb5, 0x2a, 0x9a, 0x9f, 0x78, 0xfe, 0xd5, 0xa9, - 0x0c, 0x3e, 0x82, 0x79, 0x9e, 0x5d, 0x55, 0x54, 0x91, 0x68, 0x5a, 0xd6, 0xd5, 0x73, 0x29, 0x98, - 0x40, 0xfa, 0x0f, 0xa1, 0x14, 0xa4, 0x00, 0x14, 0x45, 0x88, 0x27, 0x60, 0x3d, 0xc9, 0x02, 0x8a, - 0x99, 0xfe, 0xc4, 0xf1, 0x4c, 0xc9, 0xa4, 0x3a, 0x95, 0x4d, 0x0b, 0x20, 0xcc, 0xaa, 0x27, 0x2a, - 0x6b, 0x22, 0x15, 0xaa, 0x68, 0xd2, 0x93, 0xe9, 0x4f, 0xe9, 0xee, 0x50, 0x8d, 0x24, 0xd1, 0x13, - 0xf5, 0x2d, 0x2d, 0xdd, 0xe9, 0x49, 0x5d, 0x13, 0xf3, 0x8d, 0x8a, 0x5d, 0x4b, 0xc9, 0x43, 0x3a, - 0x95, 0xcd, 0x36, 0xd5, 0x7f, 0xe1, 0xe2, 0x33, 0xaa, 0xff, 0x89, 0x6c, 0x99, 0x53, 0x19, 0xed, - 0xfa, 0x39, 0xb6, 0x04, 0x5e, 0x2f, 0xc7, 0x87, 0x7b, 0x76, 0x76, 0x0f, 0x58, 0x02, 0x5f, 0x81, - 0xd9, 0xc5, 0xe8, 0xc8, 0x26, 0x59, 0x5d, 0x9a, 0x4e, 0x10, 0x0c, 0x7f, 0x07, 0x16, 0x12, 0x79, - 0x40, 0x91, 0x9c, 0x98, 0x82, 0xd9, 0xe5, 0x64, 0xdb, 0x48, 0x78, 0xd0, 0x1d, 0xdd, 0x46, 0xe2, - 0x79, 0x30, 0x4f, 0xdf, 0x46, 0x42, 0x4e, 0x89, 0x6d, 0x64, 0x66, 0x66, 0x0a, 0x54, 0x23, 0x39, - 0x3d, 0xc5, 0x39, 0x4d, 0x4b, 0x0c, 0xba, 0x7a, 0x71, 0x2a, 0x3e, 0x18, 0xb8, 0x5d, 0x90, 0xe2, - 0xb9, 0x3d, 0xc5, 0xe9, 0x9d, 0x92, 0xf7, 0x73, 0xaa, 0x88, 0x7b, 0xec, 0x1f, 0x04, 0xc4, 0xcf, - 0xd1, 0x5f, 0x49, 0x59, 0xe3, 0x89, 0x34, 0x93, 0x53, 0x99, 0x7e, 0x1a, 0xfc, 0xab, 0x80, 0x38, - 0xdf, 0xcb, 0xe9, 0xeb, 0x7e, 0x76, 0xd6, 0x43, 0x96, 0xba, 0x30, 0xc1, 0xf8, 0xd5, 0xb4, 0xe5, - 0x9e, 0x64, 0xfb, 0xda, 0x69, 0x64, 0xc1, 0x38, 0xff, 0xbf, 0x20, 0x87, 0x6a, 0xa2, 0xad, 0x2b, - 0x53, 0x2c, 0xc5, 0xec, 0xbd, 0x60, 0xfe, 0x35, 0x3d, 0x67, 0x88, 0x6e, 0xda, 0x42, 0x9e, 0xc7, - 0xd3, 0xfd, 0x6b, 0x5a, 0x3f, 0xb1, 0x63, 0xcf, 0xc2, 0x82, 0xef, 0xd8, 0x94, 0x41, 0xcc, 0xf0, - 0x8b, 0xd5, 0x57, 0xd3, 0x50, 0xc1, 0x08, 0x05, 0xee, 0x68, 0x5c, 0x8e, 0x44, 0xe2, 0xcc, 0x19, - 0xdc, 0x51, 0xca, 0x23, 0xe9, 0x8e, 0xce, 0xc2, 0xc4, 0x77, 0xcf, 0x29, 0x8b, 0xb8, 0x7b, 0x3e, - 0x0b, 0x03, 0xbe, 0x4c, 0x83, 0xf4, 0x96, 0xf1, 0x65, 0x1a, 0xcf, 0x93, 0x19, 0x5f, 0xa6, 0x89, - 0xbc, 0x98, 0xd7, 0x33, 0xa4, 0x67, 0x42, 0xde, 0x4b, 0xb1, 0x67, 0xc9, 0x74, 0x98, 0x27, 0xf5, - 0x2c, 0xc8, 0x37, 0x29, 0xf6, 0x2c, 0x9e, 0x84, 0xf2, 0x44, 0x55, 0x09, 0xf2, 0x48, 0x46, 0x54, - 0x25, 0x9e, 0x5d, 0x72, 0x2a, 0x0b, 0xe6, 0xb8, 0xdc, 0x19, 0xdb, 0x31, 0xc7, 0x25, 0xcc, 0xe0, - 0x78, 0xba, 0xe3, 0x42, 0x6a, 0x27, 0x1c, 0x97, 0xd3, 0x19, 0xec, 0x17, 0x68, 0xf9, 0xad, 0xff, - 0x0d, 0x00, 0x00, 0xff, 0xff, 0x8a, 0xb0, 0xc1, 0xa3, 0xb4, 0x69, 0x00, 0x00, + // 7620 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x7c, 0x4b, 0x8c, 0x1c, 0x47, + 0x72, 0xa8, 0xfa, 0x33, 0x3d, 0xdd, 0xd1, 0xbf, 0x9a, 0x9c, 0x21, 0x67, 0x38, 0x94, 0x48, 0xaa, + 0x56, 0x22, 0xa9, 0x91, 0x38, 0xfc, 0x48, 0x1a, 0x6a, 0xa9, 0xa5, 0xa4, 0xe6, 0x4c, 0x73, 0xd8, + 0xcb, 0x99, 0xee, 0x56, 0x4d, 0x93, 0xa2, 0x16, 0x4f, 0xa8, 0xad, 0xe9, 0xca, 0xee, 0xa9, 0xa7, + 0xea, 0xaa, 0x52, 0x55, 0xf5, 0x68, 0x06, 0x0f, 0x78, 0x20, 0xb5, 0x9f, 0xf7, 0x80, 0x87, 0xbd, + 0xbc, 0x77, 0x7c, 0x86, 0x2f, 0x36, 0x0c, 0x63, 0xe1, 0xe3, 0xfa, 0xe0, 0x93, 0x6d, 0xc0, 0x36, + 0x0c, 0x2f, 0xe0, 0xa3, 0x7d, 0xf3, 0xc9, 0x57, 0x1f, 0x7c, 0x31, 0x0c, 0x9f, 0x8c, 0xfc, 0x54, + 0x55, 0x56, 0x55, 0x77, 0xcf, 0x90, 0xe2, 0xee, 0x7a, 0x81, 0x3d, 0x75, 0x67, 0x44, 0x64, 0x64, + 0x64, 0x66, 0x64, 0x64, 0x44, 0x66, 0x56, 0x40, 0x79, 0x68, 0xef, 0x0f, 0x9d, 0x75, 0xc7, 0xb5, + 0x7d, 0x1b, 0x15, 0x69, 0x41, 0x73, 0x8c, 0xd5, 0x73, 0x43, 0xdb, 0x1e, 0x9a, 0xf8, 0x3a, 0x85, + 0xef, 0x8f, 0x07, 0xd7, 0x35, 0xeb, 0x98, 0x11, 0xad, 0x9e, 0x4f, 0xa2, 0xf0, 0xc8, 0xf1, 0x39, + 0x52, 0xfe, 0x10, 0xea, 0x7b, 0xbe, 0xe6, 0xfa, 0xf7, 0x86, 0x8e, 0x82, 0xbf, 0x1a, 0x63, 0xcf, + 0x47, 0x57, 0xa1, 0x30, 0x34, 0xed, 0x7d, 0xcd, 0x5c, 0xc9, 0x5c, 0xca, 0x5c, 0x2d, 0xdf, 0x92, + 0xd6, 0x83, 0x56, 0xd6, 0xb7, 0x29, 0x5c, 0xe1, 0x78, 0x59, 0x82, 0xda, 0x9e, 0x6f, 0x3b, 0x51, + 0x5d, 0xb9, 0x0e, 0xd5, 0x6d, 0x2c, 0x30, 0x93, 0xef, 0x40, 0x2d, 0x00, 0x78, 0x8e, 0x6d, 0x79, + 0xf8, 0x39, 0xd8, 0xbf, 0x07, 0xb5, 0x86, 0xae, 0x77, 0x31, 0x76, 0x03, 0xd1, 0x64, 0xc8, 0x3b, + 0x18, 0xbb, 0xbc, 0x66, 0x2d, 0xaa, 0x49, 0x89, 0x28, 0x4e, 0x7e, 0x08, 0x0b, 0x5b, 0xd8, 0xc4, + 0x3e, 0x16, 0x2b, 0xae, 0xc0, 0xbc, 0xa6, 0xeb, 0x2e, 0xf6, 0x3c, 0x5a, 0xb7, 0xa4, 0x04, 0x45, + 0xf4, 0x2a, 0x94, 0x0c, 0xcb, 0xc7, 0xee, 0x40, 0xeb, 0xe3, 0x95, 0x2c, 0xc5, 0x45, 0x00, 0xf9, + 0x33, 0xa8, 0xef, 0x18, 0x9e, 0x7f, 0x3a, 0x56, 0x6b, 0x20, 0x61, 0x4b, 0xdb, 0x37, 0x71, 0x43, + 0x3f, 0xc4, 0xae, 0x6f, 0x78, 0x58, 0xa7, 0x1c, 0x8b, 0x4a, 0x0a, 0x2e, 0x6f, 0x80, 0x14, 0x31, + 0xe6, 0x23, 0x73, 0x9a, 0xde, 0xfd, 0x10, 0x16, 0x1e, 0x39, 0xba, 0x16, 0xef, 0xdd, 0x29, 0x2a, + 0xa2, 0x2b, 0x20, 0xe9, 0xb6, 0xea, 0xd9, 0x03, 0x5f, 0x75, 0xb1, 0x87, 0x7d, 0xd5, 0xb0, 0xb8, + 0x70, 0x55, 0xdd, 0xde, 0xb3, 0x07, 0xbe, 0x42, 0xa0, 0x2d, 0x4b, 0xde, 0x04, 0x24, 0xb6, 0xc0, + 0x65, 0xbb, 0x06, 0x8b, 0x16, 0xc6, 0xba, 0x97, 0xe0, 0x90, 0x61, 0xdd, 0xa3, 0x28, 0x91, 0xc9, + 0x3f, 0x67, 0x40, 0xa2, 0xff, 0x4f, 0x37, 0x72, 0x6f, 0x40, 0xb5, 0x6f, 0x8f, 0x46, 0x63, 0xcb, + 0xe8, 0x6b, 0xbe, 0x61, 0x5b, 0x7c, 0x22, 0xe2, 0x40, 0x84, 0x20, 0x4f, 0x5a, 0x5f, 0xc9, 0xd1, + 0x46, 0xe9, 0x7f, 0xf4, 0x10, 0x4a, 0xba, 0xe1, 0xe2, 0x3e, 0xad, 0x95, 0xbf, 0x94, 0xb9, 0x5a, + 0xbb, 0x75, 0x2d, 0xea, 0x7f, 0x52, 0x84, 0xf5, 0x50, 0xc6, 0xad, 0xa0, 0x92, 0x12, 0xd5, 0x97, + 0xaf, 0x03, 0x4a, 0x13, 0xa0, 0x02, 0x64, 0x5b, 0x6d, 0xe9, 0x15, 0x34, 0x0f, 0xb9, 0xce, 0xa3, + 0x9e, 0x94, 0x41, 0x45, 0xc8, 0xdf, 0xeb, 0xf4, 0x1e, 0x48, 0x59, 0xf9, 0x11, 0x2c, 0xee, 0x1d, + 0x8c, 0x7d, 0xdd, 0xfe, 0xda, 0x7a, 0x89, 0x1d, 0x95, 0xaf, 0xc1, 0x42, 0x93, 0x2a, 0xcc, 0xa9, + 0x98, 0xca, 0x3d, 0x40, 0x5b, 0x86, 0x77, 0x6a, 0xfa, 0x53, 0x0a, 0xf1, 0x00, 0xd0, 0xae, 0x6d, + 0x19, 0xbe, 0xed, 0x9e, 0x8e, 0xeb, 0x0a, 0xcc, 0xf7, 0xc7, 0xae, 0x8b, 0x2d, 0x9f, 0xeb, 0x55, + 0x50, 0x94, 0xbf, 0x0b, 0x8b, 0x31, 0x4e, 0xcf, 0xa1, 0xee, 0x2d, 0x58, 0xe4, 0x26, 0x60, 0xdb, + 0xb5, 0xc7, 0xa1, 0x89, 0xba, 0x05, 0x40, 0xd0, 0xea, 0x90, 0x00, 0x39, 0x83, 0xc5, 0x38, 0x03, + 0x46, 0x5f, 0x72, 0x82, 0xbf, 0xf2, 0x3b, 0x70, 0x36, 0xb2, 0x0b, 0x31, 0x6e, 0x08, 0xf2, 0x96, + 0x36, 0xc2, 0xbc, 0x43, 0xf4, 0xbf, 0x3c, 0x86, 0xb3, 0xd1, 0x2a, 0xf8, 0xb6, 0x6d, 0x9f, 0x7e, + 0xf1, 0x3d, 0x80, 0xe5, 0x54, 0xb3, 0x2f, 0xb6, 0x02, 0x35, 0x38, 0xd7, 0xd0, 0xf5, 0xad, 0x63, + 0x4b, 0x1b, 0x19, 0xfd, 0x36, 0x36, 0x86, 0x07, 0xfb, 0x76, 0x38, 0x8b, 0x5b, 0x20, 0xe9, 0x0c, + 0xa3, 0x5a, 0x1c, 0xc5, 0x7b, 0x72, 0x2e, 0xea, 0x49, 0xb2, 0x6e, 0x5d, 0x8f, 0x03, 0xe4, 0xff, + 0xc1, 0xec, 0xb3, 0xe6, 0x1f, 0x04, 0x7c, 0xd7, 0xa1, 0xe8, 0x62, 0xcf, 0x1e, 0xbb, 0x7d, 0x36, + 0x9a, 0xb5, 0x5b, 0x28, 0xb6, 0x18, 0x29, 0x46, 0x09, 0x69, 0xd0, 0x19, 0x28, 0x1c, 0xba, 0x03, + 0xd5, 0xd0, 0xb9, 0x0a, 0xce, 0x1d, 0xba, 0x83, 0x96, 0x4e, 0x35, 0x43, 0xf3, 0x0f, 0xe8, 0x42, + 0x8f, 0x6b, 0x06, 0x69, 0x8b, 0xe2, 0xe4, 0x37, 0xa1, 0x1e, 0x36, 0xce, 0x47, 0x08, 0x41, 0x7e, + 0x3c, 0x36, 0x74, 0xda, 0x72, 0x45, 0xa1, 0xff, 0xe5, 0x9f, 0x67, 0xc2, 0xed, 0xe0, 0xe5, 0xcb, + 0x79, 0x16, 0x0a, 0x03, 0x6d, 0x64, 0x98, 0xc7, 0x54, 0xd2, 0xaa, 0xc2, 0x4b, 0xa1, 0xfc, 0xf9, + 0xe9, 0xf2, 0x87, 0xc2, 0xce, 0x09, 0xc2, 0xfe, 0x7e, 0x86, 0x6f, 0x37, 0x82, 0xa8, 0x97, 0x21, + 0xef, 0x1f, 0x3b, 0xb3, 0xc4, 0xa4, 0xf8, 0x50, 0x89, 0xb3, 0x91, 0x12, 0x4f, 0x95, 0xef, 0x36, + 0x14, 0x1d, 0x17, 0x0f, 0x8c, 0x23, 0xec, 0xad, 0xe4, 0x2f, 0xe5, 0xae, 0x96, 0x6f, 0x9d, 0x8f, + 0xf8, 0xf6, 0x88, 0x21, 0xd9, 0xb1, 0xed, 0x2f, 0xc7, 0x4e, 0x97, 0x12, 0x29, 0x21, 0xb1, 0xfc, + 0x90, 0xef, 0x5a, 0xe2, 0xa8, 0xdf, 0x86, 0xb2, 0x8e, 0x3d, 0xdf, 0xb0, 0x98, 0x2d, 0x61, 0x6a, + 0x74, 0x46, 0x50, 0xa3, 0x08, 0xa9, 0x88, 0x94, 0xf2, 0x8f, 0x32, 0xb0, 0xc4, 0xa7, 0x70, 0xcf, + 0x77, 0xb1, 0x36, 0x7a, 0xc9, 0xb3, 0xf3, 0x06, 0xcc, 0x91, 0x91, 0xf6, 0x56, 0x72, 0xb4, 0x8b, + 0xc9, 0x69, 0x60, 0x48, 0x19, 0x43, 0x7d, 0x1b, 0xfb, 0xb4, 0xd3, 0xcf, 0x3b, 0xe4, 0xd1, 0xf0, + 0x66, 0x63, 0xc3, 0x1b, 0x4c, 0x45, 0x4e, 0xb0, 0x27, 0xc7, 0x20, 0x45, 0xcd, 0xf0, 0x91, 0xbb, + 0x02, 0x75, 0x6b, 0x3c, 0x52, 0xc5, 0xd1, 0x23, 0x1a, 0x93, 0x57, 0x6a, 0xd6, 0x78, 0x24, 0x0c, + 0x1b, 0x3a, 0x07, 0x45, 0x42, 0x48, 0x75, 0x6a, 0x8e, 0x52, 0xcc, 0x5b, 0xe3, 0x11, 0xe9, 0x05, + 0x7a, 0x1d, 0x2a, 0x04, 0xa5, 0xf5, 0xfb, 0xd8, 0xf1, 0xb1, 0xbe, 0x52, 0xa0, 0xe8, 0xb2, 0x35, + 0x1e, 0x35, 0x38, 0x48, 0xfe, 0xc3, 0x4c, 0x68, 0x7f, 0x5f, 0xa8, 0x9b, 0xcf, 0xa3, 0x59, 0xc2, + 0x26, 0x90, 0x8f, 0x6d, 0x02, 0xe8, 0x22, 0x94, 0x1d, 0xdb, 0xf3, 0x55, 0xc7, 0x36, 0x8d, 0xfe, + 0x31, 0xed, 0x46, 0x51, 0x01, 0x02, 0xea, 0x52, 0x88, 0x7c, 0x07, 0x96, 0xe2, 0x52, 0x0a, 0xdb, + 0x04, 0xe9, 0x78, 0x66, 0x86, 0x31, 0xb8, 0x01, 0xd5, 0x86, 0xae, 0x3f, 0x76, 0x07, 0x41, 0xdf, + 0x2e, 0x42, 0xee, 0xd0, 0x1d, 0xf0, 0x3a, 0xd5, 0xa8, 0x0e, 0x21, 0x21, 0x18, 0xf9, 0x32, 0x48, + 0xcc, 0x2c, 0x08, 0x95, 0x26, 0xed, 0x03, 0x6f, 0x40, 0x8d, 0x68, 0xfc, 0x09, 0x54, 0xb7, 0xd8, + 0xba, 0xa5, 0x54, 0x5c, 0xec, 0x13, 0x25, 0x38, 0x02, 0x89, 0x68, 0x3f, 0xed, 0xbc, 0xe0, 0x7a, + 0xf3, 0xf1, 0x49, 0xf9, 0xc6, 0x9c, 0x90, 0xe3, 0xd1, 0x1d, 0x38, 0xe7, 0xe2, 0x01, 0x76, 0x55, + 0x7c, 0x64, 0x10, 0x45, 0x19, 0xaa, 0x9e, 0xaf, 0xf9, 0x78, 0x84, 0x2d, 0xdf, 0xe3, 0x5b, 0xcb, + 0x32, 0x25, 0x68, 0x72, 0xfc, 0x5e, 0x88, 0x96, 0xbf, 0xc9, 0xc0, 0x22, 0xb7, 0x89, 0x2f, 0xd8, + 0xfa, 0x75, 0x58, 0x74, 0xc8, 0x0e, 0xe4, 0x1e, 0xe2, 0x74, 0xbb, 0x28, 0x40, 0x45, 0x4d, 0x22, + 0x09, 0x72, 0x9a, 0x69, 0x72, 0xcf, 0x8d, 0xfc, 0x95, 0xaf, 0xc0, 0x02, 0x35, 0x25, 0x31, 0x09, + 0x26, 0x8d, 0xed, 0x47, 0x80, 0x44, 0xc2, 0x28, 0x8a, 0x38, 0x9d, 0xac, 0xf2, 0x9f, 0x65, 0x00, + 0xed, 0x61, 0x56, 0xdf, 0xc0, 0x5e, 0xd0, 0xd4, 0x6d, 0xa8, 0xe8, 0x78, 0x60, 0x58, 0x58, 0x57, + 0x3d, 0xec, 0x13, 0x6f, 0x86, 0x18, 0x89, 0x25, 0xd1, 0x6e, 0x51, 0xec, 0x1e, 0xf6, 0x89, 0xd9, + 0x0a, 0xfe, 0x7b, 0xe8, 0x1d, 0x28, 0x3a, 0x9c, 0xd7, 0x4a, 0x96, 0x56, 0x4a, 0xb7, 0x1d, 0x52, + 0xa0, 0xef, 0x41, 0x59, 0xf3, 0x3c, 0x63, 0x68, 0xb1, 0x11, 0x62, 0xa6, 0x68, 0x35, 0x59, 0xa1, + 0x11, 0x92, 0x28, 0x22, 0xb9, 0xbc, 0x4b, 0x2d, 0xa4, 0x20, 0x09, 0x17, 0xfe, 0x7d, 0x28, 0x0b, + 0xc2, 0xf3, 0x21, 0x98, 0x2c, 0x3b, 0x44, 0xb2, 0xcb, 0xfb, 0xb0, 0xcc, 0xe6, 0xfd, 0x65, 0x71, + 0x0c, 0xe6, 0x35, 0x1b, 0xcd, 0xeb, 0x63, 0x38, 0x43, 0xa6, 0x2b, 0xdd, 0xc2, 0x5b, 0x31, 0x73, + 0x73, 0x26, 0xc5, 0xba, 0x77, 0xec, 0xcc, 0xb0, 0x38, 0x72, 0x07, 0xce, 0x26, 0xf9, 0x72, 0x55, + 0x78, 0xc1, 0xc1, 0x78, 0x40, 0x5d, 0xcb, 0x50, 0x47, 0x03, 0x31, 0x6f, 0x42, 0x29, 0xd4, 0xe8, + 0xb4, 0x77, 0x17, 0x91, 0x47, 0x54, 0xf2, 0x17, 0x81, 0x67, 0xf9, 0x12, 0x98, 0x4d, 0x18, 0xd1, + 0x35, 0x58, 0x22, 0x3d, 0x4f, 0x31, 0x9f, 0xb4, 0x58, 0xbe, 0xcf, 0x46, 0x5f, 0xa0, 0xe5, 0x83, + 0xf4, 0x02, 0xdd, 0x7a, 0x02, 0xab, 0xa1, 0x81, 0x12, 0x14, 0x94, 0xb7, 0x7e, 0x07, 0x20, 0xd2, + 0x54, 0xce, 0x71, 0x96, 0x5e, 0x0b, 0xd4, 0xf2, 0x08, 0x5e, 0x13, 0xed, 0xcf, 0x4b, 0x65, 0x3e, + 0x61, 0x00, 0xff, 0x3b, 0x9c, 0x8f, 0x2c, 0x48, 0xba, 0xb1, 0x09, 0xe3, 0x88, 0x6e, 0x8b, 0x61, + 0x65, 0x96, 0x6a, 0xec, 0xb9, 0x64, 0xfb, 0x13, 0x43, 0xc8, 0x1f, 0xc0, 0xab, 0x93, 0xdb, 0xe2, + 0xf3, 0xf0, 0x6d, 0x86, 0xed, 0x09, 0xac, 0x06, 0x86, 0xec, 0x25, 0x4f, 0xc8, 0x0f, 0xa8, 0x27, + 0xaf, 0x38, 0x5f, 0x1a, 0x27, 0xc7, 0x79, 0x08, 0xf2, 0x8e, 0xed, 0xfa, 0xdc, 0xe7, 0xa1, 0xff, + 0xd1, 0x2a, 0x14, 0x4d, 0x63, 0x80, 0x7d, 0x83, 0x7b, 0x3d, 0x39, 0x25, 0x2c, 0xcb, 0x8d, 0xc0, + 0x01, 0x7f, 0x61, 0xf6, 0xf2, 0x5b, 0x6c, 0x7b, 0x15, 0x19, 0x44, 0x0e, 0x48, 0x46, 0x74, 0x40, + 0xe4, 0x3b, 0xcc, 0x43, 0x65, 0xa4, 0x7c, 0xcc, 0x2f, 0x43, 0x81, 0xee, 0x47, 0x13, 0x42, 0x4d, + 0x4a, 0xc7, 0xb1, 0x44, 0x52, 0x16, 0x76, 0xbf, 0xb8, 0xa4, 0xf7, 0xc2, 0x50, 0xfc, 0xc5, 0x79, + 0xf4, 0xf8, 0xd1, 0xc9, 0x8b, 0x4f, 0xc7, 0x84, 0x83, 0x12, 0x79, 0x9d, 0x59, 0x11, 0xc2, 0x34, + 0xe6, 0x05, 0x4e, 0x1b, 0xc8, 0x0f, 0x98, 0x25, 0x11, 0xe8, 0x23, 0xc7, 0xc6, 0xb5, 0xb5, 0xb4, + 0x63, 0xa3, 0xd8, 0x9a, 0x42, 0x30, 0xf2, 0x2f, 0x33, 0x80, 0xd8, 0x38, 0xfe, 0x00, 0xef, 0xbb, + 0x5a, 0xd0, 0x90, 0x04, 0xb9, 0xb1, 0x6b, 0x72, 0xf1, 0xc9, 0x5f, 0xe2, 0x12, 0xba, 0xf6, 0xd8, + 0xc7, 0x2a, 0x31, 0xfa, 0x6c, 0x33, 0x2d, 0x29, 0x40, 0x41, 0x64, 0x33, 0xa0, 0x47, 0x0a, 0x87, + 0xd8, 0xf5, 0xc8, 0x1a, 0x64, 0x6e, 0x66, 0x50, 0x44, 0xef, 0xc1, 0x59, 0x0b, 0x1f, 0xf9, 0x07, + 0xb6, 0xa3, 0xfa, 0xae, 0x31, 0x1c, 0x12, 0x47, 0x88, 0x36, 0xc9, 0xdd, 0xce, 0x25, 0x8e, 0xed, + 0x31, 0x24, 0x13, 0x07, 0xdd, 0x82, 0x33, 0xc9, 0x5a, 0x3a, 0x36, 0x35, 0xe6, 0x8d, 0x56, 0x95, + 0xc5, 0x78, 0xa5, 0x2d, 0x82, 0x92, 0x87, 0x20, 0xb1, 0xda, 0xbb, 0x6e, 0xb8, 0xd4, 0xce, 0x43, + 0x49, 0x1f, 0x8f, 0x1c, 0x35, 0xdc, 0xcf, 0xe6, 0x94, 0x22, 0x01, 0x10, 0xa9, 0xc9, 0x5a, 0x18, + 0x18, 0x26, 0x16, 0x36, 0xb0, 0xb0, 0x4c, 0x70, 0xf4, 0x6c, 0xf1, 0x50, 0x63, 0xbe, 0x50, 0x5e, + 0x09, 0xcb, 0xf2, 0x22, 0x2c, 0x70, 0xd5, 0x89, 0x5a, 0x92, 0xff, 0x22, 0x43, 0x3d, 0xdb, 0x7b, + 0x23, 0xe7, 0xc5, 0x34, 0xe1, 0x7b, 0x7c, 0xd3, 0xcd, 0x51, 0x13, 0x76, 0x35, 0x9a, 0xad, 0x18, + 0xd3, 0x75, 0xee, 0x78, 0x1b, 0xd6, 0x90, 0x3b, 0x30, 0xb4, 0x96, 0xbc, 0x09, 0x52, 0x12, 0x83, + 0xe6, 0x21, 0xd7, 0x55, 0x9a, 0xd2, 0x2b, 0xa8, 0x08, 0xf9, 0x6e, 0x67, 0x2f, 0x76, 0x1e, 0x86, + 0x4a, 0x30, 0xb7, 0xd3, 0xd9, 0x6c, 0xec, 0x48, 0x39, 0x42, 0xd7, 0xd8, 0xd9, 0x91, 0xf2, 0xf2, + 0x27, 0x81, 0xa7, 0xfd, 0xa2, 0x9d, 0x90, 0xff, 0x20, 0x07, 0x35, 0xa5, 0xfb, 0xb0, 0xf5, 0x58, + 0x33, 0x0d, 0x9d, 0x45, 0x44, 0xef, 0xc1, 0x1c, 0xdd, 0xa8, 0xb8, 0x37, 0x71, 0x41, 0x50, 0xc3, + 0x18, 0x21, 0xdb, 0xd9, 0x14, 0x46, 0x8c, 0x6e, 0x43, 0xc1, 0xc5, 0x9a, 0x17, 0x9a, 0xf4, 0x8b, + 0x53, 0xab, 0x29, 0x94, 0x4c, 0xe1, 0xe4, 0xe8, 0x0a, 0xcc, 0x8f, 0x34, 0xbf, 0x7f, 0x80, 0x75, + 0xee, 0xc1, 0x25, 0xf4, 0x3e, 0xc0, 0xa2, 0x1b, 0x50, 0x19, 0x5b, 0xbc, 0xa0, 0x6a, 0x41, 0x74, + 0x9d, 0xa0, 0x2e, 0x87, 0x24, 0x0d, 0x0f, 0x7d, 0x00, 0x52, 0x54, 0xc3, 0xc4, 0xd6, 0x90, 0xc6, + 0x78, 0x13, 0x6a, 0xd5, 0x43, 0xb2, 0x1d, 0x4a, 0x25, 0x77, 0x61, 0x8e, 0xf6, 0x0e, 0xd5, 0x00, + 0xf6, 0x7a, 0x8d, 0x5e, 0x53, 0x6d, 0x77, 0xda, 0x64, 0x66, 0x16, 0xa1, 0x1e, 0x94, 0x7b, 0xea, + 0xfd, 0xce, 0xa3, 0xf6, 0x96, 0x94, 0x41, 0x75, 0x28, 0x33, 0xe0, 0xe3, 0xc6, 0x4e, 0x6b, 0x4b, + 0xca, 0xa2, 0x05, 0xa8, 0x32, 0x40, 0xab, 0xcd, 0x40, 0x39, 0xf9, 0x43, 0x28, 0xb0, 0x8e, 0x13, + 0x6a, 0xa5, 0xd9, 0xd8, 0xeb, 0xf4, 0x02, 0x9e, 0x55, 0x28, 0x51, 0x40, 0x5b, 0x6d, 0xec, 0x49, + 0x19, 0x52, 0x99, 0x17, 0x77, 0x9a, 0xed, 0x6d, 0x7a, 0x16, 0xfa, 0x0f, 0x73, 0x90, 0xef, 0xf2, + 0x93, 0x0d, 0xcb, 0x74, 0x8d, 0xe0, 0x18, 0x86, 0xfc, 0x27, 0x56, 0xc6, 0xd1, 0x7c, 0xdf, 0x65, + 0xab, 0xbc, 0xa2, 0xf0, 0x12, 0xdd, 0xac, 0x87, 0xc1, 0x9e, 0x41, 0xfe, 0x92, 0xda, 0xfb, 0xd8, + 0x0b, 0xc2, 0x47, 0xfa, 0x9f, 0x18, 0x0a, 0xc3, 0x53, 0xbf, 0x36, 0xfc, 0x03, 0xdd, 0xd5, 0xbe, + 0x0e, 0x62, 0x47, 0xc3, 0xfb, 0x8c, 0x43, 0xd0, 0x05, 0x80, 0xc3, 0x70, 0xf2, 0x68, 0x0c, 0x3c, + 0xa7, 0x08, 0x10, 0xd4, 0x84, 0x85, 0xa8, 0xa4, 0xea, 0xd8, 0xd7, 0x0c, 0x73, 0x65, 0x9e, 0x5a, + 0xb0, 0x95, 0x69, 0x3a, 0xa0, 0x48, 0x51, 0x95, 0x2d, 0x5a, 0x03, 0xdd, 0x80, 0x25, 0xcb, 0x56, + 0x8d, 0x91, 0x43, 0x9c, 0x7b, 0x3f, 0x12, 0xa8, 0xc8, 0xe2, 0x1e, 0xcb, 0x6e, 0x71, 0x54, 0x28, + 0x58, 0x64, 0x5d, 0x4b, 0xb1, 0x38, 0xf9, 0x35, 0x00, 0x16, 0x63, 0xab, 0x9a, 0x67, 0xad, 0x00, + 0xc5, 0x95, 0x18, 0xa4, 0xe1, 0x59, 0xc4, 0xc0, 0x70, 0xb4, 0xa1, 0xaf, 0x94, 0x99, 0x11, 0x61, + 0x80, 0x96, 0xce, 0x0d, 0x8c, 0x8f, 0x5d, 0xac, 0xaf, 0x54, 0x68, 0xcb, 0x61, 0x19, 0x2d, 0xd1, + 0x75, 0x61, 0xe2, 0x95, 0x2a, 0x45, 0xb0, 0x02, 0xba, 0x0a, 0x92, 0xe1, 0xa9, 0x03, 0xd7, 0x1e, + 0xa9, 0xf8, 0xc8, 0xc7, 0xae, 0xa5, 0x99, 0x2b, 0x35, 0x4a, 0x50, 0x33, 0xbc, 0xfb, 0xae, 0x3d, + 0x6a, 0x72, 0x28, 0x19, 0xe9, 0xe0, 0x40, 0x50, 0x35, 0x9c, 0x95, 0x3a, 0x6d, 0x1a, 0x02, 0x50, + 0xcb, 0x09, 0x8f, 0xad, 0xa4, 0xe8, 0xd8, 0x0a, 0xbd, 0x03, 0xc8, 0xf0, 0xd4, 0xc0, 0xb2, 0x1a, + 0x16, 0x1d, 0xb7, 0x95, 0x05, 0x76, 0x30, 0x69, 0x78, 0x6d, 0x86, 0x68, 0x31, 0x38, 0x99, 0x2b, + 0x43, 0xc7, 0x96, 0x6f, 0x0c, 0x0c, 0xec, 0xae, 0x20, 0xda, 0x75, 0x01, 0x82, 0xde, 0x02, 0xc9, + 0xb4, 0xfb, 0x9a, 0xa9, 0x0a, 0x54, 0x8b, 0x94, 0xaa, 0x4e, 0xe1, 0xad, 0x88, 0xf4, 0x3a, 0x14, + 0x35, 0xeb, 0x58, 0xa5, 0xda, 0xb6, 0x14, 0xba, 0xfd, 0xf6, 0xd0, 0xc4, 0xeb, 0xc1, 0x65, 0xd7, + 0x7a, 0xc3, 0x3a, 0x56, 0xe6, 0x35, 0xeb, 0xb8, 0x4d, 0xd4, 0xf0, 0x5d, 0x00, 0x52, 0x81, 0xab, + 0xe2, 0x99, 0x30, 0xe4, 0x4b, 0x57, 0x29, 0x69, 0xd6, 0x71, 0x97, 0x92, 0xc9, 0x0f, 0xa1, 0x2c, + 0x1e, 0xc6, 0x10, 0x55, 0xa6, 0xe7, 0x61, 0xdc, 0x74, 0xf1, 0x52, 0x74, 0xdc, 0x94, 0x9d, 0x75, + 0xdc, 0x34, 0x82, 0x85, 0xd4, 0x01, 0xdb, 0x54, 0x96, 0x9f, 0x40, 0xd5, 0xa4, 0x74, 0xaa, 0xed, + 0x08, 0x9e, 0xe8, 0xe4, 0xc3, 0xba, 0x0e, 0x25, 0x51, 0x2a, 0xa6, 0x50, 0x92, 0xff, 0x25, 0x0f, + 0xf9, 0x2e, 0xc6, 0x2e, 0x55, 0x1a, 0xa2, 0x7a, 0x24, 0x6a, 0x25, 0xa1, 0x6e, 0x55, 0x09, 0xcb, + 0xe8, 0x03, 0xa8, 0x68, 0x8e, 0x63, 0x1e, 0x07, 0x67, 0x33, 0xd9, 0xe4, 0x11, 0x5e, 0x83, 0x60, + 0xf9, 0xce, 0x50, 0xd6, 0xa2, 0x02, 0xba, 0x0c, 0xf9, 0xbe, 0x6d, 0x0d, 0xf8, 0x41, 0x2d, 0x8a, + 0x9f, 0x82, 0x6f, 0xda, 0xd6, 0x40, 0xa1, 0x78, 0xf4, 0x21, 0x54, 0xf1, 0xfe, 0xd0, 0x51, 0x47, + 0x63, 0xd3, 0x37, 0x0e, 0x6c, 0x87, 0x9f, 0x8c, 0x9e, 0x8d, 0x2a, 0x34, 0xf7, 0x87, 0xce, 0x2e, + 0xc7, 0x2a, 0x15, 0x2c, 0x94, 0x50, 0x03, 0xea, 0xcc, 0x4d, 0x70, 0xf1, 0xc0, 0xc4, 0x7d, 0xdf, + 0x76, 0xa9, 0x05, 0x88, 0x2f, 0x5d, 0x42, 0xa0, 0x04, 0x78, 0xa5, 0xe6, 0xc6, 0xca, 0xe8, 0xad, + 0x60, 0xbb, 0x28, 0x4c, 0x3a, 0xae, 0x8f, 0xed, 0x11, 0x57, 0xa1, 0x40, 0xdc, 0x56, 0xd7, 0xe3, + 0xf6, 0x41, 0x08, 0xee, 0x7b, 0x14, 0xae, 0x70, 0x3c, 0x09, 0xa9, 0x7c, 0x57, 0xb3, 0x3c, 0xba, + 0x5f, 0x15, 0x93, 0x8c, 0x7b, 0x01, 0x4a, 0x89, 0xa8, 0xc8, 0x48, 0xb3, 0xae, 0x70, 0x7f, 0xb4, + 0x94, 0x1c, 0x69, 0xda, 0x8f, 0x3d, 0x8a, 0x54, 0x98, 0x73, 0xc4, 0x0a, 0x68, 0x0b, 0xa4, 0xa1, + 0xab, 0xf5, 0xf1, 0x60, 0x6c, 0xaa, 0x2e, 0xf6, 0x7c, 0xcd, 0xf5, 0xa9, 0xd9, 0x88, 0x9d, 0xd8, + 0x6f, 0x73, 0x0a, 0x85, 0x11, 0x28, 0xf5, 0x61, 0x1c, 0x80, 0xd6, 0xa1, 0xa4, 0x0d, 0x0c, 0xd5, + 0xd3, 0x06, 0x86, 0xb7, 0x52, 0xa6, 0x7a, 0xba, 0x20, 0x4c, 0xf3, 0xc0, 0xd8, 0xd3, 0x06, 0x86, + 0x52, 0xd4, 0xd8, 0x1f, 0x0f, 0x5d, 0x87, 0x92, 0xa6, 0xeb, 0x2a, 0xd3, 0xeb, 0x4a, 0x72, 0x92, + 0xf9, 0xe1, 0xad, 0xa7, 0x14, 0x35, 0xfe, 0x4f, 0xfe, 0x8f, 0x3c, 0x94, 0xc2, 0xab, 0x8b, 0x5f, + 0x91, 0xd2, 0xbd, 0x1d, 0x53, 0xba, 0xe5, 0x09, 0x57, 0x2f, 0xff, 0x85, 0x34, 0xef, 0x1d, 0xc8, + 0x1b, 0xd6, 0xc0, 0xe6, 0x8a, 0xb7, 0x32, 0x41, 0x58, 0xa6, 0x7d, 0x94, 0xea, 0x77, 0xca, 0xf7, + 0xad, 0x94, 0xef, 0x01, 0xd4, 0x13, 0x77, 0x56, 0x53, 0x2d, 0xeb, 0x6b, 0xb1, 0x4b, 0x3c, 0x7e, + 0xed, 0x1f, 0xdd, 0x15, 0xfe, 0x6d, 0x06, 0xca, 0x82, 0xfe, 0xa1, 0xdb, 0x50, 0x32, 0x2c, 0x35, + 0x76, 0xe0, 0x38, 0x2b, 0xb4, 0x2e, 0x1a, 0x16, 0xaf, 0xf8, 0x31, 0x54, 0xf1, 0x11, 0x19, 0xfd, + 0xb8, 0x9a, 0xcf, 0xaa, 0x5c, 0x61, 0x15, 0x22, 0x06, 0xc6, 0x48, 0x64, 0x90, 0x3b, 0x99, 0x01, + 0xab, 0xc0, 0x8f, 0xd5, 0xff, 0x27, 0x94, 0xd9, 0x2e, 0xb3, 0x63, 0x8c, 0x8c, 0xa9, 0xe1, 0x1e, + 0x7a, 0x1d, 0x2a, 0x23, 0xed, 0x48, 0x0d, 0xaf, 0x85, 0x98, 0xff, 0x5d, 0x1e, 0x69, 0x47, 0x5d, + 0x0e, 0x22, 0x31, 0x97, 0xc7, 0x2f, 0xbb, 0x55, 0xff, 0xc0, 0xc5, 0xde, 0x81, 0x6d, 0xea, 0xaa, + 0xd3, 0xf7, 0x79, 0x70, 0xb6, 0x14, 0x60, 0x7b, 0x01, 0xb2, 0xdb, 0xf7, 0xe5, 0x3f, 0x2e, 0x40, + 0x31, 0xd8, 0x0d, 0xd0, 0x77, 0xa0, 0xaa, 0x8d, 0xfd, 0x03, 0xd5, 0xd1, 0x3c, 0xef, 0x6b, 0xdb, + 0xd5, 0xf9, 0xac, 0x54, 0x08, 0xb0, 0xcb, 0x61, 0xe8, 0x12, 0xbd, 0x50, 0xea, 0xbb, 0x86, 0x23, + 0x5c, 0x4e, 0x8b, 0x20, 0x74, 0x0e, 0x8a, 0xcc, 0x45, 0xd0, 0xbc, 0x20, 0x30, 0xa4, 0xe5, 0x86, + 0x47, 0xbc, 0x87, 0xd0, 0x81, 0x09, 0x42, 0x8c, 0x3c, 0xe5, 0x50, 0x0f, 0xe0, 0x0d, 0x1e, 0x6a, + 0x2c, 0xc3, 0x3c, 0xd5, 0x01, 0xcd, 0xe3, 0xf1, 0x5f, 0x81, 0x14, 0x1b, 0x5e, 0x42, 0x39, 0x0a, + 0x09, 0xe5, 0x20, 0xce, 0x19, 0x45, 0xd3, 0xc0, 0x6a, 0x9e, 0xd6, 0x2c, 0x12, 0x00, 0x8d, 0xfe, + 0xda, 0xb0, 0xe0, 0xe2, 0x91, 0x7d, 0x88, 0x55, 0xc7, 0x35, 0x0e, 0x35, 0x9f, 0x38, 0x78, 0x74, + 0x7d, 0xd6, 0x6e, 0xc9, 0xe9, 0xed, 0x71, 0x5d, 0xa1, 0xb4, 0x5d, 0x46, 0xda, 0xf0, 0x94, 0xba, + 0x1b, 0x07, 0x10, 0xdf, 0x8a, 0x2d, 0xda, 0x81, 0xa9, 0x39, 0xaa, 0xae, 0x8d, 0x1c, 0xc3, 0x1a, + 0xd2, 0xa5, 0x5b, 0x54, 0x24, 0x8a, 0xb9, 0x6f, 0x6a, 0xce, 0x16, 0x83, 0xa3, 0x37, 0xa1, 0xe6, + 0x61, 0x4b, 0x57, 0xf9, 0x4d, 0xbe, 0x7f, 0xcc, 0x5d, 0xcb, 0x2a, 0x81, 0x6e, 0x06, 0x40, 0xe2, + 0x06, 0x91, 0x76, 0x7c, 0xac, 0xf6, 0x35, 0x87, 0x2f, 0xc5, 0x29, 0x6e, 0x10, 0xa3, 0xdb, 0xd4, + 0x1c, 0x62, 0x71, 0xd8, 0xa0, 0x93, 0x3a, 0x95, 0x19, 0x75, 0xd8, 0xdc, 0x90, 0x2a, 0x35, 0xc8, + 0x1a, 0x3a, 0x75, 0x45, 0x4b, 0x4a, 0xd6, 0xd0, 0xd1, 0x1d, 0xa8, 0x32, 0x05, 0x53, 0x4d, 0xa2, + 0x8c, 0xde, 0x4a, 0x8d, 0xb2, 0x11, 0x4c, 0x90, 0xa0, 0xaa, 0x4a, 0xc5, 0x89, 0x0a, 0x1e, 0x51, + 0x1d, 0x3e, 0xe7, 0x7c, 0x56, 0x99, 0x6f, 0x5a, 0x61, 0x13, 0xcf, 0xa7, 0xf4, 0x1a, 0xa0, 0xc8, + 0x7d, 0x0d, 0x5f, 0xf5, 0x48, 0x94, 0x72, 0x21, 0xf4, 0x62, 0x03, 0x04, 0x89, 0x3e, 0x0e, 0xdd, + 0x01, 0xf5, 0x54, 0x4b, 0xf4, 0x52, 0x06, 0x5d, 0x82, 0x8a, 0x66, 0x9a, 0xf6, 0xd7, 0x2a, 0x51, + 0x72, 0xcd, 0x0b, 0xdc, 0x53, 0x0a, 0xeb, 0x7c, 0x6d, 0x35, 0x3c, 0x74, 0x19, 0xea, 0x2e, 0x76, + 0x4c, 0xad, 0x8f, 0xd5, 0x40, 0x7b, 0x16, 0xd9, 0x4d, 0x3e, 0x07, 0x77, 0xa9, 0x12, 0xc9, 0x37, + 0xa1, 0x9e, 0x98, 0x5c, 0x12, 0x27, 0xf3, 0x68, 0x8a, 0x07, 0xc7, 0x19, 0x54, 0x86, 0x79, 0xa5, + 0xd9, 0xdd, 0x69, 0x6c, 0x36, 0xa5, 0xac, 0xfc, 0x27, 0x39, 0xa8, 0xc6, 0xf6, 0xb0, 0x5f, 0xc3, + 0x7a, 0x99, 0xba, 0x08, 0x2e, 0x43, 0x3d, 0x5a, 0x04, 0x2a, 0x3d, 0xcd, 0x60, 0x2b, 0xa1, 0x1a, + 0xae, 0x84, 0xb6, 0x36, 0xc2, 0xb3, 0x57, 0xc3, 0xde, 0xf4, 0xd5, 0x70, 0x65, 0xca, 0xbe, 0xfd, + 0x9b, 0x59, 0x12, 0x2f, 0x32, 0x5d, 0xff, 0x96, 0x83, 0x5a, 0x7c, 0x17, 0xff, 0xad, 0x9f, 0xaf, + 0xde, 0xf4, 0xf9, 0xba, 0x3a, 0xcd, 0x75, 0xf9, 0x0d, 0xd9, 0xb0, 0x8b, 0x50, 0xf6, 0x6d, 0x5f, + 0x33, 0xb9, 0x7f, 0x50, 0x66, 0x0b, 0x95, 0x82, 0xa8, 0x37, 0x40, 0xf8, 0x70, 0x82, 0x60, 0x4f, + 0xab, 0x30, 0x3e, 0x8c, 0x26, 0x78, 0xd2, 0xf0, 0x02, 0x13, 0xff, 0x10, 0x2a, 0xa2, 0xd3, 0x88, + 0x56, 0x60, 0x9e, 0x1d, 0x3e, 0xea, 0xfc, 0x35, 0x4e, 0x50, 0xa4, 0xbb, 0x2a, 0xa7, 0x52, 0x7d, + 0xdf, 0x0c, 0x77, 0x55, 0x0e, 0xeb, 0xf9, 0xa6, 0xfc, 0xa3, 0x0c, 0xd4, 0xe2, 0x3e, 0x24, 0xd9, + 0x68, 0x13, 0x6e, 0xa7, 0xda, 0x37, 0x8d, 0xe0, 0x54, 0xbf, 0xa8, 0x2c, 0xc5, 0x7d, 0xcc, 0x4d, + 0x8a, 0x43, 0x1f, 0xc2, 0x6a, 0xba, 0xd6, 0xd8, 0xf3, 0xb1, 0x1b, 0xbd, 0x8c, 0x58, 0x4e, 0xd6, + 0xa4, 0xf8, 0x96, 0x2e, 0xff, 0xd1, 0x3c, 0xf3, 0xdb, 0x7f, 0x5d, 0x6a, 0xbc, 0x0e, 0xc5, 0x11, + 0xf6, 0x3c, 0x6d, 0x88, 0x3d, 0xee, 0x91, 0x0b, 0xae, 0xdd, 0x2e, 0xc7, 0x28, 0x21, 0xcd, 0xc4, + 0x6d, 0x7d, 0xee, 0xc4, 0x6d, 0xbd, 0x30, 0x63, 0x5b, 0x9f, 0x9f, 0xb9, 0xad, 0x17, 0x13, 0x0b, + 0xe3, 0x2a, 0x14, 0xbe, 0x1a, 0xe3, 0x31, 0xf6, 0xb8, 0xd7, 0x2c, 0x38, 0xe6, 0x9f, 0x52, 0xb8, + 0xc2, 0xf1, 0x68, 0x6d, 0xd2, 0x12, 0x62, 0x1a, 0x7c, 0xca, 0x85, 0x51, 0x3e, 0xf5, 0xc2, 0xa8, + 0x4c, 0x5a, 0x18, 0x4d, 0xa8, 0x7a, 0xd8, 0xf3, 0x0c, 0xdb, 0x62, 0x57, 0xf3, 0x74, 0xff, 0xad, + 0xdd, 0xba, 0x34, 0x21, 0xe6, 0x5d, 0xdf, 0x63, 0x84, 0x2c, 0x04, 0xa9, 0x78, 0x42, 0x09, 0xbd, + 0x0f, 0x67, 0xbd, 0xb1, 0x43, 0x1c, 0x49, 0xac, 0x93, 0x2d, 0x5f, 0xdb, 0x37, 0x4c, 0xc3, 0x27, + 0x91, 0x5c, 0x8d, 0x9e, 0xd3, 0x9f, 0x09, 0xb1, 0x9b, 0x02, 0x12, 0x7d, 0x0c, 0x65, 0x4d, 0x1f, + 0x19, 0x41, 0xdb, 0xf5, 0xe4, 0xf1, 0x6c, 0xd4, 0x76, 0x83, 0x90, 0xb1, 0x96, 0x41, 0x0b, 0xff, + 0x93, 0x98, 0xd1, 0xc5, 0x7d, 0x6c, 0x1c, 0x62, 0x76, 0xc8, 0x54, 0x55, 0xc2, 0x32, 0xc1, 0x85, + 0x0f, 0x5d, 0x16, 0x18, 0x2e, 0x28, 0xa3, 0x0b, 0x00, 0x5a, 0xf4, 0xec, 0x36, 0xd8, 0xb7, 0x43, + 0x08, 0x5a, 0x84, 0x39, 0x7b, 0xec, 0xab, 0x5f, 0xf1, 0xb3, 0xa4, 0xbc, 0x3d, 0xf6, 0x3f, 0x45, + 0x4b, 0x30, 0x37, 0x30, 0x6d, 0xc7, 0xa3, 0xa7, 0x47, 0x55, 0x85, 0x15, 0x64, 0x0b, 0x2a, 0xe2, + 0xc0, 0x90, 0xc5, 0xff, 0xa8, 0xfd, 0xb0, 0xdd, 0xf9, 0xac, 0xcd, 0x8e, 0xbd, 0x5b, 0x5b, 0x3b, + 0x4d, 0x66, 0x13, 0x36, 0x3b, 0xed, 0x76, 0x73, 0xb3, 0x27, 0x65, 0x11, 0x40, 0xa1, 0xb1, 0xd9, + 0x6b, 0x3d, 0x6e, 0x4a, 0x39, 0x54, 0x81, 0x62, 0xa7, 0xdb, 0x6c, 0xef, 0x35, 0xdb, 0x3d, 0x29, + 0x8f, 0xea, 0x50, 0x26, 0xa5, 0xcd, 0x4e, 0xfb, 0x7e, 0x4b, 0xd9, 0x95, 0xe6, 0x08, 0xa0, 0xb9, + 0xd7, 0x6b, 0xdc, 0xdb, 0x69, 0xed, 0x3d, 0x68, 0x6e, 0x49, 0x05, 0x79, 0x0d, 0x20, 0x1a, 0x0c, + 0x54, 0x80, 0xec, 0xa3, 0x2e, 0x6b, 0x68, 0x8b, 0x34, 0x99, 0x21, 0xbc, 0xbb, 0xf7, 0x9f, 0xa8, + 0xa4, 0x1d, 0xf9, 0x87, 0x50, 0x0c, 0x96, 0x07, 0xba, 0x26, 0x0c, 0x15, 0x0b, 0x4a, 0x16, 0x52, + 0x8b, 0x48, 0x18, 0xbd, 0x37, 0x21, 0xef, 0x05, 0xaf, 0x33, 0x27, 0x92, 0x52, 0xb4, 0xfc, 0xd7, + 0x19, 0x98, 0xe7, 0x10, 0x24, 0x43, 0xc5, 0xb2, 0x7d, 0x63, 0x10, 0x3c, 0x14, 0xcd, 0xd0, 0x3b, + 0x8b, 0x18, 0x8c, 0x44, 0x14, 0x63, 0xfa, 0x64, 0x91, 0x32, 0xce, 0x2b, 0xbc, 0x84, 0x10, 0xe4, + 0x6d, 0x07, 0x5b, 0xfc, 0x9e, 0x83, 0xfe, 0x47, 0xaf, 0x42, 0xe9, 0x4b, 0x8c, 0x1d, 0xcd, 0x34, + 0x0e, 0x31, 0x7f, 0xeb, 0x14, 0x01, 0x88, 0x1d, 0x75, 0xf1, 0x80, 0xc4, 0x0e, 0xc1, 0x2b, 0x27, + 0x5e, 0x24, 0xf5, 0x74, 0xc3, 0xeb, 0x6b, 0xae, 0x1e, 0x3e, 0x71, 0x8a, 0x00, 0x64, 0x16, 0xa9, + 0x4d, 0xa7, 0x6b, 0x3a, 0xaf, 0xb0, 0x82, 0xbc, 0x01, 0x05, 0xb6, 0x34, 0x09, 0xde, 0xb0, 0x9c, + 0xb1, 0xcf, 0x43, 0x1e, 0x56, 0x20, 0x72, 0xdb, 0x63, 0x9f, 0x80, 0xf9, 0xeb, 0x2d, 0x56, 0x92, + 0x31, 0x14, 0x58, 0xac, 0x8d, 0xd6, 0xa1, 0xd0, 0xb7, 0xad, 0x81, 0x31, 0xe4, 0xa3, 0x7b, 0x36, + 0x19, 0x8d, 0x6f, 0x52, 0xac, 0xc2, 0xa9, 0xd0, 0xdb, 0xc1, 0x29, 0x53, 0xea, 0x2c, 0x83, 0x91, + 0x8b, 0xe7, 0x4c, 0x64, 0x98, 0x2b, 0x22, 0x17, 0x62, 0x74, 0xfb, 0xb6, 0x65, 0xe1, 0xbe, 0xaf, + 0xba, 0xd8, 0x77, 0x8f, 0x83, 0xc1, 0xe6, 0x40, 0x85, 0xc0, 0x88, 0x91, 0xa2, 0x51, 0x17, 0xbd, + 0x69, 0x65, 0xe3, 0x5d, 0x24, 0x00, 0xc2, 0x89, 0x78, 0xbf, 0xe1, 0x60, 0xaa, 0x89, 0x7b, 0xa6, + 0x85, 0x10, 0xd3, 0xe2, 0x08, 0xb4, 0x05, 0x17, 0x46, 0x86, 0x65, 0x8c, 0xc6, 0x23, 0x35, 0x5c, + 0x27, 0x24, 0x80, 0x8c, 0xaa, 0xb2, 0x19, 0x7a, 0x95, 0x53, 0x35, 0x44, 0xa2, 0x80, 0x8b, 0xfc, + 0xf3, 0x2c, 0x94, 0x85, 0xee, 0xfd, 0x96, 0x76, 0x83, 0x1e, 0xed, 0xe3, 0xa1, 0xed, 0x1b, 0x1a, + 0xb1, 0x77, 0x91, 0x70, 0x4c, 0x11, 0x51, 0x84, 0x7b, 0x10, 0x88, 0x49, 0xf5, 0x9e, 0xd2, 0x14, + 0x02, 0xbd, 0x27, 0x25, 0x62, 0xa4, 0x48, 0x10, 0x4c, 0x31, 0x4c, 0x21, 0xc3, 0xb2, 0xfc, 0xef, + 0x19, 0x28, 0x85, 0x67, 0x33, 0xe9, 0x90, 0x26, 0x33, 0x21, 0xa4, 0x79, 0x0d, 0x80, 0x11, 0x09, + 0xd7, 0x62, 0x2c, 0x10, 0xeb, 0x72, 0x1e, 0x23, 0x7f, 0xac, 0x92, 0xc5, 0x60, 0x1f, 0x62, 0xf7, + 0x98, 0xdf, 0xf9, 0x56, 0x46, 0xfe, 0x78, 0x2b, 0x80, 0x11, 0x37, 0x84, 0x6c, 0xe5, 0x64, 0x3c, + 0x47, 0xb6, 0x1e, 0xdc, 0x91, 0x96, 0x39, 0x6c, 0xd7, 0xd6, 0x31, 0xd9, 0x5c, 0x78, 0x48, 0x18, + 0xdf, 0x5e, 0xab, 0x0c, 0x1a, 0x48, 0x73, 0x11, 0xca, 0x9c, 0x8c, 0x8a, 0xc3, 0x36, 0x58, 0x1e, + 0x4c, 0x52, 0x79, 0x96, 0x61, 0xde, 0xef, 0x3b, 0xea, 0xc8, 0xf3, 0xb8, 0x73, 0x59, 0xf0, 0xfb, + 0xce, 0xae, 0xe7, 0xc9, 0x77, 0xa1, 0x2c, 0x9c, 0x2f, 0xa1, 0x75, 0x58, 0x14, 0x0f, 0xa3, 0xe2, + 0x0e, 0xce, 0x82, 0x70, 0xf8, 0xc4, 0xbc, 0x1b, 0xf9, 0x17, 0x39, 0xa8, 0x27, 0x4e, 0x98, 0x66, + 0xfb, 0x5d, 0xfc, 0x9c, 0x2a, 0x52, 0xb1, 0xaa, 0x52, 0xe6, 0x30, 0x3a, 0x7d, 0x17, 0xa1, 0x7c, + 0x80, 0x4d, 0x07, 0xbb, 0xaa, 0x6d, 0x99, 0xc1, 0xb0, 0x01, 0x03, 0x75, 0x2c, 0xf3, 0x98, 0x8c, + 0xac, 0x8e, 0x07, 0xd8, 0x75, 0x35, 0x93, 0x31, 0xc9, 0x53, 0x26, 0x95, 0x00, 0x48, 0xb9, 0xdc, + 0x84, 0x25, 0xd1, 0x18, 0xaa, 0x81, 0x3c, 0xec, 0x8a, 0x6a, 0x51, 0xc4, 0x35, 0xb9, 0x6c, 0x6f, + 0xc3, 0x82, 0x69, 0x5b, 0x43, 0xa2, 0xc3, 0x7a, 0x48, 0x5f, 0x60, 0x7b, 0x7e, 0x88, 0x08, 0x88, + 0xd7, 0x60, 0x81, 0x5e, 0xe1, 0xa8, 0x74, 0x44, 0x3c, 0x35, 0xd4, 0xaa, 0xaa, 0x52, 0xa7, 0x08, + 0x3a, 0xa6, 0x1e, 0x95, 0x65, 0x0d, 0x16, 0xa8, 0x03, 0x13, 0xeb, 0x39, 0x73, 0x64, 0x68, 0x68, + 0xa0, 0x08, 0xbd, 0xbf, 0xc2, 0xa3, 0x05, 0x4e, 0x1b, 0xf9, 0xe3, 0x35, 0x81, 0x92, 0x38, 0x1d, + 0xe1, 0x6d, 0x8c, 0x40, 0x09, 0x94, 0x92, 0xdd, 0xc6, 0x08, 0xa4, 0x08, 0xf2, 0x54, 0xbb, 0xd8, + 0x7d, 0x15, 0xfd, 0x2f, 0xbf, 0x0b, 0xcb, 0xbb, 0x4e, 0x62, 0xde, 0xb8, 0xbd, 0x9b, 0x3a, 0x7b, + 0xf2, 0x5f, 0x65, 0xe0, 0x6c, 0xaa, 0x16, 0xb3, 0x2e, 0xd3, 0xa7, 0x5c, 0xf4, 0x1b, 0xd8, 0xdb, + 0x9f, 0x68, 0xe7, 0x8b, 0xfb, 0x06, 0x7c, 0xaa, 0x05, 0xdf, 0xe0, 0x1a, 0x2c, 0x12, 0xc7, 0xca, + 0x1e, 0xa8, 0xae, 0xb1, 0xaf, 0x86, 0x6c, 0xf2, 0xc1, 0xb7, 0x3b, 0x7a, 0x67, 0xa0, 0x18, 0xfb, + 0x4a, 0xb4, 0x91, 0xd6, 0x05, 0x72, 0xba, 0xa7, 0xb2, 0xf9, 0xae, 0x04, 0xa4, 0x7b, 0x44, 0x65, + 0x7f, 0x9a, 0x81, 0x85, 0x54, 0x37, 0xd0, 0x77, 0x13, 0x9b, 0xca, 0xeb, 0xc2, 0x3e, 0x3c, 0x79, + 0xa4, 0xc2, 0xfd, 0x65, 0x23, 0xbe, 0xbf, 0x5c, 0x9a, 0x51, 0x33, 0xb6, 0xd5, 0x34, 0xa0, 0xca, + 0x4f, 0x57, 0xf9, 0xd0, 0x4f, 0x3b, 0x04, 0x14, 0x46, 0x37, 0x1b, 0x9f, 0x92, 0xff, 0x9d, 0x81, + 0x0a, 0xe7, 0xc1, 0x26, 0xe2, 0xb9, 0x59, 0x24, 0x03, 0xb6, 0xdc, 0x29, 0x02, 0xb6, 0xfc, 0xa4, + 0x80, 0xed, 0xff, 0xe5, 0xe0, 0x3c, 0xb7, 0x24, 0x26, 0x7b, 0x74, 0xc5, 0xee, 0xba, 0x82, 0x7d, + 0xf4, 0x1d, 0x40, 0x9a, 0xf9, 0xb5, 0x76, 0xec, 0x11, 0x47, 0xd9, 0xd1, 0x5c, 0xac, 0x8e, 0x42, + 0x6d, 0x91, 0x18, 0x66, 0x93, 0x21, 0x76, 0xb1, 0x8e, 0x6e, 0xc2, 0x19, 0x63, 0x68, 0xd9, 0x2e, + 0x71, 0xd3, 0xa9, 0x64, 0xc1, 0x1d, 0x3c, 0x7f, 0xcb, 0xca, 0x90, 0x0d, 0x8f, 0x88, 0xc8, 0xee, + 0xdd, 0x49, 0xa0, 0x15, 0xdc, 0xa2, 0x86, 0x4d, 0xd0, 0xe5, 0x49, 0x03, 0x2d, 0xa6, 0x5d, 0xcb, + 0x01, 0x05, 0x6f, 0x8a, 0x0a, 0xec, 0xb6, 0x74, 0x74, 0x07, 0xce, 0x85, 0x8a, 0xa7, 0x1a, 0x96, + 0xd6, 0xf7, 0x89, 0x55, 0x66, 0xab, 0x9b, 0x2b, 0xdc, 0x72, 0x48, 0xd0, 0xe2, 0x78, 0xb6, 0xc8, + 0xc9, 0x08, 0xb2, 0xc1, 0x54, 0x35, 0x63, 0xe8, 0x04, 0xd7, 0xe0, 0xfc, 0xd3, 0x32, 0x63, 0xe8, + 0xa0, 0x3b, 0xb0, 0xca, 0x3b, 0x63, 0xe1, 0x23, 0x5f, 0xa5, 0xb7, 0xb1, 0x43, 0x47, 0x1d, 0x61, + 0xdf, 0x35, 0xfa, 0xdc, 0xc6, 0x9c, 0x65, 0x14, 0x6d, 0x7c, 0xe4, 0x3f, 0xb0, 0x9d, 0xd6, 0xd0, + 0xd9, 0xa5, 0x58, 0x74, 0x17, 0xce, 0xeb, 0xec, 0xf9, 0x89, 0xba, 0x8f, 0x3d, 0x9f, 0x8d, 0x85, + 0x17, 0x0c, 0x31, 0xb5, 0x39, 0x45, 0x65, 0x85, 0x93, 0xdc, 0xc3, 0xec, 0x23, 0x80, 0x70, 0x0a, + 0xe4, 0xff, 0x9b, 0x83, 0xd5, 0x89, 0xb3, 0xc2, 0xd4, 0xe5, 0x77, 0x93, 0xf2, 0x1b, 0x99, 0x94, + 0x0c, 0x9c, 0x99, 0x38, 0x29, 0xe8, 0x6e, 0xc2, 0x0a, 0xbd, 0x99, 0xba, 0x05, 0x9a, 0xb4, 0xb6, + 0x42, 0x4b, 0x74, 0x27, 0x6e, 0x89, 0xde, 0x38, 0xa1, 0x76, 0xcc, 0x1a, 0xdd, 0x82, 0xb3, 0x8f, + 0x3c, 0x4c, 0x0f, 0x4f, 0x1c, 0x93, 0x7e, 0x95, 0xe3, 0x9d, 0xb8, 0x23, 0xdc, 0x84, 0x33, 0xc9, + 0x3a, 0x27, 0xec, 0x07, 0xf2, 0x17, 0x00, 0xcd, 0xfd, 0xa1, 0xc3, 0x59, 0xaf, 0xc1, 0x02, 0x3b, + 0xd7, 0x1d, 0x71, 0x1e, 0x24, 0x2a, 0x67, 0x35, 0xea, 0x14, 0x11, 0xf0, 0x6e, 0xd0, 0x93, 0xe6, + 0x91, 0x76, 0x44, 0x1d, 0xca, 0xe0, 0x42, 0x9f, 0x6e, 0xfc, 0x1c, 0xc8, 0xee, 0x9a, 0xfe, 0x1b, + 0x94, 0x08, 0x7b, 0x26, 0xc5, 0x4b, 0xe7, 0xae, 0x42, 0x9e, 0x70, 0x47, 0xef, 0x24, 0xa6, 0x69, + 0x29, 0x7e, 0x6d, 0x99, 0x98, 0x95, 0xb7, 0xe2, 0xb3, 0xb2, 0x18, 0x27, 0x8e, 0x4d, 0xc2, 0x4d, + 0x80, 0x56, 0x34, 0x3a, 0x29, 0x99, 0x32, 0x13, 0x64, 0xba, 0x01, 0xa5, 0x56, 0xd8, 0xe3, 0x53, + 0xd5, 0x50, 0x21, 0xdf, 0x3a, 0xa1, 0x17, 0xad, 0xe7, 0xe9, 0x45, 0x2b, 0xd9, 0x8b, 0x5f, 0x66, + 0x40, 0x4a, 0xea, 0x05, 0xfa, 0x20, 0xd1, 0x9a, 0xb0, 0x4d, 0x4e, 0xd6, 0xbb, 0xb0, 0xe5, 0xf7, + 0xe3, 0x2d, 0x5f, 0x9c, 0x5e, 0x31, 0xf6, 0x62, 0x40, 0x86, 0x3c, 0xde, 0x1f, 0x3a, 0xe9, 0xaf, + 0xd5, 0xc8, 0xa8, 0x2b, 0x14, 0x47, 0x68, 0x0c, 0x42, 0x93, 0xfa, 0x22, 0xac, 0x45, 0x69, 0x08, + 0x4e, 0xbe, 0xc7, 0xf7, 0xb5, 0x9e, 0xe6, 0x0e, 0xb1, 0xbf, 0x8b, 0x47, 0xfb, 0xd8, 0xf5, 0x0e, + 0x0c, 0x61, 0x92, 0xe2, 0xfe, 0x68, 0x26, 0xed, 0x8f, 0xca, 0x0d, 0x6e, 0x85, 0x93, 0x3c, 0xc2, + 0x59, 0x3b, 0x99, 0x45, 0x68, 0x34, 0x92, 0x3c, 0x4e, 0x34, 0x1a, 0x93, 0x05, 0x3f, 0xad, 0xd1, + 0x98, 0x28, 0x72, 0x30, 0xd3, 0x5f, 0xc0, 0x85, 0x1d, 0xdb, 0x1a, 0xee, 0x10, 0xff, 0xeb, 0x39, + 0xdd, 0xc9, 0x53, 0x04, 0x03, 0xf2, 0x3f, 0x65, 0xe0, 0xb5, 0x69, 0xfc, 0x7f, 0x95, 0x8e, 0xe7, + 0x44, 0x97, 0x3d, 0x3f, 0xd9, 0x65, 0xff, 0x10, 0x56, 0x53, 0xb4, 0xae, 0x8a, 0x8f, 0x1c, 0xc3, + 0x0d, 0x03, 0x8e, 0xe5, 0x44, 0x25, 0xb7, 0xc9, 0xd0, 0xf2, 0xff, 0xcf, 0xc0, 0xca, 0xb4, 0x0e, + 0xa2, 0x4f, 0x12, 0xf3, 0x2a, 0x1c, 0xf5, 0xcf, 0x1e, 0xf4, 0x70, 0x6a, 0xef, 0xc6, 0xa7, 0xf6, + 0xca, 0xc9, 0x0c, 0x62, 0xb3, 0xfb, 0xb3, 0x39, 0x98, 0xe7, 0xde, 0x25, 0x7a, 0x08, 0x8b, 0x23, + 0x47, 0x4d, 0x3d, 0x37, 0x60, 0x92, 0x9d, 0x9f, 0xe1, 0xf2, 0x2a, 0x0b, 0xa3, 0x94, 0xb3, 0x7d, + 0x3d, 0xec, 0x59, 0x36, 0xf9, 0x58, 0x24, 0xe6, 0x11, 0x87, 0x1d, 0x49, 0xbe, 0x4a, 0xc9, 0x9d, + 0xfa, 0x55, 0xca, 0x67, 0xb0, 0x1c, 0x04, 0xb4, 0x7c, 0xf3, 0xe3, 0x8f, 0xb6, 0x82, 0x03, 0xee, + 0x8b, 0x27, 0x6c, 0x92, 0xca, 0x19, 0x77, 0xe2, 0x56, 0xfd, 0x00, 0xd0, 0xd8, 0xc3, 0xd1, 0xd6, + 0xc2, 0xec, 0xed, 0x5c, 0xf2, 0x19, 0x40, 0xd2, 0x44, 0x29, 0xd2, 0x38, 0x69, 0x19, 0x53, 0xd7, + 0xaf, 0x85, 0x64, 0xef, 0xa6, 0x5f, 0xbf, 0x86, 0xdd, 0xf3, 0xe9, 0x32, 0x55, 0x47, 0xe1, 0x3a, + 0xe5, 0x4f, 0x55, 0x2e, 0x9e, 0xb0, 0x9c, 0x79, 0xf7, 0x52, 0x46, 0x45, 0x83, 0xf3, 0x24, 0xea, + 0x55, 0x59, 0x3c, 0x9c, 0x9a, 0x77, 0xf6, 0xb4, 0x45, 0x3e, 0x59, 0xa1, 0x94, 0x15, 0x73, 0x9a, + 0x7e, 0xc7, 0x1e, 0x92, 0x94, 0x4e, 0xf1, 0x90, 0xa4, 0x19, 0x7e, 0xd8, 0x2c, 0xb8, 0x26, 0x7c, + 0x51, 0x07, 0xcb, 0x9f, 0x17, 0xd1, 0x39, 0x28, 0xd2, 0x53, 0xf9, 0x91, 0x76, 0xc4, 0x2d, 0xcb, + 0x3c, 0x29, 0xef, 0x6a, 0x47, 0xf2, 0x16, 0x7d, 0xbb, 0x1d, 0xf7, 0x56, 0x9e, 0x9f, 0xcb, 0x97, + 0x50, 0x0c, 0xb8, 0xa0, 0x1b, 0x89, 0x95, 0xba, 0x92, 0xee, 0x46, 0x42, 0xa1, 0xaf, 0xc5, 0x57, + 0xe6, 0x72, 0xba, 0x42, 0x6c, 0x25, 0x8e, 0xa1, 0xc0, 0xdf, 0x24, 0x9e, 0x87, 0x92, 0xe1, 0xa8, + 0xb1, 0xc7, 0x33, 0x45, 0x23, 0x78, 0xb0, 0x78, 0x19, 0xea, 0x23, 0xcd, 0xfb, 0x92, 0xbb, 0xe5, + 0xea, 0x88, 0x7f, 0xce, 0x5e, 0x55, 0xaa, 0x04, 0xcc, 0x5c, 0xf2, 0x5d, 0xc3, 0x4a, 0xd1, 0x69, + 0x47, 0x3c, 0xee, 0x13, 0xe9, 0xb4, 0x23, 0xf9, 0x67, 0x19, 0x80, 0xe8, 0x33, 0xad, 0x6f, 0xf9, + 0xa9, 0x18, 0x81, 0x99, 0x86, 0xe7, 0xd3, 0xa7, 0xda, 0x25, 0x85, 0xfe, 0xa7, 0x5f, 0xed, 0xc5, + 0x3f, 0x79, 0x96, 0x92, 0x6a, 0x2f, 0x7c, 0xe7, 0xbc, 0x0d, 0xc5, 0x5d, 0xcd, 0xef, 0x1f, 0x10, + 0x61, 0xae, 0xc4, 0x84, 0x11, 0xdc, 0x11, 0x4a, 0x71, 0xc2, 0x57, 0x6b, 0x8f, 0xa1, 0x12, 0x0b, + 0x53, 0xd6, 0x63, 0xcc, 0x84, 0xe5, 0x2b, 0x52, 0x09, 0x3c, 0xcf, 0x42, 0x41, 0x08, 0x7d, 0xaa, + 0x0a, 0x2f, 0xc9, 0x7f, 0x37, 0x07, 0xb0, 0x69, 0x5b, 0xba, 0xc1, 0x6c, 0xc4, 0x4d, 0x00, 0xbe, + 0xb2, 0xa3, 0x2f, 0xe0, 0x50, 0x42, 0xd2, 0x3d, 0xec, 0x2b, 0x25, 0x46, 0x45, 0xba, 0xf5, 0x3e, + 0x54, 0xc2, 0x1b, 0x35, 0x52, 0x29, 0x3b, 0xb5, 0x52, 0xf8, 0x22, 0x98, 0x54, 0xfb, 0x1e, 0xd4, + 0x12, 0x31, 0x59, 0x2e, 0x79, 0x36, 0x2e, 0x76, 0x45, 0xa9, 0x68, 0x62, 0xf7, 0x6f, 0x41, 0x39, + 0xa8, 0x4d, 0xda, 0xcc, 0x4f, 0x17, 0x94, 0x55, 0x23, 0x2d, 0xde, 0x0e, 0xb3, 0x55, 0xf8, 0xc7, + 0xb4, 0xd6, 0xdc, 0xd4, 0x5a, 0x95, 0x90, 0x90, 0x54, 0xfc, 0x08, 0x16, 0x48, 0xc0, 0x15, 0xaf, + 0x5c, 0x98, 0x5a, 0xb9, 0x8e, 0x8f, 0xfc, 0x4d, 0xb1, 0xfe, 0x45, 0x28, 0xbb, 0xce, 0x97, 0x06, + 0x31, 0x45, 0x63, 0xd3, 0xa7, 0x66, 0x6e, 0x4e, 0x01, 0x97, 0x7d, 0x59, 0x34, 0x36, 0x7d, 0x74, + 0x17, 0x20, 0xfa, 0x7e, 0x85, 0x5f, 0x93, 0x0b, 0x57, 0x5d, 0xd1, 0xfc, 0x70, 0x8b, 0x48, 0xa6, + 0xb5, 0x14, 0x7e, 0xde, 0x82, 0xee, 0xc1, 0xa2, 0x49, 0xac, 0x61, 0x42, 0xc2, 0xd2, 0x54, 0x09, + 0x17, 0x28, 0x79, 0x4c, 0xc6, 0x2b, 0x20, 0x45, 0x51, 0xa5, 0xa5, 0x52, 0xb5, 0x07, 0xaa, 0xf6, + 0x55, 0x8b, 0x07, 0x93, 0xd6, 0x0e, 0xd1, 0xff, 0x1b, 0x50, 0x0e, 0x1e, 0xdf, 0xa9, 0x86, 0x45, + 0xdf, 0xfc, 0xd4, 0xc4, 0x25, 0x70, 0x9f, 0x1e, 0xdf, 0x28, 0x25, 0xfe, 0xfa, 0xae, 0x65, 0xc9, + 0x07, 0x50, 0x0a, 0xc5, 0x46, 0x8b, 0x50, 0x57, 0x3a, 0x8f, 0x7a, 0x4d, 0xb5, 0xf7, 0x79, 0x37, + 0xfc, 0xce, 0x60, 0x19, 0x16, 0x05, 0x60, 0xab, 0xdd, 0x6b, 0x2a, 0xed, 0xc6, 0x8e, 0x94, 0x49, + 0x20, 0x9a, 0x4f, 0x38, 0x22, 0x8b, 0x96, 0x40, 0x12, 0x10, 0xfc, 0x53, 0x11, 0x79, 0x00, 0xf5, + 0xb0, 0x53, 0x0d, 0x96, 0x73, 0xe5, 0x66, 0x6c, 0x9d, 0xbc, 0x26, 0x0e, 0x6a, 0x8c, 0x50, 0x58, + 0x2a, 0x97, 0xa0, 0x1c, 0x0c, 0xa4, 0x11, 0x7e, 0x4d, 0x24, 0x82, 0xe4, 0x36, 0x94, 0x76, 0xb1, + 0xce, 0x5b, 0x78, 0x3b, 0xd6, 0xc2, 0xb2, 0x78, 0x1b, 0xa6, 0xa7, 0x78, 0x2f, 0xc1, 0xdc, 0xa1, + 0x66, 0x8e, 0xd9, 0xda, 0xce, 0x29, 0xac, 0x20, 0xab, 0x50, 0x6f, 0x78, 0x5d, 0x17, 0x3b, 0xd8, + 0x0a, 0xb8, 0x4a, 0x90, 0xd3, 0x3c, 0x8b, 0xfb, 0xd5, 0xe4, 0x2f, 0x59, 0xc1, 0x84, 0x42, 0x0b, + 0xaf, 0x99, 0x58, 0x09, 0xc9, 0x50, 0x25, 0xdb, 0xba, 0x89, 0x07, 0xbe, 0x3a, 0xb2, 0xbd, 0xe0, + 0x63, 0xad, 0xf2, 0xd8, 0xc3, 0x3b, 0x78, 0xe0, 0xef, 0xda, 0x9e, 0x2f, 0xdf, 0x85, 0x2a, 0x7f, + 0x3c, 0xcf, 0xd9, 0xcf, 0xfc, 0x6e, 0xc6, 0xc3, 0xe6, 0x80, 0x7b, 0xa0, 0xf4, 0xbf, 0x7c, 0x05, + 0xea, 0x3b, 0xf4, 0xa2, 0xc0, 0xc5, 0x03, 0xce, 0x20, 0xec, 0x08, 0xbf, 0x0a, 0x63, 0x1d, 0xf9, + 0xfb, 0x1c, 0xcc, 0x33, 0x02, 0x2f, 0x7a, 0x25, 0xaa, 0xf5, 0xc3, 0x2b, 0xbf, 0x5a, 0xea, 0x95, + 0x28, 0xa3, 0xe6, 0xaf, 0x44, 0x39, 0xef, 0xdb, 0x50, 0x8a, 0xae, 0xa6, 0xb3, 0xc9, 0xe7, 0xa1, + 0x89, 0x89, 0x53, 0x22, 0x5a, 0xf4, 0x26, 0xe4, 0x46, 0xdc, 0x3d, 0x8e, 0xc5, 0x7b, 0xe1, 0x4c, + 0x28, 0x04, 0x8f, 0x3e, 0x00, 0x20, 0xc6, 0x83, 0x8d, 0x37, 0xb7, 0x1d, 0xe7, 0x62, 0x66, 0x47, + 0x9c, 0x0a, 0x6a, 0x42, 0x18, 0x00, 0x7d, 0x04, 0xd5, 0x98, 0x25, 0xe0, 0x26, 0x64, 0x86, 0x74, + 0x15, 0xd1, 0x18, 0xa0, 0x9b, 0x30, 0xcf, 0xbf, 0x6e, 0xe0, 0xf6, 0x43, 0x50, 0x97, 0xd8, 0x04, + 0x29, 0x01, 0x1d, 0x11, 0x96, 0x5f, 0xdb, 0xb8, 0x78, 0xc0, 0x5d, 0xa4, 0x73, 0xa2, 0x17, 0x13, + 0x9b, 0x97, 0xe0, 0x46, 0xc7, 0xc5, 0x03, 0x74, 0x0f, 0xea, 0x09, 0xb3, 0xc0, 0x9d, 0xa0, 0x19, + 0xe2, 0xd6, 0xe2, 0x96, 0x41, 0xfe, 0x26, 0x03, 0xa5, 0xf0, 0x9b, 0xde, 0x89, 0x1f, 0xb8, 0xbe, + 0x07, 0xd0, 0x0f, 0xed, 0x13, 0x9f, 0xad, 0xa5, 0x49, 0xb6, 0x4b, 0x11, 0xe8, 0xd0, 0xdb, 0x30, + 0xcf, 0xd4, 0xc2, 0xe3, 0xb3, 0x25, 0x3e, 0xe0, 0x65, 0x08, 0x25, 0xa0, 0x90, 0x3f, 0x85, 0x02, + 0xf7, 0x8d, 0x27, 0x09, 0xf0, 0x2e, 0x40, 0x2c, 0x73, 0x40, 0x6e, 0xda, 0x17, 0xc9, 0x02, 0x19, + 0x0d, 0xf8, 0x93, 0xef, 0x5d, 0x5f, 0xea, 0xf7, 0xbb, 0xb1, 0xaf, 0xfb, 0xf3, 0xa7, 0xf8, 0xba, + 0xbf, 0xa6, 0xe3, 0x81, 0x36, 0x36, 0xfd, 0x60, 0xb9, 0xcc, 0xcd, 0x5a, 0x2e, 0x55, 0x4e, 0xcc, + 0x8a, 0xf2, 0x21, 0x54, 0x09, 0x36, 0xfa, 0xb6, 0xee, 0xd7, 0x93, 0x93, 0x40, 0xfe, 0x3f, 0x19, + 0xc8, 0x29, 0xb6, 0x86, 0x6a, 0x90, 0xd5, 0x82, 0x93, 0x9b, 0xac, 0x46, 0x53, 0xa1, 0x31, 0xff, + 0xc0, 0xc4, 0x81, 0x3f, 0x17, 0x01, 0x88, 0x21, 0x1b, 0x69, 0x14, 0xc5, 0x53, 0x7e, 0xb0, 0x92, + 0xf0, 0xc4, 0x3a, 0x1f, 0x7b, 0x62, 0x1d, 0x7c, 0x1b, 0x92, 0xda, 0xae, 0x95, 0xee, 0xc3, 0x56, + 0xf4, 0x42, 0x5f, 0xfe, 0xd3, 0x0c, 0xe4, 0x1e, 0xbb, 0x83, 0x89, 0xd3, 0xf8, 0x06, 0x64, 0x5d, + 0x5d, 0xd0, 0xce, 0xf4, 0x63, 0xd3, 0xac, 0xab, 0xa3, 0x9b, 0x50, 0xe2, 0x6f, 0xa4, 0x5d, 0x9f, + 0x7f, 0x9f, 0x37, 0xe5, 0x65, 0x2a, 0x23, 0x53, 0xe8, 0x87, 0xf9, 0xfc, 0x5d, 0xb6, 0xeb, 0xf3, + 0x79, 0x9e, 0x52, 0x85, 0x91, 0x29, 0x3e, 0x7f, 0xcc, 0xca, 0x1e, 0xdd, 0x65, 0x0d, 0x5d, 0xfe, + 0x69, 0x06, 0x96, 0xb6, 0xd8, 0x7c, 0xd2, 0x39, 0xde, 0x32, 0x3c, 0x5f, 0xb3, 0xfa, 0x18, 0x6d, + 0x40, 0x78, 0xd0, 0xcc, 0xce, 0x90, 0x55, 0x9d, 0xa3, 0xf8, 0x58, 0x9f, 0x09, 0xd0, 0xa9, 0x7a, + 0xf4, 0xca, 0x7a, 0x42, 0x3d, 0x36, 0x19, 0x67, 0x02, 0x74, 0xac, 0x9e, 0xfc, 0xe7, 0x79, 0x28, + 0xb0, 0xcc, 0x79, 0xa9, 0x19, 0x3d, 0x0f, 0xa5, 0xe8, 0x10, 0x9c, 0x7f, 0x8c, 0xea, 0x06, 0xa7, + 0xde, 0x17, 0xa1, 0x4c, 0xfc, 0x05, 0x6c, 0xb1, 0xbb, 0xdc, 0x1c, 0xf3, 0x6f, 0x18, 0x88, 0xde, + 0xe5, 0xbe, 0x05, 0x12, 0x27, 0xe0, 0xbb, 0x0c, 0x5f, 0x13, 0x25, 0xa5, 0xce, 0xe0, 0x8d, 0x00, + 0x1c, 0xfb, 0xd2, 0x63, 0x2e, 0xf1, 0xa5, 0xc7, 0x3b, 0x13, 0x03, 0x58, 0x7e, 0xe3, 0x99, 0x0a, + 0x52, 0xbf, 0x98, 0x1e, 0x47, 0xcf, 0x3f, 0xcf, 0x51, 0xf5, 0x94, 0x68, 0xba, 0x07, 0x67, 0x83, + 0x15, 0x9b, 0x18, 0x63, 0x66, 0x64, 0x2f, 0xc4, 0x16, 0x5b, 0x6a, 0x72, 0x95, 0x25, 0x7d, 0xd2, + 0x94, 0xdf, 0xa5, 0x8f, 0x1e, 0x06, 0x58, 0xc7, 0x2e, 0x7b, 0x28, 0x53, 0x4a, 0x6e, 0x13, 0x9b, + 0x22, 0x5a, 0x89, 0x53, 0xbf, 0xa4, 0xef, 0x2b, 0x92, 0x67, 0x17, 0xe5, 0xd3, 0x9e, 0x5d, 0xc8, + 0x36, 0x54, 0x63, 0xf2, 0xcd, 0x38, 0xed, 0x8a, 0x7f, 0xbd, 0x97, 0x4d, 0x7d, 0xbd, 0xf7, 0x06, + 0xd4, 0xd8, 0xd1, 0x80, 0xaa, 0x79, 0x6a, 0x18, 0x85, 0x55, 0x95, 0x0a, 0x83, 0x36, 0x3c, 0xe2, + 0x8d, 0xca, 0x4d, 0x28, 0x06, 0x56, 0x60, 0x86, 0x4f, 0x93, 0x78, 0x6c, 0x90, 0x4d, 0x3e, 0x36, + 0x90, 0x7f, 0x2f, 0x0f, 0x25, 0xc2, 0x27, 0xbc, 0x92, 0xe4, 0x0f, 0x32, 0x32, 0xd4, 0x4b, 0x9b, + 0xf4, 0x20, 0x83, 0xf9, 0x6f, 0x61, 0x99, 0x2c, 0x98, 0xb1, 0xc3, 0x5d, 0xaf, 0xec, 0xd8, 0x61, + 0x4d, 0xf6, 0x6d, 0x57, 0x57, 0x0d, 0xe7, 0xf0, 0x3d, 0x7e, 0x14, 0x07, 0x0c, 0xd4, 0x72, 0x0e, + 0xdf, 0x8b, 0x13, 0x6c, 0x70, 0x73, 0x10, 0x11, 0x6c, 0xd0, 0x3c, 0x47, 0x2c, 0x14, 0xa3, 0x1c, + 0xf8, 0x0b, 0x09, 0x06, 0x0a, 0x38, 0x44, 0x04, 0x1b, 0xfc, 0x32, 0x3f, 0x22, 0xd8, 0x20, 0xfd, + 0xf0, 0xb0, 0x6b, 0x68, 0x26, 0xbf, 0xbc, 0xe7, 0x25, 0xf4, 0x1d, 0xa8, 0x06, 0x07, 0x8b, 0x8c, + 0x77, 0x89, 0x76, 0xa6, 0x12, 0x00, 0x29, 0xf7, 0x04, 0xd1, 0x06, 0xd5, 0xa3, 0x38, 0xd1, 0x06, + 0x21, 0x62, 0x3c, 0x55, 0xfa, 0x40, 0x81, 0xa9, 0x4a, 0x4e, 0xa9, 0x30, 0x60, 0x9b, 0xc2, 0x88, + 0x9c, 0x7d, 0xad, 0x7f, 0x80, 0x59, 0xaa, 0x39, 0xfa, 0xd6, 0x30, 0xa7, 0x00, 0x05, 0xd1, 0xf4, + 0x04, 0xe8, 0x4d, 0xa8, 0x85, 0x04, 0x34, 0x35, 0x00, 0x7d, 0x69, 0x98, 0x53, 0xaa, 0x01, 0x0d, + 0xcb, 0x17, 0x70, 0x01, 0xca, 0xfc, 0xb6, 0x5c, 0xd7, 0x7c, 0x8d, 0x7e, 0x77, 0x9a, 0x53, 0x4a, + 0xf4, 0xa6, 0x7c, 0x4b, 0xf3, 0x35, 0xe2, 0x92, 0x62, 0xd7, 0xb5, 0x5d, 0xfa, 0x56, 0x30, 0xa7, + 0xb0, 0x02, 0x7a, 0x1d, 0xb8, 0x34, 0xea, 0x57, 0x63, 0xec, 0x1e, 0xd3, 0xa7, 0x80, 0x39, 0xa5, + 0xcc, 0x60, 0x9f, 0x12, 0x10, 0x9b, 0x0a, 0x0f, 0xfb, 0x9c, 0x62, 0x81, 0x09, 0x48, 0x41, 0x94, + 0x40, 0xfe, 0x1c, 0xf2, 0x8a, 0xf3, 0xa5, 0x11, 0xee, 0x44, 0x99, 0xd9, 0x3b, 0xd1, 0x8c, 0x9b, + 0x87, 0x50, 0xc9, 0xf8, 0x39, 0xc9, 0xda, 0x8f, 0x72, 0x50, 0x60, 0x21, 0x13, 0xaa, 0x40, 0x51, + 0x69, 0xee, 0x35, 0x95, 0xc7, 0xcd, 0x2d, 0xe9, 0x15, 0x04, 0x90, 0x6f, 0x75, 0x0f, 0xdf, 0x93, + 0x9e, 0x3d, 0xcd, 0xf3, 0xff, 0x1b, 0xd2, 0xb3, 0xa7, 0x45, 0x54, 0x85, 0x79, 0x02, 0x57, 0x77, + 0x37, 0xa5, 0x6f, 0x9e, 0xe6, 0x79, 0x71, 0x83, 0x15, 0x8b, 0xa8, 0x0e, 0x25, 0x86, 0xed, 0xee, + 0xec, 0x49, 0x3f, 0x7e, 0x9a, 0xe7, 0x80, 0x8d, 0x00, 0x50, 0x44, 0x35, 0x28, 0x52, 0x8a, 0xc7, + 0xdd, 0xb6, 0xf4, 0xf4, 0x59, 0x9e, 0x97, 0x37, 0x78, 0xb9, 0x88, 0x16, 0xa0, 0x1c, 0xe0, 0x09, + 0xd3, 0x67, 0xcf, 0xf2, 0x1c, 0xb4, 0x11, 0x81, 0x8a, 0x44, 0xa2, 0xc7, 0x84, 0xe3, 0x5f, 0x3e, + 0xd5, 0xc9, 0xff, 0x26, 0xa9, 0xfd, 0x37, 0x4f, 0x75, 0x54, 0x82, 0x9c, 0xd2, 0xdb, 0x94, 0x7e, + 0xfc, 0x2c, 0x8f, 0x24, 0x00, 0xca, 0xa8, 0xd9, 0xde, 0x6c, 0x74, 0xa5, 0xff, 0xf5, 0x34, 0x80, + 0x6c, 0x84, 0x90, 0x22, 0x5a, 0x82, 0xda, 0xfd, 0x9d, 0xce, 0x67, 0xea, 0x5e, 0xb7, 0xb9, 0xa9, + 0xd2, 0xee, 0xfe, 0xe4, 0x59, 0x3e, 0x05, 0xdd, 0x90, 0x7e, 0xf2, 0xac, 0x88, 0x56, 0x00, 0xc5, + 0x69, 0xa9, 0xc8, 0x3f, 0x7d, 0x96, 0x4f, 0x61, 0x36, 0x38, 0xa6, 0x88, 0xce, 0x82, 0x14, 0x61, + 0x76, 0x6e, 0x71, 0xb8, 0x8e, 0x6a, 0x50, 0xe8, 0x74, 0x1b, 0x9f, 0x3e, 0x6a, 0x4a, 0xff, 0xfa, + 0xec, 0x17, 0x4f, 0xf3, 0x6b, 0x9b, 0x50, 0x0c, 0x72, 0x95, 0x21, 0x80, 0xc2, 0xf6, 0x4e, 0xe7, + 0x5e, 0x63, 0x47, 0x7a, 0x25, 0x4a, 0x43, 0x40, 0xdf, 0x4e, 0x36, 0xb6, 0xbe, 0xaf, 0xb6, 0xda, + 0x52, 0x16, 0x95, 0x61, 0x9e, 0xfc, 0xef, 0x3c, 0xea, 0xb1, 0xfc, 0x04, 0x8f, 0x95, 0xfb, 0x52, + 0x7e, 0x6d, 0x27, 0xf6, 0x45, 0x2e, 0xdb, 0x27, 0x90, 0x04, 0x95, 0x9d, 0x4e, 0xe7, 0xe1, 0xa3, + 0xae, 0xda, 0x7c, 0xd2, 0xd8, 0xec, 0x49, 0xaf, 0xa0, 0x05, 0xa8, 0x72, 0xc8, 0x4e, 0xa7, 0xbd, + 0xdd, 0x54, 0xa4, 0x0c, 0x42, 0x50, 0xe3, 0xa0, 0xbd, 0x07, 0x1d, 0xa5, 0xd7, 0x54, 0xa4, 0xec, + 0xda, 0x37, 0x19, 0x28, 0x0b, 0xa7, 0x54, 0xf4, 0xed, 0xa6, 0xd2, 0xbc, 0xdf, 0x7a, 0x22, 0xbd, + 0x42, 0x34, 0xa5, 0xdd, 0x6c, 0x6d, 0x3f, 0xb8, 0xd7, 0x21, 0xb5, 0xe7, 0x21, 0xd7, 0x6b, 0x6c, + 0x73, 0xb1, 0xf6, 0xd4, 0x6e, 0xa3, 0xf7, 0x40, 0xca, 0xa1, 0x2a, 0x94, 0x36, 0x3b, 0xbb, 0xbb, + 0x8f, 0xda, 0xad, 0xde, 0xe7, 0x12, 0x99, 0xc3, 0x6a, 0xf3, 0x49, 0x4f, 0x8d, 0x40, 0x73, 0x24, + 0x14, 0xdf, 0x69, 0x28, 0xdb, 0x4d, 0x01, 0x58, 0x60, 0xac, 0x9f, 0xf4, 0xd4, 0x07, 0x9d, 0xae, + 0x34, 0xbf, 0xf6, 0x16, 0x94, 0xc2, 0xc3, 0x29, 0xfa, 0x86, 0xbd, 0xfd, 0xb9, 0xf8, 0x98, 0x1d, + 0xa0, 0xd0, 0x6a, 0x3f, 0x6e, 0x2a, 0x3d, 0x29, 0xbb, 0xb6, 0x06, 0x52, 0xf2, 0xe8, 0x09, 0x15, + 0x20, 0xdb, 0xfc, 0x54, 0x7a, 0x85, 0xfc, 0x6e, 0x37, 0xa5, 0x0c, 0xf9, 0xdd, 0x69, 0x4a, 0xd9, + 0xb5, 0xeb, 0xfc, 0x09, 0x17, 0x8f, 0xf7, 0xa2, 0x67, 0xf2, 0xf4, 0xf1, 0xeb, 0x66, 0xb3, 0xdb, + 0x63, 0xcc, 0x95, 0xe6, 0xf7, 0xe9, 0xa3, 0xd8, 0xb5, 0x47, 0xb0, 0x38, 0x21, 0x5e, 0x27, 0x9d, + 0x0a, 0x65, 0x57, 0x1b, 0x5b, 0x64, 0xd9, 0x2c, 0x81, 0x14, 0x81, 0x94, 0xe6, 0x6e, 0xe7, 0x31, + 0x69, 0xf8, 0x0c, 0x2c, 0x88, 0x50, 0xfe, 0xfe, 0x7e, 0xed, 0x1a, 0x54, 0x63, 0x41, 0x3a, 0x19, + 0xc1, 0xdd, 0xe6, 0x96, 0xba, 0xdb, 0x21, 0xac, 0xea, 0x50, 0x26, 0x85, 0x80, 0x3c, 0xb3, 0xb6, + 0x01, 0xf5, 0x84, 0xc3, 0x1f, 0x7f, 0xd1, 0x4b, 0x86, 0x63, 0xb7, 0xdb, 0x51, 0xb8, 0xf4, 0xcd, + 0x27, 0xf4, 0x7f, 0xf6, 0xd6, 0x3f, 0xbe, 0x0a, 0xc5, 0x6d, 0x62, 0x01, 0x1a, 0x8e, 0x81, 0xee, + 0x42, 0x31, 0xc8, 0x93, 0x8c, 0xce, 0xc5, 0xc2, 0x14, 0x31, 0x77, 0xf2, 0xea, 0xd9, 0x94, 0x13, + 0xd9, 0x1c, 0x39, 0xfe, 0x31, 0xfa, 0x10, 0xe6, 0x79, 0xa6, 0x64, 0xb4, 0x22, 0xd6, 0x16, 0x93, + 0x27, 0xcf, 0xa8, 0x5c, 0x60, 0x39, 0x94, 0x91, 0xe0, 0x50, 0xc4, 0xd2, 0x2c, 0xaf, 0xae, 0xa4, + 0x11, 0xdc, 0xfc, 0x7e, 0x08, 0xf3, 0x3c, 0x83, 0x2a, 0x4a, 0x9c, 0x16, 0x47, 0x59, 0x5d, 0xa7, + 0xb6, 0xdc, 0x00, 0x88, 0x72, 0xa6, 0xa2, 0xf3, 0xa2, 0x6f, 0x94, 0xc8, 0xb0, 0x3c, 0x95, 0xc5, + 0x26, 0x14, 0x83, 0x44, 0xc7, 0xe2, 0xc0, 0x25, 0xb2, 0x2a, 0xaf, 0xae, 0x4e, 0x42, 0xb1, 0x2e, + 0xdc, 0xc8, 0xa0, 0x6d, 0x80, 0x28, 0x2d, 0xaa, 0x28, 0x47, 0x2a, 0x17, 0xf2, 0xea, 0xab, 0x93, + 0x91, 0x7c, 0x34, 0x3e, 0x86, 0x52, 0x98, 0x13, 0x18, 0xad, 0x4e, 0x4f, 0x14, 0x3c, 0xb5, 0x3b, + 0x4d, 0xa8, 0x88, 0x19, 0x7f, 0x91, 0x70, 0x34, 0x35, 0x21, 0x13, 0xf0, 0xac, 0x81, 0x8d, 0x32, + 0xfc, 0x8a, 0x1d, 0x4a, 0xe5, 0xfd, 0x9d, 0x31, 0xb0, 0x65, 0x21, 0xeb, 0x2f, 0x12, 0xfa, 0x9d, + 0x4e, 0x06, 0x3c, 0x95, 0xc9, 0x0e, 0x94, 0x85, 0xd4, 0xbc, 0x22, 0x93, 0x74, 0xee, 0xdf, 0xd5, + 0xd7, 0xa6, 0x60, 0xc3, 0x69, 0x6a, 0x42, 0x45, 0xcc, 0xd6, 0x2b, 0x0e, 0xce, 0x84, 0x2c, 0xbe, + 0x53, 0x85, 0x7a, 0x08, 0xf5, 0x44, 0xa6, 0x5e, 0x74, 0x69, 0x92, 0xea, 0x9d, 0x8a, 0xd9, 0x63, + 0xa8, 0x27, 0x32, 0xea, 0x8a, 0xcc, 0x26, 0xe7, 0xf8, 0x5d, 0x7d, 0x7d, 0x06, 0x05, 0xd7, 0xa4, + 0x4f, 0x01, 0xa5, 0xf3, 0xeb, 0xa2, 0xef, 0xc4, 0x7a, 0x3c, 0x39, 0xfb, 0xee, 0x54, 0x51, 0x3f, + 0x62, 0x4b, 0x55, 0xf3, 0x0f, 0x50, 0xfa, 0x62, 0x27, 0xa8, 0x7c, 0x6e, 0x02, 0x86, 0x8b, 0x14, + 0xad, 0x56, 0xc2, 0x22, 0xbd, 0x5a, 0x05, 0x2e, 0x27, 0xad, 0x56, 0xc2, 0x20, 0xb9, 0x5a, 0x85, + 0xea, 0xab, 0x93, 0x50, 0xa1, 0x1a, 0xb4, 0xc2, 0x7b, 0x2f, 0x96, 0xd7, 0x15, 0x5d, 0x48, 0xc9, + 0x1c, 0x4b, 0xf8, 0x3a, 0x4d, 0x9a, 0xab, 0x19, 0xd4, 0x80, 0x62, 0x90, 0x36, 0x55, 0x94, 0x27, + 0x91, 0xb1, 0x55, 0x94, 0x27, 0x95, 0x65, 0xb5, 0x03, 0x15, 0x31, 0xaf, 0x28, 0x4a, 0x6b, 0x71, + 0x8c, 0xd5, 0x85, 0x69, 0xe8, 0xb0, 0x7b, 0xdf, 0x85, 0x02, 0x4b, 0x36, 0x8a, 0xe2, 0xb7, 0x69, + 0x51, 0x8e, 0xd0, 0xa9, 0xc3, 0xfb, 0x31, 0x94, 0xc2, 0xac, 0xa3, 0xa2, 0xf9, 0x49, 0xa6, 0x22, + 0x9d, 0xca, 0xe0, 0x13, 0x98, 0xe7, 0x89, 0x46, 0x45, 0x15, 0x89, 0x67, 0x28, 0x5d, 0x3d, 0x37, + 0x01, 0x13, 0x4a, 0xff, 0x31, 0x94, 0xc2, 0xac, 0x7e, 0xa2, 0x08, 0xc9, 0x5c, 0xa4, 0xb3, 0x2c, + 0xa0, 0x98, 0xbc, 0x4f, 0x1c, 0xcf, 0x09, 0x49, 0x45, 0xa7, 0xb2, 0x69, 0x01, 0x44, 0x89, 0xf2, + 0x44, 0x65, 0x4d, 0x65, 0x05, 0x15, 0x4d, 0x7a, 0x3a, 0x13, 0xe8, 0x8d, 0x0c, 0xb1, 0x84, 0x42, + 0x82, 0x4f, 0xd1, 0x88, 0xa5, 0xf3, 0x7e, 0x4e, 0x95, 0x67, 0x9b, 0x2a, 0xad, 0x70, 0x09, 0x19, + 0x57, 0xda, 0x54, 0x3e, 0xcb, 0xa9, 0x8c, 0x76, 0x83, 0x7c, 0x57, 0x02, 0xaf, 0xd7, 0x93, 0x63, + 0x74, 0x7a, 0x76, 0x8f, 0x58, 0x02, 0x5a, 0x81, 0xd9, 0xc5, 0xf8, 0x70, 0xa4, 0x59, 0x5d, 0x9a, + 0x4e, 0x90, 0x30, 0xd5, 0xd1, 0x19, 0x71, 0xdc, 0x54, 0x27, 0x73, 0x4d, 0x9e, 0x6c, 0xaa, 0x23, + 0x4e, 0x29, 0x53, 0x7d, 0x6a, 0x66, 0x0a, 0x54, 0x63, 0xc9, 0x2b, 0xc5, 0x29, 0x98, 0x94, 0x01, + 0x73, 0xf5, 0xe2, 0x54, 0x7c, 0xd8, 0xcf, 0x3d, 0x96, 0x40, 0x3e, 0x79, 0x66, 0xfc, 0xc6, 0x04, + 0xc5, 0x4f, 0xa5, 0x54, 0x9c, 0x2a, 0xe8, 0xe7, 0x61, 0x2a, 0xf9, 0x24, 0xdf, 0x2b, 0x93, 0x17, + 0xc3, 0xe9, 0x59, 0x0f, 0x59, 0x9a, 0xbe, 0x14, 0xe3, 0x37, 0x27, 0xad, 0x81, 0x34, 0xdb, 0xcb, + 0x27, 0x91, 0x89, 0x03, 0x33, 0x21, 0x99, 0xa4, 0x38, 0x30, 0xd3, 0x73, 0x4d, 0xce, 0x72, 0x73, + 0x79, 0x1e, 0xc9, 0xc4, 0x0e, 0x26, 0xe4, 0x32, 0x3c, 0xd9, 0xd9, 0xa4, 0xf5, 0x53, 0xdb, 0xd7, + 0x69, 0x58, 0xf0, 0xed, 0x8b, 0x32, 0x48, 0x58, 0x41, 0xb1, 0xfa, 0xea, 0x24, 0x54, 0x38, 0x32, + 0xa1, 0x6f, 0x96, 0x94, 0x23, 0x95, 0x1c, 0xf2, 0x14, 0xbe, 0x19, 0xe5, 0x91, 0xf6, 0xcd, 0x4e, + 0xc3, 0x24, 0xf0, 0x55, 0x29, 0x8b, 0xa4, 0xaf, 0x7a, 0x1a, 0x06, 0x7c, 0x3d, 0x85, 0x29, 0x1c, + 0x93, 0xeb, 0x29, 0x99, 0x0b, 0x32, 0xb9, 0x9e, 0x52, 0xb9, 0x1f, 0x99, 0xad, 0x15, 0x72, 0x3b, + 0x8a, 0x3d, 0x4b, 0xa7, 0x7c, 0x9c, 0xd5, 0xb3, 0x30, 0xa7, 0xa2, 0xd8, 0xb3, 0x64, 0xa2, 0xc5, + 0x99, 0xaa, 0x12, 0xe6, 0x4a, 0x8c, 0xa9, 0x4a, 0x32, 0x83, 0xe2, 0x54, 0x16, 0x6c, 0x17, 0xbf, + 0x37, 0x72, 0x12, 0xbb, 0x78, 0x94, 0xa5, 0xf0, 0xe4, 0x5d, 0x9c, 0xd4, 0x4e, 0xed, 0xe2, 0x27, + 0x33, 0xd8, 0x2f, 0xd0, 0xf2, 0xbb, 0xff, 0x19, 0x00, 0x00, 0xff, 0xff, 0x98, 0xac, 0x98, 0xe1, + 0xcc, 0x67, 0x00, 0x00, } diff --git a/api/gobgp.proto b/api/gobgp.proto index ae82e6df..1ee6a5b7 100644 --- a/api/gobgp.proto +++ b/api/gobgp.proto @@ -64,23 +64,20 @@ service GobgpApi { rpc AddPolicy(AddPolicyRequest) returns (google.protobuf.Empty); rpc DeletePolicy(DeletePolicyRequest) returns (google.protobuf.Empty); rpc ListPolicy(ListPolicyRequest) returns (stream ListPolicyResponse); - rpc ReplacePolicy(ReplacePolicyRequest) returns (google.protobuf.Empty); - rpc UpdatePolicy(UpdatePolicyRequest) returns (google.protobuf.Empty); + rpc SetPolicies(SetPoliciesRequest) returns (google.protobuf.Empty); rpc AddDefinedSet(AddDefinedSetRequest) returns (google.protobuf.Empty); rpc DeleteDefinedSet(DeleteDefinedSetRequest) returns (google.protobuf.Empty); rpc ListDefinedSet(ListDefinedSetRequest) returns (stream ListDefinedSetResponse); - rpc ReplaceDefinedSet(ReplaceDefinedSetRequest) returns (google.protobuf.Empty); rpc AddStatement(AddStatementRequest) returns (google.protobuf.Empty); rpc DeleteStatement(DeleteStatementRequest) returns (google.protobuf.Empty); rpc ListStatement(ListStatementRequest) returns (stream ListStatementResponse); - rpc ReplaceStatement(ReplaceStatementRequest) returns (google.protobuf.Empty); rpc AddPolicyAssignment(AddPolicyAssignmentRequest) returns (google.protobuf.Empty); rpc DeletePolicyAssignment(DeletePolicyAssignmentRequest) returns (google.protobuf.Empty); rpc ListPolicyAssignment(ListPolicyAssignmentRequest) returns (stream ListPolicyAssignmentResponse); - rpc ReplacePolicyAssignment(ReplacePolicyAssignmentRequest) returns (google.protobuf.Empty); + rpc SetPolicyAssignment(SetPolicyAssignmentRequest) returns (google.protobuf.Empty); rpc AddRpki(AddRpkiRequest) returns (google.protobuf.Empty); rpc DeleteRpki(DeleteRpkiRequest) returns (google.protobuf.Empty); @@ -325,27 +322,18 @@ message ListPolicyResponse { Policy policy = 1; } -message ReplacePolicyRequest { - Policy policy = 1; - // if this flag is set, gobgpd won't define new statements - // but refer existing statements using statement's names in this arguments. - bool refer_existing_statements = 2; - // if this flag is set, gobgpd won't delete any statements - // even if some statements get not used by any policy by this operation. - bool preserve_statements = 3; -} - -message UpdatePolicyRequest { - repeated DefinedSet sets = 1; +message SetPoliciesRequest { + repeated DefinedSet defined_sets = 1; repeated Policy policies = 2; + repeated PolicyAssignment assignments = 3; } message AddDefinedSetRequest { - DefinedSet set = 1; + DefinedSet defined_set = 1; } message DeleteDefinedSetRequest { - DefinedSet set = 1; + DefinedSet defined_set = 1; bool all = 2; } @@ -355,11 +343,7 @@ message ListDefinedSetRequest { } message ListDefinedSetResponse { - DefinedSet set = 1; -} - -message ReplaceDefinedSetRequest { - DefinedSet set = 1; + DefinedSet defined_set = 1; } message AddStatementRequest { @@ -379,10 +363,6 @@ message ListStatementResponse { Statement statement = 1; } -message ReplaceStatementRequest { - Statement statement = 1; -} - message AddPolicyAssignmentRequest { PolicyAssignment assignment = 1; } @@ -401,7 +381,7 @@ message ListPolicyAssignmentResponse { PolicyAssignment assignment = 1; } -message ReplacePolicyAssignmentRequest { +message SetPolicyAssignmentRequest { PolicyAssignment assignment = 1; } @@ -1111,16 +1091,15 @@ enum PolicyDirection { } message PolicyAssignment { - PolicyDirection type = 1; - Resource resource = 2; - string name = 3; + string name = 1; + PolicyDirection direction = 2; repeated Policy policies = 4; - RouteAction default = 5; + RouteAction default_action = 5; } message RoutingPolicy { - repeated DefinedSet defined_set = 1; - repeated Policy policy_definition = 2; + repeated DefinedSet defined_sets = 1; + repeated Policy policies = 2; } message Roa { |