diff options
-rw-r--r-- | api/gobgp.pb.go | 1136 | ||||
-rw-r--r-- | api/gobgp.proto | 28 | ||||
-rw-r--r-- | cmd/gobgp/bmp.go | 2 | ||||
-rw-r--r-- | cmd/gobgp/global.go | 20 | ||||
-rw-r--r-- | cmd/gobgp/monitor.go | 14 | ||||
-rw-r--r-- | cmd/gobgp/mrt.go | 4 | ||||
-rw-r--r-- | cmd/gobgp/neighbor.go | 38 | ||||
-rw-r--r-- | cmd/gobgp/policy.go | 110 | ||||
-rw-r--r-- | cmd/gobgpd/main.go | 2 | ||||
-rw-r--r-- | internal/pkg/config/util.go | 36 | ||||
-rw-r--r-- | internal/pkg/table/policy.go | 38 | ||||
-rw-r--r-- | pkg/server/grpc_server.go | 74 | ||||
-rw-r--r-- | pkg/server/server.go | 80 | ||||
-rw-r--r-- | pkg/server/server_test.go | 48 |
14 files changed, 815 insertions, 815 deletions
diff --git a/api/gobgp.pb.go b/api/gobgp.pb.go index a01d639c..4c90416d 100644 --- a/api/gobgp.pb.go +++ b/api/gobgp.pb.go @@ -266,24 +266,24 @@ var _ = math.Inf // proto package needs to be updated. const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package -type Resource int32 +type TableType int32 const ( - Resource_GLOBAL Resource = 0 - Resource_LOCAL Resource = 1 - Resource_ADJ_IN Resource = 2 - Resource_ADJ_OUT Resource = 3 - Resource_VRF Resource = 4 + TableType_GLOBAL TableType = 0 + TableType_LOCAL TableType = 1 + TableType_ADJ_IN TableType = 2 + TableType_ADJ_OUT TableType = 3 + TableType_VRF TableType = 4 ) -var Resource_name = map[int32]string{ +var TableType_name = map[int32]string{ 0: "GLOBAL", 1: "LOCAL", 2: "ADJ_IN", 3: "ADJ_OUT", 4: "VRF", } -var Resource_value = map[string]int32{ +var TableType_value = map[string]int32{ "GLOBAL": 0, "LOCAL": 1, "ADJ_IN": 2, @@ -291,10 +291,10 @@ var Resource_value = map[string]int32{ "VRF": 4, } -func (x Resource) String() string { - return proto.EnumName(Resource_name, int32(x)) +func (x TableType) String() string { + return proto.EnumName(TableType_name, int32(x)) } -func (Resource) EnumDescriptor() ([]byte, []int) { return fileDescriptor0, []int{0} } +func (TableType) EnumDescriptor() ([]byte, []int) { return fileDescriptor0, []int{0} } // API representation of table.LookupOption type TableLookupOption int32 @@ -1284,9 +1284,9 @@ func (m *AddDynamicNeighborRequest) GetDynamicNeighbor() *DynamicNeighbor { } type AddPathRequest struct { - Resource Resource `protobuf:"varint,1,opt,name=resource,enum=gobgpapi.Resource" json:"resource,omitempty"` - VrfId string `protobuf:"bytes,2,opt,name=vrf_id,json=vrfId" json:"vrf_id,omitempty"` - Path *Path `protobuf:"bytes,3,opt,name=path" json:"path,omitempty"` + TableType TableType `protobuf:"varint,1,opt,name=table_type,json=tableType,enum=gobgpapi.TableType" json:"table_type,omitempty"` + VrfId string `protobuf:"bytes,2,opt,name=vrf_id,json=vrfId" json:"vrf_id,omitempty"` + Path *Path `protobuf:"bytes,3,opt,name=path" json:"path,omitempty"` } func (m *AddPathRequest) Reset() { *m = AddPathRequest{} } @@ -1294,11 +1294,11 @@ func (m *AddPathRequest) String() string { return proto.CompactTextSt func (*AddPathRequest) ProtoMessage() {} func (*AddPathRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{21} } -func (m *AddPathRequest) GetResource() Resource { +func (m *AddPathRequest) GetTableType() TableType { if m != nil { - return m.Resource + return m.TableType } - return Resource_GLOBAL + return TableType_GLOBAL } func (m *AddPathRequest) GetVrfId() string { @@ -1332,11 +1332,11 @@ func (m *AddPathResponse) GetUuid() []byte { } type DeletePathRequest struct { - Resource Resource `protobuf:"varint,1,opt,name=resource,enum=gobgpapi.Resource" json:"resource,omitempty"` - VrfId string `protobuf:"bytes,2,opt,name=vrf_id,json=vrfId" json:"vrf_id,omitempty"` - Family *Family `protobuf:"bytes,3,opt,name=family" json:"family,omitempty"` - Path *Path `protobuf:"bytes,4,opt,name=path" json:"path,omitempty"` - Uuid []byte `protobuf:"bytes,5,opt,name=uuid,proto3" json:"uuid,omitempty"` + TableType TableType `protobuf:"varint,1,opt,name=table_type,json=tableType,enum=gobgpapi.TableType" json:"table_type,omitempty"` + VrfId string `protobuf:"bytes,2,opt,name=vrf_id,json=vrfId" json:"vrf_id,omitempty"` + Family *Family `protobuf:"bytes,3,opt,name=family" json:"family,omitempty"` + Path *Path `protobuf:"bytes,4,opt,name=path" json:"path,omitempty"` + Uuid []byte `protobuf:"bytes,5,opt,name=uuid,proto3" json:"uuid,omitempty"` } func (m *DeletePathRequest) Reset() { *m = DeletePathRequest{} } @@ -1344,11 +1344,11 @@ func (m *DeletePathRequest) String() string { return proto.CompactTex func (*DeletePathRequest) ProtoMessage() {} func (*DeletePathRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{23} } -func (m *DeletePathRequest) GetResource() Resource { +func (m *DeletePathRequest) GetTableType() TableType { if m != nil { - return m.Resource + return m.TableType } - return Resource_GLOBAL + return TableType_GLOBAL } func (m *DeletePathRequest) GetVrfId() string { @@ -1380,11 +1380,11 @@ func (m *DeletePathRequest) GetUuid() []byte { } type ListPathRequest struct { - Type Resource `protobuf:"varint,1,opt,name=type,enum=gobgpapi.Resource" json:"type,omitempty"` - Name string `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"` - Family *Family `protobuf:"bytes,3,opt,name=family" json:"family,omitempty"` - Prefixes []*TableLookupPrefix `protobuf:"bytes,4,rep,name=prefixes" json:"prefixes,omitempty"` - SortType ListPathRequest_SortType `protobuf:"varint,5,opt,name=sort_type,json=sortType,enum=gobgpapi.ListPathRequest_SortType" json:"sort_type,omitempty"` + TableType TableType `protobuf:"varint,1,opt,name=table_type,json=tableType,enum=gobgpapi.TableType" json:"table_type,omitempty"` + Name string `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"` + Family *Family `protobuf:"bytes,3,opt,name=family" json:"family,omitempty"` + Prefixes []*TableLookupPrefix `protobuf:"bytes,4,rep,name=prefixes" json:"prefixes,omitempty"` + SortType ListPathRequest_SortType `protobuf:"varint,5,opt,name=sort_type,json=sortType,enum=gobgpapi.ListPathRequest_SortType" json:"sort_type,omitempty"` } func (m *ListPathRequest) Reset() { *m = ListPathRequest{} } @@ -1392,11 +1392,11 @@ func (m *ListPathRequest) String() string { return proto.CompactTextS func (*ListPathRequest) ProtoMessage() {} func (*ListPathRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{24} } -func (m *ListPathRequest) GetType() Resource { +func (m *ListPathRequest) GetTableType() TableType { if m != nil { - return m.Type + return m.TableType } - return Resource_GLOBAL + return TableType_GLOBAL } func (m *ListPathRequest) GetName() string { @@ -1444,9 +1444,9 @@ func (m *ListPathResponse) GetDestination() *Destination { } type AddPathStreamRequest struct { - Resource Resource `protobuf:"varint,1,opt,name=resource,enum=gobgpapi.Resource" json:"resource,omitempty"` - VrfId string `protobuf:"bytes,2,opt,name=vrf_id,json=vrfId" json:"vrf_id,omitempty"` - Paths []*Path `protobuf:"bytes,3,rep,name=paths" json:"paths,omitempty"` + TableType TableType `protobuf:"varint,1,opt,name=table_type,json=tableType,enum=gobgpapi.TableType" json:"table_type,omitempty"` + VrfId string `protobuf:"bytes,2,opt,name=vrf_id,json=vrfId" json:"vrf_id,omitempty"` + Paths []*Path `protobuf:"bytes,3,rep,name=paths" json:"paths,omitempty"` } func (m *AddPathStreamRequest) Reset() { *m = AddPathStreamRequest{} } @@ -1454,11 +1454,11 @@ func (m *AddPathStreamRequest) String() string { return proto.Compact func (*AddPathStreamRequest) ProtoMessage() {} func (*AddPathStreamRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{26} } -func (m *AddPathStreamRequest) GetResource() Resource { +func (m *AddPathStreamRequest) GetTableType() TableType { if m != nil { - return m.Resource + return m.TableType } - return Resource_GLOBAL + return TableType_GLOBAL } func (m *AddPathStreamRequest) GetVrfId() string { @@ -1476,9 +1476,9 @@ func (m *AddPathStreamRequest) GetPaths() []*Path { } type GetTableRequest struct { - Type Resource `protobuf:"varint,1,opt,name=type,enum=gobgpapi.Resource" json:"type,omitempty"` - Family *Family `protobuf:"bytes,2,opt,name=family" json:"family,omitempty"` - Name string `protobuf:"bytes,3,opt,name=name" json:"name,omitempty"` + TableType TableType `protobuf:"varint,1,opt,name=table_type,json=tableType,enum=gobgpapi.TableType" json:"table_type,omitempty"` + Family *Family `protobuf:"bytes,2,opt,name=family" json:"family,omitempty"` + Name string `protobuf:"bytes,3,opt,name=name" json:"name,omitempty"` } func (m *GetTableRequest) Reset() { *m = GetTableRequest{} } @@ -1486,11 +1486,11 @@ func (m *GetTableRequest) String() string { return proto.CompactTextS func (*GetTableRequest) ProtoMessage() {} func (*GetTableRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{27} } -func (m *GetTableRequest) GetType() Resource { +func (m *GetTableRequest) GetTableType() TableType { if m != nil { - return m.Type + return m.TableType } - return Resource_GLOBAL + return TableType_GLOBAL } func (m *GetTableRequest) GetFamily() *Family { @@ -1540,11 +1540,11 @@ func (m *GetTableResponse) GetNumAccepted() uint64 { } type MonitorTableRequest struct { - Type Resource `protobuf:"varint,1,opt,name=type,enum=gobgpapi.Resource" json:"type,omitempty"` - Name string `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"` - Family *Family `protobuf:"bytes,3,opt,name=family" json:"family,omitempty"` - Current bool `protobuf:"varint,4,opt,name=current" json:"current,omitempty"` - PostPolicy bool `protobuf:"varint,5,opt,name=post_policy,json=postPolicy" json:"post_policy,omitempty"` + TableType TableType `protobuf:"varint,1,opt,name=table_type,json=tableType,enum=gobgpapi.TableType" json:"table_type,omitempty"` + Name string `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"` + Family *Family `protobuf:"bytes,3,opt,name=family" json:"family,omitempty"` + Current bool `protobuf:"varint,4,opt,name=current" json:"current,omitempty"` + PostPolicy bool `protobuf:"varint,5,opt,name=post_policy,json=postPolicy" json:"post_policy,omitempty"` } func (m *MonitorTableRequest) Reset() { *m = MonitorTableRequest{} } @@ -1552,11 +1552,11 @@ func (m *MonitorTableRequest) String() string { return proto.CompactT func (*MonitorTableRequest) ProtoMessage() {} func (*MonitorTableRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{29} } -func (m *MonitorTableRequest) GetType() Resource { +func (m *MonitorTableRequest) GetTableType() TableType { if m != nil { - return m.Type + return m.TableType } - return Resource_GLOBAL + return TableType_GLOBAL } func (m *MonitorTableRequest) GetName() string { @@ -1832,8 +1832,8 @@ func (m *DeleteDefinedSetRequest) GetAll() bool { } type ListDefinedSetRequest struct { - Type DefinedType `protobuf:"varint,1,opt,name=type,enum=gobgpapi.DefinedType" json:"type,omitempty"` - Name string `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"` + DefinedType DefinedType `protobuf:"varint,1,opt,name=defined_type,json=definedType,enum=gobgpapi.DefinedType" json:"defined_type,omitempty"` + Name string `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"` } func (m *ListDefinedSetRequest) Reset() { *m = ListDefinedSetRequest{} } @@ -1841,9 +1841,9 @@ func (m *ListDefinedSetRequest) String() string { return proto.Compac func (*ListDefinedSetRequest) ProtoMessage() {} func (*ListDefinedSetRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{42} } -func (m *ListDefinedSetRequest) GetType() DefinedType { +func (m *ListDefinedSetRequest) GetDefinedType() DefinedType { if m != nil { - return m.Type + return m.DefinedType } return DefinedType_PREFIX } @@ -2338,7 +2338,7 @@ func (*DisableMrtRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, type AddBmpRequest struct { Address string `protobuf:"bytes,1,opt,name=address" json:"address,omitempty"` Port uint32 `protobuf:"varint,2,opt,name=port" json:"port,omitempty"` - Type AddBmpRequest_MonitoringPolicy `protobuf:"varint,3,opt,name=type,enum=gobgpapi.AddBmpRequest_MonitoringPolicy" json:"type,omitempty"` + Policy AddBmpRequest_MonitoringPolicy `protobuf:"varint,3,opt,name=policy,enum=gobgpapi.AddBmpRequest_MonitoringPolicy" json:"policy,omitempty"` StatisticsTimeout int32 `protobuf:"varint,4,opt,name=StatisticsTimeout" json:"StatisticsTimeout,omitempty"` } @@ -2361,9 +2361,9 @@ func (m *AddBmpRequest) GetPort() uint32 { return 0 } -func (m *AddBmpRequest) GetType() AddBmpRequest_MonitoringPolicy { +func (m *AddBmpRequest) GetPolicy() AddBmpRequest_MonitoringPolicy { if m != nil { - return m.Type + return m.Policy } return AddBmpRequest_PRE } @@ -4769,10 +4769,10 @@ func (m *Prefix) GetMaskLengthMax() uint32 { } type DefinedSet struct { - Type DefinedType `protobuf:"varint,1,opt,name=type,enum=gobgpapi.DefinedType" json:"type,omitempty"` - Name string `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"` - List []string `protobuf:"bytes,3,rep,name=list" json:"list,omitempty"` - Prefixes []*Prefix `protobuf:"bytes,4,rep,name=prefixes" json:"prefixes,omitempty"` + DefinedType DefinedType `protobuf:"varint,1,opt,name=defined_type,json=definedType,enum=gobgpapi.DefinedType" json:"defined_type,omitempty"` + Name string `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"` + List []string `protobuf:"bytes,3,rep,name=list" json:"list,omitempty"` + Prefixes []*Prefix `protobuf:"bytes,4,rep,name=prefixes" json:"prefixes,omitempty"` } func (m *DefinedSet) Reset() { *m = DefinedSet{} } @@ -4780,9 +4780,9 @@ func (m *DefinedSet) String() string { return proto.CompactTextString func (*DefinedSet) ProtoMessage() {} func (*DefinedSet) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{120} } -func (m *DefinedSet) GetType() DefinedType { +func (m *DefinedSet) GetDefinedType() DefinedType { if m != nil { - return m.Type + return m.DefinedType } return DefinedType_PREFIX } @@ -4809,8 +4809,8 @@ func (m *DefinedSet) GetPrefixes() []*Prefix { } type MatchSet struct { - Type MatchType `protobuf:"varint,1,opt,name=type,enum=gobgpapi.MatchType" json:"type,omitempty"` - Name string `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"` + MatchType MatchType `protobuf:"varint,1,opt,name=match_type,json=matchType,enum=gobgpapi.MatchType" json:"match_type,omitempty"` + Name string `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"` } func (m *MatchSet) Reset() { *m = MatchSet{} } @@ -4818,9 +4818,9 @@ func (m *MatchSet) String() string { return proto.CompactTextString(m func (*MatchSet) ProtoMessage() {} func (*MatchSet) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{121} } -func (m *MatchSet) GetType() MatchType { +func (m *MatchSet) GetMatchType() MatchType { if m != nil { - return m.Type + return m.MatchType } return MatchType_ANY } @@ -4833,8 +4833,8 @@ func (m *MatchSet) GetName() string { } type AsPathLength struct { - Type AsPathLengthType `protobuf:"varint,1,opt,name=type,enum=gobgpapi.AsPathLengthType" json:"type,omitempty"` - Length uint32 `protobuf:"varint,2,opt,name=length" json:"length,omitempty"` + LengthType AsPathLengthType `protobuf:"varint,1,opt,name=length_type,json=lengthType,enum=gobgpapi.AsPathLengthType" json:"length_type,omitempty"` + Length uint32 `protobuf:"varint,2,opt,name=length" json:"length,omitempty"` } func (m *AsPathLength) Reset() { *m = AsPathLength{} } @@ -4842,9 +4842,9 @@ func (m *AsPathLength) String() string { return proto.CompactTextStri func (*AsPathLength) ProtoMessage() {} func (*AsPathLength) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{122} } -func (m *AsPathLength) GetType() AsPathLengthType { +func (m *AsPathLength) GetLengthType() AsPathLengthType { if m != nil { - return m.Type + return m.LengthType } return AsPathLengthType_EQ } @@ -4953,7 +4953,7 @@ func (m *Conditions) GetAfiSafiIn() []*Family { } type CommunityAction struct { - Type CommunityActionType `protobuf:"varint,1,opt,name=type,enum=gobgpapi.CommunityActionType" json:"type,omitempty"` + ActionType CommunityActionType `protobuf:"varint,1,opt,name=action_type,json=actionType,enum=gobgpapi.CommunityActionType" json:"action_type,omitempty"` Communities []string `protobuf:"bytes,2,rep,name=communities" json:"communities,omitempty"` } @@ -4962,9 +4962,9 @@ func (m *CommunityAction) String() string { return proto.CompactTextS func (*CommunityAction) ProtoMessage() {} func (*CommunityAction) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{124} } -func (m *CommunityAction) GetType() CommunityActionType { +func (m *CommunityAction) GetActionType() CommunityActionType { if m != nil { - return m.Type + return m.ActionType } return CommunityActionType_COMMUNITY_ADD } @@ -4977,8 +4977,8 @@ func (m *CommunityAction) GetCommunities() []string { } type MedAction struct { - Type MedActionType `protobuf:"varint,1,opt,name=type,enum=gobgpapi.MedActionType" json:"type,omitempty"` - Value int64 `protobuf:"varint,2,opt,name=value" json:"value,omitempty"` + ActionType MedActionType `protobuf:"varint,1,opt,name=action_type,json=actionType,enum=gobgpapi.MedActionType" json:"action_type,omitempty"` + Value int64 `protobuf:"varint,2,opt,name=value" json:"value,omitempty"` } func (m *MedAction) Reset() { *m = MedAction{} } @@ -4986,9 +4986,9 @@ func (m *MedAction) String() string { return proto.CompactTextString( func (*MedAction) ProtoMessage() {} func (*MedAction) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{125} } -func (m *MedAction) GetType() MedActionType { +func (m *MedAction) GetActionType() MedActionType { if m != nil { - return m.Type + return m.ActionType } return MedActionType_MED_MOD } @@ -5859,7 +5859,7 @@ func init() { proto.RegisterType((*RPKIConf)(nil), "gobgpapi.RPKIConf") proto.RegisterType((*RPKIState)(nil), "gobgpapi.RPKIState") proto.RegisterType((*Rpki)(nil), "gobgpapi.Rpki") - proto.RegisterEnum("gobgpapi.Resource", Resource_name, Resource_value) + proto.RegisterEnum("gobgpapi.TableType", TableType_name, TableType_value) proto.RegisterEnum("gobgpapi.TableLookupOption", TableLookupOption_name, TableLookupOption_value) proto.RegisterEnum("gobgpapi.DefinedType", DefinedType_name, DefinedType_value) proto.RegisterEnum("gobgpapi.MatchType", MatchType_name, MatchType_value) @@ -7940,490 +7940,490 @@ var _GobgpApi_serviceDesc = grpc.ServiceDesc{ func init() { proto.RegisterFile("gobgp.proto", fileDescriptor0) } var fileDescriptor0 = []byte{ - // 7748 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x7c, 0x4d, 0x6c, 0x1b, 0x59, - 0x7a, 0x60, 0xf3, 0x47, 0x14, 0xf9, 0x91, 0x14, 0x4b, 0x4f, 0xb2, 0x44, 0xc9, 0xed, 0x9f, 0xae, - 0xe9, 0xb6, 0xdd, 0x6a, 0x5b, 0x6d, 0xbb, 0x7b, 0xec, 0x1e, 0x7b, 0xdc, 0xdd, 0xb4, 0x44, 0xcb, - 0x6c, 0x53, 0x24, 0xbb, 0x48, 0xb9, 0xdd, 0x83, 0x6d, 0xd4, 0x94, 0x58, 0x8f, 0x54, 0x6d, 0x93, - 0x55, 0xd5, 0x55, 0x45, 0x59, 0xc2, 0x5e, 0x66, 0x67, 0x76, 0xe7, 0xb2, 0x18, 0x60, 0xb1, 0x73, - 0xdc, 0x5d, 0x60, 0x81, 0xbd, 0x0d, 0x92, 0x5b, 0x12, 0x20, 0x48, 0x80, 0x5c, 0x12, 0x20, 0xc8, - 0x00, 0x39, 0x05, 0x08, 0x90, 0x43, 0x0e, 0x41, 0xce, 0x83, 0xe4, 0x12, 0xe4, 0x18, 0xbc, 0x9f, - 0xaa, 0x7a, 0x55, 0x45, 0x4a, 0xb2, 0xda, 0x99, 0xc9, 0x00, 0x73, 0x22, 0xdf, 0xf7, 0x7d, 0xef, - 0x7b, 0x7f, 0xdf, 0xfb, 0x7e, 0xde, 0x7b, 0xf5, 0x41, 0x71, 0x68, 0xed, 0x0f, 0xed, 0x4d, 0xdb, - 0xb1, 0x3c, 0x0b, 0xe5, 0x69, 0x41, 0xb3, 0x8d, 0xf5, 0xb5, 0xa1, 0x65, 0x0d, 0x47, 0xf8, 0x7d, - 0x0a, 0xdf, 0x9f, 0x0c, 0xde, 0xd7, 0xcc, 0x63, 0x46, 0xb4, 0x7e, 0x31, 0x8e, 0xc2, 0x63, 0xdb, - 0xf3, 0x91, 0x57, 0xe2, 0x48, 0xcf, 0x18, 0x63, 0xd7, 0xd3, 0xc6, 0xbc, 0x09, 0xf9, 0x21, 0x54, - 0xba, 0x9e, 0xe6, 0x78, 0x8f, 0x87, 0xb6, 0x82, 0xbf, 0x99, 0x60, 0xd7, 0x43, 0x37, 0x20, 0x37, - 0x1c, 0x59, 0xfb, 0xda, 0xa8, 0x9a, 0xba, 0x9a, 0xba, 0x51, 0xbc, 0x2b, 0x6d, 0xfa, 0xdd, 0xd8, - 0xdc, 0xa1, 0x70, 0x85, 0xe3, 0x65, 0x09, 0x16, 0xba, 0x9e, 0x65, 0x87, 0x75, 0xe5, 0x0a, 0x94, - 0x77, 0xb0, 0xc0, 0x4c, 0x7e, 0x00, 0x0b, 0x3e, 0xc0, 0xb5, 0x2d, 0xd3, 0xc5, 0xaf, 0xc0, 0xfe, - 0x43, 0x58, 0xa8, 0xe9, 0x7a, 0x07, 0x63, 0xc7, 0xef, 0x9a, 0x0c, 0x59, 0x1b, 0x63, 0x87, 0xd7, - 0x5c, 0x08, 0x6b, 0x52, 0x22, 0x8a, 0x93, 0x9f, 0xc1, 0xe2, 0x36, 0x1e, 0x61, 0x0f, 0x8b, 0x15, - 0xab, 0x30, 0xaf, 0xe9, 0xba, 0x83, 0x5d, 0x97, 0xd6, 0x2d, 0x28, 0x7e, 0x11, 0xbd, 0x09, 0x05, - 0xc3, 0xf4, 0xb0, 0x33, 0xd0, 0xfa, 0xb8, 0x9a, 0xa6, 0xb8, 0x10, 0x20, 0x7f, 0x01, 0x95, 0xa6, - 0xe1, 0x7a, 0x67, 0x63, 0xb5, 0x01, 0x12, 0x36, 0xb5, 0xfd, 0x11, 0xae, 0xe9, 0x87, 0xd8, 0xf1, - 0x0c, 0x17, 0xeb, 0x94, 0x63, 0x5e, 0x49, 0xc0, 0xe5, 0x7b, 0x20, 0x85, 0x8c, 0xf9, 0xcc, 0x9c, - 0x65, 0x74, 0x3f, 0x84, 0xc5, 0x3d, 0x5b, 0xd7, 0xa2, 0xa3, 0x3b, 0x43, 0x45, 0x74, 0x1d, 0x24, - 0xdd, 0x52, 0x5d, 0x6b, 0xe0, 0xa9, 0x0e, 0x76, 0xb1, 0xa7, 0x1a, 0x26, 0xef, 0x5c, 0x59, 0xb7, - 0xba, 0xd6, 0xc0, 0x53, 0x08, 0xb4, 0x61, 0xca, 0x5b, 0x80, 0xc4, 0x16, 0x78, 0xdf, 0x6e, 0xc1, - 0x92, 0x89, 0xb1, 0xee, 0xc6, 0x38, 0xa4, 0xd8, 0xf0, 0x28, 0x4a, 0x64, 0xf2, 0x8f, 0x29, 0x90, - 0xe8, 0xff, 0xb3, 0xcd, 0xdc, 0xdb, 0x50, 0xee, 0x5b, 0xe3, 0xf1, 0xc4, 0x34, 0xfa, 0x9a, 0x67, - 0x58, 0x26, 0x5f, 0x88, 0x28, 0x10, 0x21, 0xc8, 0x92, 0xd6, 0xab, 0x19, 0xda, 0x28, 0xfd, 0x8f, - 0x9e, 0x41, 0x41, 0x37, 0x1c, 0xdc, 0xa7, 0xb5, 0xb2, 0x57, 0x53, 0x37, 0x16, 0xee, 0xde, 0x0a, - 0xc7, 0x1f, 0xef, 0xc2, 0x66, 0xd0, 0xc7, 0x6d, 0xbf, 0x92, 0x12, 0xd6, 0x97, 0xdf, 0x07, 0x94, - 0x24, 0x40, 0x39, 0x48, 0x37, 0x5a, 0xd2, 0x1b, 0x68, 0x1e, 0x32, 0xed, 0xbd, 0x9e, 0x94, 0x42, - 0x79, 0xc8, 0x3e, 0x6e, 0xf7, 0x9e, 0x4a, 0x69, 0x79, 0x0f, 0x96, 0xba, 0x07, 0x13, 0x4f, 0xb7, - 0x5e, 0x9a, 0xaf, 0x71, 0xa0, 0xf2, 0x2d, 0x58, 0xac, 0x53, 0x81, 0x39, 0x13, 0x53, 0xb9, 0x07, - 0x68, 0xdb, 0x70, 0xcf, 0x4c, 0x7f, 0xc6, 0x4e, 0x3c, 0x05, 0xb4, 0x6b, 0x99, 0x86, 0x67, 0x39, - 0x67, 0xe3, 0x5a, 0x85, 0xf9, 0xfe, 0xc4, 0x71, 0xb0, 0xe9, 0x71, 0xb9, 0xf2, 0x8b, 0xf2, 0xf7, - 0x60, 0x29, 0xc2, 0xe9, 0x15, 0xc4, 0xbd, 0x01, 0x4b, 0x5c, 0x05, 0xec, 0x38, 0xd6, 0x24, 0x50, - 0x51, 0x77, 0x01, 0x08, 0x5a, 0x1d, 0x12, 0x20, 0x67, 0xb0, 0x14, 0x65, 0xc0, 0xe8, 0x0b, 0xb6, - 0xff, 0x57, 0xbe, 0x09, 0x2b, 0xa1, 0x5e, 0x88, 0x70, 0x43, 0x90, 0x35, 0xb5, 0x31, 0xe6, 0x03, - 0xa2, 0xff, 0xe5, 0x09, 0xac, 0x84, 0xbb, 0xe0, 0xdb, 0xb6, 0x7d, 0xf6, 0xcd, 0xf7, 0x14, 0x56, - 0x13, 0xcd, 0x9e, 0x6f, 0x07, 0x6a, 0xb0, 0x56, 0xd3, 0xf5, 0xed, 0x63, 0x53, 0x1b, 0x1b, 0xfd, - 0x16, 0x36, 0x86, 0x07, 0xfb, 0x56, 0xb0, 0x8a, 0xdb, 0x20, 0xe9, 0x0c, 0xa3, 0x9a, 0x1c, 0xc5, - 0x47, 0xb2, 0x16, 0x8e, 0x24, 0x5e, 0xb7, 0xa2, 0x47, 0x01, 0xf2, 0x7f, 0x61, 0xfa, 0x59, 0xf3, - 0x0e, 0x7c, 0xbe, 0x9b, 0x90, 0x77, 0xb0, 0x6b, 0x4d, 0x9c, 0x3e, 0x9b, 0xcd, 0x85, 0xbb, 0x28, - 0xb2, 0x19, 0x29, 0x46, 0x09, 0x68, 0xd0, 0x05, 0xc8, 0x1d, 0x3a, 0x03, 0xd5, 0xd0, 0xb9, 0x08, - 0xce, 0x1d, 0x3a, 0x83, 0x86, 0x4e, 0x25, 0x43, 0xf3, 0x0e, 0xe8, 0x46, 0x8f, 0x4a, 0x06, 0x69, - 0x8b, 0xe2, 0xe4, 0x77, 0xa0, 0x12, 0x34, 0xce, 0x67, 0x08, 0x41, 0x76, 0x32, 0x31, 0x74, 0xda, - 0x72, 0x49, 0xa1, 0xff, 0xe5, 0x3f, 0x4d, 0x05, 0xe6, 0xe0, 0xf5, 0xf7, 0xf3, 0x06, 0xe4, 0x06, - 0xda, 0xd8, 0x18, 0x1d, 0xf3, 0x9e, 0x0a, 0xa6, 0xec, 0x09, 0x85, 0x2b, 0x1c, 0x1f, 0x8c, 0x28, - 0x3b, 0x7b, 0x44, 0x41, 0xf7, 0xe7, 0x84, 0xee, 0xff, 0x3c, 0xcd, 0x0d, 0x90, 0xd0, 0xf9, 0x6b, - 0x90, 0xf5, 0x8e, 0xed, 0x93, 0x3a, 0x4e, 0xf1, 0x81, 0x58, 0xa7, 0x43, 0xb1, 0x7e, 0x85, 0x1e, - 0xdf, 0x87, 0xbc, 0xed, 0xe0, 0x81, 0x71, 0x84, 0xdd, 0x6a, 0xf6, 0x6a, 0xe6, 0x46, 0xf1, 0xee, - 0xc5, 0x90, 0xb6, 0x47, 0x94, 0x4d, 0xd3, 0xb2, 0xbe, 0x9e, 0xd8, 0x1d, 0x4a, 0xa4, 0x04, 0xc4, - 0xe8, 0x13, 0x28, 0xb8, 0x96, 0xe3, 0xa9, 0xb4, 0x8f, 0x73, 0xb4, 0x8f, 0x72, 0x58, 0x33, 0x36, - 0x98, 0xcd, 0xae, 0xe5, 0x78, 0xbd, 0x63, 0x1b, 0x2b, 0x79, 0x97, 0xff, 0x93, 0xaf, 0x42, 0xde, - 0x87, 0x12, 0x55, 0xdb, 0x6a, 0xb7, 0xea, 0xd2, 0x1b, 0x08, 0x20, 0xd7, 0x51, 0xea, 0x4f, 0x1a, - 0x2f, 0xa4, 0x94, 0xfc, 0x8c, 0x1b, 0x4f, 0x71, 0xf1, 0xef, 0x43, 0x51, 0xc7, 0xae, 0x67, 0x98, - 0x4c, 0xa5, 0x31, 0x69, 0xbe, 0x20, 0x48, 0x73, 0x88, 0x54, 0x44, 0x4a, 0xf9, 0x27, 0x29, 0x58, - 0xe6, 0x92, 0xd4, 0xf5, 0x1c, 0xac, 0x8d, 0x5f, 0xb3, 0x90, 0xbc, 0x0d, 0x73, 0x64, 0x79, 0xdd, - 0x6a, 0x86, 0xce, 0x62, 0x7c, 0xed, 0x19, 0x52, 0x7e, 0x09, 0x95, 0x1d, 0xec, 0xd1, 0x79, 0x7d, - 0xd5, 0x75, 0x0e, 0xd7, 0x34, 0x7d, 0xca, 0x9a, 0xfa, 0x12, 0x91, 0x11, 0x14, 0xdd, 0x31, 0x48, - 0x61, 0xc3, 0x7c, 0x2e, 0xaf, 0x43, 0xc5, 0x9c, 0x8c, 0xd5, 0xf8, 0x7c, 0x66, 0x95, 0x05, 0x73, - 0x32, 0x16, 0x26, 0x12, 0xad, 0x41, 0x9e, 0x10, 0x52, 0xd1, 0x4e, 0x53, 0x8a, 0x79, 0x73, 0x32, - 0x26, 0xe3, 0x42, 0x6f, 0x41, 0x89, 0xa0, 0xb4, 0x7e, 0x1f, 0xdb, 0x1e, 0xd6, 0x69, 0x9b, 0x59, - 0xa5, 0x68, 0x4e, 0xc6, 0x35, 0x0e, 0x92, 0xff, 0x28, 0x15, 0x18, 0x86, 0x73, 0x0d, 0xfc, 0xdb, - 0x09, 0xb8, 0x60, 0xaf, 0xb2, 0x11, 0x7b, 0x85, 0xae, 0x40, 0xd1, 0xb6, 0x5c, 0x4f, 0xb5, 0xad, - 0x91, 0xd1, 0x3f, 0xa6, 0x32, 0x9c, 0x57, 0x80, 0x80, 0x3a, 0x14, 0x22, 0x3f, 0x80, 0xe5, 0x68, - 0xbf, 0x05, 0x8b, 0x46, 0xa6, 0x22, 0x75, 0x82, 0xde, 0xba, 0x0d, 0xe5, 0x9a, 0xae, 0x3f, 0x77, - 0x06, 0xfe, 0x68, 0xaf, 0x40, 0xe6, 0xd0, 0x19, 0xf0, 0x3a, 0xe5, 0xb0, 0x0e, 0x21, 0x21, 0x18, - 0xf9, 0x1a, 0x48, 0x4c, 0x83, 0x09, 0x95, 0xa6, 0x99, 0xac, 0xb7, 0x61, 0x81, 0xec, 0x8a, 0x53, - 0xa8, 0xee, 0x32, 0x85, 0x42, 0xa9, 0x78, 0xb7, 0x4f, 0xed, 0xc1, 0x11, 0x48, 0x64, 0x87, 0xd0, - 0xc1, 0x0b, 0x51, 0x02, 0x9f, 0x9f, 0x84, 0x1b, 0xcf, 0x09, 0x39, 0x1e, 0x3d, 0x80, 0x35, 0x07, - 0x0f, 0xb0, 0xa3, 0xe2, 0x23, 0x83, 0x88, 0xce, 0x50, 0x75, 0x3d, 0xcd, 0xc3, 0x63, 0x6c, 0x7a, - 0x2e, 0xb7, 0x82, 0xab, 0x94, 0xa0, 0xce, 0xf1, 0xdd, 0x00, 0x2d, 0xff, 0x38, 0x05, 0x4b, 0x5c, - 0x7d, 0x9f, 0xb3, 0xf5, 0xf7, 0x61, 0xc9, 0x26, 0xc6, 0xd2, 0x39, 0xc4, 0xc9, 0x76, 0x91, 0x8f, - 0x0a, 0x9b, 0x44, 0x12, 0x64, 0xb4, 0xd1, 0x88, 0x3b, 0x99, 0xe4, 0xaf, 0x7c, 0x1d, 0x16, 0xa9, - 0xba, 0x89, 0xf4, 0x60, 0xda, 0xdc, 0x7e, 0x0c, 0x48, 0x24, 0x0c, 0x03, 0x9e, 0xb3, 0xf5, 0x55, - 0xfe, 0xe3, 0x14, 0xa0, 0x2e, 0x66, 0xf5, 0x0d, 0xec, 0xfa, 0x4d, 0xdd, 0x87, 0x92, 0x8e, 0x07, - 0x86, 0x89, 0x75, 0xd5, 0xc5, 0x1e, 0x71, 0xbc, 0x88, 0x22, 0x59, 0x16, 0x75, 0x1b, 0xc5, 0x76, - 0xb1, 0x47, 0x54, 0x9b, 0xff, 0xdf, 0x45, 0x37, 0x21, 0x6f, 0x73, 0x5e, 0xd5, 0x34, 0xad, 0x94, - 0x6c, 0x3b, 0xa0, 0x40, 0xdf, 0x87, 0xa2, 0xe6, 0xba, 0xc6, 0xd0, 0x64, 0x33, 0xc4, 0xd4, 0xd5, - 0x7a, 0xbc, 0x42, 0x2d, 0x20, 0x51, 0x44, 0x72, 0x79, 0x97, 0x6a, 0x51, 0xa1, 0x27, 0xbc, 0xf3, - 0xdf, 0x85, 0xa2, 0xd0, 0x79, 0x3e, 0x05, 0xd3, 0xfb, 0x0e, 0x61, 0xdf, 0xe5, 0x7d, 0x58, 0x65, - 0xeb, 0xfe, 0xba, 0x38, 0xfa, 0xeb, 0x9a, 0x0e, 0xd7, 0xf5, 0x39, 0x5c, 0x20, 0xcb, 0x95, 0x6c, - 0xe1, 0xdd, 0x88, 0x02, 0xba, 0x90, 0x60, 0x4d, 0x0d, 0xd6, 0x4c, 0x1d, 0x24, 0xb7, 0x61, 0x25, - 0xce, 0x97, 0x8b, 0xc2, 0x39, 0x27, 0xe3, 0x29, 0xf5, 0x82, 0x03, 0x19, 0xf5, 0xbb, 0x79, 0x07, - 0x0a, 0x81, 0x44, 0x27, 0x1d, 0xd1, 0x90, 0x3c, 0xa4, 0x92, 0xbf, 0xf2, 0x9d, 0xe0, 0xd7, 0xc0, - 0x6c, 0xca, 0x8c, 0x6e, 0xc0, 0x32, 0x19, 0x79, 0x82, 0xf9, 0xb4, 0xcd, 0xf2, 0x19, 0x9b, 0x7d, - 0x81, 0x96, 0x4f, 0xd2, 0x39, 0x86, 0xf5, 0x02, 0xd6, 0x03, 0x05, 0x25, 0x08, 0x28, 0x6f, 0xfd, - 0x01, 0x40, 0x28, 0xa9, 0x9c, 0xe3, 0x49, 0x72, 0x2d, 0x50, 0xcb, 0x63, 0xb8, 0x24, 0xea, 0x9f, - 0xd7, 0xca, 0x7c, 0xca, 0x04, 0xfe, 0x67, 0xb8, 0x18, 0x6a, 0x90, 0x64, 0x63, 0x53, 0xe6, 0x11, - 0xdd, 0x17, 0x23, 0xe0, 0x34, 0x95, 0xd8, 0xb5, 0x78, 0xfb, 0x53, 0xa3, 0xdd, 0x1f, 0xc0, 0x9b, - 0xd3, 0xdb, 0xe2, 0xeb, 0xf0, 0x6d, 0xa6, 0xed, 0x05, 0xac, 0xfb, 0x8a, 0xec, 0x35, 0x2f, 0xc8, - 0x0f, 0x68, 0xd0, 0xa1, 0xd8, 0x5f, 0x1b, 0xa7, 0x87, 0xa4, 0x08, 0xb2, 0xb6, 0xe5, 0xb0, 0x78, - 0xb4, 0xac, 0xd0, 0xff, 0x68, 0x1d, 0xf2, 0x23, 0x63, 0x80, 0x3d, 0x83, 0xfb, 0x41, 0x19, 0x25, - 0x28, 0xcb, 0x35, 0x3f, 0x56, 0x38, 0x37, 0x7b, 0xf9, 0x21, 0x33, 0xaf, 0x22, 0x83, 0xd0, 0x25, - 0x49, 0x9d, 0xec, 0x92, 0xc8, 0x0f, 0x98, 0x5f, 0xcb, 0x2a, 0xf3, 0x55, 0xb8, 0x06, 0x39, 0x6a, - 0xa1, 0xa6, 0xc4, 0xc9, 0x94, 0x8e, 0x63, 0x49, 0xdf, 0xd9, 0x99, 0xc1, 0xf9, 0xfb, 0xfe, 0x38, - 0x38, 0x47, 0x38, 0x3f, 0x8f, 0x1e, 0x3f, 0xf7, 0x39, 0xff, 0x02, 0x4d, 0x39, 0xe5, 0x91, 0x3f, - 0x65, 0x7a, 0x85, 0x30, 0x8d, 0x78, 0x8a, 0x67, 0x9f, 0xda, 0x8f, 0x98, 0xb6, 0x11, 0x38, 0x84, - 0xce, 0x8f, 0x63, 0x69, 0x49, 0xe7, 0x47, 0xb1, 0x34, 0x85, 0x60, 0xe4, 0x5f, 0xa6, 0x00, 0xb1, - 0x99, 0xfd, 0x01, 0xde, 0x77, 0x34, 0xbf, 0x69, 0x09, 0x32, 0x13, 0x67, 0xc4, 0x07, 0x44, 0xfe, - 0x12, 0xb7, 0xd1, 0xb1, 0x26, 0x1e, 0xa6, 0x91, 0x0f, 0x33, 0xb8, 0x05, 0x05, 0x28, 0x88, 0x18, - 0x0c, 0x7a, 0x42, 0x72, 0x88, 0x1d, 0x97, 0xec, 0xd3, 0x0c, 0x1d, 0xb0, 0x5f, 0x44, 0x1f, 0xc2, - 0x8a, 0x89, 0x8f, 0xbc, 0x03, 0xcb, 0x56, 0x3d, 0xc7, 0x18, 0x0e, 0x89, 0xb3, 0x44, 0x9b, 0xe4, - 0xae, 0xe9, 0x32, 0xc7, 0xf6, 0x18, 0x92, 0x75, 0x07, 0xdd, 0x85, 0x0b, 0xf1, 0x5a, 0x3a, 0x1e, - 0x69, 0xcc, 0x63, 0x2d, 0x2b, 0x4b, 0xd1, 0x4a, 0xdb, 0x04, 0x25, 0xff, 0xdf, 0x14, 0x48, 0xac, - 0xfa, 0xae, 0x13, 0xec, 0xc7, 0x8b, 0x50, 0xd0, 0x27, 0x63, 0x5b, 0x0d, 0x8c, 0xde, 0x9c, 0x92, - 0x27, 0x00, 0x1a, 0x82, 0xad, 0x43, 0x7e, 0x60, 0x8c, 0xb0, 0x60, 0xe5, 0x82, 0x32, 0xfa, 0x0e, - 0x94, 0x69, 0x45, 0x7a, 0x60, 0x7a, 0xa8, 0x8d, 0xb8, 0x97, 0x5f, 0x22, 0xc0, 0x06, 0x87, 0xa1, - 0xf7, 0x60, 0xd1, 0xb1, 0x3c, 0x1a, 0x30, 0x84, 0x84, 0x59, 0x4a, 0x28, 0xf9, 0x08, 0x9f, 0x58, - 0x5e, 0x82, 0x45, 0x2e, 0x83, 0x61, 0xff, 0xe4, 0x5f, 0xa5, 0xa8, 0xd3, 0xfc, 0x78, 0x6c, 0x9f, - 0x4f, 0xa4, 0xbe, 0xcf, 0xed, 0x79, 0x86, 0x6a, 0xc7, 0x1b, 0xe1, 0x22, 0x47, 0x98, 0x6e, 0x72, - 0x9f, 0xde, 0x30, 0x87, 0xdc, 0x37, 0x62, 0x26, 0xfe, 0x26, 0x2c, 0x12, 0xa3, 0x43, 0x7c, 0xd3, - 0xbe, 0xdb, 0x33, 0xc6, 0xd8, 0x9a, 0xb0, 0x90, 0x61, 0x4e, 0x49, 0x22, 0xe4, 0x2d, 0x90, 0xe2, - 0x7c, 0xd0, 0x3c, 0x64, 0x3a, 0x0a, 0x09, 0x62, 0xf3, 0x90, 0xed, 0xb4, 0xbb, 0x91, 0x33, 0x44, - 0x54, 0x80, 0xb9, 0x66, 0x7b, 0xab, 0xd6, 0x94, 0x32, 0x84, 0xae, 0xd6, 0x6c, 0x4a, 0x59, 0xf9, - 0x53, 0xdf, 0xe5, 0x3f, 0xef, 0x90, 0xe5, 0xbf, 0xcb, 0x40, 0x8e, 0x6d, 0x01, 0x74, 0x0d, 0x32, - 0xda, 0xc0, 0xe0, 0xce, 0xcc, 0x72, 0x7c, 0x87, 0x6c, 0xd6, 0x06, 0x86, 0x42, 0x08, 0x88, 0xd7, - 0xe3, 0x12, 0xc2, 0x74, 0xdc, 0xeb, 0xe1, 0x84, 0x5d, 0x6d, 0x60, 0x28, 0x94, 0x44, 0xee, 0x40, - 0xa6, 0x36, 0x30, 0x50, 0x05, 0x8a, 0xb5, 0x27, 0x0d, 0x75, 0xaf, 0xf5, 0xac, 0xd5, 0xfe, 0xa2, - 0xc5, 0x82, 0x74, 0x02, 0x68, 0x74, 0xa4, 0x14, 0x2a, 0xc2, 0x3c, 0xfb, 0x7f, 0x4f, 0x4a, 0xa3, - 0x32, 0x14, 0x48, 0xa1, 0x79, 0xf7, 0x79, 0xa7, 0x25, 0xad, 0x21, 0x09, 0x80, 0x14, 0xdb, 0x9d, - 0xda, 0xe7, 0x7b, 0x75, 0xe9, 0x67, 0x3f, 0x4a, 0xc9, 0xbf, 0x48, 0x43, 0x96, 0x34, 0x80, 0x24, - 0x28, 0x75, 0xa3, 0x4c, 0x43, 0x48, 0x63, 0xab, 0x46, 0x27, 0x0f, 0xc1, 0x02, 0x85, 0xec, 0xee, - 0x35, 0x7b, 0x0c, 0x96, 0x46, 0x4b, 0x50, 0x61, 0xb0, 0x4e, 0xb3, 0xab, 0x36, 0x6b, 0x8f, 0xeb, - 0x4d, 0x29, 0x8b, 0x56, 0x00, 0x51, 0x60, 0xbd, 0xb5, 0x55, 0xeb, 0x74, 0xf7, 0x9a, 0xb5, 0x5e, - 0xa3, 0xdd, 0x92, 0xe6, 0x49, 0x77, 0x28, 0xfc, 0x79, 0xa7, 0xd9, 0x95, 0x6a, 0x41, 0xb1, 0x4e, - 0x7a, 0xf7, 0x04, 0x21, 0x28, 0x87, 0xac, 0x08, 0xe8, 0x47, 0x29, 0xf4, 0x26, 0xac, 0x46, 0x60, - 0x42, 0xdb, 0xff, 0x35, 0x85, 0x64, 0xb8, 0x44, 0xb1, 0x4a, 0x7b, 0xaf, 0x57, 0x57, 0x7b, 0x35, - 0x65, 0xa7, 0xde, 0x53, 0xb7, 0xda, 0xad, 0x6e, 0x4f, 0xa9, 0x35, 0x5a, 0xbd, 0xae, 0xf4, 0xdf, - 0x52, 0xe8, 0x22, 0xac, 0x50, 0x9a, 0x27, 0xcd, 0xf6, 0x17, 0x6a, 0xb7, 0x53, 0xdf, 0x0a, 0x06, - 0xf4, 0xdf, 0x53, 0x68, 0x95, 0x77, 0x34, 0x44, 0x92, 0x76, 0x7f, 0x9a, 0x42, 0x4b, 0x7c, 0xa8, - 0xcf, 0xea, 0x5f, 0xaa, 0xcf, 0x6b, 0xcd, 0xbd, 0xba, 0xf4, 0xcf, 0x29, 0xf9, 0xff, 0x67, 0x60, - 0x41, 0xe9, 0x3c, 0x6b, 0x3c, 0xd7, 0x46, 0x86, 0xce, 0x22, 0xf1, 0x0f, 0x61, 0x8e, 0xba, 0x43, - 0x7c, 0x99, 0x2f, 0x0b, 0x8a, 0x2c, 0x42, 0xc8, 0xfc, 0x27, 0x85, 0x11, 0xa3, 0xfb, 0x90, 0x73, - 0xb0, 0xe6, 0x06, 0x8e, 0xc3, 0x95, 0x99, 0xd5, 0x14, 0x4a, 0xa6, 0x70, 0x72, 0x74, 0x1d, 0xe6, - 0xc7, 0x9a, 0xd7, 0x3f, 0xa0, 0x81, 0x7d, 0x26, 0xa9, 0x39, 0x7d, 0x2c, 0xba, 0x0d, 0xa5, 0x89, - 0xc9, 0x0b, 0xaa, 0xe6, 0x1f, 0x25, 0xc5, 0xa8, 0x8b, 0x01, 0x49, 0xcd, 0x45, 0x1f, 0x81, 0x14, - 0xd6, 0x18, 0x61, 0x73, 0xe8, 0x1d, 0x54, 0xe7, 0xa6, 0xd5, 0xaa, 0x04, 0x64, 0x4d, 0x4a, 0x25, - 0x77, 0x60, 0x8e, 0x8e, 0x0e, 0x2d, 0x00, 0x74, 0x7b, 0xb5, 0x5e, 0x5d, 0xe5, 0x67, 0x47, 0x44, - 0x36, 0x78, 0xb9, 0xa7, 0x3e, 0x69, 0xef, 0xb5, 0xb6, 0xa5, 0x14, 0x11, 0x5e, 0x06, 0x7c, 0x5e, - 0x6b, 0x36, 0xb6, 0xa5, 0x34, 0x5a, 0x84, 0x32, 0x03, 0x34, 0x5a, 0x0c, 0x94, 0x91, 0x1f, 0x42, - 0x8e, 0x0d, 0x9c, 0x50, 0x2b, 0xf5, 0x5a, 0xb7, 0xdd, 0xf3, 0x79, 0x96, 0xa1, 0x40, 0x01, 0x2d, - 0xb5, 0xd6, 0x95, 0x52, 0xa4, 0x32, 0x2f, 0x36, 0xeb, 0xad, 0x1d, 0x7a, 0x39, 0xf0, 0x4f, 0x73, - 0x90, 0xa5, 0x47, 0x21, 0x37, 0x20, 0x6b, 0x8e, 0x1c, 0x43, 0x70, 0xf7, 0xad, 0xe1, 0x08, 0x6f, - 0xfa, 0x77, 0x72, 0x9b, 0x35, 0xf3, 0x58, 0xa1, 0x14, 0xe8, 0x26, 0xe4, 0x6c, 0xcd, 0xf3, 0x1c, - 0x3f, 0x5c, 0x9b, 0x4e, 0xcb, 0x69, 0xd0, 0x4d, 0xc8, 0x68, 0x43, 0xcc, 0x0f, 0x3a, 0xd6, 0x13, - 0xa4, 0x3d, 0xff, 0xaa, 0x4f, 0x21, 0x64, 0x44, 0x4b, 0xec, 0x63, 0xd7, 0x3f, 0xec, 0xa0, 0xff, - 0x89, 0xc9, 0x32, 0x5c, 0xf5, 0xa5, 0xe1, 0x1d, 0xe8, 0x8e, 0xf6, 0xd2, 0x3f, 0xe9, 0x30, 0xdc, - 0x2f, 0x38, 0x04, 0xd5, 0x61, 0xf1, 0x30, 0x10, 0x02, 0x55, 0xc7, 0x9e, 0x66, 0x8c, 0xaa, 0xf3, - 0xb4, 0xc1, 0xea, 0x2c, 0x59, 0x51, 0xa4, 0xb0, 0xca, 0x36, 0xad, 0x81, 0x6e, 0xc3, 0xb2, 0x69, - 0xa9, 0xc6, 0xd8, 0x26, 0xa1, 0xa6, 0x17, 0x36, 0x98, 0x67, 0x51, 0xb8, 0x69, 0x35, 0x38, 0x2a, - 0x68, 0x38, 0xb4, 0xec, 0x85, 0x53, 0xce, 0x71, 0x2e, 0x01, 0xb0, 0x53, 0x21, 0x55, 0x73, 0xcd, - 0x2a, 0x50, 0x1d, 0x58, 0x60, 0x90, 0x9a, 0x6b, 0x12, 0xdb, 0xc6, 0xd1, 0x86, 0x5e, 0x2d, 0x32, - 0xfb, 0xc5, 0x00, 0x0d, 0x9d, 0xdb, 0x36, 0x0f, 0x3b, 0x58, 0xaf, 0x96, 0x68, 0x5f, 0x82, 0x32, - 0x5a, 0xa6, 0x3b, 0x6a, 0x84, 0xab, 0x65, 0x8a, 0x60, 0x05, 0x74, 0x03, 0x24, 0xc3, 0x55, 0x07, - 0x8e, 0x35, 0x56, 0xf1, 0x91, 0x87, 0x1d, 0x53, 0x1b, 0x55, 0x17, 0x28, 0xc1, 0x82, 0xe1, 0x3e, - 0x71, 0xac, 0x71, 0x9d, 0x43, 0xc9, 0xdc, 0xfa, 0x67, 0xeb, 0xaa, 0x61, 0x57, 0x2b, 0xb4, 0x69, - 0xf0, 0x41, 0x0d, 0x3b, 0x38, 0xef, 0x95, 0xc2, 0xf3, 0x5e, 0x74, 0x13, 0x90, 0xe1, 0xaa, 0xbe, - 0x55, 0x37, 0x4c, 0x3a, 0x93, 0xd5, 0x45, 0x76, 0xc6, 0x6f, 0xb8, 0x2d, 0x86, 0x68, 0x30, 0x38, - 0xba, 0x0c, 0x60, 0xe8, 0xd8, 0xf4, 0x8c, 0x81, 0x81, 0x9d, 0x2a, 0xa2, 0x43, 0x17, 0x20, 0xe8, - 0x5d, 0x90, 0x46, 0x56, 0x5f, 0x1b, 0xa9, 0x02, 0xd5, 0x12, 0xa5, 0xaa, 0x50, 0x78, 0x23, 0x24, - 0x25, 0xbd, 0x1d, 0x39, 0x86, 0xba, 0x6f, 0x98, 0x9a, 0x73, 0x5c, 0x5d, 0xa6, 0x7d, 0x02, 0x02, - 0x7a, 0x4c, 0x21, 0xc4, 0xd4, 0x33, 0xb1, 0xf3, 0x49, 0x2e, 0x5c, 0xcd, 0xdc, 0x28, 0x29, 0x25, - 0x06, 0x64, 0x44, 0xf2, 0x33, 0x28, 0x8a, 0xc7, 0x83, 0x2b, 0x90, 0x63, 0xc7, 0xc2, 0xdc, 0x62, - 0xf1, 0x52, 0x78, 0x24, 0x9a, 0x3e, 0xe9, 0x48, 0x74, 0x0c, 0x8b, 0x89, 0x73, 0xe6, 0x99, 0x2c, - 0x3f, 0x85, 0xf2, 0x88, 0xd2, 0xa9, 0x96, 0x2d, 0x44, 0x42, 0xd3, 0xcf, 0xac, 0xdb, 0x94, 0x44, - 0x29, 0x8d, 0x84, 0x92, 0xfc, 0xff, 0xb2, 0x90, 0xed, 0x60, 0xec, 0xa0, 0x8f, 0xa0, 0xa4, 0xd9, - 0xf6, 0xe8, 0x58, 0x8d, 0x9c, 0xda, 0x08, 0xf6, 0xb0, 0x46, 0xb0, 0xdc, 0x45, 0x28, 0x6a, 0x61, - 0x01, 0x5d, 0x83, 0x6c, 0xdf, 0x32, 0x07, 0xfc, 0x1c, 0x16, 0x45, 0x2f, 0x85, 0xb6, 0x2c, 0x73, - 0xa0, 0x50, 0x3c, 0x7a, 0x08, 0x65, 0xbc, 0x3f, 0xb4, 0xd5, 0xf1, 0x64, 0xe4, 0x19, 0x07, 0x96, - 0xcd, 0xb7, 0xf0, 0x4a, 0x58, 0xa1, 0xbe, 0x3f, 0xb4, 0x77, 0x39, 0x56, 0x29, 0x61, 0xa1, 0x84, - 0x6a, 0x50, 0x61, 0x6e, 0xa6, 0x83, 0x07, 0x23, 0xdc, 0xf7, 0x2c, 0x87, 0xdf, 0x2a, 0x88, 0x1b, - 0x92, 0x10, 0x28, 0x3e, 0x5e, 0x59, 0x70, 0x22, 0x65, 0xf4, 0xae, 0x6f, 0x2c, 0xe6, 0xa6, 0xdd, - 0x5e, 0x45, 0x2c, 0xc4, 0x0d, 0xc8, 0x91, 0xd0, 0xc8, 0x71, 0xab, 0xb9, 0xf8, 0x3e, 0xec, 0x51, - 0xb8, 0xc2, 0xf1, 0x24, 0x6c, 0xf7, 0x1c, 0xcd, 0x74, 0xa9, 0x2b, 0x32, 0x1f, 0x67, 0xdc, 0xf3, - 0x51, 0x4a, 0x48, 0x45, 0x66, 0x9a, 0x0d, 0x85, 0x47, 0x38, 0xf9, 0xf8, 0x4c, 0xd3, 0x71, 0x74, - 0x29, 0x52, 0x61, 0xce, 0x35, 0x2b, 0xa0, 0x6d, 0x90, 0x86, 0x8e, 0xd6, 0xc7, 0x83, 0xc9, 0x48, - 0x75, 0x88, 0x96, 0x73, 0x3c, 0xae, 0x28, 0x84, 0xd8, 0x77, 0x87, 0x53, 0x28, 0x8c, 0x40, 0xa9, - 0x0c, 0xa3, 0x00, 0xb4, 0x09, 0x05, 0x6d, 0x60, 0xa8, 0xc4, 0xa5, 0x71, 0xab, 0x40, 0x65, 0x71, - 0x51, 0x58, 0xe6, 0x81, 0x41, 0x5d, 0x9e, 0xbc, 0xc6, 0xfe, 0xb8, 0xf2, 0xef, 0x67, 0xa1, 0x10, - 0x5c, 0xcc, 0x7d, 0x0b, 0x39, 0x79, 0x2f, 0x22, 0x27, 0xab, 0x53, 0x2e, 0x0f, 0xff, 0x03, 0x09, - 0xcb, 0x4d, 0xc8, 0x1a, 0xe6, 0xc0, 0xe2, 0xb2, 0x52, 0x9d, 0xd2, 0x59, 0x26, 0x30, 0x94, 0xea, - 0x77, 0xf2, 0x22, 0xca, 0xcb, 0x53, 0xa8, 0xc4, 0x2e, 0x51, 0x67, 0xea, 0xaf, 0x4b, 0x91, 0x5b, - 0x65, 0xfe, 0x0e, 0x25, 0xbc, 0xbc, 0xfe, 0xcb, 0x14, 0x14, 0x05, 0x71, 0x42, 0xf7, 0xa1, 0x60, - 0x98, 0x51, 0xc1, 0x3b, 0xe9, 0x00, 0x25, 0x6f, 0x98, 0xbc, 0xe2, 0x27, 0x50, 0xc6, 0x47, 0x64, - 0x32, 0xfd, 0xca, 0xe9, 0x53, 0x2b, 0x97, 0x58, 0x85, 0x90, 0x81, 0x31, 0x16, 0x19, 0x64, 0x4e, - 0x67, 0xc0, 0x2a, 0xf0, 0xcb, 0x93, 0xff, 0x99, 0x82, 0x22, 0x53, 0xe6, 0x4d, 0x63, 0x6c, 0xbc, - 0x42, 0x0c, 0x8f, 0xde, 0x82, 0xd2, 0x58, 0x3b, 0x52, 0x83, 0x6b, 0x49, 0x16, 0xef, 0x14, 0xc7, - 0xda, 0x51, 0xc7, 0xbf, 0x7c, 0xfc, 0x10, 0x56, 0x5c, 0xfe, 0x20, 0x43, 0xf5, 0x0e, 0x1c, 0xec, - 0x1e, 0x58, 0x23, 0x5d, 0xb5, 0xfb, 0x1e, 0x8f, 0xb8, 0x97, 0x7d, 0x6c, 0xcf, 0x47, 0x76, 0xfa, - 0x9e, 0xfc, 0xab, 0x2c, 0xe4, 0x7d, 0x15, 0x4d, 0x0c, 0x9d, 0x36, 0xf1, 0x0e, 0x54, 0x5b, 0x73, - 0xdd, 0x97, 0x96, 0xa3, 0xf3, 0x85, 0x2a, 0x11, 0x60, 0x87, 0xc3, 0xd0, 0x55, 0x7a, 0xdb, 0xd8, - 0x77, 0x0c, 0x5b, 0x78, 0x40, 0x21, 0x82, 0xd0, 0x1a, 0xe4, 0x99, 0xed, 0xd5, 0x5c, 0x3f, 0xda, - 0xa7, 0xe5, 0x9a, 0x4b, 0xcc, 0x72, 0xe0, 0x19, 0xf8, 0x21, 0x5d, 0x96, 0x72, 0xa8, 0xf8, 0xf0, - 0x1a, 0x0f, 0xed, 0x56, 0x61, 0x9e, 0x8a, 0x85, 0xe6, 0xf2, 0xa0, 0x3e, 0x47, 0x8a, 0x35, 0x37, - 0x26, 0x2f, 0xb9, 0x98, 0xbc, 0x10, 0xaf, 0x87, 0xa2, 0x69, 0xd8, 0x3b, 0x4f, 0x6b, 0xe6, 0x09, - 0x80, 0x46, 0xf4, 0x2d, 0x58, 0x74, 0xf0, 0xd8, 0x3a, 0xc4, 0xaa, 0xed, 0x18, 0x87, 0x9a, 0x47, - 0x3c, 0x27, 0xba, 0x97, 0x22, 0x37, 0xb5, 0xfe, 0x84, 0x6c, 0x2a, 0x94, 0xb6, 0xc3, 0x48, 0x6b, - 0xae, 0x52, 0x71, 0xa2, 0x00, 0xe2, 0xb4, 0xb0, 0x6d, 0x39, 0x18, 0x69, 0xb6, 0xaa, 0x6b, 0x63, - 0xdb, 0x30, 0x87, 0x74, 0x7b, 0xe5, 0x49, 0x84, 0x3f, 0xf1, 0xf0, 0x93, 0x91, 0x66, 0x6f, 0x33, - 0x38, 0x7a, 0x07, 0x16, 0x5c, 0x6c, 0xea, 0x2a, 0x7f, 0x6d, 0xe2, 0x1d, 0x73, 0x9f, 0xad, 0x4c, - 0xa0, 0x5b, 0x3e, 0x10, 0xdd, 0x02, 0x14, 0xba, 0x4f, 0xc1, 0x03, 0x2d, 0xe6, 0xc0, 0x2d, 0x06, - 0x5e, 0x94, 0x8f, 0x40, 0x12, 0xbb, 0xc3, 0x2a, 0xb1, 0xe3, 0x98, 0x43, 0x67, 0x80, 0xae, 0x42, - 0x49, 0x1b, 0x8d, 0xac, 0x97, 0x2a, 0x91, 0x05, 0xcd, 0xa5, 0x6e, 0x5c, 0x59, 0x01, 0x0a, 0x6b, - 0xbf, 0x34, 0x6b, 0x2e, 0xba, 0x06, 0x15, 0x07, 0xdb, 0x23, 0xad, 0x8f, 0x55, 0x7f, 0x92, 0x99, - 0x2b, 0x57, 0xe6, 0xe0, 0x4e, 0x30, 0xd7, 0x9a, 0x3e, 0x36, 0x4c, 0x95, 0x08, 0x0e, 0x75, 0xe4, - 0xf2, 0x4a, 0x81, 0x42, 0xb6, 0xad, 0x97, 0xa6, 0x7c, 0x07, 0x2a, 0xb1, 0x29, 0x12, 0xae, 0xad, - 0x79, 0x48, 0x4f, 0xc3, 0x61, 0xa5, 0xde, 0x69, 0xd6, 0xb6, 0xea, 0x52, 0x5a, 0xfe, 0xbd, 0x0c, - 0x94, 0x23, 0xba, 0xfe, 0xd7, 0x20, 0x75, 0x82, 0x28, 0x65, 0x23, 0xa2, 0x74, 0x0d, 0x2a, 0xa1, - 0x28, 0xa9, 0xf4, 0x9c, 0x67, 0x8e, 0x3d, 0x08, 0x0a, 0xe4, 0xa9, 0xa5, 0x8d, 0x71, 0x54, 0xa6, - 0x72, 0x31, 0x99, 0xea, 0x4e, 0x93, 0xa9, 0x79, 0x2a, 0x53, 0xd7, 0x67, 0xd8, 0xb7, 0xf3, 0x0a, - 0x56, 0xfe, 0xcc, 0x82, 0x55, 0x98, 0x22, 0x58, 0xe7, 0x59, 0xae, 0x7f, 0xc9, 0xc0, 0x42, 0xd4, - 0xda, 0xfd, 0xd6, 0xaf, 0x57, 0x6f, 0xf6, 0x7a, 0xdd, 0x98, 0x65, 0xe2, 0x7f, 0x33, 0x0b, 0x46, - 0x42, 0x13, 0xcf, 0xf2, 0xb4, 0x91, 0xca, 0x62, 0x06, 0xa6, 0x2d, 0x80, 0x82, 0x48, 0xb8, 0xe0, - 0x12, 0x3e, 0x9c, 0xc0, 0xb7, 0x0c, 0x45, 0xc6, 0x87, 0xd1, 0x70, 0xe0, 0x79, 0x16, 0xfe, 0x19, - 0x94, 0x44, 0xe7, 0x0a, 0x55, 0x61, 0x9e, 0x9d, 0xcb, 0xea, 0xfc, 0xdd, 0x95, 0x5f, 0xa4, 0xb6, - 0x89, 0x53, 0xa9, 0x9e, 0x37, 0x0a, 0x6c, 0x13, 0x87, 0xf5, 0xbc, 0x91, 0xfc, 0x93, 0x14, 0x2c, - 0x44, 0x7d, 0x2d, 0x62, 0xae, 0x62, 0xee, 0x99, 0xda, 0x1f, 0x19, 0xfe, 0xa5, 0x48, 0x5e, 0x59, - 0x8e, 0xfa, 0x62, 0x5b, 0x14, 0x87, 0x1e, 0xc2, 0x7a, 0xb2, 0xd6, 0xc4, 0xf5, 0xb0, 0x13, 0x3e, - 0x3e, 0x59, 0x8d, 0xd7, 0xa4, 0xf8, 0x86, 0x2e, 0xff, 0x9f, 0x79, 0xe6, 0xc3, 0xfe, 0xba, 0xc4, - 0x78, 0x13, 0xf2, 0x63, 0xec, 0xba, 0xda, 0x10, 0xbb, 0xdc, 0xf5, 0x14, 0xe2, 0xa2, 0x5d, 0x8e, - 0x51, 0x02, 0x9a, 0xa9, 0xc6, 0x71, 0xee, 0x54, 0xe3, 0x98, 0x3b, 0xc1, 0x38, 0xce, 0x9f, 0x68, - 0x1c, 0xf3, 0xb1, 0x8d, 0x71, 0x03, 0x72, 0xdf, 0x4c, 0xf0, 0x04, 0xbb, 0xc9, 0x83, 0x87, 0xcf, - 0x29, 0x5c, 0xe1, 0x78, 0xb4, 0x31, 0x6d, 0x0b, 0x31, 0xe9, 0x3c, 0xe3, 0xc6, 0x28, 0x9e, 0x79, - 0x63, 0x94, 0xa6, 0x6d, 0x8c, 0x3a, 0x94, 0x5d, 0xec, 0xba, 0x86, 0x65, 0xb2, 0x97, 0x0d, 0xd4, - 0xc4, 0x2d, 0xdc, 0xbd, 0x3a, 0x25, 0x9c, 0xdb, 0xec, 0x32, 0x42, 0xe6, 0xaa, 0x97, 0x5c, 0xa1, - 0x84, 0x3e, 0x81, 0x22, 0x33, 0x6f, 0x8c, 0x49, 0x25, 0x7e, 0x80, 0x18, 0x32, 0xa9, 0x11, 0x32, - 0xc6, 0x82, 0x59, 0x44, 0xc6, 0x60, 0x09, 0xe6, 0xac, 0x89, 0xa7, 0x7e, 0x43, 0x4f, 0x32, 0xca, - 0x4a, 0xd6, 0x9a, 0x78, 0x9f, 0xa3, 0x65, 0x98, 0x1b, 0x8c, 0x2c, 0xdb, 0xa5, 0x87, 0x17, 0x65, - 0x85, 0x15, 0xd0, 0x07, 0x00, 0x64, 0x6a, 0x3c, 0xac, 0xf6, 0x35, 0xbb, 0x8a, 0x4e, 0x38, 0xe4, - 0x2a, 0x30, 0xba, 0x2d, 0xcd, 0x26, 0x91, 0x02, 0x93, 0x2e, 0x52, 0x67, 0xe9, 0x84, 0x3a, 0x4c, - 0x08, 0x49, 0x95, 0x8b, 0x50, 0xa0, 0xb3, 0x4a, 0x77, 0xc4, 0x32, 0x3b, 0xf5, 0x61, 0x80, 0x86, - 0x2e, 0x9b, 0x50, 0x12, 0xa7, 0x83, 0x6c, 0xf9, 0xf0, 0xb4, 0x39, 0x0f, 0xd9, 0xc6, 0x76, 0xb3, - 0xce, 0x34, 0xc1, 0x56, 0xbb, 0xd5, 0xaa, 0x6f, 0xf5, 0xa4, 0x34, 0x3d, 0xd9, 0xde, 0xea, 0x35, - 0x9e, 0xd7, 0xa5, 0x0c, 0x2a, 0x41, 0xbe, 0xdd, 0xa9, 0xb7, 0xba, 0xf5, 0x56, 0x4f, 0xca, 0xa2, - 0x0a, 0x14, 0x49, 0x69, 0xab, 0xdd, 0x7a, 0xd2, 0x50, 0x76, 0xa5, 0x39, 0x02, 0xa8, 0x77, 0x7b, - 0xb5, 0xc7, 0xcd, 0x46, 0xf7, 0x69, 0x7d, 0x5b, 0xca, 0xc9, 0x1b, 0x00, 0xe1, 0xcc, 0xa1, 0x1c, - 0xa4, 0xf7, 0x3a, 0xac, 0xa1, 0x6d, 0xd2, 0x64, 0x8a, 0x3e, 0x6d, 0x7b, 0xf2, 0x42, 0x25, 0xed, - 0xc8, 0x3f, 0x84, 0xbc, 0xbf, 0x29, 0xd0, 0x2d, 0xc8, 0x3b, 0xb8, 0x8f, 0x8d, 0x43, 0xae, 0x6e, - 0x22, 0xd1, 0x06, 0xa7, 0x52, 0x02, 0x12, 0xf4, 0x0e, 0x64, 0x5d, 0xff, 0xf5, 0xed, 0x54, 0x52, - 0x8a, 0x96, 0xff, 0x22, 0x05, 0xf3, 0x1c, 0x82, 0x64, 0x28, 0x99, 0x96, 0x67, 0x0c, 0xfc, 0x87, - 0xc0, 0xec, 0x95, 0x57, 0x04, 0x46, 0x22, 0x96, 0x09, 0x7d, 0x92, 0xca, 0x5f, 0x78, 0xf1, 0x12, - 0x42, 0x90, 0xb5, 0x6c, 0x6c, 0xf2, 0x2b, 0x1f, 0xfa, 0x1f, 0xbd, 0x09, 0x85, 0xaf, 0x31, 0xb6, - 0xb5, 0x91, 0x71, 0x88, 0xf9, 0x15, 0x4f, 0x08, 0x20, 0xda, 0xd3, 0xc1, 0x03, 0xe2, 0x77, 0xd3, - 0x1d, 0x9d, 0x55, 0xfc, 0x22, 0xa9, 0xa7, 0x1b, 0x6e, 0x5f, 0x73, 0x74, 0xac, 0xd3, 0xbd, 0x9c, - 0x55, 0x42, 0x00, 0x11, 0x25, 0xaa, 0xc9, 0xe9, 0x4e, 0xce, 0x2a, 0xac, 0x20, 0xdf, 0x83, 0x1c, - 0xdb, 0x90, 0x04, 0x6f, 0x98, 0xf6, 0x84, 0x29, 0xcd, 0xb2, 0xc2, 0x0a, 0xa4, 0xdf, 0xd6, 0xc4, - 0x23, 0x60, 0xa6, 0x8b, 0x79, 0x49, 0xc6, 0x90, 0x63, 0x91, 0x28, 0xda, 0x84, 0x1c, 0x89, 0xb0, - 0x8d, 0x21, 0x9f, 0xdd, 0x95, 0x78, 0xac, 0xba, 0x45, 0xb1, 0x0a, 0xa7, 0x42, 0xef, 0xf9, 0xc7, - 0x26, 0xe9, 0x78, 0xdc, 0xc9, 0xc8, 0xc5, 0x83, 0x13, 0x32, 0xcd, 0x25, 0x91, 0x0b, 0x51, 0xb5, - 0x7d, 0xcb, 0x34, 0x71, 0xdf, 0x53, 0x1d, 0xec, 0x39, 0xc7, 0xfe, 0x64, 0x73, 0xa0, 0x42, 0x60, - 0x44, 0x6e, 0x69, 0xc4, 0x42, 0xaf, 0xa7, 0xd9, 0x7c, 0xe7, 0x09, 0x80, 0x70, 0x22, 0x2e, 0x71, - 0x30, 0x99, 0xf1, 0x2b, 0xb7, 0xc5, 0x00, 0x13, 0xdc, 0xbb, 0x6d, 0xc3, 0xe5, 0xb1, 0x61, 0x1a, - 0xe3, 0xc9, 0x58, 0xd5, 0xfc, 0x0f, 0x0f, 0x48, 0x3c, 0x16, 0xbf, 0x84, 0x7b, 0x93, 0x53, 0xd5, - 0x44, 0xa2, 0xe0, 0x42, 0xee, 0x1f, 0xd2, 0x50, 0x14, 0x86, 0xf7, 0x5b, 0x3a, 0x0c, 0x7a, 0x02, - 0x8d, 0x87, 0x96, 0x67, 0x68, 0x1e, 0xd6, 0xd5, 0xb0, 0x73, 0x4c, 0x10, 0x51, 0x88, 0x7b, 0xea, - 0x77, 0xf3, 0x2e, 0x91, 0x7b, 0x4a, 0x93, 0x3b, 0xf5, 0x80, 0x9d, 0x53, 0xa2, 0x7b, 0x90, 0x27, - 0x31, 0x02, 0xad, 0x35, 0x7f, 0x6a, 0xad, 0x80, 0x56, 0xfe, 0xd7, 0x14, 0x14, 0x82, 0x13, 0x0f, - 0x32, 0xc5, 0xdc, 0x9a, 0x46, 0xee, 0xfb, 0x4a, 0xcc, 0xa4, 0x72, 0xe3, 0x77, 0x09, 0x80, 0x11, - 0x09, 0x57, 0x7f, 0x4c, 0x4d, 0x76, 0x38, 0x8f, 0xb1, 0x37, 0x51, 0xc9, 0x26, 0xb2, 0x0e, 0xb1, - 0x73, 0xcc, 0xaf, 0xd3, 0x4b, 0x63, 0x6f, 0xb2, 0xed, 0xc3, 0x88, 0xd3, 0x42, 0x0c, 0x3f, 0x59, - 0x87, 0xb1, 0xa5, 0xfb, 0x97, 0xcd, 0x45, 0x0e, 0xdb, 0xb5, 0x74, 0x4c, 0x4c, 0x11, 0x57, 0xd8, - 0x51, 0x63, 0x5c, 0x66, 0x50, 0xbf, 0x37, 0x57, 0xa0, 0xc8, 0xc9, 0x68, 0x77, 0x98, 0x39, 0xe6, - 0xaa, 0x9e, 0xf6, 0x67, 0x15, 0xe6, 0xbd, 0xbe, 0xad, 0x8e, 0x5d, 0x97, 0x87, 0xa3, 0x39, 0xaf, - 0x6f, 0xef, 0xba, 0xae, 0xfc, 0x08, 0x8a, 0xc2, 0xa9, 0x0d, 0xda, 0x84, 0x25, 0xf1, 0x88, 0x27, - 0xea, 0x0e, 0x2d, 0x0a, 0x47, 0x3a, 0xcc, 0x17, 0x92, 0xff, 0x20, 0x03, 0x95, 0xd8, 0xb9, 0xcd, - 0xc9, 0x5e, 0x1a, 0x3f, 0xfd, 0x09, 0x45, 0xb3, 0xac, 0x14, 0x39, 0x8c, 0x2e, 0xfb, 0x15, 0x28, - 0x1e, 0xe0, 0x91, 0x8d, 0x1d, 0xd5, 0x32, 0x47, 0xfe, 0xb4, 0x01, 0x03, 0xb5, 0xcd, 0x11, 0x3d, - 0x08, 0xd7, 0xf1, 0x00, 0x3b, 0x8e, 0x36, 0x62, 0x4c, 0x98, 0x77, 0x5e, 0xf2, 0x81, 0x94, 0xcb, - 0x1d, 0x58, 0x16, 0x95, 0xa8, 0xea, 0xf7, 0x87, 0xdd, 0xb0, 0x2c, 0x89, 0xb8, 0x3a, 0xef, 0xdb, - 0x7b, 0xb0, 0x38, 0xb2, 0xcc, 0x21, 0x91, 0x7d, 0x3d, 0xa0, 0xcf, 0x31, 0x0f, 0x21, 0x40, 0xf8, - 0xc4, 0x1b, 0xb0, 0x48, 0xef, 0x23, 0x54, 0x3a, 0x23, 0xae, 0x1a, 0x48, 0x5c, 0x59, 0xa9, 0x50, - 0x04, 0x9d, 0x53, 0x7a, 0x29, 0x4d, 0x68, 0xa9, 0xbb, 0x13, 0x19, 0x39, 0x73, 0x7b, 0x68, 0x20, - 0xa1, 0x08, 0xa3, 0xbf, 0xce, 0x63, 0x0b, 0x4e, 0x1b, 0xc6, 0xf1, 0x0b, 0x02, 0x25, 0x71, 0x51, - 0x82, 0xab, 0x05, 0x81, 0x12, 0x28, 0x25, 0xbb, 0x5a, 0x10, 0x48, 0x11, 0x64, 0xa9, 0x74, 0xb1, - 0xd8, 0x9d, 0xfe, 0x97, 0x3f, 0x80, 0xd5, 0x5d, 0x3b, 0xb6, 0x6e, 0x5c, 0x4f, 0xce, 0x5c, 0x3d, - 0xf9, 0xcf, 0x53, 0xb0, 0x92, 0xa8, 0xc5, 0xb4, 0xd2, 0xec, 0x25, 0x5f, 0x17, 0x8c, 0x28, 0x7b, - 0x68, 0x15, 0x5a, 0xcc, 0xcb, 0x24, 0xb0, 0x0f, 0x3e, 0xd5, 0xe2, 0x4b, 0x1d, 0x42, 0xd0, 0x2d, - 0x58, 0x22, 0x6e, 0x98, 0x35, 0x50, 0x1d, 0x63, 0x5f, 0x0d, 0xd8, 0x64, 0xfd, 0x6f, 0xba, 0xf4, - 0xf6, 0x40, 0x31, 0xf6, 0x95, 0xd0, 0x00, 0x57, 0x04, 0x72, 0x6a, 0x8b, 0xd9, 0x7a, 0x97, 0x7c, - 0xd2, 0x2e, 0x11, 0xd9, 0x9f, 0xa6, 0x60, 0x31, 0x31, 0x0c, 0xf4, 0xbd, 0x98, 0x31, 0x7a, 0x4b, - 0xb0, 0xdf, 0xd3, 0x67, 0x2a, 0xb0, 0x4b, 0xf7, 0xa2, 0x76, 0xe9, 0xea, 0x09, 0x35, 0x23, 0x26, - 0xaa, 0x0b, 0x65, 0x7e, 0x66, 0xc9, 0xa7, 0xfe, 0xec, 0x47, 0x71, 0xc2, 0x7c, 0xa7, 0xa3, 0x8b, - 0xf4, 0x8b, 0x14, 0x94, 0x38, 0xd7, 0xae, 0x7f, 0x83, 0xf0, 0x6d, 0x99, 0x46, 0x16, 0x91, 0xc5, - 0x17, 0xe1, 0x22, 0xae, 0x43, 0x3e, 0x78, 0x64, 0xce, 0xb6, 0x62, 0x50, 0x8e, 0x2d, 0xf0, 0x1c, - 0x3f, 0x01, 0x0a, 0xbf, 0xc2, 0xfb, 0x79, 0x06, 0x2e, 0x72, 0xed, 0x33, 0x62, 0xaf, 0xe2, 0xd8, - 0x65, 0x90, 0x6f, 0xb3, 0x6f, 0x02, 0xd2, 0x46, 0x2f, 0xb5, 0x63, 0x97, 0xb8, 0xe2, 0xb6, 0xe6, - 0x60, 0x75, 0x1c, 0x48, 0x98, 0xc4, 0x30, 0x5b, 0x0c, 0xb1, 0x8b, 0x75, 0x74, 0x07, 0x2e, 0x18, - 0x43, 0xd3, 0x72, 0x48, 0x20, 0x40, 0x83, 0x55, 0xff, 0xfa, 0x9a, 0x3f, 0x36, 0x66, 0xc8, 0x9a, - 0x4b, 0xa2, 0x56, 0x76, 0x65, 0x4d, 0x42, 0x39, 0xff, 0x1a, 0x31, 0x68, 0x22, 0x74, 0x5c, 0x99, - 0x44, 0xae, 0xfa, 0x14, 0xbc, 0x29, 0x85, 0xfb, 0xb1, 0xe8, 0x01, 0xac, 0x05, 0x63, 0x51, 0x0d, - 0x53, 0xeb, 0x7b, 0x44, 0x93, 0x33, 0x8d, 0xc0, 0x85, 0x74, 0x35, 0x20, 0x68, 0x70, 0x3c, 0x53, - 0x0c, 0x44, 0xcd, 0xb1, 0xc9, 0x55, 0x35, 0x63, 0x68, 0xfb, 0x37, 0xbf, 0xfc, 0x33, 0x45, 0x63, - 0x68, 0xa3, 0x07, 0xb0, 0xce, 0x07, 0x63, 0xe2, 0x23, 0x4f, 0xa5, 0xd7, 0x91, 0x43, 0x5b, 0x1d, - 0x63, 0xcf, 0x31, 0xfa, 0x5c, 0x2f, 0xad, 0x30, 0x8a, 0x16, 0x3e, 0xf2, 0x9e, 0x5a, 0x76, 0x63, - 0x68, 0xef, 0x52, 0x2c, 0x7a, 0x04, 0x17, 0x75, 0xf6, 0x88, 0x47, 0xdd, 0xc7, 0xae, 0xc7, 0xe6, - 0xc2, 0xf5, 0xa7, 0x98, 0xea, 0xa9, 0xbc, 0x52, 0xe5, 0x24, 0x8f, 0x31, 0xfb, 0x92, 0x23, 0x58, - 0x02, 0xf9, 0x7f, 0x65, 0x60, 0x7d, 0xea, 0xaa, 0x30, 0x81, 0xfa, 0xdd, 0xa2, 0xfc, 0x46, 0x16, - 0x25, 0x05, 0x17, 0xa6, 0x2e, 0x0a, 0x7a, 0x14, 0xd3, 0x5c, 0xef, 0x24, 0xee, 0x63, 0xa6, 0xed, - 0xad, 0x40, 0x7b, 0x3d, 0x88, 0x6a, 0xaf, 0xb7, 0x4f, 0xa9, 0x1d, 0xd1, 0x60, 0x77, 0x61, 0x65, - 0xcf, 0xc5, 0xf4, 0x78, 0xc6, 0x1e, 0xd1, 0x2f, 0xbc, 0xdc, 0x53, 0xad, 0xc8, 0x1d, 0xb8, 0x10, - 0xaf, 0x73, 0x8a, 0x0d, 0x91, 0xbf, 0x02, 0xa8, 0xef, 0x0f, 0x6d, 0xce, 0x7a, 0x03, 0x16, 0xd9, - 0xc1, 0xf2, 0x98, 0xf3, 0x20, 0x71, 0x3f, 0xab, 0x51, 0xa1, 0x08, 0x9f, 0x77, 0xcd, 0xa5, 0x6e, - 0x98, 0x76, 0x44, 0x9d, 0x57, 0xff, 0xc6, 0x9b, 0x3a, 0x0b, 0x1c, 0x48, 0x5b, 0x97, 0xff, 0x13, - 0x14, 0x08, 0x7b, 0xd6, 0x8b, 0xd7, 0xce, 0x5d, 0x85, 0x2c, 0xe1, 0x8e, 0x6e, 0xc6, 0x96, 0x69, - 0x39, 0x7a, 0x81, 0x18, 0x5b, 0x95, 0x77, 0xa3, 0xab, 0xb2, 0x14, 0x25, 0x8e, 0x2c, 0xc2, 0x1d, - 0x80, 0x46, 0x38, 0x3b, 0x89, 0x3e, 0xa5, 0xa6, 0xf4, 0xe9, 0x36, 0x14, 0x1a, 0xc1, 0x88, 0xcf, - 0x54, 0x43, 0x85, 0x6c, 0xe3, 0x94, 0x51, 0x34, 0x5e, 0x65, 0x14, 0x8d, 0xf8, 0x28, 0x7e, 0x99, - 0x02, 0x29, 0x2e, 0x17, 0xe8, 0xa3, 0x58, 0x6b, 0x82, 0x69, 0x9d, 0x2e, 0x77, 0x41, 0xcb, 0xdf, - 0x8d, 0xb6, 0x7c, 0x65, 0x76, 0xc5, 0xc8, 0x75, 0xbb, 0x0c, 0x59, 0xbc, 0x3f, 0xb4, 0x93, 0x5f, - 0x3e, 0x92, 0x59, 0x57, 0x28, 0x8e, 0xd0, 0x18, 0x84, 0x26, 0xf1, 0x2d, 0x61, 0x83, 0xd2, 0x10, - 0x9c, 0xfc, 0x98, 0xdb, 0xb5, 0x9e, 0xe6, 0x0c, 0xb1, 0xb7, 0x8b, 0xc7, 0xfb, 0xd8, 0x71, 0x0f, - 0x0c, 0x61, 0x91, 0xa2, 0x3e, 0x6c, 0x2a, 0xe9, 0xc3, 0xca, 0x35, 0xae, 0x85, 0xe3, 0x3c, 0x82, - 0x55, 0x3b, 0x9d, 0x45, 0xa0, 0x34, 0xe2, 0x3c, 0x4e, 0x55, 0x1a, 0xd3, 0x3b, 0x7e, 0x56, 0xa5, - 0x31, 0xb5, 0xcb, 0xfe, 0x4a, 0x7f, 0x05, 0x97, 0x9b, 0x96, 0x39, 0x6c, 0x12, 0xef, 0xe1, 0x15, - 0x5d, 0xd0, 0x33, 0x04, 0x10, 0xf2, 0xdf, 0xa7, 0xe0, 0xd2, 0x2c, 0xfe, 0xff, 0x9e, 0xce, 0xea, - 0x54, 0x37, 0x3f, 0x3b, 0xdd, 0xcd, 0x7f, 0x08, 0xeb, 0x09, 0x5a, 0x47, 0xc5, 0x47, 0xb6, 0xe1, - 0x04, 0x41, 0xca, 0x6a, 0xac, 0x92, 0x53, 0x67, 0x68, 0xf9, 0x7f, 0xa7, 0xa0, 0x3a, 0x6b, 0x80, - 0xe8, 0xd3, 0xd8, 0xba, 0x0a, 0x97, 0x09, 0x27, 0x4f, 0x7a, 0xb0, 0xb4, 0x8f, 0xa2, 0x4b, 0x7b, - 0xfd, 0x74, 0x06, 0x91, 0xd5, 0xfd, 0x93, 0x39, 0x98, 0xe7, 0xfe, 0x27, 0x7a, 0x06, 0x4b, 0x63, - 0x5b, 0x4d, 0x5c, 0xfc, 0xb3, 0x9e, 0x5d, 0x3c, 0xc1, 0x4d, 0x56, 0x16, 0xc7, 0x09, 0x07, 0xfd, - 0xfd, 0x60, 0x64, 0x89, 0x67, 0x1b, 0x11, 0x2f, 0x3a, 0x18, 0xc8, 0x4d, 0x7f, 0x20, 0x89, 0x07, - 0x1b, 0xa2, 0x7f, 0xec, 0xef, 0xfc, 0xf8, 0x6b, 0x92, 0xec, 0x99, 0x5f, 0x93, 0x7c, 0x01, 0xab, - 0x7e, 0xc8, 0xcc, 0x4d, 0x25, 0x7f, 0x03, 0xe5, 0xf2, 0x37, 0x1b, 0x57, 0x4e, 0x31, 0xa9, 0xca, - 0x05, 0x67, 0xaa, 0x61, 0x7f, 0x0a, 0x68, 0xe2, 0xe2, 0xd0, 0x10, 0x31, 0xed, 0x9c, 0x8b, 0xdf, - 0xf7, 0xc7, 0x15, 0x9a, 0x22, 0x4d, 0xe2, 0x7a, 0xf4, 0x01, 0x94, 0xd9, 0xdd, 0x8c, 0x3a, 0x32, - 0xc6, 0x86, 0xe7, 0xf2, 0xc3, 0x11, 0x61, 0x74, 0xc2, 0x8b, 0x00, 0xa5, 0x64, 0x87, 0x05, 0x37, - 0x1c, 0x9e, 0x47, 0x37, 0xb5, 0x3a, 0x0e, 0x76, 0x35, 0x7f, 0xff, 0x71, 0xe5, 0x94, 0xcd, 0xcf, - 0x87, 0x97, 0x50, 0x41, 0x1a, 0x5c, 0x24, 0x71, 0xb5, 0xca, 0x22, 0xee, 0x19, 0xcf, 0x43, 0xe4, - 0xd3, 0xc5, 0x4f, 0xa9, 0x8e, 0x66, 0xed, 0x86, 0xf7, 0xa1, 0xa0, 0xe9, 0xba, 0x70, 0x71, 0x15, - 0xb9, 0xfd, 0xe0, 0x5f, 0x1d, 0xbb, 0x4a, 0x5e, 0xe3, 0xff, 0xe4, 0x7a, 0xf0, 0x49, 0xbd, 0xe0, - 0xc8, 0x70, 0x15, 0xe0, 0x2b, 0x0b, 0x5e, 0x44, 0x6b, 0x90, 0xa7, 0xb7, 0x04, 0x63, 0xed, 0x88, - 0xeb, 0xa1, 0x79, 0x52, 0xde, 0xd5, 0x8e, 0xe4, 0x6d, 0xfa, 0x5e, 0x3e, 0xea, 0xdb, 0xbc, 0x3a, - 0x97, 0xaf, 0x21, 0xef, 0x73, 0x41, 0xb7, 0x63, 0xfb, 0xba, 0x9a, 0x1c, 0x46, 0x4c, 0xfc, 0x6f, - 0x45, 0xf7, 0xf1, 0x6a, 0xb2, 0x42, 0x64, 0xdf, 0x4e, 0x20, 0xc7, 0x9f, 0xf8, 0x5d, 0x84, 0x82, - 0x61, 0xab, 0x91, 0x57, 0x32, 0x79, 0xc3, 0x7f, 0xff, 0x77, 0x0d, 0x2a, 0x63, 0xcd, 0xfd, 0x9a, - 0x3b, 0xf1, 0xea, 0x98, 0x27, 0x52, 0x28, 0x2b, 0x65, 0x02, 0x66, 0x0e, 0xfc, 0xae, 0x61, 0x26, - 0xe8, 0xb4, 0x23, 0x1e, 0x38, 0x8a, 0x74, 0xda, 0x91, 0xfc, 0xb3, 0x14, 0x40, 0xf8, 0xd5, 0xdd, - 0xb7, 0xfc, 0xf2, 0x8f, 0xc0, 0x46, 0x86, 0xeb, 0xd1, 0x37, 0xd1, 0x05, 0x85, 0xfe, 0xa7, 0x1f, - 0x61, 0x46, 0x3f, 0xa4, 0x97, 0xe2, 0x62, 0x1f, 0x7e, 0x3d, 0x2f, 0xef, 0x40, 0x7e, 0x57, 0xf3, - 0xfa, 0x07, 0xa4, 0x33, 0xd7, 0x23, 0x9d, 0x11, 0x9c, 0x17, 0x4a, 0x71, 0xca, 0x47, 0x88, 0xcf, - 0xa1, 0x14, 0x09, 0x6a, 0x36, 0x23, 0xcc, 0x84, 0xed, 0x2b, 0x52, 0x09, 0x3c, 0x57, 0x20, 0x27, - 0x04, 0x4a, 0x65, 0x85, 0x97, 0xe4, 0xbf, 0x9a, 0x03, 0xd8, 0xb2, 0x4c, 0xdd, 0x60, 0x3a, 0xe2, - 0x0e, 0x00, 0xdf, 0xd9, 0xe1, 0x07, 0x8d, 0x28, 0xd6, 0xd3, 0x2e, 0xf6, 0x94, 0x02, 0xa3, 0x22, - 0xc3, 0xfa, 0x2e, 0x94, 0x82, 0x1b, 0x3e, 0x52, 0x29, 0x3d, 0xb3, 0x52, 0xf0, 0x80, 0x96, 0x54, - 0xfb, 0x3e, 0x2c, 0xc4, 0x22, 0xb8, 0xa4, 0x5e, 0x15, 0x86, 0xa2, 0x94, 0x34, 0x71, 0xf8, 0x77, - 0xa1, 0xe8, 0xd7, 0x26, 0x6d, 0x66, 0x67, 0x77, 0x94, 0x55, 0x23, 0x2d, 0xde, 0x0f, 0xf2, 0xa4, - 0x78, 0xc7, 0xb4, 0xd6, 0xdc, 0xcc, 0x5a, 0xa5, 0x80, 0x90, 0x54, 0xfc, 0x18, 0x16, 0x49, 0x78, - 0x16, 0xad, 0x9c, 0x9b, 0x59, 0xb9, 0x82, 0x8f, 0xbc, 0x2d, 0xb1, 0xfe, 0x15, 0x28, 0x3a, 0xf6, - 0xd7, 0x06, 0x51, 0x45, 0x93, 0x11, 0x7b, 0x1c, 0x37, 0xa7, 0x80, 0xc3, 0x3e, 0x0b, 0x9b, 0x8c, - 0x3c, 0xf4, 0x08, 0x20, 0xfc, 0xd4, 0x88, 0x3f, 0xdd, 0x11, 0x6e, 0xec, 0xc2, 0xf5, 0xe1, 0x1a, - 0x91, 0x2c, 0x6b, 0x21, 0xf8, 0x12, 0x09, 0x3d, 0x86, 0xa5, 0x11, 0xd1, 0x86, 0xb1, 0x1e, 0x16, - 0x66, 0xf6, 0x70, 0x91, 0x92, 0x47, 0xfa, 0x78, 0x1d, 0xa4, 0x30, 0x06, 0x35, 0x55, 0x2a, 0xf6, - 0x40, 0xc5, 0xbe, 0x6c, 0xf2, 0xd0, 0xd3, 0x6c, 0x12, 0xf9, 0xbf, 0x0d, 0x45, 0xff, 0xd1, 0x9c, - 0x6a, 0x98, 0xd5, 0x62, 0x7c, 0x0b, 0xf0, 0x43, 0xa0, 0x02, 0x7f, 0x35, 0xd7, 0x30, 0xe5, 0x03, - 0x28, 0x04, 0xdd, 0x46, 0x4b, 0x50, 0xe1, 0x5f, 0x55, 0x7c, 0xd9, 0x09, 0x1e, 0xf4, 0xaf, 0xc2, - 0x92, 0x00, 0x6c, 0xb4, 0x7a, 0x75, 0xa5, 0x55, 0x6b, 0x4a, 0xa9, 0x18, 0xa2, 0xfe, 0x82, 0x23, - 0xd2, 0x68, 0x19, 0x24, 0x01, 0xc1, 0x3f, 0xb8, 0x91, 0x07, 0x50, 0x09, 0x06, 0x55, 0x63, 0xd9, - 0x7e, 0xee, 0x44, 0xf6, 0xc9, 0x25, 0x71, 0x52, 0x23, 0x84, 0xc2, 0x56, 0xb9, 0x0a, 0x45, 0x7f, - 0x22, 0x8d, 0xe0, 0xc3, 0x2f, 0x11, 0x24, 0xb7, 0xa0, 0xb0, 0x8b, 0x75, 0xde, 0xc2, 0x7b, 0x91, - 0x16, 0x56, 0xc5, 0x7b, 0x3a, 0x3d, 0xc1, 0x7b, 0x19, 0xe6, 0x0e, 0xb5, 0xd1, 0x84, 0xed, 0xed, - 0x8c, 0xc2, 0x0a, 0xb2, 0x0a, 0x95, 0x9a, 0xdb, 0x71, 0xb0, 0x8d, 0x4d, 0x9f, 0xab, 0x04, 0x19, - 0xcd, 0x35, 0xb9, 0x17, 0x4e, 0xfe, 0x92, 0x1d, 0x4c, 0x28, 0xb4, 0xe0, 0x02, 0x8c, 0x95, 0x90, - 0x0c, 0x65, 0x62, 0xd6, 0x47, 0x78, 0xe0, 0xa9, 0x63, 0xcb, 0xf5, 0xbf, 0xb4, 0x2b, 0x4e, 0x5c, - 0xdc, 0xc4, 0x03, 0x6f, 0xd7, 0x72, 0x3d, 0xf9, 0x11, 0x94, 0xf9, 0x5b, 0x73, 0xce, 0xfe, 0xc4, - 0xaf, 0x8f, 0x5c, 0x3c, 0x1a, 0x70, 0x7f, 0x95, 0xfe, 0x97, 0xaf, 0x43, 0xa5, 0x49, 0xaf, 0x22, - 0x1c, 0x3c, 0xe0, 0x0c, 0x82, 0x81, 0xf0, 0x4b, 0x3a, 0x36, 0x90, 0xbf, 0xce, 0xc0, 0x3c, 0x23, - 0x70, 0xc3, 0xd7, 0x9d, 0x5a, 0x3f, 0xb8, 0x8c, 0x5c, 0x48, 0xbc, 0xee, 0x64, 0xd4, 0xfc, 0x75, - 0x27, 0xe7, 0x7d, 0x1f, 0x0a, 0xe1, 0x55, 0x79, 0x3a, 0xfe, 0xac, 0x33, 0xb6, 0x70, 0x4a, 0x48, - 0x8b, 0xde, 0x81, 0xcc, 0x98, 0x3b, 0xd3, 0x91, 0xe8, 0x30, 0x58, 0x09, 0x85, 0xe0, 0xd1, 0x47, - 0x00, 0x44, 0x79, 0xb0, 0xf9, 0xe6, 0xba, 0x63, 0x2d, 0xa2, 0x76, 0xc4, 0xa5, 0xa0, 0x2a, 0x84, - 0x01, 0xd0, 0xc7, 0x50, 0x8e, 0x68, 0x02, 0xae, 0x42, 0x4e, 0xe8, 0x5d, 0x49, 0x54, 0x06, 0xe8, - 0x0e, 0xcc, 0xf3, 0x8f, 0x01, 0xb8, 0xfe, 0x10, 0xc4, 0x25, 0xb2, 0x40, 0x8a, 0x4f, 0x47, 0x3a, - 0xcb, 0x2f, 0x86, 0x1c, 0x3c, 0xe0, 0x8e, 0xd6, 0x9a, 0xe8, 0xc5, 0x44, 0xd6, 0xc5, 0xbf, 0x33, - 0x72, 0xf0, 0x00, 0x3d, 0x86, 0x4a, 0x4c, 0x2d, 0x70, 0x0f, 0xeb, 0x84, 0xee, 0x2e, 0x44, 0x35, - 0x83, 0xfc, 0xe3, 0x14, 0x14, 0x82, 0x4f, 0xb4, 0xa7, 0x7e, 0xaf, 0xfc, 0x21, 0x40, 0x3f, 0xd0, - 0x4f, 0x7c, 0xb5, 0x96, 0xa7, 0xe9, 0x2e, 0x45, 0xa0, 0x43, 0xef, 0xc1, 0x3c, 0x13, 0x0b, 0x97, - 0xaf, 0x96, 0xf8, 0xf0, 0x96, 0x21, 0x14, 0x9f, 0x42, 0xfe, 0x1c, 0x72, 0xdc, 0x37, 0x9e, 0xd6, - 0x81, 0x0f, 0x00, 0x22, 0x89, 0x20, 0x32, 0xb3, 0x3e, 0x30, 0x17, 0xc8, 0xe8, 0xf1, 0x40, 0xfc, - 0x61, 0xeb, 0x6b, 0xfd, 0x1c, 0x3b, 0x92, 0xac, 0x21, 0x7b, 0x86, 0x64, 0x0d, 0x0b, 0x3a, 0x1e, - 0x68, 0x93, 0x91, 0xe7, 0x6f, 0x97, 0xb9, 0x93, 0xb6, 0x4b, 0x99, 0x13, 0xb3, 0xa2, 0x7c, 0x08, - 0x65, 0x82, 0x0d, 0xbf, 0x50, 0xfc, 0xf5, 0xa4, 0x98, 0x90, 0xff, 0x47, 0x0a, 0x32, 0x8a, 0xa5, - 0xa1, 0x05, 0x48, 0x6b, 0xfe, 0x39, 0x4f, 0x5a, 0xa3, 0x49, 0xf8, 0x98, 0x7f, 0x30, 0xc2, 0xbe, - 0x3f, 0x17, 0x02, 0x88, 0x22, 0x1b, 0x6b, 0x14, 0xc5, 0x5c, 0x38, 0x5e, 0x12, 0xde, 0x52, 0x67, - 0x23, 0x6f, 0xa9, 0xfd, 0xcf, 0x30, 0x12, 0xe6, 0x5a, 0xe9, 0x3c, 0x6b, 0x84, 0x2f, 0xeb, 0xe5, - 0x3f, 0x4c, 0x41, 0xe6, 0xb9, 0x33, 0x98, 0xba, 0x8c, 0x6f, 0x43, 0xda, 0xd1, 0x05, 0xe9, 0x4c, - 0x3e, 0x36, 0x49, 0x3b, 0x3a, 0xba, 0x03, 0x05, 0xfe, 0x18, 0xda, 0xf1, 0xf8, 0x87, 0x70, 0x33, - 0x5e, 0xa6, 0x30, 0x32, 0x85, 0xe6, 0x59, 0xe0, 0x0f, 0xb0, 0x1d, 0x8f, 0xaf, 0xf3, 0x8c, 0x2a, - 0x8c, 0x4c, 0xf1, 0xc8, 0x6c, 0x19, 0xfe, 0xed, 0x45, 0xda, 0xd0, 0xe5, 0x9f, 0xa6, 0x60, 0x79, - 0x9b, 0xad, 0x27, 0x5d, 0xe3, 0x6d, 0xc3, 0xf5, 0x34, 0xb3, 0x8f, 0xd1, 0x3d, 0x08, 0x8e, 0xa5, - 0xd9, 0x89, 0xb3, 0xaa, 0x73, 0x14, 0x9f, 0xeb, 0x0b, 0x3e, 0x3a, 0x51, 0x8f, 0x5e, 0xa6, 0x4f, - 0xa9, 0xc7, 0x16, 0xe3, 0x82, 0x8f, 0x8e, 0xd4, 0x93, 0xff, 0x2c, 0x0b, 0x39, 0x96, 0xb3, 0x31, - 0xb1, 0xa2, 0x91, 0x07, 0x38, 0xe9, 0xe8, 0x03, 0x1c, 0xe2, 0xdf, 0x10, 0x7f, 0x01, 0x9b, 0xec, - 0xb6, 0x38, 0xc3, 0xfc, 0x1b, 0x06, 0xa2, 0xb7, 0xc5, 0xef, 0x82, 0xc4, 0x09, 0xb8, 0x95, 0xe1, - 0x7b, 0xa2, 0xa0, 0x54, 0x18, 0xbc, 0xe6, 0x83, 0xe9, 0x27, 0x5c, 0xc4, 0x83, 0x20, 0x02, 0x38, - 0x77, 0x35, 0x73, 0xa3, 0xac, 0x04, 0x65, 0x74, 0x73, 0x66, 0x00, 0x9b, 0x9f, 0x12, 0xa4, 0x7e, - 0x35, 0x3b, 0x8e, 0x9e, 0x7f, 0x95, 0x83, 0xed, 0x19, 0xd1, 0x74, 0x0f, 0x56, 0xfc, 0x1d, 0x1b, - 0x9b, 0x63, 0xa6, 0x64, 0x2f, 0x47, 0x36, 0x5b, 0x62, 0x71, 0x95, 0x65, 0x7d, 0xda, 0x92, 0x3f, - 0xa2, 0xcf, 0x31, 0x06, 0x58, 0xc7, 0x0e, 0x7b, 0xc2, 0x53, 0x88, 0x9b, 0x89, 0x2d, 0x11, 0xad, - 0x44, 0xa9, 0xa7, 0x7e, 0x17, 0x01, 0xaf, 0xfc, 0x5d, 0x44, 0xfc, 0xec, 0xa2, 0x78, 0xd6, 0xb3, - 0x0b, 0xd9, 0x82, 0x72, 0xa4, 0x7f, 0x27, 0x9c, 0x8d, 0x45, 0x3f, 0x76, 0x4b, 0x27, 0x3e, 0x76, - 0x7b, 0x1b, 0x16, 0xd8, 0xd1, 0x80, 0xaa, 0xb9, 0x6a, 0x10, 0x85, 0x95, 0x95, 0x12, 0x83, 0xd6, - 0x5c, 0xe2, 0x8d, 0xca, 0x75, 0xc8, 0xfb, 0x5a, 0xe0, 0x04, 0x9f, 0x26, 0xf6, 0x9c, 0x21, 0x1d, - 0x7f, 0xce, 0x20, 0xff, 0x4d, 0x16, 0x0a, 0x84, 0x0f, 0x8b, 0xae, 0xc3, 0xa7, 0x22, 0xa9, 0x73, - 0x3d, 0x15, 0x49, 0x9f, 0xfd, 0xa9, 0x08, 0xd9, 0x68, 0x13, 0x9b, 0xbb, 0x6c, 0xe9, 0x89, 0xcd, - 0xba, 0xda, 0xb7, 0x1c, 0x5d, 0x35, 0xec, 0xc3, 0x0f, 0xf9, 0x81, 0x1f, 0x30, 0x50, 0xc3, 0x3e, - 0xfc, 0x30, 0x4a, 0x70, 0xcf, 0xbf, 0x04, 0x0d, 0x08, 0xee, 0xd1, 0x74, 0x57, 0x2c, 0x84, 0xa3, - 0x1c, 0xf8, 0xdb, 0x0d, 0x06, 0xf2, 0x39, 0x84, 0x04, 0xf7, 0xf8, 0x33, 0x83, 0x90, 0xe0, 0x1e, - 0x51, 0xc4, 0x2e, 0x76, 0x0c, 0x6d, 0xc4, 0x9f, 0x15, 0xf0, 0x12, 0xfa, 0x0e, 0x94, 0xfd, 0xe3, - 0x4b, 0xc6, 0xbb, 0x40, 0x9d, 0xd8, 0x92, 0x0f, 0xa4, 0xdc, 0x63, 0x44, 0xf7, 0xa8, 0xfc, 0x45, - 0x89, 0xee, 0x11, 0x22, 0xc6, 0x53, 0xa5, 0x4f, 0x27, 0x98, 0x88, 0x65, 0x94, 0x12, 0x03, 0xb6, - 0x28, 0x8c, 0xf4, 0xb3, 0xaf, 0xf5, 0x0f, 0x30, 0x4b, 0x8e, 0x48, 0xdf, 0x4c, 0x66, 0x14, 0xa0, - 0x20, 0x9a, 0x93, 0x02, 0xbd, 0x03, 0x0b, 0x01, 0x01, 0xcd, 0xfe, 0x40, 0x5f, 0x4c, 0x66, 0x94, - 0xb2, 0x4f, 0xc3, 0x52, 0x42, 0x5c, 0x86, 0x22, 0xbf, 0xc7, 0xd7, 0x35, 0x4f, 0xa3, 0xdf, 0x04, - 0x64, 0x94, 0x02, 0xbd, 0xc3, 0xdf, 0xd6, 0x3c, 0x8d, 0xb8, 0xb2, 0xd8, 0x71, 0x2c, 0x87, 0x3e, - 0x95, 0xcc, 0x28, 0xac, 0x80, 0xde, 0x02, 0xde, 0x1b, 0xf5, 0x9b, 0x09, 0x76, 0x8e, 0xe9, 0x63, - 0xc8, 0x8c, 0x52, 0x64, 0xb0, 0xcf, 0x09, 0x88, 0x2d, 0x85, 0x8b, 0x3d, 0x4e, 0xb1, 0xc8, 0x3a, - 0x48, 0x41, 0x94, 0x40, 0xfe, 0x12, 0xb2, 0x8a, 0xfd, 0xb5, 0x11, 0x58, 0xb0, 0xd4, 0xc9, 0x16, - 0xec, 0x84, 0xfb, 0x8d, 0x40, 0x38, 0xf9, 0xf9, 0xca, 0xc6, 0x16, 0xe4, 0xfd, 0xf4, 0x69, 0x08, - 0x20, 0xb7, 0xd3, 0x6c, 0x3f, 0xae, 0x35, 0xa5, 0x37, 0xc2, 0xf4, 0x03, 0xf4, 0x1d, 0x62, 0x6d, - 0xfb, 0x33, 0xb5, 0xd1, 0x92, 0xd2, 0xf4, 0xeb, 0xfd, 0xed, 0xcf, 0xd4, 0xf6, 0x5e, 0x8f, 0xe5, - 0x25, 0x78, 0xae, 0x3c, 0x91, 0xb2, 0x1b, 0xcd, 0xc8, 0x27, 0x99, 0x4c, 0xb3, 0x21, 0x09, 0x4a, - 0xcd, 0x76, 0xfb, 0xd9, 0x5e, 0x47, 0xad, 0xbf, 0xa8, 0x6d, 0xf5, 0xa4, 0x37, 0xd0, 0x22, 0x94, - 0x39, 0xa4, 0xd9, 0x6e, 0xed, 0xd4, 0x15, 0xf6, 0xc9, 0x3e, 0x07, 0x75, 0x9f, 0xb6, 0x95, 0x5e, - 0x5d, 0x91, 0xd2, 0x1b, 0x3f, 0x4e, 0x41, 0x51, 0x38, 0x57, 0x11, 0x52, 0xfc, 0xbd, 0x81, 0x4a, - 0x90, 0x6f, 0xd5, 0x1b, 0x3b, 0x4f, 0x1f, 0xb7, 0x49, 0xed, 0x79, 0xc8, 0xf4, 0x6a, 0x3b, 0xbc, - 0x5b, 0x5d, 0xb5, 0x53, 0xeb, 0x3d, 0x95, 0x32, 0xa8, 0x0c, 0x85, 0xad, 0xf6, 0xee, 0xee, 0x5e, - 0xab, 0xd1, 0xfb, 0x52, 0xca, 0x92, 0x56, 0xeb, 0x2f, 0x7a, 0x6a, 0x08, 0x9a, 0x23, 0xc1, 0x63, - 0xb3, 0xa6, 0xec, 0xd4, 0x05, 0x60, 0x8e, 0xb1, 0x7e, 0xd1, 0x53, 0x9f, 0xb6, 0x3b, 0xd2, 0xfc, - 0xc6, 0xbb, 0x50, 0x08, 0x8e, 0x53, 0xe8, 0x2b, 0xf0, 0xd6, 0x97, 0xe2, 0x73, 0x70, 0x80, 0x5c, - 0xa3, 0xf5, 0xbc, 0xae, 0xf4, 0xa4, 0xf4, 0xc6, 0x06, 0x48, 0xf1, 0xc3, 0x12, 0x94, 0x83, 0x74, - 0xfd, 0x73, 0xe9, 0x0d, 0xf2, 0xbb, 0x53, 0x97, 0x52, 0xe4, 0xb7, 0x59, 0x97, 0xd2, 0x1b, 0xef, - 0xf3, 0x67, 0x4d, 0x3c, 0x42, 0x89, 0xe4, 0x31, 0xac, 0x6d, 0x6d, 0xd5, 0x3b, 0x3d, 0xc6, 0x5c, - 0xa9, 0x7f, 0x46, 0x1f, 0x98, 0x6e, 0xec, 0xc1, 0xd2, 0x94, 0x08, 0x93, 0x0c, 0x2a, 0xe8, 0xbb, - 0x5a, 0xdb, 0xde, 0x96, 0xde, 0x20, 0xa1, 0x6c, 0x08, 0x52, 0xea, 0xbb, 0xed, 0xe7, 0xa4, 0xe1, - 0x0b, 0xb0, 0x28, 0x42, 0xf9, 0x0b, 0xf6, 0x8d, 0x5b, 0x50, 0x8e, 0x84, 0x95, 0x64, 0x06, 0x77, - 0xeb, 0xdb, 0xea, 0x6e, 0x9b, 0xb0, 0xaa, 0x40, 0x91, 0x14, 0x7c, 0xf2, 0xd4, 0xc6, 0x3d, 0xa8, - 0xc4, 0x5c, 0xd4, 0xe8, 0xeb, 0x58, 0x32, 0x1d, 0xbb, 0x9d, 0xb6, 0xc2, 0x7b, 0x5f, 0x7f, 0x41, - 0xff, 0xa7, 0xef, 0xfe, 0xed, 0x9b, 0x90, 0xdf, 0x21, 0xb2, 0x57, 0xb3, 0x0d, 0xf4, 0x08, 0xf2, - 0x7e, 0x4e, 0x69, 0xb4, 0x16, 0x71, 0xac, 0xc5, 0x3c, 0xd3, 0xeb, 0x2b, 0x09, 0x7d, 0x57, 0x1f, - 0xdb, 0xde, 0x31, 0x7a, 0x08, 0xf3, 0x3c, 0xab, 0x34, 0xaa, 0x8a, 0xb5, 0xc5, 0x44, 0xd3, 0x27, - 0x54, 0xce, 0xb1, 0x7c, 0xd3, 0x48, 0x30, 0x81, 0x91, 0x94, 0xd4, 0xeb, 0xd5, 0x24, 0x82, 0x6f, - 0xfc, 0x87, 0x30, 0xcf, 0xb3, 0xcd, 0xa2, 0xd8, 0xf9, 0x66, 0x98, 0x01, 0x77, 0x66, 0xcb, 0x35, - 0x80, 0x30, 0xbf, 0x2c, 0xba, 0x28, 0x5a, 0xf3, 0x58, 0x36, 0xea, 0x99, 0x2c, 0xb6, 0x20, 0xef, - 0x27, 0x85, 0x16, 0x27, 0x2e, 0x96, 0x81, 0x7a, 0x7d, 0x7d, 0x1a, 0x8a, 0x0d, 0xe1, 0x76, 0x0a, - 0xed, 0x00, 0x84, 0x29, 0x64, 0xc5, 0x7e, 0x24, 0xf2, 0x46, 0xaf, 0xbf, 0x39, 0x1d, 0xc9, 0x67, - 0xe3, 0x13, 0x28, 0x04, 0xf9, 0x93, 0xd1, 0xfa, 0xec, 0xa4, 0xca, 0x33, 0x87, 0x53, 0x87, 0x92, - 0x98, 0x1d, 0x19, 0x09, 0x87, 0x29, 0x53, 0xb2, 0x26, 0x9f, 0x34, 0xb1, 0x61, 0x36, 0x64, 0x71, - 0x40, 0x89, 0x1c, 0xc9, 0x27, 0x4c, 0x6c, 0x51, 0xc8, 0x90, 0x8c, 0x84, 0x71, 0x27, 0x13, 0x27, - 0xcf, 0x64, 0xd2, 0x84, 0xa2, 0x90, 0xc6, 0x58, 0x64, 0x92, 0xcc, 0x93, 0xbc, 0x7e, 0x69, 0x06, - 0x36, 0x58, 0xa6, 0x3a, 0x94, 0xc4, 0xcc, 0xc6, 0xe2, 0xe4, 0x4c, 0xc9, 0x78, 0x3c, 0xb3, 0x53, - 0xcf, 0xa0, 0x12, 0xcb, 0x6a, 0x8c, 0xae, 0x4e, 0x13, 0xbd, 0x33, 0x31, 0x7b, 0x0e, 0x95, 0x58, - 0xf6, 0x61, 0x91, 0xd9, 0xf4, 0x7c, 0xc8, 0xeb, 0x6f, 0x9d, 0x40, 0xc1, 0x25, 0xe9, 0x73, 0x40, - 0xc9, 0x5c, 0xc4, 0xe8, 0x3b, 0x91, 0x11, 0x4f, 0xcf, 0x54, 0x3c, 0xb3, 0xab, 0x1f, 0xb3, 0xad, - 0xaa, 0x79, 0x07, 0x28, 0x79, 0x15, 0xe1, 0x57, 0x5e, 0x9b, 0x82, 0xe1, 0x5d, 0x0a, 0x77, 0x2b, - 0x61, 0x91, 0xdc, 0xad, 0x02, 0x97, 0xd3, 0x76, 0x2b, 0x61, 0xb0, 0x36, 0x33, 0xc3, 0x6d, 0x62, - 0xb7, 0x0a, 0xbd, 0xb8, 0x9d, 0x42, 0x8d, 0xe0, 0xa6, 0x86, 0x25, 0x9f, 0x45, 0x97, 0x13, 0x7d, - 0x8e, 0x64, 0xa5, 0x9d, 0xd5, 0x9b, 0x1b, 0x29, 0x54, 0x83, 0xbc, 0x9f, 0xc9, 0x55, 0xec, 0x4f, - 0x2c, 0xad, 0xac, 0xd8, 0x9f, 0x44, 0xe2, 0xd7, 0x36, 0x94, 0xc4, 0xc4, 0xa6, 0x28, 0x29, 0xc5, - 0x11, 0x56, 0x97, 0x67, 0xa1, 0x83, 0xe1, 0x7d, 0x0f, 0x72, 0x2c, 0xdb, 0x29, 0x8a, 0xde, 0xff, - 0x84, 0x49, 0x4a, 0x67, 0x4e, 0xef, 0x27, 0x50, 0x08, 0xd2, 0x9e, 0x8a, 0xea, 0x27, 0x9e, 0x0b, - 0x75, 0x26, 0x83, 0x4f, 0x61, 0x9e, 0x67, 0x3a, 0x15, 0x45, 0x24, 0x9a, 0x22, 0x75, 0x7d, 0x6d, - 0x0a, 0x26, 0xe8, 0xfd, 0x27, 0x50, 0x08, 0xd2, 0x0a, 0x8a, 0x5d, 0x88, 0x27, 0x43, 0x3d, 0x49, - 0x03, 0x8a, 0xd9, 0x03, 0xc5, 0xf9, 0x9c, 0x92, 0xd5, 0x74, 0x26, 0x9b, 0x06, 0x40, 0x98, 0xa9, - 0x4f, 0x14, 0xd6, 0x44, 0x5a, 0x52, 0x51, 0xa5, 0x27, 0x53, 0x91, 0xde, 0x4e, 0x11, 0x4d, 0x28, - 0x64, 0x18, 0x15, 0x95, 0x58, 0x32, 0xf1, 0xe8, 0xcc, 0xfe, 0xec, 0x50, 0xa1, 0x15, 0xae, 0xcd, - 0xa2, 0x42, 0x9b, 0x48, 0xa8, 0x39, 0x93, 0xd1, 0xae, 0x9f, 0xe7, 0x4a, 0xe0, 0xf5, 0x56, 0x7c, - 0x8e, 0xce, 0xce, 0x6e, 0x8f, 0x65, 0xc0, 0x15, 0x98, 0x5d, 0x89, 0x4e, 0x47, 0x92, 0xd5, 0xd5, - 0xd9, 0x04, 0x31, 0x55, 0x1d, 0x9e, 0x6a, 0x46, 0x55, 0x75, 0x3c, 0xd9, 0xe5, 0xe9, 0xaa, 0x3a, - 0xe4, 0x94, 0x50, 0xd5, 0x67, 0x66, 0xa6, 0x40, 0x39, 0x92, 0x3d, 0x53, 0x5c, 0x82, 0x69, 0x29, - 0x38, 0xd7, 0xaf, 0xcc, 0xc4, 0x07, 0xe3, 0xec, 0xb2, 0x64, 0xfb, 0xf1, 0x53, 0xce, 0xb7, 0xa7, - 0x08, 0x7e, 0x22, 0xa7, 0xe3, 0xcc, 0x8e, 0x7e, 0x19, 0xa4, 0xdd, 0x8f, 0xf3, 0xbd, 0x3e, 0x7d, - 0x33, 0x9c, 0x9d, 0xf5, 0x90, 0x65, 0x05, 0x4c, 0x30, 0x7e, 0x67, 0xda, 0x1e, 0x48, 0xb2, 0xbd, - 0x76, 0x1a, 0x99, 0x38, 0x31, 0x53, 0xb2, 0x59, 0x8a, 0x13, 0x33, 0x3b, 0xd9, 0xe5, 0x49, 0x6e, - 0x2e, 0x4f, 0x64, 0x19, 0xb3, 0x60, 0x42, 0xea, 0xc4, 0xd3, 0x9d, 0x4d, 0x5a, 0x3f, 0x61, 0xbe, - 0xce, 0xc2, 0x82, 0x9b, 0x2f, 0xca, 0x20, 0xa6, 0x05, 0xc5, 0xea, 0xeb, 0xd3, 0x50, 0xc1, 0xcc, - 0x04, 0xbe, 0x59, 0xbc, 0x1f, 0x89, 0x5c, 0x94, 0x67, 0xf0, 0xcd, 0x28, 0x8f, 0xa4, 0x6f, 0x76, - 0x16, 0x26, 0xbe, 0xaf, 0x4a, 0x59, 0xc4, 0x7d, 0xd5, 0xb3, 0x30, 0xe0, 0xfb, 0x29, 0xc8, 0x0f, - 0x19, 0xdf, 0x4f, 0xf1, 0xd4, 0x93, 0xf1, 0xfd, 0x94, 0x48, 0x2c, 0xc9, 0x74, 0xad, 0x90, 0x38, - 0x52, 0x1c, 0x59, 0x32, 0x9f, 0xe4, 0x49, 0x23, 0x0b, 0xf2, 0x35, 0x8a, 0x23, 0x8b, 0x27, 0x71, - 0x3c, 0x51, 0x54, 0x82, 0x8c, 0x8a, 0x11, 0x51, 0x89, 0xe7, 0x59, 0x9c, 0xc9, 0x82, 0x59, 0xf1, - 0xc7, 0x63, 0x3b, 0x66, 0xc5, 0xc3, 0xec, 0x84, 0xa7, 0x5b, 0x71, 0x52, 0x3b, 0x61, 0xc5, 0x4f, - 0x67, 0xb0, 0x9f, 0xa3, 0xe5, 0x0f, 0xfe, 0x2d, 0x00, 0x00, 0xff, 0xff, 0xe1, 0x8d, 0x4f, 0xa6, - 0x19, 0x69, 0x00, 0x00, + // 7760 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x7c, 0x4b, 0x6c, 0x1b, 0x59, + 0xb6, 0x58, 0xf3, 0x23, 0x8a, 0x3c, 0x24, 0xc5, 0xd2, 0x95, 0x2c, 0x51, 0x72, 0xfb, 0xd3, 0x35, + 0xdd, 0xb6, 0x5b, 0x6d, 0xbb, 0x6d, 0x77, 0x8f, 0xdd, 0x63, 0x3f, 0x77, 0x37, 0x2d, 0xd1, 0x32, + 0xdb, 0x14, 0xc9, 0x2e, 0x52, 0x6e, 0xf7, 0x24, 0x8d, 0x7a, 0x25, 0xd6, 0x25, 0x55, 0xe9, 0x62, + 0x55, 0x75, 0x55, 0x51, 0x96, 0x56, 0x79, 0x99, 0x97, 0x4c, 0x16, 0x41, 0x80, 0x20, 0x59, 0xe6, + 0x05, 0x09, 0x90, 0xdd, 0x43, 0xb2, 0x4b, 0x16, 0x41, 0x16, 0x09, 0x82, 0x04, 0x08, 0xf2, 0x80, + 0xac, 0x02, 0x04, 0xc8, 0x22, 0x8b, 0x20, 0xeb, 0x20, 0xc9, 0x22, 0xc8, 0x32, 0xb8, 0x9f, 0xaa, + 0xba, 0x55, 0x45, 0x4a, 0xf2, 0x67, 0x66, 0x32, 0xc0, 0xac, 0xc8, 0x3a, 0xe7, 0xdc, 0x73, 0x7f, + 0xe7, 0x9e, 0xcf, 0xfd, 0x1c, 0x28, 0x8f, 0xed, 0x83, 0xb1, 0x73, 0xdb, 0x71, 0x6d, 0xdf, 0x46, + 0x45, 0xfa, 0xa1, 0x39, 0xc6, 0xe6, 0xc6, 0xd8, 0xb6, 0xc7, 0x26, 0xfe, 0x94, 0xc2, 0x0f, 0xa6, + 0xa3, 0x4f, 0x35, 0xeb, 0x84, 0x11, 0x6d, 0x5e, 0x4c, 0xa2, 0xf0, 0xc4, 0xf1, 0x03, 0xe4, 0x95, + 0x24, 0xd2, 0x37, 0x26, 0xd8, 0xf3, 0xb5, 0x09, 0xaf, 0x42, 0x7e, 0x04, 0xb5, 0xbe, 0xaf, 0xb9, + 0xfe, 0x93, 0xb1, 0xa3, 0xe0, 0x9f, 0xa6, 0xd8, 0xf3, 0xd1, 0x0d, 0x28, 0x8c, 0x4d, 0xfb, 0x40, + 0x33, 0xeb, 0x99, 0xab, 0x99, 0x1b, 0xe5, 0x7b, 0xd2, 0xed, 0xa0, 0x19, 0xb7, 0x77, 0x29, 0x5c, + 0xe1, 0x78, 0x59, 0x82, 0xa5, 0xbe, 0x6f, 0x3b, 0x51, 0x59, 0xb9, 0x06, 0xd5, 0x5d, 0x2c, 0x30, + 0x93, 0x1f, 0xc2, 0x52, 0x00, 0xf0, 0x1c, 0xdb, 0xf2, 0xf0, 0x6b, 0xb0, 0xff, 0x1c, 0x96, 0x1a, + 0xba, 0xde, 0xc3, 0xd8, 0x0d, 0x9a, 0x26, 0x43, 0xde, 0xc1, 0xd8, 0xe5, 0x25, 0x97, 0xa2, 0x92, + 0x94, 0x88, 0xe2, 0xe4, 0xe7, 0xb0, 0xbc, 0x83, 0x4d, 0xec, 0x63, 0xb1, 0x60, 0x1d, 0x16, 0x35, + 0x5d, 0x77, 0xb1, 0xe7, 0xd1, 0xb2, 0x25, 0x25, 0xf8, 0x44, 0xef, 0x43, 0xc9, 0xb0, 0x7c, 0xec, + 0x8e, 0xb4, 0x21, 0xae, 0x67, 0x29, 0x2e, 0x02, 0xc8, 0xdf, 0x41, 0xad, 0x6d, 0x78, 0xfe, 0xf9, + 0x58, 0x6d, 0x81, 0x84, 0x2d, 0xed, 0xc0, 0xc4, 0x0d, 0xfd, 0x08, 0xbb, 0xbe, 0xe1, 0x61, 0x9d, + 0x72, 0x2c, 0x2a, 0x29, 0xb8, 0x7c, 0x1f, 0xa4, 0x88, 0x31, 0x1f, 0x99, 0xf3, 0xf4, 0xee, 0x8f, + 0x61, 0x79, 0xdf, 0xd1, 0xb5, 0x78, 0xef, 0xce, 0x51, 0x10, 0x5d, 0x07, 0x49, 0xb7, 0x55, 0xcf, + 0x1e, 0xf9, 0xaa, 0x8b, 0x3d, 0xec, 0xab, 0x86, 0xc5, 0x1b, 0x57, 0xd5, 0xed, 0xbe, 0x3d, 0xf2, + 0x15, 0x02, 0x6d, 0x59, 0xf2, 0x36, 0x20, 0xb1, 0x06, 0xde, 0xb6, 0x5b, 0xb0, 0x62, 0x61, 0xac, + 0x7b, 0x09, 0x0e, 0x19, 0xd6, 0x3d, 0x8a, 0x12, 0x99, 0xfc, 0xf7, 0x0c, 0x48, 0xf4, 0xff, 0xf9, + 0x46, 0xee, 0x43, 0xa8, 0x0e, 0xed, 0xc9, 0x64, 0x6a, 0x19, 0x43, 0xcd, 0x37, 0x6c, 0x8b, 0x4f, + 0x44, 0x1c, 0x88, 0x10, 0xe4, 0x49, 0xed, 0xf5, 0x1c, 0xad, 0x94, 0xfe, 0x47, 0xcf, 0xa1, 0xa4, + 0x1b, 0x2e, 0x1e, 0xd2, 0x52, 0xf9, 0xab, 0x99, 0x1b, 0x4b, 0xf7, 0x6e, 0x45, 0xfd, 0x4f, 0x36, + 0xe1, 0x76, 0xd8, 0xc6, 0x9d, 0xa0, 0x90, 0x12, 0x95, 0x97, 0x3f, 0x05, 0x94, 0x26, 0x40, 0x05, + 0xc8, 0xb6, 0x3a, 0xd2, 0x7b, 0x68, 0x11, 0x72, 0xdd, 0xfd, 0x81, 0x94, 0x41, 0x45, 0xc8, 0x3f, + 0xe9, 0x0e, 0x9e, 0x49, 0x59, 0x79, 0x1f, 0x56, 0xfa, 0x87, 0x53, 0x5f, 0xb7, 0x5f, 0x59, 0xef, + 0xb0, 0xa3, 0xf2, 0x2d, 0x58, 0x6e, 0x52, 0x81, 0x39, 0x17, 0x53, 0x79, 0x00, 0x68, 0xc7, 0xf0, + 0xce, 0x4d, 0x7f, 0xce, 0x46, 0x3c, 0x03, 0xb4, 0x67, 0x5b, 0x86, 0x6f, 0xbb, 0xe7, 0xe3, 0x5a, + 0x87, 0xc5, 0xe1, 0xd4, 0x75, 0xb1, 0xe5, 0x73, 0xb9, 0x0a, 0x3e, 0xe5, 0x5f, 0xc0, 0x4a, 0x8c, + 0xd3, 0x6b, 0x88, 0x7b, 0x0b, 0x56, 0xb8, 0x0a, 0xd8, 0x75, 0xed, 0x69, 0xa8, 0xa2, 0xee, 0x01, + 0x10, 0xb4, 0x3a, 0x26, 0x40, 0xce, 0x60, 0x25, 0xce, 0x80, 0xd1, 0x97, 0x9c, 0xe0, 0xaf, 0x7c, + 0x13, 0xd6, 0x22, 0xbd, 0x10, 0xe3, 0x86, 0x20, 0x6f, 0x69, 0x13, 0xcc, 0x3b, 0x44, 0xff, 0xcb, + 0x53, 0x58, 0x8b, 0x56, 0xc1, 0xdb, 0xd6, 0x7d, 0xfe, 0xc5, 0xf7, 0x0c, 0xd6, 0x53, 0xd5, 0xbe, + 0xd9, 0x0a, 0xd4, 0x60, 0xa3, 0xa1, 0xeb, 0x3b, 0x27, 0x96, 0x36, 0x31, 0x86, 0x1d, 0x6c, 0x8c, + 0x0f, 0x0f, 0xec, 0x70, 0x16, 0x77, 0x40, 0xd2, 0x19, 0x46, 0xb5, 0x38, 0x8a, 0xf7, 0x64, 0x23, + 0xea, 0x49, 0xb2, 0x6c, 0x4d, 0x8f, 0x03, 0xe4, 0xbf, 0xca, 0xf4, 0xb3, 0xe6, 0x1f, 0x0a, 0x63, + 0xe3, 0x13, 0x39, 0x54, 0xfd, 0x13, 0x87, 0x8d, 0xe7, 0x92, 0x38, 0x36, 0x03, 0x82, 0x1b, 0x9c, + 0x38, 0x58, 0x29, 0xf9, 0xc1, 0x5f, 0x74, 0x01, 0x0a, 0x47, 0xee, 0x48, 0x35, 0x74, 0x2e, 0x86, + 0x0b, 0x47, 0xee, 0xa8, 0xa5, 0x53, 0xe9, 0xd0, 0xfc, 0x43, 0xba, 0xd8, 0xe3, 0xd2, 0x41, 0xea, + 0xa3, 0x38, 0xf9, 0x23, 0xa8, 0x85, 0x0d, 0xe0, 0xa3, 0x84, 0x20, 0x3f, 0x9d, 0x1a, 0x3a, 0xad, + 0xbb, 0xa2, 0xd0, 0xff, 0xf2, 0xbf, 0xce, 0x84, 0x26, 0xe1, 0x37, 0xd3, 0xd6, 0x1b, 0x50, 0x18, + 0x69, 0x13, 0xc3, 0x3c, 0xe1, 0xad, 0x15, 0x4c, 0xda, 0x53, 0x0a, 0x57, 0x38, 0x3e, 0xec, 0x55, + 0x7e, 0x7e, 0xaf, 0xc2, 0x2e, 0x2c, 0x08, 0x5d, 0xf8, 0x87, 0x59, 0x6e, 0x88, 0xde, 0xb2, 0x03, + 0x81, 0xa8, 0x67, 0x23, 0x51, 0x7f, 0x8d, 0xd6, 0x3f, 0x80, 0xa2, 0xe3, 0xe2, 0x91, 0x71, 0x8c, + 0xbd, 0x7a, 0xfe, 0x6a, 0xee, 0x46, 0xf9, 0xde, 0xc5, 0x44, 0x7d, 0x6d, 0xdb, 0xfe, 0x71, 0xea, + 0xf4, 0x28, 0x91, 0x12, 0x12, 0xa3, 0xaf, 0xa0, 0xe4, 0xd9, 0xae, 0xcf, 0x5a, 0xba, 0x40, 0x5b, + 0x2a, 0x47, 0x25, 0x13, 0x1d, 0xbb, 0xdd, 0xb7, 0x5d, 0x9f, 0x36, 0xbc, 0xe8, 0xf1, 0x7f, 0xf2, + 0x55, 0x28, 0x06, 0x50, 0xa2, 0x7e, 0x3b, 0xdd, 0x4e, 0x53, 0x7a, 0x0f, 0x01, 0x14, 0x7a, 0x4a, + 0xf3, 0x69, 0xeb, 0xa5, 0x94, 0x91, 0x9f, 0x73, 0x83, 0x2a, 0x0a, 0xc3, 0x03, 0x28, 0xeb, 0xd8, + 0xf3, 0x0d, 0x8b, 0xa9, 0x39, 0x26, 0xe1, 0x17, 0x04, 0x09, 0x8f, 0x90, 0x8a, 0x48, 0x29, 0xff, + 0xcd, 0x0c, 0xac, 0x72, 0xc9, 0xea, 0xfb, 0x2e, 0xd6, 0x26, 0xbf, 0x01, 0xa1, 0xf9, 0x10, 0x16, + 0xc8, 0x74, 0x7b, 0xf5, 0x1c, 0x1d, 0xc9, 0xa4, 0x2c, 0x30, 0xa4, 0xfc, 0xa7, 0x19, 0xa8, 0xed, + 0x62, 0x9f, 0x32, 0x7e, 0x9b, 0x46, 0x44, 0x93, 0x9c, 0x3d, 0x63, 0x92, 0x03, 0x11, 0xc9, 0x09, + 0xda, 0xf0, 0x04, 0xa4, 0xa8, 0x11, 0x7c, 0x70, 0xaf, 0x43, 0xcd, 0x9a, 0x4e, 0xd4, 0xe4, 0x00, + 0xe7, 0x95, 0x25, 0x6b, 0x3a, 0x11, 0x46, 0x16, 0x6d, 0x40, 0x91, 0x10, 0x52, 0xb9, 0xcf, 0x52, + 0x8a, 0x45, 0x6b, 0x3a, 0x21, 0x9d, 0x44, 0x1f, 0x40, 0x85, 0xa0, 0xb4, 0xe1, 0x10, 0x3b, 0x3e, + 0xd6, 0x69, 0x9d, 0x79, 0xa5, 0x6c, 0x4d, 0x27, 0x0d, 0x0e, 0x92, 0xff, 0x4d, 0x26, 0xb4, 0x1e, + 0x6f, 0x3d, 0x08, 0x6f, 0x27, 0xfd, 0x82, 0x81, 0xcb, 0xc7, 0x0c, 0x1c, 0xba, 0x02, 0x65, 0xc7, + 0xf6, 0x7c, 0xd5, 0xb1, 0x4d, 0x63, 0x78, 0x42, 0x05, 0xbc, 0xa8, 0x00, 0x01, 0xf5, 0x28, 0x44, + 0x7e, 0x08, 0xab, 0xf1, 0x3e, 0x08, 0x26, 0x90, 0x0c, 0x4b, 0xe6, 0x14, 0x25, 0x77, 0x07, 0xaa, + 0x0d, 0x5d, 0x7f, 0xe1, 0x8e, 0x82, 0x9e, 0x5f, 0x81, 0xdc, 0x91, 0x3b, 0xe2, 0x65, 0xaa, 0x51, + 0x19, 0x42, 0x42, 0x30, 0xf2, 0x35, 0x90, 0x98, 0xba, 0x13, 0x0a, 0xcd, 0xb2, 0x71, 0x1f, 0xc2, + 0x12, 0x59, 0x32, 0x67, 0x50, 0xdd, 0x63, 0x9a, 0x87, 0x52, 0xf1, 0x66, 0x9f, 0xd9, 0x82, 0x63, + 0x90, 0xc8, 0xf2, 0xa1, 0x9d, 0x17, 0xc2, 0x0a, 0x3e, 0x3e, 0x29, 0xbf, 0x9f, 0x13, 0x72, 0x3c, + 0x7a, 0x08, 0x1b, 0x2e, 0x1e, 0x61, 0x57, 0xc5, 0xc7, 0x06, 0x11, 0xa3, 0xb1, 0xea, 0xf9, 0x9a, + 0x8f, 0x27, 0xd8, 0xf2, 0x3d, 0x6e, 0x36, 0xd7, 0x29, 0x41, 0x93, 0xe3, 0xfb, 0x21, 0x5a, 0xfe, + 0x55, 0x06, 0x56, 0xb8, 0xae, 0x7f, 0xc3, 0xda, 0x3f, 0x85, 0x15, 0x87, 0x58, 0x57, 0xf7, 0x08, + 0xa7, 0xeb, 0x45, 0x01, 0x2a, 0xaa, 0x12, 0x49, 0x90, 0xd3, 0x4c, 0x93, 0x7b, 0xa5, 0xe4, 0xaf, + 0x7c, 0x1d, 0x96, 0xa9, 0x2e, 0x8a, 0xb5, 0x60, 0xd6, 0xd8, 0x7e, 0x09, 0x48, 0x24, 0x8c, 0x22, + 0xa4, 0xf3, 0xb5, 0x55, 0xfe, 0x17, 0x19, 0x40, 0x7d, 0xcc, 0xca, 0x1b, 0xd8, 0x0b, 0xaa, 0x7a, + 0x00, 0x15, 0x1d, 0x8f, 0x0c, 0x0b, 0xeb, 0xaa, 0x87, 0x7d, 0xe2, 0xa9, 0x11, 0x0d, 0xb3, 0x2a, + 0x2a, 0x3e, 0x8a, 0xed, 0x63, 0x9f, 0xe8, 0xbd, 0xe0, 0xbf, 0x87, 0x6e, 0x42, 0xd1, 0xe1, 0xbc, + 0xea, 0x59, 0x5a, 0x28, 0x5d, 0x77, 0x48, 0x81, 0xfe, 0x08, 0xca, 0x9a, 0xe7, 0x19, 0x63, 0x8b, + 0x8d, 0x10, 0xd3, 0x63, 0x9b, 0xc9, 0x02, 0x8d, 0x90, 0x44, 0x11, 0xc9, 0xe5, 0x3d, 0xaa, 0x62, + 0x85, 0x96, 0xf0, 0xc6, 0xff, 0x1c, 0xca, 0x42, 0xe3, 0xf9, 0x10, 0xcc, 0x6e, 0x3b, 0x44, 0x6d, + 0x97, 0x0f, 0x60, 0x9d, 0xcd, 0xfb, 0xbb, 0xe2, 0x18, 0xcc, 0x6b, 0x36, 0x9a, 0x57, 0x0c, 0x17, + 0xc8, 0x74, 0xa5, 0x6b, 0xf8, 0x22, 0x1a, 0x70, 0x41, 0x1d, 0x5d, 0x48, 0x55, 0x41, 0x15, 0x52, + 0xd0, 0x98, 0x79, 0x2a, 0x49, 0xee, 0xc2, 0x5a, 0xb2, 0x1a, 0x2e, 0x19, 0x6f, 0x38, 0x36, 0xcf, + 0xa8, 0x17, 0x1d, 0x8a, 0x6c, 0xd0, 0xea, 0xbb, 0x50, 0x0a, 0x05, 0x3c, 0xed, 0xc8, 0x46, 0xe4, + 0x11, 0x95, 0xfc, 0x43, 0xe0, 0x44, 0xbf, 0x03, 0x66, 0x33, 0x06, 0x78, 0x0b, 0x56, 0x49, 0xcf, + 0x53, 0xcc, 0x67, 0xad, 0x9d, 0x6f, 0xd8, 0x64, 0x08, 0xb4, 0x7c, 0x90, 0xde, 0xa0, 0x5b, 0x2f, + 0x61, 0x33, 0xd4, 0x57, 0x82, 0xbc, 0xf2, 0xda, 0x1f, 0x02, 0x44, 0x82, 0xcb, 0x39, 0x9e, 0x26, + 0xe6, 0x02, 0xb5, 0x3c, 0x81, 0x4b, 0xa2, 0x3a, 0x7a, 0xa7, 0xcc, 0x67, 0x0c, 0xe0, 0x5f, 0x81, + 0x8b, 0x91, 0x42, 0x49, 0x57, 0x36, 0x63, 0x1c, 0xd1, 0x03, 0x31, 0x82, 0xce, 0x52, 0xc1, 0xdd, + 0x48, 0xd6, 0x3f, 0x33, 0x5a, 0xfe, 0x25, 0xbc, 0x3f, 0xbb, 0x2e, 0x3e, 0x0f, 0x6f, 0x33, 0x6c, + 0x2f, 0x61, 0x33, 0xd0, 0x6b, 0xef, 0x78, 0x42, 0x7e, 0x49, 0x83, 0x16, 0xc5, 0xf9, 0xd1, 0x38, + 0x3b, 0xa4, 0x45, 0x90, 0x77, 0x6c, 0x97, 0xc5, 0xb3, 0x55, 0x85, 0xfe, 0x47, 0x9b, 0x50, 0x34, + 0x8d, 0x11, 0xf6, 0x0d, 0xee, 0x22, 0xe5, 0x94, 0xf0, 0x5b, 0x6e, 0x04, 0x71, 0xc6, 0x1b, 0xb3, + 0x97, 0x1f, 0x31, 0x6b, 0x2b, 0x32, 0x88, 0x3c, 0x94, 0xcc, 0xe9, 0x1e, 0x8a, 0xfc, 0x90, 0xf9, + 0xc0, 0xac, 0x30, 0x9f, 0x85, 0x6b, 0x50, 0xa0, 0x06, 0x6b, 0x46, 0x9c, 0x4d, 0xe9, 0x38, 0x96, + 0xb4, 0x9d, 0xed, 0x39, 0xbc, 0x79, 0xdb, 0x9f, 0x84, 0xfb, 0x10, 0x6f, 0xce, 0x63, 0xc0, 0xf7, + 0x8d, 0xde, 0x7c, 0x82, 0x66, 0xec, 0x12, 0xc9, 0x5f, 0x33, 0xbd, 0x42, 0x98, 0xc6, 0x9c, 0xc8, + 0xf3, 0x0f, 0xed, 0x17, 0x4c, 0xdb, 0x08, 0x1c, 0x22, 0x5f, 0xc8, 0xb5, 0xb5, 0xb4, 0x2f, 0xa4, + 0xd8, 0x9a, 0x42, 0x30, 0xf2, 0x5f, 0x64, 0x00, 0xb1, 0x91, 0xfd, 0x25, 0x3e, 0x70, 0xb5, 0xa0, + 0x6a, 0x09, 0x72, 0x53, 0xd7, 0xe4, 0x1d, 0x22, 0x7f, 0x89, 0x17, 0xe9, 0xda, 0x53, 0x9f, 0x79, + 0xb4, 0xcc, 0xfe, 0x96, 0x14, 0xa0, 0x20, 0x62, 0x2a, 0xe8, 0x0e, 0xcb, 0x11, 0x76, 0x3d, 0xb2, + 0x4e, 0x73, 0xb4, 0xc3, 0xc1, 0x27, 0xfa, 0x1c, 0xd6, 0x2c, 0x7c, 0xec, 0x1f, 0xda, 0x8e, 0xea, + 0xbb, 0xc6, 0x78, 0x4c, 0x7c, 0x27, 0x5a, 0x25, 0xf7, 0x54, 0x57, 0x39, 0x76, 0xc0, 0x90, 0xac, + 0x39, 0xe8, 0x1e, 0x5c, 0x48, 0x96, 0xd2, 0xb1, 0xa9, 0x31, 0x07, 0xb6, 0xaa, 0xac, 0xc4, 0x0b, + 0xed, 0x10, 0x94, 0xfc, 0x0f, 0x32, 0x20, 0xb1, 0xe2, 0x7b, 0x6e, 0xb8, 0x1e, 0x2f, 0x42, 0x49, + 0x9f, 0x4e, 0x9c, 0xc8, 0xf6, 0x2d, 0x28, 0x45, 0x02, 0xa0, 0x16, 0x6e, 0x13, 0x8a, 0x23, 0xc3, + 0xc4, 0x82, 0x95, 0x0b, 0xbf, 0xd1, 0xcf, 0xa0, 0x4a, 0x0b, 0xd2, 0x0d, 0xd7, 0x23, 0xcd, 0xe4, + 0x01, 0x40, 0x85, 0x00, 0x5b, 0x1c, 0x86, 0x3e, 0x81, 0x65, 0xd7, 0xf6, 0x69, 0x2c, 0x11, 0x11, + 0xe6, 0x29, 0xa1, 0x14, 0x20, 0x02, 0x62, 0x79, 0x05, 0x96, 0xb9, 0x0c, 0x46, 0xed, 0x93, 0xff, + 0x77, 0x86, 0xfa, 0xd0, 0x4f, 0x26, 0xce, 0x9b, 0x89, 0xd4, 0xd7, 0xa1, 0x43, 0x96, 0xa3, 0xfa, + 0xf1, 0x46, 0x34, 0xcd, 0x31, 0xb6, 0xb7, 0xb9, 0x93, 0x6f, 0x58, 0xe3, 0x84, 0x53, 0x79, 0x13, + 0x96, 0x89, 0xe1, 0x21, 0xee, 0xea, 0xd0, 0x1b, 0x18, 0x13, 0x6c, 0x4f, 0x59, 0x14, 0xb1, 0xa0, + 0xa4, 0x11, 0xf2, 0x36, 0x48, 0x49, 0x4e, 0x68, 0x11, 0x72, 0x3d, 0x85, 0x04, 0xbd, 0x45, 0xc8, + 0xf7, 0xba, 0xfd, 0xd8, 0x3e, 0x24, 0x2a, 0xc1, 0x42, 0xbb, 0xbb, 0xdd, 0x68, 0x4b, 0x39, 0x42, + 0xd7, 0x68, 0xb7, 0xa5, 0xbc, 0xfc, 0x75, 0x10, 0x05, 0xbc, 0x69, 0xb7, 0xe5, 0xff, 0x92, 0x83, + 0x02, 0x5b, 0x06, 0xe8, 0x1a, 0xe4, 0xb4, 0x91, 0xc1, 0xfd, 0x9a, 0xd5, 0xe4, 0x2a, 0xb9, 0xdd, + 0x18, 0x19, 0x0a, 0x21, 0x40, 0x1f, 0x43, 0xde, 0x23, 0x84, 0xd9, 0xa4, 0x03, 0xc4, 0x09, 0xfb, + 0xda, 0xc8, 0x50, 0x28, 0x89, 0xdc, 0x83, 0x5c, 0x63, 0x64, 0xa0, 0x1a, 0x94, 0x1b, 0x4f, 0x5b, + 0xea, 0x7e, 0xe7, 0x79, 0xa7, 0xfb, 0x5d, 0x87, 0x05, 0xf5, 0x04, 0xd0, 0xea, 0x49, 0x19, 0x54, + 0x86, 0x45, 0xf6, 0xff, 0xbe, 0x94, 0x45, 0x55, 0x28, 0x91, 0x8f, 0xf6, 0xbd, 0x17, 0xbd, 0x8e, + 0xb4, 0x81, 0x24, 0x00, 0xf2, 0xd9, 0xed, 0x35, 0xbe, 0xdd, 0x6f, 0x4a, 0x7f, 0xfb, 0x4f, 0x32, + 0xf2, 0x9f, 0x67, 0x21, 0x4f, 0x2a, 0x40, 0x12, 0x54, 0xfa, 0x71, 0xa6, 0x11, 0xa4, 0xb5, 0xdd, + 0xa0, 0x83, 0x87, 0x60, 0x89, 0x42, 0xf6, 0xf6, 0xdb, 0x03, 0x06, 0xcb, 0xa2, 0x15, 0xa8, 0x31, + 0x58, 0xaf, 0xdd, 0x57, 0xdb, 0x8d, 0x27, 0xcd, 0xb6, 0x94, 0x47, 0x6b, 0x80, 0x28, 0xb0, 0xd9, + 0xd9, 0x6e, 0xf4, 0xfa, 0xfb, 0xed, 0xc6, 0xa0, 0xd5, 0xed, 0x48, 0x8b, 0xa4, 0x39, 0x14, 0xfe, + 0xa2, 0xd7, 0xee, 0x4b, 0x8d, 0xf0, 0xb3, 0x49, 0x5a, 0xf7, 0x14, 0x21, 0xa8, 0x46, 0xac, 0x08, + 0xe8, 0x4f, 0x32, 0xe8, 0x7d, 0x58, 0x8f, 0xc1, 0x84, 0xba, 0xff, 0x5a, 0x06, 0xc9, 0x70, 0x89, + 0x62, 0x95, 0xee, 0xfe, 0xa0, 0xa9, 0x0e, 0x1a, 0xca, 0x6e, 0x73, 0xa0, 0x6e, 0x77, 0x3b, 0xfd, + 0x81, 0xd2, 0x68, 0x75, 0x06, 0x7d, 0xe9, 0xaf, 0x67, 0xd0, 0x45, 0x58, 0xa3, 0x34, 0x4f, 0xdb, + 0xdd, 0xef, 0xd4, 0x7e, 0xaf, 0xb9, 0x1d, 0x76, 0xe8, 0x6f, 0x64, 0xd0, 0x3a, 0x6f, 0x68, 0x84, + 0x24, 0xf5, 0xfe, 0x3a, 0x83, 0x56, 0x78, 0x57, 0x9f, 0x37, 0xbf, 0x57, 0x5f, 0x34, 0xda, 0xfb, + 0x4d, 0xe9, 0x7f, 0x65, 0xe4, 0x7f, 0x9c, 0x83, 0x25, 0xa5, 0xf7, 0xbc, 0xf5, 0x42, 0x33, 0x0d, + 0x9d, 0x05, 0xea, 0x9f, 0xc3, 0x02, 0x75, 0x89, 0xf8, 0x34, 0x5f, 0x16, 0x94, 0x59, 0x8c, 0x90, + 0xf9, 0x50, 0x0a, 0x23, 0x46, 0x0f, 0xa0, 0xe0, 0x62, 0xcd, 0x0b, 0x9d, 0x87, 0x2b, 0x73, 0x8b, + 0x29, 0x94, 0x4c, 0xe1, 0xe4, 0xe8, 0x3a, 0x2c, 0x4e, 0x34, 0x7f, 0x78, 0x48, 0xe3, 0xfe, 0x5c, + 0x5a, 0x7b, 0x06, 0x58, 0x74, 0x07, 0x2a, 0x53, 0x8b, 0x7f, 0xa8, 0x5a, 0xb0, 0xf5, 0x94, 0xa0, + 0x2e, 0x87, 0x24, 0x0d, 0x0f, 0x7d, 0x01, 0x52, 0x54, 0xc2, 0xc4, 0xd6, 0xd8, 0x3f, 0xac, 0x2f, + 0xcc, 0x2a, 0x55, 0x0b, 0xc9, 0xda, 0x94, 0x4a, 0xee, 0xc1, 0x02, 0xed, 0x1d, 0x5a, 0x02, 0xe8, + 0x0f, 0x1a, 0x83, 0xa6, 0xca, 0xf7, 0x9a, 0x88, 0x6c, 0xf0, 0xef, 0x81, 0xfa, 0xb4, 0xbb, 0xdf, + 0xd9, 0x91, 0x32, 0x44, 0x78, 0x19, 0xf0, 0x45, 0xa3, 0xdd, 0xda, 0x91, 0xb2, 0x68, 0x19, 0xaa, + 0x0c, 0xd0, 0xea, 0x30, 0x50, 0x4e, 0x7e, 0x04, 0x05, 0xd6, 0x71, 0x42, 0xad, 0x34, 0x1b, 0xfd, + 0xee, 0x20, 0xe0, 0x59, 0x85, 0x12, 0x05, 0x74, 0xd4, 0x46, 0x5f, 0xca, 0x90, 0xc2, 0xfc, 0xb3, + 0xdd, 0xec, 0xec, 0xd2, 0x03, 0x86, 0xff, 0xb9, 0x00, 0x79, 0xba, 0x53, 0x72, 0x03, 0xf2, 0x96, + 0xe9, 0x1a, 0x82, 0xcb, 0x6f, 0x8f, 0x4d, 0x7c, 0x3b, 0x38, 0xd7, 0xbb, 0xdd, 0xb0, 0x4e, 0x14, + 0x4a, 0x81, 0x6e, 0x42, 0xc1, 0xd1, 0x7c, 0xdf, 0x0d, 0x22, 0xb8, 0xd9, 0xb4, 0x9c, 0x06, 0xdd, + 0x84, 0x9c, 0x36, 0xc6, 0x7c, 0xef, 0x63, 0x33, 0x45, 0x3a, 0x08, 0x8e, 0x0b, 0x15, 0x42, 0x46, + 0xb4, 0xc4, 0x01, 0xf6, 0x82, 0xfd, 0x0f, 0xfa, 0x9f, 0x98, 0x2d, 0xc3, 0x53, 0x5f, 0x19, 0xfe, + 0xa1, 0xee, 0x6a, 0xaf, 0x82, 0xcd, 0x0f, 0xc3, 0xfb, 0x8e, 0x43, 0x50, 0x13, 0x96, 0x8f, 0x42, + 0x21, 0x50, 0x75, 0xec, 0x6b, 0x86, 0x59, 0x5f, 0xa4, 0x15, 0xd6, 0xe7, 0xc9, 0x8a, 0x22, 0x45, + 0x45, 0x76, 0x68, 0x09, 0x74, 0x07, 0x56, 0x2d, 0x5b, 0x35, 0x26, 0x0e, 0x89, 0x3e, 0xfd, 0xa8, + 0xc2, 0x22, 0x0b, 0xcc, 0x2d, 0xbb, 0xc5, 0x51, 0x61, 0xc5, 0x91, 0x75, 0x2f, 0x9d, 0xb1, 0xb5, + 0x73, 0x09, 0xc0, 0xb3, 0xa7, 0xee, 0x10, 0xab, 0x9a, 0x67, 0xd5, 0x81, 0xea, 0xc0, 0x12, 0x83, + 0x34, 0x3c, 0x8b, 0xd8, 0x37, 0x8e, 0x36, 0xf4, 0x7a, 0x99, 0xd9, 0x30, 0x06, 0x68, 0xe9, 0xdc, + 0xbe, 0xf9, 0xd8, 0xc5, 0x7a, 0xbd, 0x42, 0xdb, 0x12, 0x7e, 0xa3, 0x55, 0xba, 0xa2, 0x4c, 0x5c, + 0xaf, 0x52, 0x04, 0xfb, 0x40, 0x37, 0x40, 0x32, 0x3c, 0x75, 0xe4, 0xda, 0x13, 0x15, 0x1f, 0xfb, + 0xd8, 0xb5, 0x34, 0xb3, 0xbe, 0x44, 0x09, 0x96, 0x0c, 0xef, 0xa9, 0x6b, 0x4f, 0x9a, 0x1c, 0x4a, + 0xc6, 0x36, 0xd8, 0x9f, 0x57, 0x0d, 0xa7, 0x5e, 0xa3, 0x55, 0x43, 0x00, 0x6a, 0x39, 0xe1, 0x5e, + 0xb1, 0x14, 0xed, 0x15, 0xa3, 0x9b, 0x80, 0x0c, 0x4f, 0x0d, 0x2c, 0xbb, 0x61, 0xd1, 0x91, 0xac, + 0x2f, 0xb3, 0x73, 0x02, 0xc3, 0xeb, 0x30, 0x44, 0x8b, 0xc1, 0xd1, 0x65, 0x00, 0x43, 0xc7, 0x96, + 0x6f, 0x8c, 0x0c, 0xec, 0xd6, 0x11, 0xed, 0xba, 0x00, 0x41, 0x1f, 0x83, 0x64, 0xda, 0x43, 0xcd, + 0x54, 0x05, 0xaa, 0x15, 0x4a, 0x55, 0xa3, 0xf0, 0x56, 0x44, 0x4a, 0x5a, 0x6b, 0xba, 0x86, 0x7a, + 0x60, 0x58, 0x9a, 0x7b, 0x52, 0x5f, 0xa5, 0x6d, 0x02, 0x02, 0x7a, 0x42, 0x21, 0xc4, 0xdc, 0x33, + 0xb1, 0x0b, 0x48, 0x2e, 0x5c, 0xcd, 0xdd, 0xa8, 0x28, 0x15, 0x06, 0x64, 0x44, 0xf2, 0x73, 0x28, + 0x8b, 0xbb, 0x87, 0x6b, 0x50, 0x60, 0xdb, 0xc8, 0xdc, 0x62, 0xf1, 0xaf, 0x68, 0xfb, 0x34, 0x7b, + 0xda, 0xf6, 0xe9, 0x04, 0x96, 0x53, 0xfb, 0xd2, 0x73, 0x59, 0x7e, 0x0d, 0x55, 0x93, 0xd2, 0xa9, + 0xb6, 0x23, 0x44, 0x43, 0xb3, 0xf7, 0xb8, 0xbb, 0x94, 0x44, 0xa9, 0x98, 0xc2, 0x97, 0xfc, 0x8f, + 0xf2, 0x90, 0xef, 0x61, 0xec, 0xa2, 0x2f, 0xa0, 0xa2, 0x39, 0x8e, 0x79, 0xa2, 0xc6, 0x36, 0x72, + 0x04, 0x7b, 0xd8, 0x20, 0x58, 0xee, 0x24, 0x94, 0xb5, 0xe8, 0x03, 0x5d, 0x83, 0xfc, 0xd0, 0xb6, + 0x46, 0x7c, 0x9b, 0x16, 0xc5, 0x0f, 0x96, 0xb6, 0x6d, 0x6b, 0xa4, 0x50, 0x3c, 0x7a, 0x04, 0x55, + 0x7c, 0x30, 0x76, 0xd4, 0xc9, 0xd4, 0xf4, 0x8d, 0x43, 0xdb, 0xe1, 0x4b, 0x78, 0x2d, 0x2a, 0xd0, + 0x3c, 0x18, 0x3b, 0x7b, 0x1c, 0xab, 0x54, 0xb0, 0xf0, 0x85, 0x1a, 0x50, 0x63, 0xae, 0xa6, 0x8b, + 0x47, 0x26, 0x1e, 0xfa, 0xb6, 0xcb, 0x4f, 0x24, 0xc4, 0x05, 0x49, 0x08, 0x94, 0x00, 0xaf, 0x2c, + 0xb9, 0xb1, 0x6f, 0xf4, 0x71, 0x60, 0x2c, 0x16, 0x66, 0x9d, 0x80, 0xc5, 0x2c, 0xc4, 0x0d, 0x28, + 0x90, 0xf0, 0xc8, 0xf5, 0xea, 0x85, 0xe4, 0x3a, 0x1c, 0x50, 0xb8, 0xc2, 0xf1, 0x24, 0x74, 0xf7, + 0x5d, 0xcd, 0xf2, 0xa8, 0x2b, 0xb2, 0x98, 0x64, 0x3c, 0x08, 0x50, 0x4a, 0x44, 0x45, 0x46, 0x9a, + 0x75, 0x85, 0x47, 0x39, 0xc5, 0xe4, 0x48, 0xd3, 0x7e, 0xf4, 0x29, 0x52, 0x61, 0x0e, 0x36, 0xfb, + 0x40, 0x3b, 0x20, 0x8d, 0x5d, 0x6d, 0x88, 0x47, 0x53, 0x53, 0x75, 0x89, 0x96, 0x73, 0x7d, 0xae, + 0x28, 0x84, 0xf8, 0x77, 0x97, 0x53, 0x28, 0x8c, 0x40, 0xa9, 0x8d, 0xe3, 0x00, 0x74, 0x1b, 0x4a, + 0xda, 0xc8, 0x50, 0x89, 0x4b, 0xe3, 0xd5, 0x81, 0xca, 0xe2, 0xb2, 0x30, 0xcd, 0x23, 0x83, 0xba, + 0x3c, 0x45, 0x8d, 0xfd, 0xf1, 0xe4, 0x7f, 0x9a, 0x87, 0x52, 0x78, 0xb8, 0xf7, 0x16, 0x72, 0xf2, + 0x49, 0x4c, 0x4e, 0xd6, 0x67, 0x1c, 0x40, 0xfe, 0x7f, 0x24, 0x2c, 0x37, 0x21, 0x6f, 0x58, 0x23, + 0x9b, 0xcb, 0x4a, 0x7d, 0x46, 0x63, 0x99, 0xc0, 0x50, 0xaa, 0x3f, 0xc8, 0x8b, 0x28, 0x2f, 0xcf, + 0xa0, 0x96, 0x38, 0x88, 0x9d, 0xab, 0xbf, 0x2e, 0xc5, 0x4e, 0xa6, 0xf9, 0x5d, 0x96, 0xe8, 0x00, + 0xfc, 0xdf, 0x67, 0xa0, 0x2c, 0x88, 0x13, 0x7a, 0x00, 0x25, 0xc3, 0x8a, 0x0b, 0xde, 0x69, 0x9b, + 0x28, 0x45, 0xc3, 0xe2, 0x05, 0xbf, 0x82, 0x2a, 0x3e, 0x26, 0x83, 0x19, 0x14, 0xce, 0x9e, 0x59, + 0xb8, 0xc2, 0x0a, 0x44, 0x0c, 0x8c, 0x89, 0xc8, 0x20, 0x77, 0x36, 0x03, 0x56, 0x80, 0x9f, 0xa7, + 0xfc, 0x9d, 0x0c, 0x94, 0x99, 0x32, 0x6f, 0x1b, 0x13, 0xe3, 0x35, 0xe2, 0x78, 0xf4, 0x01, 0x54, + 0x26, 0xda, 0xb1, 0x1a, 0x1e, 0x63, 0xb2, 0x78, 0xa7, 0x3c, 0xd1, 0x8e, 0x7b, 0xc1, 0x61, 0xe5, + 0xe7, 0xb0, 0xe6, 0xf1, 0x4b, 0x1d, 0xaa, 0x7f, 0xe8, 0x62, 0xef, 0xd0, 0x36, 0x75, 0xd5, 0x19, + 0xfa, 0x3c, 0xea, 0x5e, 0x0d, 0xb0, 0x83, 0x00, 0xd9, 0x1b, 0xfa, 0xf2, 0xff, 0xc8, 0x43, 0x31, + 0x50, 0xd1, 0xc4, 0xd0, 0x69, 0x53, 0xff, 0x50, 0x75, 0x34, 0xcf, 0x7b, 0x65, 0xbb, 0x3a, 0x9f, + 0xa8, 0x0a, 0x01, 0xf6, 0x38, 0x0c, 0x5d, 0xa5, 0xa7, 0x93, 0x43, 0xd7, 0x70, 0x84, 0x4b, 0x18, + 0x22, 0x08, 0x6d, 0x40, 0x91, 0xd9, 0x5e, 0xcd, 0x0b, 0x22, 0x7e, 0xfa, 0xdd, 0xf0, 0x88, 0x59, + 0x0e, 0x3d, 0x83, 0x20, 0xa4, 0xcb, 0x53, 0x0e, 0xb5, 0x00, 0xde, 0xe0, 0xa1, 0xdd, 0x3a, 0x2c, + 0x52, 0xb1, 0xd0, 0x3c, 0x1e, 0xd8, 0x17, 0xc8, 0x67, 0xc3, 0x4b, 0xc8, 0x4b, 0x21, 0x21, 0x2f, + 0xc4, 0xeb, 0xa1, 0x68, 0x1a, 0xd5, 0x2f, 0xd2, 0x92, 0x45, 0x02, 0xa0, 0x51, 0x7d, 0x07, 0x96, + 0x5d, 0x3c, 0xb1, 0x8f, 0xb0, 0xea, 0xb8, 0xc6, 0x91, 0xe6, 0x13, 0xcf, 0x89, 0xae, 0xa5, 0xd8, + 0xc9, 0x6e, 0x30, 0x20, 0xb7, 0x15, 0x4a, 0xdb, 0x63, 0xa4, 0x0d, 0x4f, 0xa9, 0xb9, 0x71, 0x00, + 0x71, 0x5a, 0xd8, 0xb2, 0x1c, 0x99, 0x9a, 0xa3, 0xea, 0xda, 0xc4, 0x31, 0xac, 0x31, 0x5d, 0x5e, + 0x45, 0x12, 0xe5, 0x4f, 0x7d, 0xfc, 0xd4, 0xd4, 0x9c, 0x1d, 0x06, 0x47, 0x1f, 0xc1, 0x92, 0x87, + 0x2d, 0x5d, 0xe5, 0x37, 0x56, 0xfc, 0x13, 0xee, 0xb3, 0x55, 0x09, 0x74, 0x3b, 0x00, 0xa2, 0x5b, + 0x80, 0x22, 0xf7, 0x29, 0xbc, 0xe4, 0xc5, 0x1c, 0xb8, 0xe5, 0xd0, 0x8b, 0x0a, 0x10, 0x48, 0x62, + 0xc7, 0x5a, 0x15, 0xb6, 0x25, 0x73, 0xe4, 0x8e, 0xd0, 0x55, 0xa8, 0x68, 0xa6, 0x69, 0xbf, 0x52, + 0x89, 0x2c, 0x68, 0x1e, 0x75, 0xe3, 0xaa, 0x0a, 0x50, 0x58, 0xf7, 0x95, 0xd5, 0xf0, 0xd0, 0x35, + 0xa8, 0xb9, 0xd8, 0x31, 0xb5, 0x21, 0x56, 0x83, 0x41, 0x66, 0xae, 0x5c, 0x95, 0x83, 0x7b, 0xe1, + 0x58, 0x6b, 0xfa, 0xc4, 0xb0, 0x54, 0x22, 0x38, 0xd4, 0x91, 0x2b, 0x2a, 0x25, 0x0a, 0xd9, 0xb1, + 0x5f, 0x59, 0xf2, 0x5d, 0xa8, 0x25, 0x86, 0x48, 0x38, 0xe6, 0xe6, 0x21, 0x3d, 0x0d, 0x87, 0x95, + 0x66, 0xaf, 0xdd, 0xd8, 0x6e, 0x4a, 0x59, 0xf9, 0x9f, 0xe4, 0xa0, 0x1a, 0xd3, 0xf5, 0xbf, 0x05, + 0xa9, 0x13, 0x44, 0x29, 0x1f, 0x13, 0xa5, 0x6b, 0x50, 0x8b, 0x44, 0x49, 0xa5, 0x7b, 0x3d, 0x0b, + 0xec, 0x52, 0x51, 0x28, 0x4f, 0x1d, 0x6d, 0x82, 0xe3, 0x32, 0x55, 0x48, 0xc8, 0x54, 0x7f, 0x96, + 0x4c, 0x2d, 0x52, 0x99, 0xba, 0x3e, 0xc7, 0xbe, 0xbd, 0xa9, 0x60, 0x15, 0xcf, 0x2d, 0x58, 0xa5, + 0x19, 0x82, 0xf5, 0x26, 0xd3, 0xf5, 0x7f, 0x72, 0xb0, 0x14, 0xb7, 0x76, 0xbf, 0xf7, 0xf3, 0x35, + 0x98, 0x3f, 0x5f, 0x37, 0xe6, 0x99, 0xf8, 0xdf, 0xcd, 0x84, 0x91, 0xd0, 0xc4, 0xb7, 0x7d, 0xcd, + 0x54, 0x59, 0xcc, 0xc0, 0xb4, 0x05, 0x50, 0x10, 0x09, 0x17, 0x3c, 0xc2, 0x87, 0x13, 0x04, 0x96, + 0xa1, 0xcc, 0xf8, 0x30, 0x1a, 0x0e, 0x7c, 0x93, 0x89, 0x7f, 0x0e, 0x15, 0xd1, 0xb9, 0x42, 0x75, + 0x58, 0x64, 0x7b, 0xb3, 0x3a, 0xbf, 0xbb, 0x15, 0x7c, 0x52, 0xdb, 0xc4, 0xa9, 0x54, 0xdf, 0x37, + 0x43, 0xdb, 0xc4, 0x61, 0x03, 0xdf, 0x94, 0xff, 0x34, 0x03, 0x4b, 0x71, 0x5f, 0x8b, 0x98, 0xab, + 0x84, 0x7b, 0xa6, 0x0e, 0x4d, 0x23, 0x38, 0x18, 0x29, 0x2a, 0xab, 0x71, 0x5f, 0x6c, 0x9b, 0xe2, + 0xd0, 0x23, 0xd8, 0x4c, 0x97, 0x9a, 0x7a, 0x3e, 0x76, 0xa3, 0x8b, 0x2a, 0xeb, 0xc9, 0x92, 0x14, + 0xdf, 0xd2, 0xe5, 0x3f, 0x5b, 0x64, 0x3e, 0xec, 0x6f, 0x4b, 0x8c, 0x6f, 0x43, 0x71, 0x82, 0x3d, + 0x4f, 0x1b, 0x63, 0x8f, 0xbb, 0x9e, 0x42, 0x5c, 0xb4, 0xc7, 0x31, 0x4a, 0x48, 0x33, 0xd3, 0x38, + 0x2e, 0x9c, 0x69, 0x1c, 0x0b, 0xa7, 0x18, 0xc7, 0xc5, 0x53, 0x8d, 0x63, 0x31, 0xb1, 0x30, 0x6e, + 0x40, 0xe1, 0xa7, 0x29, 0x9e, 0x62, 0x2f, 0xbd, 0xf1, 0xf0, 0x2d, 0x85, 0x2b, 0x1c, 0x8f, 0xb6, + 0x66, 0x2d, 0x21, 0x26, 0x9d, 0xe7, 0x5c, 0x18, 0xe5, 0x73, 0x2f, 0x8c, 0xca, 0xac, 0x85, 0xd1, + 0x84, 0xaa, 0x87, 0x3d, 0xcf, 0xb0, 0x2d, 0x76, 0xd9, 0x81, 0x9a, 0xb8, 0xa5, 0x7b, 0x57, 0x67, + 0x84, 0x73, 0xb7, 0xfb, 0x8c, 0x90, 0xb9, 0xea, 0x15, 0x4f, 0xf8, 0x42, 0x5f, 0x41, 0x99, 0x99, + 0x37, 0xc6, 0xa4, 0x96, 0xdc, 0x40, 0x8c, 0x98, 0x34, 0x08, 0x19, 0x63, 0xc1, 0x2c, 0x22, 0x63, + 0xb0, 0x02, 0x0b, 0xf6, 0xd4, 0x57, 0x7f, 0xa2, 0x3b, 0x19, 0x55, 0x25, 0x6f, 0x4f, 0xfd, 0x6f, + 0xd1, 0x2a, 0x2c, 0x8c, 0x4c, 0xdb, 0xf1, 0xe8, 0xe6, 0x45, 0x55, 0x61, 0x1f, 0xe8, 0x33, 0x00, + 0x32, 0x34, 0x3e, 0x56, 0x87, 0x9a, 0x53, 0x47, 0xa7, 0x6c, 0x72, 0x95, 0x18, 0xdd, 0xb6, 0xe6, + 0x90, 0x48, 0x81, 0x49, 0x17, 0x29, 0xb3, 0x72, 0x4a, 0x19, 0x26, 0x84, 0xa4, 0xc8, 0x45, 0x28, + 0xd1, 0x51, 0xa5, 0x2b, 0x62, 0x95, 0xed, 0xfa, 0x30, 0x40, 0x4b, 0x97, 0x2d, 0xa8, 0x88, 0xc3, + 0x41, 0x96, 0x7c, 0xb4, 0xdb, 0x5c, 0x84, 0x7c, 0x6b, 0xa7, 0xdd, 0x64, 0x9a, 0x60, 0xbb, 0xdb, + 0xe9, 0x34, 0xb7, 0x07, 0x52, 0x96, 0xee, 0x6c, 0x6f, 0x0f, 0x5a, 0x2f, 0x9a, 0x52, 0x0e, 0x55, + 0xa0, 0xd8, 0xed, 0x35, 0x3b, 0xfd, 0x66, 0x67, 0x20, 0xe5, 0x51, 0x0d, 0xca, 0xe4, 0x6b, 0xbb, + 0xdb, 0x79, 0xda, 0x52, 0xf6, 0xa4, 0x05, 0x02, 0x68, 0xf6, 0x07, 0x8d, 0x27, 0xed, 0x56, 0xff, + 0x59, 0x73, 0x47, 0x2a, 0xc8, 0x5b, 0x00, 0xd1, 0xc8, 0xa1, 0x02, 0x64, 0xf7, 0x7b, 0xac, 0xa2, + 0x1d, 0x52, 0x65, 0x86, 0x5e, 0x85, 0x7b, 0xfa, 0x52, 0x25, 0xf5, 0xc8, 0x7f, 0x0c, 0xc5, 0x60, + 0x51, 0xa0, 0x5b, 0x50, 0x74, 0xf1, 0x10, 0x1b, 0x47, 0x5c, 0xdd, 0xc4, 0xa2, 0x0d, 0x4e, 0xa5, + 0x84, 0x24, 0xe8, 0x23, 0xc8, 0x7b, 0xc1, 0x0d, 0xde, 0x99, 0xa4, 0x14, 0x2d, 0xff, 0xbb, 0x0c, + 0x2c, 0x72, 0x08, 0x92, 0xa1, 0x62, 0xd9, 0xbe, 0x31, 0x0a, 0x2e, 0x13, 0xb3, 0x4b, 0x60, 0x31, + 0x18, 0x89, 0x58, 0xa6, 0xf4, 0x5a, 0x2b, 0xbf, 0x00, 0xc6, 0xbf, 0x10, 0x82, 0xbc, 0xed, 0x60, + 0x8b, 0x1f, 0xfb, 0xd0, 0xff, 0xe8, 0x7d, 0x28, 0xfd, 0x88, 0xb1, 0xa3, 0x99, 0xc6, 0x11, 0xe6, + 0xc7, 0x3c, 0x11, 0x80, 0x68, 0x4f, 0x17, 0x8f, 0x88, 0xdf, 0x4d, 0x57, 0x74, 0x5e, 0x09, 0x3e, + 0x49, 0x39, 0xdd, 0xf0, 0x86, 0x9a, 0xab, 0x63, 0x9d, 0xae, 0xe5, 0xbc, 0x12, 0x01, 0x88, 0x28, + 0x51, 0x4d, 0x4e, 0x57, 0x72, 0x5e, 0x61, 0x1f, 0xf2, 0x7d, 0x28, 0xb0, 0x05, 0x49, 0xf0, 0x86, + 0xe5, 0x4c, 0x99, 0xd2, 0xac, 0x2a, 0xec, 0x83, 0xb4, 0xdb, 0x9e, 0xfa, 0x04, 0xcc, 0x74, 0x31, + 0xff, 0x92, 0x31, 0x14, 0x58, 0x24, 0x8a, 0x6e, 0x43, 0x81, 0x44, 0xd8, 0xc6, 0x98, 0x8f, 0xee, + 0x5a, 0x32, 0x56, 0xdd, 0xa6, 0x58, 0x85, 0x53, 0xa1, 0x4f, 0x82, 0x6d, 0x93, 0x6c, 0x32, 0xee, + 0x64, 0xe4, 0xe2, 0xc6, 0x09, 0x19, 0xe6, 0x8a, 0xc8, 0x85, 0xa8, 0xda, 0xa1, 0x6d, 0x59, 0x78, + 0xe8, 0xab, 0x2e, 0xf6, 0xdd, 0x93, 0x60, 0xb0, 0x39, 0x50, 0x21, 0x30, 0x22, 0xb7, 0x34, 0x62, + 0xa1, 0x47, 0xd4, 0x6c, 0xbc, 0x8b, 0x04, 0x40, 0x38, 0x11, 0x97, 0x38, 0x1c, 0xcc, 0xe4, 0xb1, + 0xdb, 0x72, 0x88, 0x09, 0xcf, 0xde, 0x76, 0xe0, 0xf2, 0xc4, 0xb0, 0x8c, 0xc9, 0x74, 0xa2, 0x6a, + 0xc1, 0xe3, 0x05, 0x12, 0x8f, 0x25, 0x0f, 0xe2, 0xde, 0xe7, 0x54, 0x0d, 0x91, 0x28, 0x3c, 0x94, + 0xfb, 0x6f, 0x59, 0x28, 0x0b, 0xdd, 0xfb, 0x3d, 0xed, 0x06, 0xdd, 0x81, 0xc6, 0x63, 0xdb, 0x37, + 0x34, 0x1f, 0xeb, 0x6a, 0xd4, 0x38, 0x26, 0x88, 0x28, 0xc2, 0x3d, 0x0b, 0x9a, 0x79, 0x8f, 0xc8, + 0x3d, 0xa5, 0x29, 0x9c, 0xb9, 0xc1, 0xce, 0x29, 0xd1, 0x7d, 0x28, 0x92, 0x18, 0x81, 0x96, 0x5a, + 0x3c, 0xb3, 0x54, 0x48, 0x2b, 0xff, 0xdf, 0x0c, 0x94, 0xc2, 0x1d, 0x0f, 0x32, 0xc4, 0xdc, 0x9a, + 0xc6, 0xce, 0xfb, 0x2a, 0xcc, 0xa4, 0x72, 0xe3, 0x77, 0x09, 0x80, 0x11, 0x09, 0x47, 0x7f, 0x4c, + 0x4d, 0xf6, 0x38, 0x8f, 0x89, 0x3f, 0x55, 0xc9, 0x22, 0xb2, 0x8f, 0xb0, 0x7b, 0xc2, 0x8f, 0xd4, + 0x2b, 0x13, 0x7f, 0xba, 0x13, 0xc0, 0x88, 0xd3, 0x42, 0x0c, 0x3f, 0x99, 0x87, 0x89, 0xad, 0x07, + 0x07, 0xce, 0x65, 0x0e, 0xdb, 0xb3, 0x75, 0x4c, 0x4c, 0x11, 0x57, 0xd8, 0x71, 0x63, 0x5c, 0x65, + 0xd0, 0xa0, 0x35, 0x57, 0xa0, 0xcc, 0xc9, 0x68, 0x73, 0x98, 0x39, 0xe6, 0xaa, 0x9e, 0xb6, 0x67, + 0x1d, 0x16, 0xfd, 0xa1, 0xa3, 0x4e, 0x3c, 0x8f, 0x87, 0xa3, 0x05, 0x7f, 0xe8, 0xec, 0x79, 0x9e, + 0xfc, 0x18, 0xca, 0xc2, 0xae, 0x0d, 0xba, 0x0d, 0x2b, 0xe2, 0x16, 0x4f, 0xdc, 0x1d, 0x5a, 0x16, + 0xb6, 0x74, 0x98, 0x2f, 0x24, 0xff, 0xb3, 0x1c, 0xd4, 0x12, 0xfb, 0x36, 0xa7, 0x7b, 0x69, 0x7c, + 0xf7, 0x27, 0x12, 0xcd, 0xaa, 0x52, 0xe6, 0x30, 0x3a, 0xed, 0x57, 0xa0, 0x7c, 0x88, 0x4d, 0x07, + 0xbb, 0xaa, 0x6d, 0x99, 0xc1, 0xb0, 0x01, 0x03, 0x75, 0x2d, 0x93, 0x6e, 0x84, 0xeb, 0x78, 0x84, + 0x5d, 0x57, 0x33, 0x19, 0x13, 0xe6, 0x9d, 0x57, 0x02, 0x20, 0xe5, 0x72, 0x17, 0x56, 0x45, 0x25, + 0xaa, 0x06, 0xed, 0x61, 0x27, 0x2c, 0x2b, 0x22, 0xae, 0xc9, 0xdb, 0xf6, 0x09, 0x2c, 0x9b, 0xb6, + 0x35, 0x26, 0xb2, 0xaf, 0x87, 0xf4, 0x05, 0xe6, 0x21, 0x84, 0x88, 0x80, 0x78, 0x0b, 0x96, 0xe9, + 0x79, 0x84, 0x4a, 0x47, 0xc4, 0x53, 0x43, 0x89, 0xab, 0x2a, 0x35, 0x8a, 0xa0, 0x63, 0x4a, 0x0f, + 0xa5, 0x09, 0x2d, 0x75, 0x77, 0x62, 0x3d, 0x67, 0x6e, 0x0f, 0x0d, 0x24, 0x14, 0xa1, 0xf7, 0xd7, + 0x79, 0x6c, 0xc1, 0x69, 0xa3, 0x38, 0x7e, 0x49, 0xa0, 0x24, 0x2e, 0x4a, 0x78, 0xb4, 0x20, 0x50, + 0x02, 0xa5, 0x64, 0x47, 0x0b, 0x02, 0x29, 0x82, 0x3c, 0x95, 0x2e, 0x16, 0xbb, 0xd3, 0xff, 0xf2, + 0x67, 0xb0, 0xbe, 0xe7, 0x24, 0xe6, 0x8d, 0xeb, 0xc9, 0xb9, 0xb3, 0x27, 0xff, 0xdb, 0x0c, 0xac, + 0xa5, 0x4a, 0x31, 0xad, 0x34, 0x7f, 0xca, 0x37, 0x05, 0x23, 0xca, 0x2e, 0x5b, 0x45, 0x16, 0xf3, + 0x32, 0x09, 0xec, 0xc3, 0xe7, 0x5e, 0x7c, 0xaa, 0x23, 0x08, 0xba, 0x05, 0x2b, 0xc4, 0x0d, 0xb3, + 0x47, 0xaa, 0x6b, 0x1c, 0xa8, 0x21, 0x9b, 0x7c, 0xf0, 0x2e, 0x4c, 0xef, 0x8e, 0x14, 0xe3, 0x40, + 0x89, 0x0c, 0x70, 0x4d, 0x20, 0xa7, 0xb6, 0x98, 0xcd, 0x77, 0x25, 0x20, 0xed, 0x13, 0x91, 0xfd, + 0x75, 0x06, 0x96, 0x53, 0xdd, 0x40, 0xbf, 0x48, 0x18, 0xa3, 0x0f, 0x04, 0xfb, 0x3d, 0x7b, 0xa4, + 0x42, 0xbb, 0x74, 0x3f, 0x6e, 0x97, 0xae, 0x9e, 0x52, 0x32, 0x66, 0xa2, 0xfa, 0x50, 0xe5, 0x7b, + 0x96, 0x7c, 0xe8, 0xcf, 0xbf, 0x15, 0x27, 0x8c, 0x77, 0x36, 0x3e, 0x49, 0x7f, 0x9e, 0x81, 0x0a, + 0xe7, 0xda, 0x0f, 0x4e, 0x10, 0xde, 0x96, 0x69, 0x6c, 0x12, 0x59, 0x7c, 0x11, 0x4d, 0xe2, 0x26, + 0x14, 0xc3, 0x3b, 0xe8, 0x6c, 0x29, 0x86, 0xdf, 0x89, 0x09, 0x5e, 0xe0, 0x3b, 0x40, 0xd1, 0x4b, + 0xbe, 0xbf, 0x97, 0x83, 0x8b, 0x5c, 0xfb, 0x98, 0xec, 0x66, 0x1c, 0x3b, 0x0c, 0x0a, 0x6c, 0xf6, + 0x4d, 0x40, 0x9a, 0xf9, 0x4a, 0x3b, 0xf1, 0x88, 0x2b, 0xee, 0x68, 0x2e, 0x56, 0x27, 0xa1, 0x84, + 0x49, 0x0c, 0xb3, 0xcd, 0x10, 0x7b, 0x58, 0x47, 0x77, 0xe1, 0x82, 0x31, 0xb6, 0x6c, 0x97, 0x04, + 0x02, 0x34, 0x58, 0x0d, 0x8e, 0xaf, 0xf9, 0xfd, 0x63, 0x86, 0x6c, 0x78, 0x24, 0x6a, 0x65, 0x47, + 0xd6, 0x24, 0x94, 0x0b, 0x8e, 0x11, 0xc3, 0x2a, 0x22, 0xc7, 0x95, 0x49, 0xe4, 0x7a, 0x40, 0xc1, + 0xab, 0x52, 0xb8, 0x1f, 0x8b, 0x1e, 0xc2, 0x46, 0xd8, 0x17, 0xd5, 0xb0, 0xb4, 0xa1, 0x4f, 0x34, + 0x39, 0xd3, 0x08, 0x5c, 0x48, 0xd7, 0x43, 0x82, 0x16, 0xc7, 0x33, 0xc5, 0x40, 0xd4, 0x1c, 0x1b, + 0x5c, 0x55, 0x33, 0xc6, 0x4e, 0x70, 0xf2, 0xcb, 0x9f, 0x3a, 0x1a, 0x63, 0x07, 0x3d, 0x84, 0x4d, + 0xde, 0x19, 0x0b, 0x1f, 0xfb, 0x2a, 0x3d, 0x8e, 0x1c, 0x3b, 0xea, 0x04, 0xfb, 0xae, 0x31, 0xe4, + 0x7a, 0x69, 0x8d, 0x51, 0x74, 0xf0, 0xb1, 0xff, 0xcc, 0x76, 0x5a, 0x63, 0x67, 0x8f, 0x62, 0xd1, + 0x63, 0xb8, 0xa8, 0xb3, 0x8b, 0x3c, 0xea, 0x01, 0xf6, 0x7c, 0x36, 0x16, 0x5e, 0x30, 0xc4, 0x54, + 0x4f, 0x15, 0x95, 0x3a, 0x27, 0x79, 0x82, 0xd9, 0xcb, 0x8f, 0x70, 0x0a, 0xe4, 0xbf, 0x9b, 0x83, + 0xcd, 0x99, 0xb3, 0xc2, 0x04, 0xea, 0x0f, 0x93, 0xf2, 0x3b, 0x99, 0x94, 0x0c, 0x5c, 0x98, 0x39, + 0x29, 0xe8, 0x71, 0x42, 0x73, 0x7d, 0x94, 0x3a, 0x8f, 0x99, 0xb5, 0xb6, 0x42, 0xed, 0xf5, 0x30, + 0xae, 0xbd, 0x3e, 0x3c, 0xa3, 0x74, 0x4c, 0x83, 0xdd, 0x83, 0xb5, 0x7d, 0x0f, 0xd3, 0xed, 0x19, + 0xc7, 0xa4, 0x2f, 0xc4, 0xbc, 0x33, 0xad, 0xc8, 0x5d, 0xb8, 0x90, 0x2c, 0x73, 0x86, 0x0d, 0x91, + 0x7f, 0x00, 0x68, 0x1e, 0x8c, 0x1d, 0xce, 0x7a, 0x0b, 0x96, 0xd9, 0xc6, 0xf2, 0x84, 0xf3, 0x20, + 0x71, 0x3f, 0x2b, 0x51, 0xa3, 0x88, 0x80, 0x77, 0xc3, 0xa3, 0x6e, 0x98, 0x76, 0x4c, 0x9d, 0xd7, + 0xe0, 0xc4, 0x9b, 0x3a, 0x0b, 0x1c, 0x48, 0x6b, 0x97, 0xff, 0x32, 0x94, 0x08, 0x7b, 0xd6, 0x8a, + 0x77, 0xce, 0x5d, 0x85, 0x3c, 0xe1, 0x8e, 0x6e, 0x26, 0xa6, 0x69, 0x35, 0x7e, 0x80, 0x98, 0x98, + 0x95, 0x8f, 0xe3, 0xb3, 0xb2, 0x12, 0x27, 0x8e, 0x4d, 0xc2, 0x5d, 0x80, 0x56, 0x34, 0x3a, 0xa9, + 0x36, 0x65, 0x66, 0xb4, 0xe9, 0x0e, 0x94, 0x5a, 0x61, 0x8f, 0xcf, 0x55, 0x42, 0x85, 0x7c, 0xeb, + 0x8c, 0x5e, 0xb4, 0x5e, 0xa7, 0x17, 0xad, 0x64, 0x2f, 0xfe, 0x22, 0x03, 0x52, 0x52, 0x2e, 0xd0, + 0x17, 0x89, 0xda, 0x04, 0xd3, 0x3a, 0x5b, 0xee, 0xc2, 0x9a, 0x7f, 0x1e, 0xaf, 0xf9, 0xca, 0xfc, + 0x82, 0xb1, 0xe3, 0x76, 0x19, 0xf2, 0xf8, 0x60, 0xec, 0xa4, 0x5f, 0x4e, 0x92, 0x51, 0x57, 0x28, + 0x8e, 0xd0, 0x18, 0x84, 0x26, 0xf5, 0x0e, 0xb1, 0x45, 0x69, 0x08, 0x4e, 0x7e, 0xc2, 0xed, 0xda, + 0x40, 0x73, 0xc7, 0xd8, 0xdf, 0xc3, 0x93, 0x03, 0xec, 0x7a, 0x87, 0x86, 0x30, 0x49, 0x71, 0x1f, + 0x36, 0x93, 0xf6, 0x61, 0xe5, 0x06, 0xd7, 0xc2, 0x49, 0x1e, 0xe1, 0xac, 0x9d, 0xcd, 0x22, 0x54, + 0x1a, 0x49, 0x1e, 0x67, 0x2a, 0x8d, 0xd9, 0x0d, 0x3f, 0xaf, 0xd2, 0x98, 0xd9, 0xe4, 0x60, 0xa6, + 0x7f, 0x80, 0xcb, 0x6d, 0xdb, 0x1a, 0xb7, 0x89, 0xf7, 0xf0, 0x9a, 0x2e, 0xe8, 0x39, 0x02, 0x08, + 0xf9, 0xbf, 0x66, 0xe0, 0xd2, 0x3c, 0xfe, 0xbf, 0x49, 0x67, 0x75, 0xa6, 0x9b, 0x9f, 0x9f, 0xed, + 0xe6, 0x3f, 0x82, 0xcd, 0x14, 0xad, 0xab, 0xe2, 0x63, 0xc7, 0x70, 0xc3, 0x20, 0x65, 0x3d, 0x51, + 0xc8, 0x6d, 0x32, 0xb4, 0xfc, 0xf7, 0x33, 0x50, 0x9f, 0xd7, 0x41, 0xf4, 0x75, 0x62, 0x5e, 0x85, + 0xc3, 0x84, 0xd3, 0x07, 0x3d, 0x9c, 0xda, 0xc7, 0xf1, 0xa9, 0xbd, 0x7e, 0x36, 0x83, 0xd8, 0xec, + 0xfe, 0xcb, 0x05, 0x58, 0xe4, 0xfe, 0x27, 0x7a, 0x0e, 0x2b, 0x13, 0x47, 0x4d, 0x1d, 0xfc, 0xb3, + 0x96, 0x5d, 0x3c, 0xc5, 0x4d, 0x56, 0x96, 0x27, 0x29, 0x07, 0xfd, 0xd3, 0xb0, 0x67, 0xa9, 0x6b, + 0x1b, 0x31, 0x2f, 0x3a, 0xec, 0xc8, 0xcd, 0xa0, 0x23, 0xa9, 0x0b, 0x1b, 0xa2, 0x7f, 0x1c, 0xac, + 0xfc, 0xe4, 0x6d, 0x92, 0xfc, 0xb9, 0x6f, 0x93, 0x7c, 0x07, 0xeb, 0x41, 0xc8, 0xcc, 0x4d, 0x25, + 0xbf, 0x03, 0xe5, 0xf1, 0x3b, 0x1b, 0x57, 0xce, 0x30, 0xa9, 0xca, 0x05, 0x77, 0xa6, 0x61, 0x7f, + 0x06, 0x68, 0xea, 0xe1, 0xc8, 0x10, 0x31, 0xed, 0x5c, 0x48, 0x9e, 0xf7, 0x27, 0x15, 0x9a, 0x22, + 0x4d, 0x93, 0x7a, 0xf4, 0x21, 0x54, 0xd9, 0xd9, 0x8c, 0x6a, 0x1a, 0x13, 0xc3, 0xf7, 0xf8, 0xe6, + 0x88, 0xd0, 0x3b, 0xe1, 0x46, 0x80, 0x52, 0x71, 0xa2, 0x0f, 0x2f, 0xea, 0x9e, 0x4f, 0x17, 0xb5, + 0x3a, 0x09, 0x57, 0x35, 0xbf, 0xff, 0x71, 0xe5, 0x8c, 0xc5, 0xcf, 0xbb, 0x97, 0x52, 0x41, 0x1a, + 0x5c, 0x24, 0x71, 0xb5, 0xca, 0x22, 0xee, 0x39, 0xd7, 0x43, 0xe4, 0xb3, 0xc5, 0x4f, 0xa9, 0x9b, + 0xf3, 0x56, 0xc3, 0xa7, 0x50, 0xd2, 0x74, 0x5d, 0x38, 0xb8, 0x8a, 0x9d, 0x7e, 0xf0, 0x57, 0xca, + 0x9e, 0x52, 0xd4, 0xf8, 0x3f, 0xb9, 0x19, 0x3e, 0xcb, 0x17, 0x1c, 0x19, 0xae, 0x02, 0x02, 0x65, + 0xc1, 0x3f, 0xd1, 0x06, 0x14, 0xe9, 0x29, 0xc1, 0x44, 0x3b, 0xe6, 0x7a, 0x68, 0x91, 0x7c, 0xef, + 0x69, 0xc7, 0xf2, 0x0e, 0xbd, 0x33, 0x1f, 0xf7, 0x6d, 0x5e, 0x9f, 0xcb, 0x8f, 0x50, 0x0c, 0xb8, + 0xa0, 0x3b, 0x89, 0x75, 0x5d, 0x4f, 0x77, 0x23, 0x21, 0xfe, 0xb7, 0xe2, 0xeb, 0x78, 0x3d, 0x5d, + 0x20, 0xb6, 0x6e, 0xa7, 0x50, 0xe0, 0x57, 0xfc, 0x2e, 0x42, 0xc9, 0x70, 0xd4, 0xd8, 0x2d, 0x99, + 0xa2, 0x11, 0xdc, 0xff, 0xbb, 0x06, 0xb5, 0x89, 0xe6, 0xfd, 0xc8, 0x9d, 0x78, 0x75, 0xc2, 0x93, + 0x31, 0x54, 0x95, 0x2a, 0x01, 0x33, 0x07, 0x7e, 0xcf, 0xb0, 0x52, 0x74, 0xda, 0x31, 0x0f, 0x1c, + 0x45, 0x3a, 0xed, 0x58, 0xfe, 0xb3, 0x0c, 0x40, 0xf4, 0xf2, 0xee, 0xdd, 0x3e, 0x06, 0x24, 0x30, + 0xd3, 0xf0, 0x7c, 0x7a, 0x45, 0xba, 0xa4, 0xd0, 0xff, 0xf4, 0x99, 0x66, 0xfc, 0x1d, 0xbe, 0x94, + 0x5c, 0x05, 0xd1, 0xe3, 0x7b, 0x59, 0x81, 0xe2, 0x9e, 0xe6, 0x0f, 0x0f, 0x49, 0xdb, 0xee, 0x01, + 0xd0, 0xfb, 0xce, 0x73, 0x5e, 0x4d, 0x53, 0x3a, 0xf6, 0x6a, 0x7a, 0x12, 0xfc, 0x9d, 0xf9, 0x44, + 0x71, 0x08, 0x95, 0x44, 0xb8, 0x53, 0xe6, 0xa3, 0x24, 0x30, 0x16, 0xd6, 0xb7, 0x48, 0x4c, 0xf9, + 0x83, 0x19, 0xfe, 0x47, 0x6b, 0x50, 0x10, 0xe2, 0xa9, 0xaa, 0xc2, 0xbf, 0xe4, 0xff, 0xb0, 0x00, + 0xb0, 0x6d, 0x5b, 0xba, 0xc1, 0x54, 0xc9, 0x5d, 0x00, 0xae, 0x00, 0xa2, 0xb7, 0x8f, 0x28, 0xd1, + 0xf6, 0x3e, 0xf6, 0x95, 0x12, 0xa3, 0x22, 0xdd, 0xfd, 0x39, 0x54, 0xc2, 0x83, 0x40, 0x52, 0x28, + 0x3b, 0xb7, 0x50, 0x78, 0xcf, 0x96, 0x14, 0xfb, 0x23, 0x58, 0x4a, 0x04, 0x7a, 0x69, 0xf5, 0x2b, + 0x74, 0x48, 0xa9, 0x68, 0xe2, 0x58, 0xdc, 0x83, 0x72, 0x50, 0x9a, 0xd4, 0x99, 0x9f, 0xdf, 0x50, + 0x56, 0x8c, 0xd4, 0xf8, 0x20, 0x4c, 0xc9, 0xe2, 0x9f, 0xd0, 0x52, 0x0b, 0x73, 0x4b, 0x55, 0x42, + 0x42, 0x52, 0xf0, 0x4b, 0x58, 0x26, 0x51, 0x5c, 0xbc, 0x70, 0x61, 0x6e, 0xe1, 0x1a, 0x3e, 0xf6, + 0xb7, 0xc5, 0xf2, 0x57, 0xa0, 0xec, 0x3a, 0x3f, 0x1a, 0x44, 0x63, 0x4d, 0x4d, 0x76, 0x87, 0x6e, + 0x41, 0x01, 0x97, 0xbd, 0x20, 0x9b, 0x9a, 0x3e, 0x7a, 0x0c, 0x10, 0xbd, 0x4a, 0xe2, 0x37, 0x7c, + 0x84, 0x83, 0xbd, 0x68, 0x7e, 0xb8, 0xe2, 0xa4, 0xc2, 0x13, 0x3e, 0x5a, 0x42, 0x4f, 0x60, 0xc5, + 0x24, 0x4a, 0x33, 0xd1, 0xc2, 0xd2, 0xdc, 0x16, 0x2e, 0x53, 0xf2, 0x58, 0x1b, 0xaf, 0x83, 0x14, + 0x85, 0xaa, 0x96, 0x4a, 0x97, 0x03, 0xd0, 0xe5, 0x50, 0xb5, 0x78, 0x84, 0x6a, 0xb5, 0xc9, 0xba, + 0xb8, 0x03, 0xe5, 0xe0, 0x6e, 0x9d, 0x6a, 0x58, 0xf5, 0x72, 0x72, 0x69, 0xf0, 0xbd, 0xa2, 0x12, + 0xbf, 0x5c, 0xd7, 0xb2, 0xe4, 0x43, 0x28, 0x85, 0xcd, 0x46, 0x2b, 0x50, 0xe3, 0x8f, 0x2f, 0xbe, + 0xef, 0x85, 0xf7, 0xfe, 0xd7, 0x61, 0x45, 0x00, 0xb6, 0x3a, 0x83, 0xa6, 0xd2, 0x69, 0xb4, 0xa5, + 0x4c, 0x02, 0xd1, 0x7c, 0xc9, 0x11, 0x59, 0xb4, 0x0a, 0x92, 0x80, 0xe0, 0xef, 0x72, 0x64, 0x0f, + 0x6a, 0x61, 0xa7, 0x1a, 0x2c, 0xb1, 0xd0, 0x97, 0x50, 0xd6, 0x98, 0xad, 0x15, 0x16, 0xcd, 0x25, + 0x71, 0x6c, 0x63, 0xf4, 0x6c, 0xdd, 0x68, 0xe1, 0x7f, 0x74, 0x15, 0xca, 0xc1, 0xa8, 0x1a, 0xe1, + 0x83, 0x31, 0x11, 0x24, 0xff, 0x25, 0x28, 0xed, 0x61, 0x9d, 0x57, 0xf7, 0xc5, 0xac, 0xea, 0xd6, + 0xc5, 0x23, 0x3e, 0x7d, 0x4e, 0x45, 0xab, 0xb0, 0x70, 0xa4, 0x99, 0x53, 0xa6, 0x02, 0x72, 0x0a, + 0xfb, 0x90, 0x55, 0xa8, 0x35, 0xbc, 0x9e, 0x8b, 0x1d, 0x6c, 0x05, 0x55, 0x48, 0x90, 0xd3, 0x3c, + 0x8b, 0xbb, 0xf1, 0xe4, 0x2f, 0x59, 0xdb, 0x84, 0x42, 0x0b, 0x4f, 0xd0, 0xd8, 0x17, 0x92, 0xa1, + 0x4a, 0xfc, 0x02, 0x13, 0x8f, 0x7c, 0x75, 0x62, 0x7b, 0xc1, 0x73, 0xbd, 0xf2, 0xd4, 0xc3, 0x6d, + 0x3c, 0xf2, 0xf7, 0x6c, 0xcf, 0x97, 0x1f, 0x43, 0x95, 0x5f, 0x56, 0xe7, 0xec, 0x4f, 0x7d, 0xbe, + 0xe4, 0x61, 0x73, 0xc4, 0x1d, 0x5e, 0xfa, 0x5f, 0xbe, 0x0e, 0xb5, 0x36, 0x3d, 0xcb, 0x70, 0xf1, + 0x88, 0x33, 0x08, 0x3b, 0xc2, 0x4f, 0xf9, 0x58, 0x47, 0xfe, 0x63, 0x0e, 0x16, 0x19, 0x81, 0x17, + 0x5d, 0x0f, 0x65, 0xdd, 0x4f, 0x2b, 0x6f, 0x2a, 0x2e, 0x8c, 0x9a, 0x5f, 0x0f, 0xe5, 0xbc, 0x1f, + 0x40, 0x29, 0x3a, 0x6b, 0xcf, 0x26, 0xef, 0x85, 0x26, 0xe6, 0x52, 0x89, 0x68, 0xd1, 0x47, 0x90, + 0x9b, 0x70, 0x6f, 0x3c, 0x16, 0x5e, 0x86, 0xf3, 0xa1, 0x10, 0x3c, 0xfa, 0x02, 0x80, 0xa8, 0x15, + 0x36, 0xde, 0x5c, 0xab, 0x6c, 0xc4, 0x14, 0x92, 0x38, 0x15, 0x54, 0xb9, 0x30, 0x00, 0xfa, 0x12, + 0xaa, 0x31, 0x1d, 0xc1, 0x95, 0xcb, 0x29, 0xad, 0xab, 0x88, 0x6a, 0x02, 0xdd, 0x85, 0x45, 0xfe, + 0x9a, 0x80, 0x6b, 0x16, 0x41, 0x68, 0x62, 0x13, 0xa4, 0x04, 0x74, 0xa4, 0xb1, 0xfc, 0x64, 0xc9, + 0xc5, 0x23, 0xee, 0xa9, 0x6d, 0x88, 0x6e, 0x50, 0x6c, 0x5e, 0x82, 0x43, 0x27, 0x17, 0x8f, 0xd0, + 0x13, 0xa8, 0x25, 0x14, 0x06, 0x77, 0xd1, 0x4e, 0x69, 0xee, 0x52, 0x5c, 0x67, 0xc8, 0xbf, 0xca, + 0x40, 0x29, 0x7c, 0xe7, 0x3d, 0xf3, 0xd1, 0xf3, 0xe7, 0x00, 0xc3, 0x50, 0x73, 0xf1, 0xd9, 0x5a, + 0x9d, 0xa5, 0xd5, 0x14, 0x81, 0x0e, 0x7d, 0x02, 0x8b, 0x4c, 0x2c, 0x3c, 0x3e, 0x5b, 0xe2, 0xcd, + 0x5d, 0x86, 0x50, 0x02, 0x0a, 0xf9, 0x5b, 0x28, 0x70, 0xe7, 0x7a, 0x56, 0x03, 0x3e, 0x03, 0x88, + 0x25, 0x97, 0xc8, 0xcd, 0x7b, 0xa5, 0x2e, 0x90, 0xd1, 0xfd, 0x85, 0xe4, 0xcd, 0xd8, 0x77, 0xfa, + 0xa6, 0x3b, 0x96, 0x00, 0x22, 0x7f, 0x8e, 0x04, 0x10, 0x4b, 0x3a, 0x1e, 0x69, 0x53, 0xd3, 0x0f, + 0x96, 0xcb, 0xc2, 0x69, 0xcb, 0xa5, 0xca, 0x89, 0xd9, 0xa7, 0x7c, 0x04, 0x55, 0x82, 0x8d, 0x9e, + 0x38, 0xfe, 0x76, 0xd2, 0x56, 0xc8, 0x7f, 0x2b, 0x03, 0x39, 0xc5, 0xd6, 0xd0, 0x12, 0x64, 0xb5, + 0x60, 0xa3, 0x28, 0xab, 0xd1, 0x4c, 0x80, 0xcc, 0x73, 0x30, 0x71, 0xe0, 0x10, 0x46, 0x00, 0xa2, + 0xc8, 0x26, 0x1a, 0x45, 0x31, 0x1f, 0x90, 0x7f, 0x09, 0x97, 0xb1, 0xf3, 0xb1, 0xcb, 0xd8, 0xc1, + 0x3b, 0x8e, 0x94, 0x21, 0x57, 0x7a, 0xcf, 0x5b, 0xd1, 0xd5, 0x7c, 0xf9, 0x9f, 0x67, 0x20, 0xf7, + 0xc2, 0x1d, 0xcd, 0x9c, 0xc6, 0x0f, 0x21, 0xeb, 0xea, 0x82, 0x74, 0xa6, 0x6f, 0xab, 0x64, 0x5d, + 0x1d, 0xdd, 0x85, 0x12, 0xbf, 0x4d, 0xed, 0xfa, 0xfc, 0x25, 0xdd, 0x9c, 0xab, 0x2d, 0x8c, 0x4c, + 0xa1, 0xc9, 0x1a, 0xf8, 0x0d, 0x6e, 0xd7, 0xe7, 0xf3, 0x3c, 0xa7, 0x08, 0x23, 0x53, 0x7c, 0x32, + 0x5a, 0x46, 0x70, 0xfc, 0x91, 0x35, 0x74, 0xf9, 0xd7, 0x19, 0x58, 0xdd, 0x61, 0xf3, 0x49, 0xe7, + 0x78, 0xc7, 0xf0, 0x7c, 0xcd, 0x1a, 0x62, 0x74, 0x1f, 0xc2, 0x7d, 0x6d, 0xb6, 0x65, 0xad, 0xea, + 0x1c, 0xc5, 0xc7, 0xfa, 0x42, 0x80, 0x4e, 0x95, 0xa3, 0xa7, 0xf1, 0x33, 0xca, 0xb1, 0xc9, 0xb8, + 0x10, 0xa0, 0x63, 0xe5, 0xe4, 0x7f, 0x95, 0x87, 0x02, 0x4b, 0x1c, 0x99, 0x9a, 0xd1, 0xd8, 0x0d, + 0x9e, 0x6c, 0xfc, 0x06, 0x0f, 0xf1, 0x7c, 0x88, 0x27, 0x81, 0x2d, 0x76, 0xdc, 0x9c, 0x63, 0x9e, + 0x0f, 0x03, 0xd1, 0xe3, 0xe6, 0x8f, 0x41, 0xe2, 0x04, 0xdc, 0xca, 0xf0, 0x35, 0x51, 0x52, 0x6a, + 0x0c, 0xde, 0x08, 0xc0, 0xf4, 0x0d, 0x18, 0xf1, 0x2d, 0x88, 0x00, 0x2e, 0x5c, 0xcd, 0xdd, 0xa8, + 0x2a, 0xe1, 0x37, 0xba, 0x39, 0x37, 0x02, 0x2e, 0xce, 0x88, 0x72, 0x7f, 0x98, 0x1f, 0x88, 0x2f, + 0xbe, 0xce, 0xce, 0xf8, 0x9c, 0x70, 0x7c, 0x00, 0x6b, 0xc1, 0x8a, 0x4d, 0x8c, 0x31, 0x53, 0xb2, + 0x97, 0x63, 0x8b, 0x2d, 0x35, 0xb9, 0xca, 0xaa, 0x3e, 0x6b, 0xca, 0x1f, 0xd3, 0xfb, 0x1c, 0x23, + 0xac, 0x63, 0x97, 0xdd, 0x01, 0x2a, 0x25, 0xcd, 0xc4, 0xb6, 0x88, 0x56, 0xe2, 0xd4, 0x33, 0x1f, + 0x56, 0xc0, 0x6b, 0x3f, 0xac, 0x48, 0x6e, 0x7e, 0x94, 0xcf, 0xbb, 0xf9, 0x21, 0xdb, 0x50, 0x8d, + 0xb5, 0xef, 0x94, 0xcd, 0xb5, 0xf8, 0x6b, 0xb9, 0x6c, 0xea, 0xb5, 0xdc, 0x87, 0xb0, 0xc4, 0xf6, + 0x16, 0x54, 0xcd, 0x53, 0xc3, 0xb8, 0xad, 0xaa, 0x54, 0x18, 0xb4, 0xe1, 0x11, 0x3f, 0x55, 0x6e, + 0x42, 0x31, 0xd0, 0x02, 0xa7, 0xf8, 0x34, 0x89, 0xfb, 0x10, 0xd9, 0xe4, 0x7d, 0x08, 0xf9, 0x3f, + 0xe5, 0xa1, 0x44, 0xf8, 0xb0, 0xf0, 0x3c, 0xba, 0x6b, 0x92, 0x79, 0xa3, 0xbb, 0x26, 0xd9, 0xf3, + 0xdf, 0x35, 0x21, 0x0b, 0x6d, 0xea, 0x70, 0x97, 0x2d, 0x3b, 0x75, 0x58, 0x53, 0x87, 0xb6, 0xab, + 0xab, 0x86, 0x73, 0xf4, 0x39, 0xdf, 0x31, 0x04, 0x06, 0x6a, 0x39, 0x47, 0x9f, 0xc7, 0x09, 0xee, + 0x07, 0xa7, 0xa8, 0x21, 0xc1, 0x7d, 0x9a, 0x42, 0x8b, 0x05, 0x77, 0x94, 0x03, 0xbf, 0xfc, 0xc1, + 0x40, 0x01, 0x87, 0x88, 0xe0, 0x3e, 0xbf, 0xa7, 0x10, 0x11, 0xdc, 0x27, 0x8a, 0xd8, 0xc3, 0xae, + 0xa1, 0x99, 0xfc, 0x5e, 0x02, 0xff, 0x42, 0x3f, 0x83, 0x6a, 0xb0, 0xff, 0xc9, 0x78, 0x97, 0xa8, + 0x13, 0x5b, 0x09, 0x80, 0x94, 0x7b, 0x82, 0xe8, 0x3e, 0x95, 0xbf, 0x38, 0xd1, 0x7d, 0x42, 0xc4, + 0x78, 0xaa, 0xf4, 0xee, 0x05, 0x13, 0xb1, 0x9c, 0x52, 0x61, 0xc0, 0x0e, 0x85, 0x91, 0x76, 0x0e, + 0xb5, 0xe1, 0x21, 0x66, 0x19, 0x1a, 0xe9, 0xa5, 0xcb, 0x9c, 0x02, 0x14, 0x44, 0x13, 0x5b, 0xa0, + 0x8f, 0x60, 0x29, 0x24, 0xa0, 0x29, 0x24, 0xe8, 0x95, 0xcb, 0x9c, 0x52, 0x0d, 0x68, 0x58, 0x5e, + 0x89, 0xcb, 0x50, 0xe6, 0x17, 0x01, 0x74, 0xcd, 0xd7, 0xe8, 0xa3, 0x82, 0x9c, 0x52, 0xa2, 0x97, + 0x00, 0x76, 0x34, 0x5f, 0x23, 0xae, 0x2c, 0x76, 0x5d, 0xdb, 0xa5, 0x77, 0x2d, 0x73, 0x0a, 0xfb, + 0x40, 0x1f, 0x00, 0x6f, 0x8d, 0xfa, 0xd3, 0x14, 0xbb, 0x27, 0xf4, 0x36, 0x65, 0x4e, 0x29, 0x33, + 0xd8, 0xb7, 0x04, 0xc4, 0xa6, 0xc2, 0xc3, 0x3e, 0xa7, 0x58, 0x66, 0x0d, 0xa4, 0x20, 0x4a, 0x20, + 0x7f, 0x0f, 0x79, 0xc5, 0xf9, 0xd1, 0x08, 0x2d, 0x58, 0xe6, 0x74, 0x0b, 0x76, 0xca, 0x01, 0x49, + 0x28, 0x9c, 0x7c, 0x83, 0x66, 0x6b, 0x07, 0x4a, 0x61, 0x62, 0x36, 0x04, 0x50, 0xd8, 0x6d, 0x77, + 0x9f, 0x34, 0xda, 0xd2, 0x7b, 0x51, 0x02, 0x03, 0x7a, 0x93, 0xb1, 0xb1, 0xf3, 0x8d, 0xda, 0xea, + 0x48, 0x59, 0xfa, 0xfe, 0x7f, 0xe7, 0x1b, 0xb5, 0xbb, 0x3f, 0x60, 0x99, 0x0d, 0x5e, 0x28, 0x4f, + 0xa5, 0xfc, 0x56, 0x3b, 0xf6, 0xa8, 0x93, 0xa9, 0x36, 0x24, 0x41, 0xa5, 0xdd, 0xed, 0x3e, 0xdf, + 0xef, 0xa9, 0xcd, 0x97, 0x8d, 0xed, 0x81, 0xf4, 0x1e, 0x5a, 0x86, 0x2a, 0x87, 0xb4, 0xbb, 0x9d, + 0xdd, 0xa6, 0xc2, 0x1e, 0xfd, 0x73, 0x50, 0xff, 0x59, 0x57, 0x19, 0x34, 0x15, 0x29, 0xbb, 0xf5, + 0xab, 0x0c, 0x94, 0x85, 0x1d, 0x19, 0x21, 0xa9, 0xe0, 0x7b, 0xa8, 0x02, 0xc5, 0x4e, 0xb3, 0xb5, + 0xfb, 0xec, 0x49, 0x97, 0x94, 0x5e, 0x84, 0xdc, 0xa0, 0xb1, 0xcb, 0x9b, 0xd5, 0x57, 0x7b, 0x8d, + 0xc1, 0x33, 0x29, 0x87, 0xaa, 0x50, 0xda, 0xee, 0xee, 0xed, 0xed, 0x77, 0x5a, 0x83, 0xef, 0xa5, + 0x3c, 0xa9, 0xb5, 0xf9, 0x72, 0xa0, 0x46, 0xa0, 0x05, 0x12, 0x57, 0xb6, 0x1b, 0xca, 0x6e, 0x53, + 0x00, 0x16, 0x18, 0xeb, 0x97, 0x03, 0xf5, 0x59, 0xb7, 0x27, 0x2d, 0x6e, 0x7d, 0x0c, 0xa5, 0x70, + 0xef, 0x85, 0xde, 0x23, 0xef, 0x7c, 0x2f, 0x5e, 0x28, 0x07, 0x28, 0xb4, 0x3a, 0x2f, 0x9a, 0xca, + 0x40, 0xca, 0x6e, 0x6d, 0x81, 0x94, 0xdc, 0x4d, 0x41, 0x05, 0xc8, 0x36, 0xbf, 0x95, 0xde, 0x23, + 0xbf, 0xbb, 0x4d, 0x29, 0x43, 0x7e, 0xdb, 0x4d, 0x29, 0xbb, 0xf5, 0x29, 0xbf, 0x18, 0xc5, 0x43, + 0x94, 0x58, 0xe6, 0xc4, 0xc6, 0xf6, 0x76, 0xb3, 0x37, 0x60, 0xcc, 0x95, 0xe6, 0x37, 0xf4, 0x8a, + 0xea, 0xd6, 0x3e, 0xac, 0xcc, 0x88, 0x3a, 0x49, 0xa7, 0xc2, 0xb6, 0xab, 0x8d, 0x9d, 0x1d, 0xe9, + 0x3d, 0x12, 0xe5, 0x46, 0x20, 0xa5, 0xb9, 0xd7, 0x7d, 0x41, 0x2a, 0xbe, 0x00, 0xcb, 0x22, 0x94, + 0xdf, 0x81, 0xdf, 0xba, 0x05, 0xd5, 0x58, 0x74, 0x49, 0x46, 0x70, 0xaf, 0xb9, 0xa3, 0xee, 0x75, + 0x09, 0xab, 0x1a, 0x94, 0xc9, 0x47, 0x40, 0x9e, 0xd9, 0xba, 0x0f, 0xb5, 0x84, 0x8f, 0x1a, 0xbf, + 0x5f, 0x4b, 0x86, 0x63, 0xaf, 0xd7, 0x55, 0x78, 0xeb, 0x9b, 0x2f, 0xe9, 0xff, 0xec, 0xbd, 0xff, + 0xfc, 0x3e, 0x14, 0x77, 0x89, 0xf0, 0x35, 0x1c, 0x03, 0x3d, 0x86, 0x62, 0x90, 0xd9, 0x1a, 0x6d, + 0xc4, 0x3c, 0x6b, 0x31, 0xdb, 0xf5, 0xe6, 0x5a, 0x4a, 0xe1, 0x35, 0x27, 0x8e, 0x7f, 0x82, 0x1e, + 0xc1, 0x22, 0xcf, 0x6d, 0x8d, 0xea, 0x62, 0x69, 0x31, 0xdd, 0xf5, 0x29, 0x85, 0x0b, 0x2c, 0xeb, + 0x35, 0x12, 0x6c, 0x60, 0x2c, 0x31, 0xf6, 0x66, 0x3d, 0x8d, 0xe0, 0x2b, 0xff, 0x11, 0x2c, 0xf2, + 0x9c, 0xb7, 0x28, 0xb1, 0x43, 0x1a, 0xe5, 0xe1, 0x9d, 0x5b, 0x73, 0x03, 0x20, 0xca, 0x72, 0x8b, + 0x2e, 0x8a, 0xe6, 0x3c, 0x91, 0x13, 0x7b, 0x2e, 0x8b, 0x6d, 0x28, 0x06, 0xa9, 0xa9, 0xc5, 0x81, + 0x4b, 0xe4, 0xc1, 0xde, 0xdc, 0x9c, 0x85, 0x62, 0x5d, 0xb8, 0x93, 0x41, 0xbb, 0x00, 0x51, 0x22, + 0x5b, 0xb1, 0x1d, 0xa9, 0xec, 0xd5, 0x9b, 0xef, 0xcf, 0x46, 0xf2, 0xd1, 0xf8, 0x0a, 0x4a, 0x61, + 0x16, 0x67, 0xb4, 0x39, 0x3f, 0xb5, 0xf3, 0xdc, 0xee, 0x34, 0xa1, 0x22, 0xe6, 0x68, 0x46, 0xc2, + 0x06, 0xcb, 0x8c, 0xdc, 0xcd, 0xa7, 0x0d, 0x6c, 0x94, 0x93, 0x59, 0xec, 0x50, 0x2a, 0x53, 0xf3, + 0x29, 0x03, 0x5b, 0x16, 0xf2, 0x34, 0x23, 0xa1, 0xdf, 0xe9, 0xf4, 0xcd, 0x73, 0x99, 0xb4, 0xa1, + 0x2c, 0x24, 0x53, 0x16, 0x99, 0xa4, 0xb3, 0x35, 0x6f, 0x5e, 0x9a, 0x83, 0x0d, 0xa7, 0xa9, 0x09, + 0x15, 0x31, 0xbf, 0xb2, 0x38, 0x38, 0x33, 0xf2, 0x2e, 0xcf, 0x6d, 0xd4, 0x73, 0xa8, 0x25, 0x72, + 0x2b, 0xa3, 0xab, 0xb3, 0x44, 0xef, 0x5c, 0xcc, 0x5e, 0x40, 0x2d, 0x91, 0x03, 0x59, 0x64, 0x36, + 0x3b, 0x2b, 0xf3, 0xe6, 0x07, 0xa7, 0x50, 0x70, 0x49, 0xfa, 0x16, 0x50, 0x3a, 0x23, 0x32, 0xfa, + 0x59, 0xac, 0xc7, 0xb3, 0xf3, 0x25, 0xcf, 0x6d, 0xea, 0x97, 0x6c, 0xa9, 0x6a, 0xfe, 0x21, 0x4a, + 0x1f, 0x66, 0x04, 0x85, 0x37, 0x66, 0x60, 0x78, 0x93, 0xa2, 0xd5, 0x4a, 0x58, 0xa4, 0x57, 0xab, + 0xc0, 0xe5, 0xac, 0xd5, 0x4a, 0x18, 0x6c, 0xcc, 0xcd, 0xa9, 0x9b, 0x5a, 0xad, 0x42, 0x2b, 0xee, + 0x64, 0x50, 0x2b, 0x3c, 0xeb, 0x61, 0xe9, 0x6e, 0xd1, 0xe5, 0x54, 0x9b, 0x63, 0x79, 0x70, 0xe7, + 0xb5, 0xe6, 0x46, 0x06, 0x35, 0xa0, 0x18, 0xa4, 0x8a, 0x15, 0xdb, 0x93, 0xc8, 0x61, 0x2b, 0xb6, + 0x27, 0x95, 0x59, 0xb6, 0x0b, 0x15, 0x31, 0x5b, 0x2a, 0x4a, 0x4b, 0x71, 0x8c, 0xd5, 0xe5, 0x79, + 0xe8, 0xb0, 0x7b, 0xbf, 0x80, 0x02, 0x4b, 0xa1, 0x8a, 0xe2, 0x27, 0x48, 0x51, 0xe6, 0xd3, 0xb9, + 0xc3, 0xfb, 0x15, 0x94, 0xc2, 0x5c, 0xaa, 0xa2, 0xfa, 0x49, 0x26, 0x58, 0x9d, 0xcb, 0xe0, 0x6b, + 0x58, 0xe4, 0xe9, 0x53, 0x45, 0x11, 0x89, 0xe7, 0x5d, 0xdd, 0xdc, 0x98, 0x81, 0x09, 0x5b, 0xff, + 0x15, 0x94, 0xc2, 0xe4, 0x84, 0x62, 0x13, 0x92, 0x19, 0x56, 0x4f, 0xd3, 0x80, 0x62, 0x0e, 0x42, + 0x71, 0x3c, 0x67, 0xa4, 0x4a, 0x9d, 0xcb, 0xa6, 0x05, 0x10, 0xe5, 0xfb, 0x13, 0x85, 0x35, 0x95, + 0xeb, 0x54, 0x54, 0xe9, 0xe9, 0xfc, 0xa6, 0x77, 0x32, 0x44, 0x13, 0x0a, 0x69, 0x4b, 0x45, 0x25, + 0x96, 0xce, 0x66, 0x3a, 0xb7, 0x3d, 0xbb, 0x54, 0x68, 0x85, 0x83, 0xb7, 0xb8, 0xd0, 0xa6, 0xb2, + 0x74, 0xce, 0x65, 0xb4, 0x17, 0x64, 0xca, 0x12, 0x78, 0x7d, 0x90, 0x1c, 0xa3, 0xf3, 0xb3, 0xdb, + 0x67, 0x69, 0x75, 0x05, 0x66, 0x57, 0xe2, 0xc3, 0x91, 0x66, 0x75, 0x75, 0x3e, 0x41, 0x42, 0x55, + 0x47, 0xdb, 0x9a, 0x71, 0x55, 0x9d, 0x4c, 0x99, 0x79, 0xb6, 0xaa, 0x8e, 0x38, 0xa5, 0x54, 0xf5, + 0xb9, 0x99, 0x29, 0x50, 0x8d, 0xe5, 0xe0, 0x14, 0xa7, 0x60, 0x56, 0x22, 0xcf, 0xcd, 0x2b, 0x73, + 0xf1, 0x61, 0x3f, 0xfb, 0x2c, 0xe5, 0x7f, 0x72, 0x9b, 0xf3, 0xc3, 0x19, 0x82, 0x9f, 0xca, 0x0c, + 0x39, 0xb7, 0xa1, 0xdf, 0x87, 0xc9, 0xff, 0x93, 0x7c, 0xaf, 0xcf, 0x5e, 0x0c, 0xe7, 0x67, 0x3d, + 0x66, 0xb9, 0x05, 0x53, 0x8c, 0x3f, 0x9a, 0xb5, 0x06, 0xd2, 0x6c, 0xaf, 0x9d, 0x45, 0x26, 0x0e, + 0xcc, 0x8c, 0x9c, 0x98, 0xe2, 0xc0, 0xcc, 0x4f, 0x99, 0x79, 0x9a, 0x9b, 0xcb, 0xd3, 0x61, 0x26, + 0x2c, 0x98, 0x90, 0x80, 0xf1, 0x6c, 0x67, 0x93, 0x96, 0x4f, 0x99, 0xaf, 0xf3, 0xb0, 0xe0, 0xe6, + 0x8b, 0x32, 0x48, 0x68, 0x41, 0xb1, 0xf8, 0xe6, 0x2c, 0x54, 0x38, 0x32, 0xa1, 0x6f, 0x96, 0x6c, + 0x47, 0x2a, 0xa3, 0xe5, 0x39, 0x7c, 0x33, 0xca, 0x23, 0xed, 0x9b, 0x9d, 0x87, 0x49, 0xe0, 0xab, + 0x52, 0x16, 0x49, 0x5f, 0xf5, 0x3c, 0x0c, 0xf8, 0x7a, 0x0a, 0xb3, 0x4c, 0x26, 0xd7, 0x53, 0x32, + 0x81, 0x65, 0x72, 0x3d, 0xa5, 0xd2, 0x53, 0x32, 0x5d, 0x2b, 0xa4, 0x9f, 0x14, 0x7b, 0x96, 0xce, + 0x4a, 0x79, 0x5a, 0xcf, 0xc2, 0xac, 0x8f, 0x62, 0xcf, 0x92, 0xa9, 0x20, 0x4f, 0x15, 0x95, 0x30, + 0x2f, 0x63, 0x4c, 0x54, 0x92, 0xd9, 0x1a, 0xe7, 0xb2, 0x60, 0x56, 0xfc, 0xc9, 0xc4, 0x49, 0x58, + 0xf1, 0x28, 0xbf, 0xe1, 0xd9, 0x56, 0x9c, 0x94, 0x4e, 0x59, 0xf1, 0xb3, 0x19, 0x1c, 0x14, 0xe8, + 0xf7, 0x67, 0xff, 0x2f, 0x00, 0x00, 0xff, 0xff, 0xa7, 0x66, 0x85, 0x5e, 0x9f, 0x69, 0x00, 0x00, } diff --git a/api/gobgp.proto b/api/gobgp.proto index 910618a9..a5a3d601 100644 --- a/api/gobgp.proto +++ b/api/gobgp.proto @@ -200,7 +200,7 @@ message AddDynamicNeighborRequest { } message AddPathRequest { - Resource resource = 1; + TableType table_type = 1; string vrf_id = 2; Path path = 3; } @@ -210,7 +210,7 @@ message AddPathResponse { } message DeletePathRequest { - Resource resource = 1; + TableType table_type = 1; string vrf_id = 2; Family family = 3; Path path = 4; @@ -218,7 +218,7 @@ message DeletePathRequest { } message ListPathRequest { - Resource type = 1; + TableType table_type = 1; string name = 2; Family family = 3; repeated TableLookupPrefix prefixes = 4; @@ -234,13 +234,13 @@ message ListPathResponse { } message AddPathStreamRequest { - Resource resource = 1; + TableType table_type = 1; string vrf_id = 2; repeated Path paths = 3; } message GetTableRequest { - Resource type = 1; + TableType table_type = 1; Family family = 2; string name = 3; } @@ -252,7 +252,7 @@ message GetTableResponse { } message MonitorTableRequest { - Resource type = 1; + TableType table_type = 1; string name = 2; Family family = 3; bool current = 4; @@ -318,7 +318,7 @@ message DeleteDefinedSetRequest { } message ListDefinedSetRequest { - DefinedType type = 1; + DefinedType defined_type = 1; string name = 2; } @@ -436,7 +436,7 @@ message AddBmpRequest { LOCAL = 3; ALL = 4; } - MonitoringPolicy type = 3; + MonitoringPolicy policy = 3; int32 StatisticsTimeout = 4; } @@ -474,7 +474,7 @@ message Family { Safi safi = 2; } -enum Resource { +enum TableType { GLOBAL = 0; LOCAL = 1; ADJ_IN = 2; @@ -966,7 +966,7 @@ enum DefinedType { } message DefinedSet { - DefinedType type = 1; + DefinedType defined_type = 1; string name = 2; repeated string list = 3; repeated Prefix prefixes = 4; @@ -979,7 +979,7 @@ enum MatchType { } message MatchSet { - MatchType type = 1; + MatchType match_type = 1; string name = 2; } @@ -990,7 +990,7 @@ enum AsPathLengthType { } message AsPathLength { - AsPathLengthType type = 1; + AsPathLengthType length_type = 1; uint32 length = 2; } @@ -1027,7 +1027,7 @@ enum CommunityActionType { } message CommunityAction { - CommunityActionType type = 1; + CommunityActionType action_type = 1; repeated string communities = 2; } @@ -1037,7 +1037,7 @@ enum MedActionType { } message MedAction { - MedActionType type = 1; + MedActionType action_type = 1; int64 value = 2; } diff --git a/cmd/gobgp/bmp.go b/cmd/gobgp/bmp.go index 831f6340..7e9754d9 100644 --- a/cmd/gobgp/bmp.go +++ b/cmd/gobgp/bmp.go @@ -74,7 +74,7 @@ func modBmpServer(cmdType string, args []string) error { _, err = client.AddBmp(ctx, &api.AddBmpRequest{ Address: address, Port: port, - Type: policyType, + Policy: policyType, StatisticsTimeout: int32(statisticsTimeout), }) case cmdDel: diff --git a/cmd/gobgp/global.go b/cmd/gobgp/global.go index 76a87e99..467824a0 100644 --- a/cmd/gobgp/global.go +++ b/cmd/gobgp/global.go @@ -1461,22 +1461,22 @@ usage: %s rib %s key <KEY> [value <VALUE>]`, return err } - r := api.Resource_GLOBAL + r := api.TableType_GLOBAL if resource == cmdVRF { - r = api.Resource_VRF + r = api.TableType_VRF } if modtype == cmdAdd { _, err = client.AddPath(ctx, &api.AddPathRequest{ - Resource: r, - VrfId: name, - Path: path, + TableType: r, + VrfId: name, + Path: path, }) } else { _, err = client.DeletePath(ctx, &api.DeletePathRequest{ - Resource: r, - VrfId: name, - Path: path, + TableType: r, + VrfId: name, + Path: path, }) } return err @@ -1595,8 +1595,8 @@ func newGlobalCmd() *cobra.Command { exitWithError(err) } if _, err = client.DeletePath(ctx, &api.DeletePathRequest{ - Resource: api.Resource_GLOBAL, - Family: family, + TableType: api.TableType_GLOBAL, + Family: family, }); err != nil { exitWithError(err) } diff --git a/cmd/gobgp/monitor.go b/cmd/gobgp/monitor.go index 10af9b22..bc31bde9 100644 --- a/cmd/gobgp/monitor.go +++ b/cmd/gobgp/monitor.go @@ -122,9 +122,9 @@ func newMonitorCmd() *cobra.Command { exitWithError(err) } recver, err := client.MonitorTable(ctx, &api.MonitorTableRequest{ - Type: api.Resource_GLOBAL, - Family: family, - Current: current, + TableType: api.TableType_GLOBAL, + Family: family, + Current: current, }) if err != nil { exitWithError(err) @@ -192,10 +192,10 @@ func newMonitorCmd() *cobra.Command { exitWithError(err) } recver, err := client.MonitorTable(ctx, &api.MonitorTableRequest{ - Type: api.Resource_ADJ_IN, - Name: name, - Family: family, - Current: current, + TableType: api.TableType_ADJ_IN, + Name: name, + Family: family, + Current: current, }) if err != nil { exitWithError(err) diff --git a/cmd/gobgp/mrt.go b/cmd/gobgp/mrt.go index ecae7bd0..f03dd41e 100644 --- a/cmd/gobgp/mrt.go +++ b/cmd/gobgp/mrt.go @@ -178,8 +178,8 @@ func injectMrt() error { for paths := range ch { err = stream.Send(&api.AddPathStreamRequest{ - Resource: api.Resource_GLOBAL, - Paths: paths, + TableType: api.TableType_GLOBAL, + Paths: paths, }) if err != nil { return fmt.Errorf("failed to send: %s", err) diff --git a/cmd/gobgp/neighbor.go b/cmd/gobgp/neighbor.go index 05ce21bf..0446b2a0 100644 --- a/cmd/gobgp/neighbor.go +++ b/cmd/gobgp/neighbor.go @@ -732,23 +732,23 @@ func showRibInfo(r, name string) error { return err } - var t api.Resource + var t api.TableType switch r { case cmdGlobal: - t = api.Resource_GLOBAL + t = api.TableType_GLOBAL case cmdLocal: - t = api.Resource_LOCAL + t = api.TableType_LOCAL case cmdAdjIn: - t = api.Resource_ADJ_IN + t = api.TableType_ADJ_IN case cmdAdjOut: - t = api.Resource_ADJ_OUT + t = api.TableType_ADJ_OUT default: return fmt.Errorf("invalid resource to show RIB info: %s", r) } rsp, err := client.GetTable(ctx, &api.GetTableRequest{ - Type: t, - Family: family, - Name: name, + TableType: t, + Family: family, + Name: name, }) if err != nil { @@ -842,28 +842,28 @@ func showNeighborRib(r string, name string, args []string) error { } } - var t api.Resource + var t api.TableType switch r { case cmdGlobal: - t = api.Resource_GLOBAL + t = api.TableType_GLOBAL case cmdLocal: - t = api.Resource_LOCAL + t = api.TableType_LOCAL case cmdAdjIn, cmdAccepted, cmdRejected: - t = api.Resource_ADJ_IN + t = api.TableType_ADJ_IN showIdentifier = bgp.BGP_ADD_PATH_RECEIVE case cmdAdjOut: - t = api.Resource_ADJ_OUT + t = api.TableType_ADJ_OUT showIdentifier = bgp.BGP_ADD_PATH_SEND case cmdVRF: - t = api.Resource_VRF + t = api.TableType_VRF } stream, err := client.ListPath(ctx, &api.ListPathRequest{ - Type: t, - Family: family, - Name: name, - Prefixes: filter, - SortType: api.ListPathRequest_PREFIX, + TableType: t, + Family: family, + Name: name, + Prefixes: filter, + SortType: api.ListPathRequest_PREFIX, }) if err != nil { return err diff --git a/cmd/gobgp/policy.go b/cmd/gobgp/policy.go index 03139c7b..d5fb80d3 100644 --- a/cmd/gobgp/policy.go +++ b/cmd/gobgp/policy.go @@ -106,7 +106,7 @@ func prettyString(v interface{}) string { switch a := v.(type) { case *api.MatchSet: var typ string - switch a.Type { + switch a.MatchType { case api.MatchType_ALL: typ = "all" case api.MatchType_ANY: @@ -117,7 +117,7 @@ func prettyString(v interface{}) string { return fmt.Sprintf("%s %s", typ, a.GetName()) case *api.AsPathLength: var typ string - switch a.Type { + switch a.LengthType { case api.AsPathLengthType_EQ: typ = "=" case api.AsPathLengthType_GE: @@ -129,7 +129,7 @@ func prettyString(v interface{}) string { case *api.CommunityAction: l := regexpCommunityString.ReplaceAllString(strings.Join(a.Communities, ", "), "") var typ string - switch a.Type { + switch a.ActionType { case api.CommunityActionType_COMMUNITY_ADD: typ = "add" case api.CommunityActionType_COMMUNITY_REMOVE: @@ -139,7 +139,7 @@ func prettyString(v interface{}) string { } return fmt.Sprintf("%s[%s]", typ, l) case *api.MedAction: - if a.Type == api.MedActionType_MED_MOD && a.Value > 0 { + if a.ActionType == api.MedActionType_MED_MOD && a.Value > 0 { return fmt.Sprintf("+%d", a.Value) } return fmt.Sprintf("%d", a.Value) @@ -221,8 +221,8 @@ func showDefinedSet(v string, args []string) error { name = args[0] } stream, err := client.ListDefinedSet(ctx, &api.ListDefinedSetRequest{ - Type: typ, - Name: name, + DefinedType: typ, + Name: name, }) if err != nil { return err @@ -295,9 +295,9 @@ func parsePrefixSet(args []string) (*api.DefinedSet, error) { list = []*api.Prefix{prefix} } return &api.DefinedSet{ - Type: api.DefinedType_PREFIX, - Name: name, - Prefixes: list, + DefinedType: api.DefinedType_PREFIX, + Name: name, + Prefixes: list, }, nil } @@ -322,9 +322,9 @@ func parseNeighborSet(args []string) (*api.DefinedSet, error) { } } return &api.DefinedSet{ - Type: api.DefinedType_NEIGHBOR, - Name: name, - List: list, + DefinedType: api.DefinedType_NEIGHBOR, + Name: name, + List: list, }, nil } @@ -341,9 +341,9 @@ func parseAsPathSet(args []string) (*api.DefinedSet, error) { } } return &api.DefinedSet{ - Type: api.DefinedType_AS_PATH, - Name: name, - List: args, + DefinedType: api.DefinedType_AS_PATH, + Name: name, + List: args, }, nil } @@ -359,9 +359,9 @@ func parseCommunitySet(args []string) (*api.DefinedSet, error) { } } return &api.DefinedSet{ - Type: api.DefinedType_COMMUNITY, - Name: name, - List: args, + DefinedType: api.DefinedType_COMMUNITY, + Name: name, + List: args, }, nil } @@ -377,9 +377,9 @@ func parseExtCommunitySet(args []string) (*api.DefinedSet, error) { } } return &api.DefinedSet{ - Type: api.DefinedType_EXT_COMMUNITY, - Name: name, - List: args, + DefinedType: api.DefinedType_EXT_COMMUNITY, + Name: name, + List: args, }, nil } @@ -395,9 +395,9 @@ func parseLargeCommunitySet(args []string) (*api.DefinedSet, error) { } } return &api.DefinedSet{ - Type: api.DefinedType_LARGE_COMMUNITY, - Name: name, - List: args, + DefinedType: api.DefinedType_LARGE_COMMUNITY, + Name: name, + List: args, }, nil } @@ -681,9 +681,9 @@ func modCondition(name, op string, args []string) error { } switch strings.ToLower(args[1]) { case "any": - stmt.Conditions.PrefixSet.Type = api.MatchType_ANY + stmt.Conditions.PrefixSet.MatchType = api.MatchType_ANY case "invert": - stmt.Conditions.PrefixSet.Type = api.MatchType_INVERT + stmt.Conditions.PrefixSet.MatchType = api.MatchType_INVERT default: return fmt.Errorf("%s prefix <set-name> [{ any | invert }]", usage) } @@ -698,9 +698,9 @@ func modCondition(name, op string, args []string) error { } switch strings.ToLower(args[1]) { case "any": - stmt.Conditions.NeighborSet.Type = api.MatchType_ANY + stmt.Conditions.NeighborSet.MatchType = api.MatchType_ANY case "invert": - stmt.Conditions.NeighborSet.Type = api.MatchType_INVERT + stmt.Conditions.NeighborSet.MatchType = api.MatchType_INVERT default: return fmt.Errorf("%s neighbor <set-name> [{ any | invert }]", usage) } @@ -715,11 +715,11 @@ func modCondition(name, op string, args []string) error { } switch strings.ToLower(args[1]) { case "any": - stmt.Conditions.AsPathSet.Type = api.MatchType_ANY + stmt.Conditions.AsPathSet.MatchType = api.MatchType_ANY case "all": - stmt.Conditions.AsPathSet.Type = api.MatchType_ALL + stmt.Conditions.AsPathSet.MatchType = api.MatchType_ALL case "invert": - stmt.Conditions.AsPathSet.Type = api.MatchType_INVERT + stmt.Conditions.AsPathSet.MatchType = api.MatchType_INVERT default: return fmt.Errorf("%s as-path <set-name> [{ any | all | invert }]", usage) } @@ -734,11 +734,11 @@ func modCondition(name, op string, args []string) error { } switch strings.ToLower(args[1]) { case "any": - stmt.Conditions.CommunitySet.Type = api.MatchType_ANY + stmt.Conditions.CommunitySet.MatchType = api.MatchType_ANY case "all": - stmt.Conditions.CommunitySet.Type = api.MatchType_ALL + stmt.Conditions.CommunitySet.MatchType = api.MatchType_ALL case "invert": - stmt.Conditions.CommunitySet.Type = api.MatchType_INVERT + stmt.Conditions.CommunitySet.MatchType = api.MatchType_INVERT default: return fmt.Errorf("%s community <set-name> [{ any | all | invert }]", usage) } @@ -753,11 +753,11 @@ func modCondition(name, op string, args []string) error { } switch strings.ToLower(args[1]) { case "any": - stmt.Conditions.ExtCommunitySet.Type = api.MatchType_ANY + stmt.Conditions.ExtCommunitySet.MatchType = api.MatchType_ANY case "all": - stmt.Conditions.ExtCommunitySet.Type = api.MatchType_ALL + stmt.Conditions.ExtCommunitySet.MatchType = api.MatchType_ALL case "invert": - stmt.Conditions.ExtCommunitySet.Type = api.MatchType_INVERT + stmt.Conditions.ExtCommunitySet.MatchType = api.MatchType_INVERT default: return fmt.Errorf("%s ext-community <set-name> [{ any | all | invert }]", usage) } @@ -772,11 +772,11 @@ func modCondition(name, op string, args []string) error { } switch strings.ToLower(args[1]) { case "any": - stmt.Conditions.LargeCommunitySet.Type = api.MatchType_ANY + stmt.Conditions.LargeCommunitySet.MatchType = api.MatchType_ANY case "all": - stmt.Conditions.LargeCommunitySet.Type = api.MatchType_ALL + stmt.Conditions.LargeCommunitySet.MatchType = api.MatchType_ALL case "invert": - stmt.Conditions.LargeCommunitySet.Type = api.MatchType_INVERT + stmt.Conditions.LargeCommunitySet.MatchType = api.MatchType_INVERT default: return fmt.Errorf("%s large-community <set-name> [{ any | all | invert }]", usage) } @@ -792,11 +792,11 @@ func modCondition(name, op string, args []string) error { stmt.Conditions.AsPathLength.Length = uint32(length) switch strings.ToLower(args[1]) { case "eq": - stmt.Conditions.AsPathLength.Type = api.AsPathLengthType_EQ + stmt.Conditions.AsPathLength.LengthType = api.AsPathLengthType_EQ case "ge": - stmt.Conditions.AsPathLength.Type = api.AsPathLengthType_GE + stmt.Conditions.AsPathLength.LengthType = api.AsPathLengthType_GE case "le": - stmt.Conditions.AsPathLength.Type = api.AsPathLengthType_LE + stmt.Conditions.AsPathLength.LengthType = api.AsPathLengthType_LE default: return fmt.Errorf("%s as-path-length <length> { eq | ge | le }", usage) } @@ -882,11 +882,11 @@ func modAction(name, op string, args []string) error { stmt.Actions.Community.Communities = args[1:] switch strings.ToLower(args[0]) { case "add": - stmt.Actions.Community.Type = api.CommunityActionType_COMMUNITY_ADD + stmt.Actions.Community.ActionType = api.CommunityActionType_COMMUNITY_ADD case "remove": - stmt.Actions.Community.Type = api.CommunityActionType_COMMUNITY_REMOVE + stmt.Actions.Community.ActionType = api.CommunityActionType_COMMUNITY_REMOVE case "replace": - stmt.Actions.Community.Type = api.CommunityActionType_COMMUNITY_REPLACE + stmt.Actions.Community.ActionType = api.CommunityActionType_COMMUNITY_REPLACE default: return fmt.Errorf("%s community { add | remove | replace } <value>...", usage) } @@ -898,11 +898,11 @@ func modAction(name, op string, args []string) error { stmt.Actions.ExtCommunity.Communities = args[1:] switch strings.ToLower(args[0]) { case "add": - stmt.Actions.ExtCommunity.Type = api.CommunityActionType_COMMUNITY_ADD + stmt.Actions.ExtCommunity.ActionType = api.CommunityActionType_COMMUNITY_ADD case "remove": - stmt.Actions.ExtCommunity.Type = api.CommunityActionType_COMMUNITY_REMOVE + stmt.Actions.ExtCommunity.ActionType = api.CommunityActionType_COMMUNITY_REMOVE case "replace": - stmt.Actions.ExtCommunity.Type = api.CommunityActionType_COMMUNITY_REPLACE + stmt.Actions.ExtCommunity.ActionType = api.CommunityActionType_COMMUNITY_REPLACE default: return fmt.Errorf("%s ext-community { add | remove | replace } <value>...", usage) } @@ -914,11 +914,11 @@ func modAction(name, op string, args []string) error { stmt.Actions.LargeCommunity.Communities = args[1:] switch strings.ToLower(args[0]) { case "add": - stmt.Actions.LargeCommunity.Type = api.CommunityActionType_COMMUNITY_ADD + stmt.Actions.LargeCommunity.ActionType = api.CommunityActionType_COMMUNITY_ADD case "remove": - stmt.Actions.LargeCommunity.Type = api.CommunityActionType_COMMUNITY_REMOVE + stmt.Actions.LargeCommunity.ActionType = api.CommunityActionType_COMMUNITY_REMOVE case "replace": - stmt.Actions.LargeCommunity.Type = api.CommunityActionType_COMMUNITY_REPLACE + stmt.Actions.LargeCommunity.ActionType = api.CommunityActionType_COMMUNITY_REPLACE default: return fmt.Errorf("%s large-community { add | remove | replace } <value>...", usage) } @@ -934,12 +934,12 @@ func modAction(name, op string, args []string) error { stmt.Actions.Med.Value = int64(med) switch strings.ToLower(args[0]) { case "add": - stmt.Actions.Med.Type = api.MedActionType_MED_MOD + stmt.Actions.Med.ActionType = api.MedActionType_MED_MOD case "sub": - stmt.Actions.Med.Type = api.MedActionType_MED_MOD + stmt.Actions.Med.ActionType = api.MedActionType_MED_MOD stmt.Actions.Med.Value = -1 * stmt.Actions.Med.Value case "set": - stmt.Actions.Med.Type = api.MedActionType_MED_REPLACE + stmt.Actions.Med.ActionType = api.MedActionType_MED_REPLACE default: return fmt.Errorf("%s med { add | sub | set } <value>", usage) } diff --git a/cmd/gobgpd/main.go b/cmd/gobgpd/main.go index 5c8f5ac5..15851bd7 100644 --- a/cmd/gobgpd/main.go +++ b/cmd/gobgpd/main.go @@ -218,7 +218,7 @@ func main() { if err := bgpServer.AddBmp(context.Background(), &api.AddBmpRequest{ Address: c.Config.Address, Port: c.Config.Port, - Type: api.AddBmpRequest_MonitoringPolicy(c.Config.RouteMonitoringPolicy.ToInt()), + Policy: api.AddBmpRequest_MonitoringPolicy(c.Config.RouteMonitoringPolicy.ToInt()), StatisticsTimeout: int32(c.Config.StatisticsTimeout), }); err != nil { log.Fatalf("failed to set bmp config: %s", err) diff --git a/internal/pkg/config/util.go b/internal/pkg/config/util.go index 0cd8e2a9..6d3af91b 100644 --- a/internal/pkg/config/util.go +++ b/internal/pkg/config/util.go @@ -675,50 +675,50 @@ func NewAPIDefinedSetsFromConfigStruct(t *DefinedSets) ([]*api.DefinedSet, error prefixes = append(prefixes, ap) } definedSets = append(definedSets, &api.DefinedSet{ - Type: api.DefinedType_PREFIX, - Name: ps.PrefixSetName, - Prefixes: prefixes, + DefinedType: api.DefinedType_PREFIX, + Name: ps.PrefixSetName, + Prefixes: prefixes, }) } for _, ns := range t.NeighborSets { definedSets = append(definedSets, &api.DefinedSet{ - Type: api.DefinedType_NEIGHBOR, - Name: ns.NeighborSetName, - List: ns.NeighborInfoList, + DefinedType: api.DefinedType_NEIGHBOR, + Name: ns.NeighborSetName, + List: ns.NeighborInfoList, }) } bs := t.BgpDefinedSets for _, cs := range bs.CommunitySets { definedSets = append(definedSets, &api.DefinedSet{ - Type: api.DefinedType_COMMUNITY, - Name: cs.CommunitySetName, - List: cs.CommunityList, + DefinedType: api.DefinedType_COMMUNITY, + Name: cs.CommunitySetName, + List: cs.CommunityList, }) } for _, es := range bs.ExtCommunitySets { definedSets = append(definedSets, &api.DefinedSet{ - Type: api.DefinedType_EXT_COMMUNITY, - Name: es.ExtCommunitySetName, - List: es.ExtCommunityList, + DefinedType: api.DefinedType_EXT_COMMUNITY, + Name: es.ExtCommunitySetName, + List: es.ExtCommunityList, }) } for _, ls := range bs.LargeCommunitySets { definedSets = append(definedSets, &api.DefinedSet{ - Type: api.DefinedType_LARGE_COMMUNITY, - Name: ls.LargeCommunitySetName, - List: ls.LargeCommunityList, + DefinedType: api.DefinedType_LARGE_COMMUNITY, + Name: ls.LargeCommunitySetName, + List: ls.LargeCommunityList, }) } for _, as := range bs.AsPathSets { definedSets = append(definedSets, &api.DefinedSet{ - Type: api.DefinedType_AS_PATH, - Name: as.AsPathSetName, - List: as.AsPathList, + DefinedType: api.DefinedType_AS_PATH, + Name: as.AsPathSetName, + List: as.AsPathList, }) } diff --git a/internal/pkg/table/policy.go b/internal/pkg/table/policy.go index 6c4ca0b0..af07b784 100644 --- a/internal/pkg/table/policy.go +++ b/internal/pkg/table/policy.go @@ -3907,45 +3907,45 @@ func toStatementApi(s *config.Statement) *api.Statement { o, _ := NewMatchOption(s.Conditions.MatchPrefixSet.MatchSetOptions) if s.Conditions.MatchPrefixSet.PrefixSet != "" { cs.PrefixSet = &api.MatchSet{ - Type: api.MatchType(o), - Name: s.Conditions.MatchPrefixSet.PrefixSet, + MatchType: api.MatchType(o), + Name: s.Conditions.MatchPrefixSet.PrefixSet, } } if s.Conditions.MatchNeighborSet.NeighborSet != "" { o, _ := NewMatchOption(s.Conditions.MatchNeighborSet.MatchSetOptions) cs.NeighborSet = &api.MatchSet{ - Type: api.MatchType(o), - Name: s.Conditions.MatchNeighborSet.NeighborSet, + MatchType: api.MatchType(o), + Name: s.Conditions.MatchNeighborSet.NeighborSet, } } if s.Conditions.BgpConditions.AsPathLength.Operator != "" { cs.AsPathLength = &api.AsPathLength{ - Length: s.Conditions.BgpConditions.AsPathLength.Value, - Type: api.AsPathLengthType(s.Conditions.BgpConditions.AsPathLength.Operator.ToInt()), + Length: s.Conditions.BgpConditions.AsPathLength.Value, + LengthType: api.AsPathLengthType(s.Conditions.BgpConditions.AsPathLength.Operator.ToInt()), } } if s.Conditions.BgpConditions.MatchAsPathSet.AsPathSet != "" { cs.AsPathSet = &api.MatchSet{ - Type: api.MatchType(s.Conditions.BgpConditions.MatchAsPathSet.MatchSetOptions.ToInt()), - Name: s.Conditions.BgpConditions.MatchAsPathSet.AsPathSet, + MatchType: api.MatchType(s.Conditions.BgpConditions.MatchAsPathSet.MatchSetOptions.ToInt()), + Name: s.Conditions.BgpConditions.MatchAsPathSet.AsPathSet, } } if s.Conditions.BgpConditions.MatchCommunitySet.CommunitySet != "" { cs.CommunitySet = &api.MatchSet{ - Type: api.MatchType(s.Conditions.BgpConditions.MatchCommunitySet.MatchSetOptions.ToInt()), - Name: s.Conditions.BgpConditions.MatchCommunitySet.CommunitySet, + MatchType: api.MatchType(s.Conditions.BgpConditions.MatchCommunitySet.MatchSetOptions.ToInt()), + Name: s.Conditions.BgpConditions.MatchCommunitySet.CommunitySet, } } if s.Conditions.BgpConditions.MatchExtCommunitySet.ExtCommunitySet != "" { cs.ExtCommunitySet = &api.MatchSet{ - Type: api.MatchType(s.Conditions.BgpConditions.MatchExtCommunitySet.MatchSetOptions.ToInt()), - Name: s.Conditions.BgpConditions.MatchExtCommunitySet.ExtCommunitySet, + MatchType: api.MatchType(s.Conditions.BgpConditions.MatchExtCommunitySet.MatchSetOptions.ToInt()), + Name: s.Conditions.BgpConditions.MatchExtCommunitySet.ExtCommunitySet, } } if s.Conditions.BgpConditions.MatchLargeCommunitySet.LargeCommunitySet != "" { cs.LargeCommunitySet = &api.MatchSet{ - Type: api.MatchType(s.Conditions.BgpConditions.MatchLargeCommunitySet.MatchSetOptions.ToInt()), - Name: s.Conditions.BgpConditions.MatchLargeCommunitySet.LargeCommunitySet, + MatchType: api.MatchType(s.Conditions.BgpConditions.MatchLargeCommunitySet.MatchSetOptions.ToInt()), + Name: s.Conditions.BgpConditions.MatchLargeCommunitySet.LargeCommunitySet, } } if s.Conditions.BgpConditions.RouteType != "" { @@ -3980,7 +3980,7 @@ func toStatementApi(s *config.Statement) *api.Statement { return nil } return &api.CommunityAction{ - Type: api.CommunityActionType(config.BgpSetCommunityOptionTypeToIntMap[config.BgpSetCommunityOptionType(s.Actions.BgpActions.SetCommunity.Options)]), + ActionType: api.CommunityActionType(config.BgpSetCommunityOptionTypeToIntMap[config.BgpSetCommunityOptionType(s.Actions.BgpActions.SetCommunity.Options)]), Communities: s.Actions.BgpActions.SetCommunity.SetCommunityMethod.CommunitiesList} }(), Med: func() *api.MedAction { @@ -4002,8 +4002,8 @@ func toStatementApi(s *config.Statement) *api.Statement { return nil } return &api.MedAction{ - Value: value, - Type: action, + Value: value, + ActionType: action, } }(), AsPrepend: func() *api.AsPrependAction { @@ -4028,7 +4028,7 @@ func toStatementApi(s *config.Statement) *api.Statement { return nil } return &api.CommunityAction{ - Type: api.CommunityActionType(config.BgpSetCommunityOptionTypeToIntMap[config.BgpSetCommunityOptionType(s.Actions.BgpActions.SetExtCommunity.Options)]), + ActionType: api.CommunityActionType(config.BgpSetCommunityOptionTypeToIntMap[config.BgpSetCommunityOptionType(s.Actions.BgpActions.SetExtCommunity.Options)]), Communities: s.Actions.BgpActions.SetExtCommunity.SetExtCommunityMethod.CommunitiesList, } }(), @@ -4037,7 +4037,7 @@ func toStatementApi(s *config.Statement) *api.Statement { return nil } return &api.CommunityAction{ - Type: api.CommunityActionType(config.BgpSetCommunityOptionTypeToIntMap[config.BgpSetCommunityOptionType(s.Actions.BgpActions.SetLargeCommunity.Options)]), + ActionType: api.CommunityActionType(config.BgpSetCommunityOptionTypeToIntMap[config.BgpSetCommunityOptionType(s.Actions.BgpActions.SetLargeCommunity.Options)]), Communities: s.Actions.BgpActions.SetLargeCommunity.SetLargeCommunityMethod.CommunitiesList, } }(), diff --git a/pkg/server/grpc_server.go b/pkg/server/grpc_server.go index fdbcb3d6..ccdaa51c 100644 --- a/pkg/server/grpc_server.go +++ b/pkg/server/grpc_server.go @@ -239,7 +239,7 @@ func newRoutingPolicyFromApiStruct(arg *api.SetPoliciesRequest) (*config.Routing }, nil } -func api2Path(resource api.Resource, path *api.Path, isWithdraw bool) (*table.Path, error) { +func api2Path(resource api.TableType, path *api.Path, isWithdraw bool) (*table.Path, error) { var pi *table.PeerInfo var nlri bgp.AddrPrefixInterface var nexthop string @@ -289,7 +289,7 @@ func api2Path(resource api.Resource, path *api.Path, isWithdraw bool) (*table.Pa return nil, fmt.Errorf("nexthop not found") } rf := bgp.AfiSafiToRouteFamily(uint16(path.Family.Afi), uint8(path.Family.Safi)) - if resource != api.Resource_VRF && rf == bgp.RF_IPv4_UC && net.ParseIP(nexthop).To4() != nil { + if resource != api.TableType_VRF && rf == bgp.RF_IPv4_UC && net.ParseIP(nexthop).To4() != nil { pattrs = append(pattrs, bgp.NewPathAttributeNextHop(nexthop)) } else { pattrs = append(pattrs, bgp.NewPathAttributeMpReachNLRI(nexthop, []bgp.AddrPrefixInterface{nlri})) @@ -337,12 +337,12 @@ func (s *server) AddPathStream(stream api.GobgpApi_AddPathStreamServer) error { return err } - if arg.Resource != api.Resource_GLOBAL && arg.Resource != api.Resource_VRF { - return fmt.Errorf("unsupported resource: %s", arg.Resource) + if arg.TableType != api.TableType_GLOBAL && arg.TableType != api.TableType_VRF { + return fmt.Errorf("unsupported resource: %s", arg.TableType) } pathList := make([]*table.Path, 0, len(arg.Paths)) for _, apiPath := range arg.Paths { - if path, err := api2Path(arg.Resource, apiPath, apiPath.IsWithdraw); err != nil { + if path, err := api2Path(arg.TableType, apiPath, apiPath.IsWithdraw); err != nil { return err } else { pathList = append(pathList, path) @@ -826,7 +826,7 @@ func newConfigDefinedSetsFromApiStruct(a []*api.DefinedSet) (*config.DefinedSets if ds.Name == "" { return nil, fmt.Errorf("empty neighbor set name") } - switch table.DefinedType(ds.Type) { + switch table.DefinedType(ds.DefinedType) { case table.DEFINED_TYPE_PREFIX: prefixes := make([]config.Prefix, 0, len(ds.Prefixes)) for _, p := range ds.Prefixes { @@ -886,7 +886,7 @@ func newDefinedSetFromApiStruct(a *api.DefinedSet) (table.DefinedSet, error) { if a.Name == "" { return nil, fmt.Errorf("empty neighbor set name") } - switch table.DefinedType(a.Type) { + switch table.DefinedType(a.DefinedType) { case table.DEFINED_TYPE_PREFIX: prefixes := make([]*table.Prefix, 0, len(a.Prefixes)) for _, p := range a.Prefixes { @@ -970,44 +970,44 @@ func toStatementApi(s *config.Statement) *api.Statement { cs := &api.Conditions{} if s.Conditions.MatchPrefixSet.PrefixSet != "" { cs.PrefixSet = &api.MatchSet{ - Type: matchSetOptionsRestrictedTypeToAPI(s.Conditions.MatchPrefixSet.MatchSetOptions), - Name: s.Conditions.MatchPrefixSet.PrefixSet, + MatchType: matchSetOptionsRestrictedTypeToAPI(s.Conditions.MatchPrefixSet.MatchSetOptions), + Name: s.Conditions.MatchPrefixSet.PrefixSet, } } if s.Conditions.MatchNeighborSet.NeighborSet != "" { cs.NeighborSet = &api.MatchSet{ - Type: matchSetOptionsRestrictedTypeToAPI(s.Conditions.MatchNeighborSet.MatchSetOptions), - Name: s.Conditions.MatchNeighborSet.NeighborSet, + MatchType: matchSetOptionsRestrictedTypeToAPI(s.Conditions.MatchNeighborSet.MatchSetOptions), + Name: s.Conditions.MatchNeighborSet.NeighborSet, } } if s.Conditions.BgpConditions.AsPathLength.Operator != "" { cs.AsPathLength = &api.AsPathLength{ - Length: s.Conditions.BgpConditions.AsPathLength.Value, - Type: api.AsPathLengthType(s.Conditions.BgpConditions.AsPathLength.Operator.ToInt()), + Length: s.Conditions.BgpConditions.AsPathLength.Value, + LengthType: api.AsPathLengthType(s.Conditions.BgpConditions.AsPathLength.Operator.ToInt()), } } if s.Conditions.BgpConditions.MatchAsPathSet.AsPathSet != "" { cs.AsPathSet = &api.MatchSet{ - Type: api.MatchType(s.Conditions.BgpConditions.MatchAsPathSet.MatchSetOptions.ToInt()), - Name: s.Conditions.BgpConditions.MatchAsPathSet.AsPathSet, + MatchType: api.MatchType(s.Conditions.BgpConditions.MatchAsPathSet.MatchSetOptions.ToInt()), + Name: s.Conditions.BgpConditions.MatchAsPathSet.AsPathSet, } } if s.Conditions.BgpConditions.MatchCommunitySet.CommunitySet != "" { cs.CommunitySet = &api.MatchSet{ - Type: api.MatchType(s.Conditions.BgpConditions.MatchCommunitySet.MatchSetOptions.ToInt()), - Name: s.Conditions.BgpConditions.MatchCommunitySet.CommunitySet, + MatchType: api.MatchType(s.Conditions.BgpConditions.MatchCommunitySet.MatchSetOptions.ToInt()), + Name: s.Conditions.BgpConditions.MatchCommunitySet.CommunitySet, } } if s.Conditions.BgpConditions.MatchExtCommunitySet.ExtCommunitySet != "" { cs.ExtCommunitySet = &api.MatchSet{ - Type: api.MatchType(s.Conditions.BgpConditions.MatchExtCommunitySet.MatchSetOptions.ToInt()), - Name: s.Conditions.BgpConditions.MatchExtCommunitySet.ExtCommunitySet, + MatchType: api.MatchType(s.Conditions.BgpConditions.MatchExtCommunitySet.MatchSetOptions.ToInt()), + Name: s.Conditions.BgpConditions.MatchExtCommunitySet.ExtCommunitySet, } } if s.Conditions.BgpConditions.MatchLargeCommunitySet.LargeCommunitySet != "" { cs.LargeCommunitySet = &api.MatchSet{ - Type: api.MatchType(s.Conditions.BgpConditions.MatchLargeCommunitySet.MatchSetOptions.ToInt()), - Name: s.Conditions.BgpConditions.MatchLargeCommunitySet.LargeCommunitySet, + MatchType: api.MatchType(s.Conditions.BgpConditions.MatchLargeCommunitySet.MatchSetOptions.ToInt()), + Name: s.Conditions.BgpConditions.MatchLargeCommunitySet.LargeCommunitySet, } } if s.Conditions.BgpConditions.RouteType != "" { @@ -1042,7 +1042,7 @@ func toStatementApi(s *config.Statement) *api.Statement { return nil } return &api.CommunityAction{ - Type: api.CommunityActionType(config.BgpSetCommunityOptionTypeToIntMap[config.BgpSetCommunityOptionType(s.Actions.BgpActions.SetCommunity.Options)]), + ActionType: api.CommunityActionType(config.BgpSetCommunityOptionTypeToIntMap[config.BgpSetCommunityOptionType(s.Actions.BgpActions.SetCommunity.Options)]), Communities: s.Actions.BgpActions.SetCommunity.SetCommunityMethod.CommunitiesList} }(), Med: func() *api.MedAction { @@ -1064,8 +1064,8 @@ func toStatementApi(s *config.Statement) *api.Statement { return nil } return &api.MedAction{ - Value: value, - Type: action, + Value: value, + ActionType: action, } }(), AsPrepend: func() *api.AsPrependAction { @@ -1090,7 +1090,7 @@ func toStatementApi(s *config.Statement) *api.Statement { return nil } return &api.CommunityAction{ - Type: api.CommunityActionType(config.BgpSetCommunityOptionTypeToIntMap[config.BgpSetCommunityOptionType(s.Actions.BgpActions.SetExtCommunity.Options)]), + ActionType: api.CommunityActionType(config.BgpSetCommunityOptionTypeToIntMap[config.BgpSetCommunityOptionType(s.Actions.BgpActions.SetExtCommunity.Options)]), Communities: s.Actions.BgpActions.SetExtCommunity.SetExtCommunityMethod.CommunitiesList, } }(), @@ -1099,7 +1099,7 @@ func toStatementApi(s *config.Statement) *api.Statement { return nil } return &api.CommunityAction{ - Type: api.CommunityActionType(config.BgpSetCommunityOptionTypeToIntMap[config.BgpSetCommunityOptionType(s.Actions.BgpActions.SetLargeCommunity.Options)]), + ActionType: api.CommunityActionType(config.BgpSetCommunityOptionTypeToIntMap[config.BgpSetCommunityOptionType(s.Actions.BgpActions.SetLargeCommunity.Options)]), Communities: s.Actions.BgpActions.SetLargeCommunity.SetLargeCommunityMethod.CommunitiesList, } }(), @@ -1163,7 +1163,7 @@ func newPrefixConditionFromApiStruct(a *api.MatchSet) (*table.PrefixCondition, e if a == nil { return nil, nil } - typ, err := toConfigMatchSetOptionRestricted(a.Type) + typ, err := toConfigMatchSetOptionRestricted(a.MatchType) if err != nil { return nil, err } @@ -1178,7 +1178,7 @@ func newNeighborConditionFromApiStruct(a *api.MatchSet) (*table.NeighborConditio if a == nil { return nil, nil } - typ, err := toConfigMatchSetOptionRestricted(a.Type) + typ, err := toConfigMatchSetOptionRestricted(a.MatchType) if err != nil { return nil, err } @@ -1194,7 +1194,7 @@ func newAsPathLengthConditionFromApiStruct(a *api.AsPathLength) (*table.AsPathLe return nil, nil } return table.NewAsPathLengthCondition(config.AsPathLength{ - Operator: config.IntToAttributeComparisonMap[int(a.Type)], + Operator: config.IntToAttributeComparisonMap[int(a.LengthType)], Value: a.Length, }) } @@ -1203,7 +1203,7 @@ func newAsPathConditionFromApiStruct(a *api.MatchSet) (*table.AsPathCondition, e if a == nil { return nil, nil } - typ, err := toConfigMatchSetOption(a.Type) + typ, err := toConfigMatchSetOption(a.MatchType) if err != nil { return nil, err } @@ -1236,7 +1236,7 @@ func newCommunityConditionFromApiStruct(a *api.MatchSet) (*table.CommunityCondit if a == nil { return nil, nil } - typ, err := toConfigMatchSetOption(a.Type) + typ, err := toConfigMatchSetOption(a.MatchType) if err != nil { return nil, err } @@ -1251,7 +1251,7 @@ func newExtCommunityConditionFromApiStruct(a *api.MatchSet) (*table.ExtCommunity if a == nil { return nil, nil } - typ, err := toConfigMatchSetOption(a.Type) + typ, err := toConfigMatchSetOption(a.MatchType) if err != nil { return nil, err } @@ -1266,7 +1266,7 @@ func newLargeCommunityConditionFromApiStruct(a *api.MatchSet) (*table.LargeCommu if a == nil { return nil, nil } - typ, err := toConfigMatchSetOption(a.Type) + typ, err := toConfigMatchSetOption(a.MatchType) if err != nil { return nil, err } @@ -1319,7 +1319,7 @@ func newCommunityActionFromApiStruct(a *api.CommunityAction) (*table.CommunityAc return nil, nil } return table.NewCommunityAction(config.SetCommunity{ - Options: string(config.IntToBgpSetCommunityOptionTypeMap[int(a.Type)]), + Options: string(config.IntToBgpSetCommunityOptionTypeMap[int(a.ActionType)]), SetCommunityMethod: config.SetCommunityMethod{ CommunitiesList: a.Communities, }, @@ -1331,7 +1331,7 @@ func newExtCommunityActionFromApiStruct(a *api.CommunityAction) (*table.ExtCommu return nil, nil } return table.NewExtCommunityAction(config.SetExtCommunity{ - Options: string(config.IntToBgpSetCommunityOptionTypeMap[int(a.Type)]), + Options: string(config.IntToBgpSetCommunityOptionTypeMap[int(a.ActionType)]), SetExtCommunityMethod: config.SetExtCommunityMethod{ CommunitiesList: a.Communities, }, @@ -1343,7 +1343,7 @@ func newLargeCommunityActionFromApiStruct(a *api.CommunityAction) (*table.LargeC return nil, nil } return table.NewLargeCommunityAction(config.SetLargeCommunity{ - Options: config.IntToBgpSetCommunityOptionTypeMap[int(a.Type)], + Options: config.IntToBgpSetCommunityOptionTypeMap[int(a.ActionType)], SetLargeCommunityMethod: config.SetLargeCommunityMethod{ CommunitiesList: a.Communities, }, @@ -1354,7 +1354,7 @@ func newMedActionFromApiStruct(a *api.MedAction) (*table.MedAction, error) { if a == nil { return nil, nil } - return table.NewMedActionFromApiStruct(table.MedActionType(a.Type), a.Value), nil + return table.NewMedActionFromApiStruct(table.MedActionType(a.ActionType), a.Value), nil } func newLocalPrefActionFromApiStruct(a *api.LocalPrefAction) (*table.LocalPrefAction, error) { diff --git a/pkg/server/server.go b/pkg/server/server.go index 9269bbd4..728214f5 100644 --- a/pkg/server/server.go +++ b/pkg/server/server.go @@ -1584,14 +1584,14 @@ func (s *BgpServer) EnableZebra(ctx context.Context, r *api.EnableZebraRequest) func (s *BgpServer) AddBmp(ctx context.Context, r *api.AddBmpRequest) error { return s.mgmtOperation(func() error { - _, ok := api.AddBmpRequest_MonitoringPolicy_name[int32(r.Type)] + _, ok := api.AddBmpRequest_MonitoringPolicy_name[int32(r.Policy)] if !ok { - return fmt.Errorf("invalid bmp route monitoring policy: %v", r.Type) + return fmt.Errorf("invalid bmp route monitoring policy: %v", r.Policy) } return s.bmpManager.addServer(&config.BmpServerConfig{ Address: r.Address, Port: r.Port, - RouteMonitoringPolicy: config.IntToBmpRouteMonitoringPolicyTypeMap[int(r.Type)], + RouteMonitoringPolicy: config.IntToBmpRouteMonitoringPolicyTypeMap[int(r.Policy)], StatisticsTimeout: uint16(r.StatisticsTimeout), }) }, true) @@ -1845,7 +1845,7 @@ func (s *BgpServer) addPathList(vrfId string, pathList []*table.Path) error { func (s *BgpServer) AddPath(ctx context.Context, r *api.AddPathRequest) (*api.AddPathResponse, error) { var uuidBytes []byte err := s.mgmtOperation(func() error { - path, err := api2Path(r.Resource, r.Path, false) + path, err := api2Path(r.TableType, r.Path, false) if err != nil { return err } @@ -1867,7 +1867,7 @@ func (s *BgpServer) DeletePath(ctx context.Context, r *api.DeletePathRequest) er pathList, err := func() ([]*table.Path, error) { if r.Path != nil { - path, err := api2Path(r.Resource, r.Path, true) + path, err := api2Path(r.TableType, r.Path, true) return []*table.Path{path}, err } return []*table.Path{}, nil @@ -2330,18 +2330,18 @@ func (s *BgpServer) ListPath(ctx context.Context, r *api.ListPathRequest, fn fun family = bgp.AfiSafiToRouteFamily(uint16(r.Family.Afi), uint8(r.Family.Safi)) } var err error - switch r.Type { - case api.Resource_LOCAL, api.Resource_GLOBAL: + switch r.TableType { + case api.TableType_LOCAL, api.TableType_GLOBAL: tbl, v, err = s.getRib(r.Name, family, f()) - case api.Resource_ADJ_IN: + case api.TableType_ADJ_IN: in = true fallthrough - case api.Resource_ADJ_OUT: + case api.TableType_ADJ_OUT: tbl, v, err = s.getAdjRib(r.Name, family, in, f()) - case api.Resource_VRF: + case api.TableType_VRF: tbl, err = s.getVrfRib(r.Name, family, []*table.LookupPrefix{}) default: - return fmt.Errorf("unsupported resource type: %v", r.Type) + return fmt.Errorf("unsupported resource type: %v", r.TableType) } if err != nil { @@ -2359,8 +2359,8 @@ func (s *BgpServer) ListPath(ctx context.Context, r *api.ListPathRequest, fn fun p := toPathApi(path, getValidation(v, idx)) idx++ if i == 0 && !table.SelectionOptions.DisableBestPathSelection { - switch r.Type { - case api.Resource_LOCAL, api.Resource_GLOBAL: + switch r.TableType { + case api.TableType_LOCAL, api.TableType_GLOBAL: p.Best = true } } @@ -2433,16 +2433,16 @@ func (s *BgpServer) GetTable(ctx context.Context, r *api.GetTableRequest) (*api. var in bool var err error var info *table.TableInfo - switch r.Type { - case api.Resource_GLOBAL, api.Resource_LOCAL: + switch r.TableType { + case api.TableType_GLOBAL, api.TableType_LOCAL: info, err = s.getRibInfo(r.Name, family) - case api.Resource_ADJ_IN: + case api.TableType_ADJ_IN: in = true fallthrough - case api.Resource_ADJ_OUT: + case api.TableType_ADJ_OUT: info, err = s.getAdjRibInfo(r.Name, family, in) default: - return nil, fmt.Errorf("unsupported resource type: %s", r.Type) + return nil, fmt.Errorf("unsupported resource type: %s", r.TableType) } if err != nil { @@ -3014,7 +3014,7 @@ func (s *BgpServer) ListDefinedSet(ctx context.Context, r *api.ListDefinedSetReq var cd *config.DefinedSets var err error err = s.mgmtOperation(func() error { - cd, err = s.policy.GetDefinedSet(table.DefinedType(r.Type), r.Name) + cd, err = s.policy.GetDefinedSet(table.DefinedType(r.DefinedType), r.Name) return err }, false) @@ -3033,8 +3033,8 @@ func (s *BgpServer) ListDefinedSet(ctx context.Context, r *api.ListDefinedSetReq for _, cs := range cd.PrefixSets { ad := &api.DefinedSet{ - Type: api.DefinedType_PREFIX, - Name: cs.PrefixSetName, + DefinedType: api.DefinedType_PREFIX, + Name: cs.PrefixSetName, Prefixes: func() []*api.Prefix { l := make([]*api.Prefix, 0, len(cs.PrefixList)) for _, p := range cs.PrefixList { @@ -3053,9 +3053,9 @@ func (s *BgpServer) ListDefinedSet(ctx context.Context, r *api.ListDefinedSetReq } for _, cs := range cd.NeighborSets { ad := &api.DefinedSet{ - Type: api.DefinedType_NEIGHBOR, - Name: cs.NeighborSetName, - List: cs.NeighborInfoList, + DefinedType: api.DefinedType_NEIGHBOR, + Name: cs.NeighborSetName, + List: cs.NeighborInfoList, } if exec(ad) { return nil @@ -3063,9 +3063,9 @@ func (s *BgpServer) ListDefinedSet(ctx context.Context, r *api.ListDefinedSetReq } for _, cs := range cd.BgpDefinedSets.CommunitySets { ad := &api.DefinedSet{ - Type: api.DefinedType_COMMUNITY, - Name: cs.CommunitySetName, - List: cs.CommunityList, + DefinedType: api.DefinedType_COMMUNITY, + Name: cs.CommunitySetName, + List: cs.CommunityList, } if exec(ad) { return nil @@ -3073,9 +3073,9 @@ func (s *BgpServer) ListDefinedSet(ctx context.Context, r *api.ListDefinedSetReq } for _, cs := range cd.BgpDefinedSets.ExtCommunitySets { ad := &api.DefinedSet{ - Type: api.DefinedType_EXT_COMMUNITY, - Name: cs.ExtCommunitySetName, - List: cs.ExtCommunityList, + DefinedType: api.DefinedType_EXT_COMMUNITY, + Name: cs.ExtCommunitySetName, + List: cs.ExtCommunityList, } if exec(ad) { return nil @@ -3083,9 +3083,9 @@ func (s *BgpServer) ListDefinedSet(ctx context.Context, r *api.ListDefinedSetReq } for _, cs := range cd.BgpDefinedSets.LargeCommunitySets { ad := &api.DefinedSet{ - Type: api.DefinedType_LARGE_COMMUNITY, - Name: cs.LargeCommunitySetName, - List: cs.LargeCommunityList, + DefinedType: api.DefinedType_LARGE_COMMUNITY, + Name: cs.LargeCommunitySetName, + List: cs.LargeCommunityList, } if exec(ad) { return nil @@ -3093,9 +3093,9 @@ func (s *BgpServer) ListDefinedSet(ctx context.Context, r *api.ListDefinedSetReq } for _, cs := range cd.BgpDefinedSets.AsPathSets { ad := &api.DefinedSet{ - Type: api.DefinedType_AS_PATH, - Name: cs.AsPathSetName, - List: cs.AsPathList, + DefinedType: api.DefinedType_AS_PATH, + Name: cs.AsPathSetName, + List: cs.AsPathList, } if exec(ad) { return nil @@ -3486,16 +3486,16 @@ func (s *BgpServer) MonitorTable(ctx context.Context, r *api.MonitorTableRequest return fmt.Errorf("nil request") } w, err := func() (*watcher, error) { - switch r.Type { - case api.Resource_GLOBAL: + switch r.TableType { + case api.TableType_GLOBAL: return s.watch(watchBestPath(r.Current)), nil - case api.Resource_ADJ_IN: + case api.TableType_ADJ_IN: if r.PostPolicy { return s.watch(watchPostUpdate(r.Current)), nil } return s.watch(watchUpdate(r.Current)), nil default: - return nil, fmt.Errorf("unsupported resource type: %v", r.Type) + return nil, fmt.Errorf("unsupported resource type: %v", r.TableType) } }() if err != nil { diff --git a/pkg/server/server_test.go b/pkg/server/server_test.go index 984cf53a..14124c79 100644 --- a/pkg/server/server_test.go +++ b/pkg/server/server_test.go @@ -978,9 +978,9 @@ func TestDoNotReactToDuplicateRTCMemberships(t *testing.T) { path := apiutil.NewPath(prefix, false, attrs, time.Now()) if _, err := s2.AddPath(ctx, &api.AddPathRequest{ - Resource: api.Resource_VRF, - VrfId: "vrf1", - Path: path, + TableType: api.TableType_VRF, + VrfId: "vrf1", + Path: path, }); err != nil { t.Fatal(err) } @@ -1077,7 +1077,7 @@ func TestAddDeletePath(t *testing.T) { listRib := func() []*api.Destination { l := make([]*api.Destination, 0) - s.ListPath(ctx, &api.ListPathRequest{Type: api.Resource_GLOBAL, Family: family}, func(d *api.Destination) { l = append(l, d) }) + s.ListPath(ctx, &api.ListPathRequest{TableType: api.TableType_GLOBAL, Family: family}, func(d *api.Destination) { l = append(l, d) }) return l } @@ -1093,29 +1093,29 @@ func TestAddDeletePath(t *testing.T) { p1 := getPath() _, err = s.AddPath(ctx, &api.AddPathRequest{ - Resource: api.Resource_GLOBAL, - Path: p1, + TableType: api.TableType_GLOBAL, + Path: p1, }) assert.Nil(t, err) assert.Equal(t, len(listRib()), 1) err = s.DeletePath(ctx, &api.DeletePathRequest{ - Resource: api.Resource_GLOBAL, - Path: p1, + TableType: api.TableType_GLOBAL, + Path: p1, }) assert.Nil(t, err) assert.Equal(t, len(listRib()), 0) // DeletePath(ListPath()) without PeerInfo _, err = s.AddPath(ctx, &api.AddPathRequest{ - Resource: api.Resource_GLOBAL, - Path: p1, + TableType: api.TableType_GLOBAL, + Path: p1, }) assert.Nil(t, err) l := listRib() assert.Equal(t, len(l), 1) err = s.DeletePath(ctx, &api.DeletePathRequest{ - Resource: api.Resource_GLOBAL, - Path: l[0].Paths[0], + TableType: api.TableType_GLOBAL, + Path: l[0].Paths[0], }) assert.Nil(t, err) assert.Equal(t, len(listRib()), 0) @@ -1126,37 +1126,37 @@ func TestAddDeletePath(t *testing.T) { // DeletePath(AddPath()) with PeerInfo _, err = s.AddPath(ctx, &api.AddPathRequest{ - Resource: api.Resource_GLOBAL, - Path: p2, + TableType: api.TableType_GLOBAL, + Path: p2, }) assert.Nil(t, err) assert.Equal(t, len(listRib()), 1) err = s.DeletePath(ctx, &api.DeletePathRequest{ - Resource: api.Resource_GLOBAL, - Path: p2, + TableType: api.TableType_GLOBAL, + Path: p2, }) assert.Nil(t, err) assert.Equal(t, len(listRib()), 0) // DeletePath(ListPath()) with PeerInfo _, err = s.AddPath(ctx, &api.AddPathRequest{ - Resource: api.Resource_GLOBAL, - Path: p2, + TableType: api.TableType_GLOBAL, + Path: p2, }) assert.Nil(t, err) l = listRib() assert.Equal(t, len(l), 1) err = s.DeletePath(ctx, &api.DeletePathRequest{ - Resource: api.Resource_GLOBAL, - Path: l[0].Paths[0], + TableType: api.TableType_GLOBAL, + Path: l[0].Paths[0], }) assert.Nil(t, err) assert.Equal(t, len(listRib()), 0) // DeletePath(AddPath()) with different PeerInfo _, err = s.AddPath(ctx, &api.AddPathRequest{ - Resource: api.Resource_GLOBAL, - Path: p2, + TableType: api.TableType_GLOBAL, + Path: p2, }) assert.Nil(t, err) assert.Equal(t, len(listRib()), 1) @@ -1164,8 +1164,8 @@ func TestAddDeletePath(t *testing.T) { p3.SourceAsn = 2 p3.SourceId = "1.1.1.2" err = s.DeletePath(ctx, &api.DeletePathRequest{ - Resource: api.Resource_GLOBAL, - Path: p3, + TableType: api.TableType_GLOBAL, + Path: p3, }) assert.Nil(t, err) assert.Equal(t, len(listRib()), 1) |