diff options
-rw-r--r-- | api/gobgp.pb.go | 717 | ||||
-rw-r--r-- | api/gobgp.proto | 4 | ||||
-rw-r--r-- | api/grpc_server.go | 6 | ||||
-rw-r--r-- | config/bgp_configs.go | 26 | ||||
-rw-r--r-- | config/default.go | 11 | ||||
-rw-r--r-- | gobgp/cmd/global.go | 20 | ||||
-rw-r--r-- | server/server.go | 2 | ||||
-rw-r--r-- | table/table_manager.go | 46 | ||||
-rw-r--r-- | table/table_manager_test.go | 48 | ||||
-rw-r--r-- | table/vrf.go | 8 | ||||
-rw-r--r-- | tools/pyang_plugins/gobgp.yang | 13 |
11 files changed, 391 insertions, 510 deletions
diff --git a/api/gobgp.pb.go b/api/gobgp.pb.go index 61b4c2eb..fac99117 100644 --- a/api/gobgp.pb.go +++ b/api/gobgp.pb.go @@ -1880,13 +1880,13 @@ func (m *Messages) GetSent() *Message { } type Message struct { - NOTIFICATION uint64 `protobuf:"varint,1,opt,name=NOTIFICATION,json=nOTIFICATION" json:"NOTIFICATION,omitempty"` - UPDATE uint64 `protobuf:"varint,2,opt,name=UPDATE,json=uPDATE" json:"UPDATE,omitempty"` - OPEN uint64 `protobuf:"varint,3,opt,name=OPEN,json=oPEN" json:"OPEN,omitempty"` - KEEPALIVE uint64 `protobuf:"varint,4,opt,name=KEEPALIVE,json=kEEPALIVE" json:"KEEPALIVE,omitempty"` - REFRESH uint64 `protobuf:"varint,5,opt,name=REFRESH,json=rEFRESH" json:"REFRESH,omitempty"` - DISCARDED uint64 `protobuf:"varint,6,opt,name=DISCARDED,json=dISCARDED" json:"DISCARDED,omitempty"` - TOTAL uint64 `protobuf:"varint,7,opt,name=TOTAL,json=tOTAL" json:"TOTAL,omitempty"` + NOTIFICATION uint64 `protobuf:"varint,1,opt,name=NOTIFICATION" json:"NOTIFICATION,omitempty"` + UPDATE uint64 `protobuf:"varint,2,opt,name=UPDATE" json:"UPDATE,omitempty"` + OPEN uint64 `protobuf:"varint,3,opt,name=OPEN" json:"OPEN,omitempty"` + KEEPALIVE uint64 `protobuf:"varint,4,opt,name=KEEPALIVE" json:"KEEPALIVE,omitempty"` + REFRESH uint64 `protobuf:"varint,5,opt,name=REFRESH" json:"REFRESH,omitempty"` + DISCARDED uint64 `protobuf:"varint,6,opt,name=DISCARDED" json:"DISCARDED,omitempty"` + TOTAL uint64 `protobuf:"varint,7,opt,name=TOTAL" json:"TOTAL,omitempty"` } func (m *Message) Reset() { *m = Message{} } @@ -2336,9 +2336,7 @@ type Global struct { ListenPort int32 `protobuf:"varint,3,opt,name=listen_port,json=listenPort" json:"listen_port,omitempty"` ListenAddresses []string `protobuf:"bytes,4,rep,name=listen_addresses,json=listenAddresses" json:"listen_addresses,omitempty"` Families []uint32 `protobuf:"varint,5,rep,packed,name=families" json:"families,omitempty"` - MplsLabelMin uint32 `protobuf:"varint,6,opt,name=mpls_label_min,json=mplsLabelMin" json:"mpls_label_min,omitempty"` - MplsLabelMax uint32 `protobuf:"varint,7,opt,name=mpls_label_max,json=mplsLabelMax" json:"mpls_label_max,omitempty"` - UseMultiplePaths bool `protobuf:"varint,8,opt,name=use_multiple_paths,json=useMultiplePaths" json:"use_multiple_paths,omitempty"` + UseMultiplePaths bool `protobuf:"varint,6,opt,name=use_multiple_paths,json=useMultiplePaths" json:"use_multiple_paths,omitempty"` } func (m *Global) Reset() { *m = Global{} } @@ -4358,355 +4356,352 @@ var _GobgpApi_serviceDesc = grpc.ServiceDesc{ func init() { proto.RegisterFile("gobgp.proto", fileDescriptor0) } var fileDescriptor0 = []byte{ - // 5585 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0xd4, 0x3c, 0x49, 0x70, 0x1b, 0x49, - 0x72, 0xc4, 0x41, 0x10, 0x48, 0x1c, 0x04, 0x8b, 0x17, 0x04, 0xdd, 0xbd, 0xab, 0x15, 0xa5, 0x9d, - 0xd1, 0xcc, 0x68, 0x66, 0x35, 0xeb, 0xd1, 0xcc, 0x78, 0x21, 0x12, 0xa2, 0xb0, 0xc3, 0x03, 0x53, - 0x84, 0x64, 0xcd, 0xfa, 0x68, 0x37, 0xd1, 0x05, 0xb2, 0x3d, 0x8d, 0xee, 0x9e, 0xee, 0x02, 0x87, - 0x0a, 0x47, 0xd8, 0x11, 0xeb, 0xa7, 0xc3, 0x6f, 0x7f, 0x36, 0xc2, 0xff, 0x0d, 0xfb, 0xed, 0x08, - 0xbf, 0xbd, 0x0e, 0xfb, 0xe3, 0xaf, 0x9f, 0x7e, 0xf9, 0xed, 0xaf, 0x9f, 0x8e, 0x3a, 0xba, 0xbb, - 0xfa, 0x00, 0x45, 0xc9, 0x5a, 0x3b, 0xfc, 0x22, 0x3a, 0x33, 0x2b, 0x2b, 0xab, 0x2a, 0x33, 0x2b, - 0x2b, 0xab, 0x92, 0x50, 0x3f, 0x71, 0x8f, 0x4f, 0xbc, 0x07, 0x9e, 0xef, 0x52, 0x17, 0x55, 0xf9, - 0x87, 0xe1, 0x59, 0xda, 0x1a, 0xa0, 0x5d, 0x42, 0x0f, 0x88, 0x75, 0x72, 0x7a, 0xec, 0xfa, 0x98, - 0x7c, 0x37, 0x23, 0x01, 0xd5, 0x1e, 0xc3, 0x6a, 0x02, 0x1a, 0x78, 0xae, 0x13, 0x10, 0xf4, 0x43, - 0x58, 0xf4, 0x08, 0xf1, 0x83, 0x4e, 0xe1, 0x56, 0x69, 0xab, 0xfe, 0xb0, 0xf5, 0x20, 0x64, 0xf3, - 0x60, 0x48, 0x88, 0x8f, 0x05, 0x52, 0x3b, 0x81, 0x5a, 0xcf, 0x3f, 0x99, 0x4d, 0x89, 0x43, 0x03, - 0xf4, 0x00, 0xaa, 0x3e, 0x09, 0xdc, 0x99, 0x3f, 0x26, 0x9d, 0xc2, 0xad, 0xc2, 0x56, 0xeb, 0x21, - 0x8a, 0x5b, 0x61, 0x89, 0xc1, 0x11, 0x0d, 0xda, 0x80, 0xca, 0xc4, 0x98, 0x5a, 0xf6, 0xab, 0x4e, - 0xf1, 0x56, 0x61, 0xab, 0x89, 0xe5, 0x17, 0x42, 0x50, 0x76, 0x8c, 0x29, 0xe9, 0x94, 0x6e, 0x15, - 0xb6, 0x6a, 0x98, 0xff, 0xd6, 0xfe, 0x14, 0x5a, 0x3d, 0xd3, 0x1c, 0x1a, 0xf4, 0x54, 0xca, 0xfd, - 0xc6, 0xbd, 0xad, 0x43, 0xe5, 0xcc, 0x9f, 0xe8, 0x96, 0xc9, 0x7b, 0xab, 0xe1, 0xc5, 0x33, 0x7f, - 0x32, 0x30, 0x91, 0x06, 0x65, 0xcf, 0xa0, 0xa7, 0xbc, 0xb3, 0xe4, 0x30, 0x59, 0x5f, 0x1c, 0xa7, - 0xdd, 0x81, 0xe5, 0xa8, 0x73, 0x39, 0x3d, 0x08, 0xca, 0xb3, 0x99, 0x65, 0xf2, 0x9e, 0x1b, 0x98, - 0xff, 0xd6, 0x7e, 0x5d, 0x80, 0x95, 0x1d, 0x62, 0x13, 0x4a, 0x7e, 0x0b, 0x72, 0xc6, 0x93, 0x55, - 0x4a, 0x4c, 0x56, 0x28, 0x7f, 0x79, 0xbe, 0xfc, 0x91, 0xb0, 0x8b, 0x8a, 0xb0, 0x6b, 0x80, 0x54, - 0x59, 0xc5, 0xb0, 0xb4, 0x9f, 0x02, 0xea, 0x99, 0x66, 0x4a, 0x45, 0x78, 0x1f, 0x84, 0xf8, 0x5c, - 0xfc, 0xac, 0x2a, 0x70, 0x9c, 0xb6, 0x0e, 0xab, 0x89, 0x96, 0x92, 0xe1, 0x63, 0x58, 0x17, 0xdd, - 0xbc, 0x0d, 0xcf, 0x0e, 0x6c, 0xa4, 0x1b, 0x4b, 0xb6, 0x1f, 0xc2, 0x1a, 0x26, 0x41, 0x46, 0x99, - 0x51, 0x07, 0x96, 0x0c, 0xd3, 0xf4, 0x49, 0x10, 0x70, 0xc6, 0x35, 0x1c, 0x7e, 0x6a, 0x9b, 0xb0, - 0x9e, 0x6a, 0x21, 0x59, 0xfd, 0x43, 0x01, 0x3a, 0x47, 0xee, 0x84, 0xbe, 0x19, 0x3f, 0x74, 0x04, - 0x35, 0xd3, 0xf2, 0xc9, 0x98, 0x5a, 0xae, 0xc3, 0x57, 0xaa, 0xf5, 0xf0, 0x27, 0xf1, 0x20, 0xe6, - 0x31, 0x8c, 0x11, 0x3b, 0x61, 0x63, 0x1c, 0xf3, 0xd1, 0x3e, 0x00, 0x94, 0x25, 0x40, 0x15, 0x28, - 0x0e, 0x0e, 0xda, 0x0b, 0x68, 0x09, 0x4a, 0x87, 0xcf, 0x47, 0xed, 0x02, 0xaa, 0x42, 0xf9, 0xc9, - 0xe1, 0xe8, 0x59, 0xbb, 0xa8, 0x5d, 0x85, 0x2b, 0x39, 0x5d, 0xc9, 0x91, 0x7d, 0x0c, 0x9b, 0x47, - 0xa7, 0x33, 0x6a, 0xba, 0xdf, 0x3b, 0x97, 0x9f, 0xa7, 0x2e, 0x74, 0xb2, 0x8d, 0x24, 0xc3, 0x8f, - 0x60, 0xbd, 0xef, 0x18, 0xc7, 0x36, 0xb9, 0x3c, 0xbb, 0x0e, 0x6c, 0xa4, 0x9b, 0x48, 0x66, 0x0f, - 0x61, 0x63, 0xc7, 0x0a, 0xde, 0x8c, 0xdb, 0x15, 0xd8, 0xcc, 0xb4, 0x91, 0xec, 0x4e, 0xa0, 0x2d, - 0x3a, 0xda, 0xf7, 0x69, 0xc8, 0xe8, 0x2a, 0xd4, 0xcc, 0xd9, 0xd4, 0xd3, 0xe9, 0x2b, 0x4f, 0xd8, - 0xde, 0x22, 0xae, 0x32, 0xc0, 0xe8, 0x95, 0x47, 0x50, 0x17, 0xaa, 0x13, 0xcb, 0x26, 0xdc, 0xd3, - 0x08, 0x4b, 0x8b, 0xbe, 0x19, 0xce, 0x72, 0x28, 0xf1, 0xcf, 0x0c, 0x9b, 0x9b, 0x5b, 0x19, 0x47, - 0xdf, 0xda, 0x2a, 0xac, 0x28, 0x1d, 0xc9, 0xde, 0x57, 0x61, 0x45, 0x0a, 0x16, 0x77, 0xcf, 0x4d, - 0x4c, 0x01, 0x4a, 0xd2, 0x3f, 0x87, 0xf6, 0xc0, 0xf9, 0x13, 0x32, 0xa6, 0x8a, 0xa0, 0xef, 0xc8, - 0x47, 0x30, 0x9f, 0x6d, 0xd0, 0xd3, 0xa0, 0x53, 0xca, 0xf8, 0x6c, 0x66, 0xe4, 0x02, 0xc9, 0x64, - 0x55, 0x04, 0x90, 0x52, 0xfd, 0x6d, 0x01, 0x9a, 0x3d, 0xd3, 0x7c, 0x32, 0xf5, 0x5e, 0xaf, 0xfa, - 0x08, 0xca, 0x9e, 0xeb, 0x53, 0xe9, 0xb5, 0xf9, 0x6f, 0xf4, 0x39, 0x94, 0xf9, 0x2c, 0x97, 0xb8, - 0xf4, 0x5b, 0x71, 0xcf, 0x09, 0xa6, 0x0f, 0xf6, 0x5d, 0xc7, 0xa2, 0xae, 0x6f, 0x39, 0x27, 0x43, - 0xd7, 0xb6, 0xc6, 0xaf, 0x30, 0x6f, 0xa5, 0x7d, 0x00, 0xed, 0x34, 0x86, 0x69, 0xfb, 0x10, 0xf7, - 0xdb, 0x0b, 0x4c, 0xdb, 0x87, 0x87, 0x47, 0x49, 0xbd, 0x6f, 0xf3, 0xed, 0x80, 0x33, 0x96, 0x03, - 0xf8, 0x19, 0xb4, 0x85, 0xaf, 0x78, 0xdb, 0x21, 0xf0, 0x35, 0x8c, 0x39, 0x48, 0xb6, 0x7d, 0xa8, - 0xe2, 0xe1, 0x57, 0x83, 0x6d, 0xd7, 0x99, 0x5c, 0xc0, 0xee, 0x26, 0xd4, 0x7d, 0x32, 0x75, 0x29, - 0xd1, 0x23, 0xae, 0x35, 0x0c, 0x02, 0x34, 0x64, 0xbc, 0x7f, 0x55, 0x86, 0x1a, 0xe3, 0x73, 0x44, - 0x0d, 0xca, 0x37, 0xbe, 0x99, 0x47, 0xad, 0xa9, 0x58, 0xec, 0x12, 0x96, 0x5f, 0x4c, 0xed, 0x98, - 0xdd, 0x71, 0x4c, 0x91, 0x63, 0xa2, 0x6f, 0xd4, 0x82, 0xe2, 0xcc, 0xe3, 0xd3, 0x5b, 0xc5, 0xc5, - 0x99, 0x27, 0xba, 0x1c, 0xbb, 0xbe, 0xa9, 0x5b, 0xde, 0xd9, 0x27, 0xdc, 0xfd, 0x37, 0x59, 0x97, - 0x0c, 0x34, 0xf0, 0xce, 0x3e, 0x49, 0x12, 0x3c, 0xe2, 0xbe, 0x5f, 0x25, 0x78, 0xc4, 0x08, 0x3c, - 0x9f, 0x4c, 0xac, 0x73, 0xc1, 0xa1, 0x22, 0x08, 0x04, 0x28, 0xe4, 0x10, 0x13, 0x3c, 0xea, 0x2c, - 0xa5, 0x08, 0x1e, 0xb1, 0x71, 0x04, 0xc4, 0xb7, 0x0c, 0xbb, 0x53, 0x15, 0x7b, 0x92, 0xf8, 0x42, - 0x3f, 0x80, 0xa6, 0x4f, 0xc6, 0xc4, 0x3a, 0x23, 0x52, 0xba, 0x1a, 0x1f, 0x4c, 0x23, 0x04, 0x72, - 0xee, 0x29, 0xa2, 0x47, 0x1d, 0xc8, 0x10, 0x3d, 0x62, 0x44, 0x82, 0xa7, 0xee, 0xb8, 0xd4, 0x9a, - 0xbc, 0xea, 0xd4, 0x05, 0x91, 0x00, 0x1e, 0x70, 0x18, 0x93, 0x73, 0x6c, 0x8c, 0x4f, 0x89, 0xee, - 0x33, 0x37, 0xd8, 0x69, 0x70, 0x12, 0xe0, 0x20, 0xee, 0x18, 0xd1, 0x1d, 0x68, 0x45, 0x04, 0x7c, - 0x59, 0x3b, 0x4d, 0x4e, 0xd3, 0x0c, 0x69, 0xc4, 0x9e, 0x7e, 0x03, 0xea, 0xc4, 0x31, 0x75, 0x77, - 0xa2, 0x9b, 0x06, 0x35, 0x3a, 0x2d, 0x4e, 0x53, 0x23, 0x8e, 0x79, 0x38, 0xd9, 0x31, 0xa8, 0x81, - 0xd6, 0x60, 0x91, 0xf8, 0xbe, 0xeb, 0x77, 0x96, 0x39, 0x46, 0x7c, 0xa0, 0xdb, 0x20, 0xa5, 0xd1, - 0xbf, 0x9b, 0x11, 0xff, 0x55, 0xa7, 0xcd, 0x91, 0x75, 0x01, 0xfb, 0x9a, 0x81, 0xc4, 0x52, 0x04, - 0x84, 0x4a, 0x8a, 0x15, 0x21, 0x20, 0x07, 0x71, 0x02, 0xed, 0x1b, 0x28, 0x63, 0xef, 0x5b, 0x0b, - 0xfd, 0x08, 0xca, 0x63, 0xd7, 0x99, 0xc8, 0x4d, 0x51, 0xf5, 0x01, 0x52, 0x07, 0x31, 0xc7, 0xa3, - 0x7b, 0xb0, 0x18, 0x30, 0x4d, 0xe2, 0x5a, 0x52, 0x7f, 0xb8, 0x9a, 0x24, 0xe4, 0x4a, 0x86, 0x05, - 0x85, 0xb6, 0x05, 0xad, 0x5d, 0x42, 0x19, 0xf7, 0xd0, 0x2a, 0xe2, 0x48, 0xa2, 0xa0, 0x46, 0x12, - 0xda, 0x63, 0x58, 0x8e, 0x28, 0xe5, 0x8c, 0x6c, 0xc1, 0x52, 0x40, 0xfc, 0xb3, 0xdc, 0x30, 0x90, - 0x13, 0x86, 0x68, 0xed, 0x17, 0xdc, 0x20, 0xd5, 0x6e, 0xde, 0xcc, 0x7f, 0x74, 0xa1, 0x6a, 0x5b, - 0x13, 0xc2, 0x55, 0xbf, 0x24, 0x54, 0x3f, 0xfc, 0xd6, 0x56, 0x78, 0xf8, 0xa5, 0x0a, 0xa6, 0xf5, - 0x42, 0x5b, 0x7d, 0xeb, 0x1e, 0xe3, 0x00, 0x28, 0xc1, 0xf8, 0xfd, 0xd0, 0xbb, 0x5f, 0x8a, 0x31, - 0x63, 0xa2, 0x92, 0x4b, 0x26, 0x0f, 0x22, 0xc7, 0x7f, 0x39, 0x2e, 0xeb, 0xb0, 0x9a, 0xa0, 0x97, - 0x6c, 0xde, 0x83, 0x36, 0xd7, 0xdf, 0xcb, 0x31, 0x59, 0x85, 0x15, 0x85, 0x3a, 0x8e, 0x93, 0xa2, - 0xf8, 0xe0, 0x72, 0x6c, 0x36, 0x61, 0x3d, 0xd5, 0x42, 0xb2, 0x32, 0xc2, 0xa1, 0xfe, 0x82, 0x1c, - 0xfb, 0x46, 0xc8, 0xa8, 0x0d, 0xa5, 0x99, 0x6f, 0x4b, 0x26, 0xec, 0x27, 0x57, 0x76, 0x77, 0x46, - 0x09, 0xdf, 0x75, 0x83, 0x4e, 0xf1, 0x56, 0x89, 0xfb, 0x42, 0x06, 0x62, 0xfb, 0x6e, 0xc0, 0xfa, - 0x66, 0x2a, 0xc3, 0xe2, 0x26, 0x11, 0xca, 0x86, 0x9f, 0x6c, 0x1e, 0x12, 0x5d, 0xc8, 0x9e, 0x97, - 0xa1, 0xb9, 0x4b, 0xe8, 0x0b, 0x7f, 0x12, 0x6e, 0xac, 0x1f, 0x73, 0x9d, 0xe6, 0x00, 0xa9, 0xa8, - 0xb7, 0xa1, 0x7c, 0xe6, 0x4f, 0x42, 0x2d, 0x6d, 0xc6, 0x5a, 0xca, 0x88, 0x38, 0x4a, 0xfb, 0x90, - 0x6f, 0x70, 0x31, 0x17, 0x74, 0x13, 0x4a, 0x67, 0x7e, 0x68, 0x6b, 0xa9, 0x26, 0x0c, 0x23, 0x37, - 0x19, 0xa5, 0x1b, 0xed, 0xe3, 0x70, 0x93, 0x79, 0x13, 0x36, 0xd1, 0xbe, 0xa2, 0x72, 0xea, 0xc1, - 0xda, 0x2e, 0xa1, 0x3b, 0x64, 0x62, 0x39, 0xc4, 0x3c, 0x22, 0x51, 0x24, 0x70, 0x4f, 0xee, 0xa3, - 0x22, 0x0a, 0x58, 0x8f, 0xd9, 0x49, 0x52, 0x36, 0x85, 0x72, 0xd3, 0xec, 0xc1, 0x7a, 0x8a, 0x45, - 0x64, 0xb5, 0xe5, 0x80, 0xd0, 0x70, 0x32, 0xd6, 0x32, 0x3c, 0x18, 0x2d, 0xa7, 0xd0, 0xbe, 0x84, - 0xb5, 0x9e, 0x69, 0x66, 0xa5, 0xf8, 0x11, 0x94, 0x98, 0x27, 0x15, 0x63, 0xca, 0x67, 0xc0, 0x08, - 0x98, 0xb2, 0xa4, 0xda, 0xcb, 0xe1, 0x1d, 0xc1, 0xa6, 0x18, 0xf3, 0x5b, 0xf3, 0x66, 0x9a, 0x65, - 0xd8, 0x36, 0x37, 0xd9, 0x2a, 0x66, 0x3f, 0x59, 0x68, 0x9a, 0x65, 0x2a, 0x3b, 0x7c, 0x02, 0x1d, - 0x4c, 0x3c, 0xdb, 0x18, 0xbf, 0x7d, 0x8f, 0x2c, 0x98, 0xce, 0xe1, 0x21, 0x3b, 0x58, 0xe7, 0xc7, - 0x64, 0xee, 0x5a, 0xd9, 0x69, 0x37, 0x54, 0xc5, 0xaf, 0xf8, 0x3a, 0x2a, 0x60, 0xb9, 0x06, 0x1f, - 0x03, 0x04, 0x21, 0x30, 0x5c, 0x09, 0xc5, 0x4d, 0xc7, 0x0d, 0x14, 0x32, 0xed, 0x19, 0x3f, 0x43, - 0xa5, 0xfb, 0x40, 0x1f, 0x41, 0x2d, 0x22, 0x92, 0xa3, 0xc8, 0x65, 0x15, 0x53, 0x69, 0x1b, 0x7c, - 0x61, 0x33, 0x62, 0x69, 0x7f, 0x18, 0x9e, 0xa8, 0xde, 0x41, 0x27, 0x39, 0x2b, 0x74, 0x25, 0x5c, - 0xf6, 0x6c, 0xcf, 0x7b, 0xb0, 0x29, 0x27, 0xf7, 0x5d, 0x8c, 0xaf, 0x1b, 0x2d, 0x77, 0xb6, 0x27, - 0x04, 0xed, 0x5d, 0x42, 0x65, 0x7c, 0x29, 0x97, 0xa9, 0x07, 0x2b, 0x0a, 0x4c, 0xae, 0xd1, 0x7b, - 0x50, 0xf5, 0x18, 0xc4, 0x22, 0xe1, 0x0a, 0xb5, 0x95, 0x88, 0x59, 0xd0, 0x46, 0x14, 0xda, 0x39, - 0xb4, 0x7b, 0xa6, 0x99, 0x60, 0x8b, 0xb6, 0xa0, 0xc2, 0xf1, 0xaf, 0xa4, 0xd8, 0xd9, 0xf6, 0x12, - 0x8f, 0x3e, 0x83, 0x2b, 0x3e, 0x99, 0x10, 0x5f, 0x27, 0xe7, 0x56, 0x40, 0x2d, 0xe7, 0x44, 0x57, - 0xd4, 0x43, 0xcc, 0xe0, 0x26, 0x27, 0xe8, 0x4b, 0xfc, 0x51, 0xac, 0x16, 0xab, 0xb0, 0xa2, 0xf4, - 0x2c, 0x47, 0xf9, 0xcb, 0x02, 0xac, 0xca, 0x03, 0xfc, 0x5b, 0x8a, 0xf4, 0x01, 0xac, 0x7a, 0x2c, - 0x06, 0xf1, 0xcf, 0x48, 0x56, 0x18, 0x14, 0xa2, 0x62, 0x39, 0xc2, 0xf5, 0x2e, 0xc5, 0xeb, 0xbd, - 0x01, 0x6b, 0x49, 0x19, 0xa4, 0x70, 0x7f, 0x57, 0x60, 0xe7, 0x73, 0xbe, 0x3e, 0xff, 0x07, 0x13, - 0x36, 0x6f, 0x64, 0xa5, 0x79, 0x23, 0x13, 0xc9, 0x81, 0x84, 0xb8, 0x72, 0x20, 0x2f, 0xa1, 0x1b, - 0xe9, 0x4d, 0x2f, 0x08, 0xac, 0x13, 0x47, 0x55, 0xdc, 0xcf, 0x00, 0x8c, 0x08, 0x28, 0x47, 0xd4, - 0x4d, 0x8f, 0x48, 0x69, 0xa6, 0x50, 0x6b, 0xdf, 0xc0, 0xd5, 0x5c, 0xce, 0x52, 0x37, 0xff, 0x27, - 0xac, 0x5f, 0x42, 0x37, 0xd2, 0x97, 0x77, 0x2b, 0xf4, 0x75, 0xb8, 0x9a, 0xcb, 0x59, 0xce, 0xd6, - 0x14, 0xae, 0xab, 0xea, 0xf0, 0x4e, 0xfb, 0xce, 0xf1, 0x36, 0xb7, 0xe0, 0xc6, 0xbc, 0xee, 0xa4, - 0x40, 0x7f, 0x00, 0x37, 0x12, 0xeb, 0xfa, 0x6e, 0x67, 0xe3, 0x36, 0xdc, 0x9c, 0xcb, 0x3d, 0xe1, - 0x8b, 0x8e, 0x78, 0x90, 0x1c, 0xfa, 0xa2, 0x2f, 0xb8, 0x2f, 0x0a, 0x61, 0xd1, 0x9e, 0x5d, 0x39, - 0xb1, 0xdd, 0x63, 0xc3, 0xce, 0x1a, 0xc6, 0x2e, 0x87, 0x63, 0x89, 0xd7, 0xbe, 0x04, 0x74, 0x44, - 0x0d, 0x3f, 0xc9, 0xf4, 0x0d, 0xda, 0xaf, 0xc3, 0x6a, 0xa2, 0x7d, 0x9c, 0xc1, 0x38, 0xa2, 0xae, - 0x97, 0x14, 0x75, 0x8d, 0xf5, 0x15, 0x03, 0x25, 0xe9, 0xaf, 0x4a, 0x50, 0x1e, 0xca, 0xbc, 0xa2, - 0x63, 0xfb, 0x56, 0x98, 0x04, 0x65, 0xbf, 0xd9, 0xe9, 0xc2, 0x33, 0x28, 0xf5, 0x45, 0xe4, 0xd7, - 0xc0, 0xf2, 0x8b, 0x2f, 0xdf, 0x49, 0x18, 0xdb, 0xb3, 0x9f, 0xac, 0xf5, 0x31, 0x09, 0x28, 0x3f, - 0xba, 0x56, 0x31, 0xff, 0xcd, 0x82, 0x47, 0x2b, 0xd0, 0xbf, 0xb7, 0xe8, 0xa9, 0xe9, 0x1b, 0xdf, - 0xf3, 0x43, 0x6b, 0x15, 0x83, 0x15, 0xfc, 0x9e, 0x84, 0xa0, 0x1b, 0x00, 0x67, 0x86, 0x6d, 0x99, - 0x06, 0xcf, 0xbb, 0x55, 0x78, 0x4e, 0x47, 0x81, 0xa0, 0x0f, 0x61, 0xcd, 0x71, 0x75, 0x6b, 0xea, - 0x31, 0xaf, 0x4d, 0x63, 0x4e, 0x4b, 0xc2, 0xf6, 0x1d, 0x77, 0x20, 0x51, 0x11, 0xc7, 0xf8, 0x38, - 0x54, 0x4d, 0x24, 0x56, 0xaf, 0x03, 0x88, 0x6c, 0x8b, 0x6e, 0x04, 0x0e, 0x3f, 0xc1, 0x36, 0x71, - 0x4d, 0x40, 0x7a, 0x81, 0x83, 0xae, 0x82, 0xfc, 0xd0, 0x2d, 0x93, 0x1f, 0x5d, 0x6b, 0xb8, 0x2a, - 0x00, 0x03, 0x53, 0xe6, 0x96, 0x28, 0xf1, 0x89, 0xc9, 0x4f, 0xac, 0x55, 0x1c, 0x7d, 0xb3, 0x53, - 0x64, 0x40, 0x0d, 0x9b, 0xf0, 0x73, 0x6a, 0x15, 0x8b, 0x0f, 0xb4, 0x05, 0x6d, 0x2b, 0xd0, 0x27, - 0xbe, 0x3b, 0xd5, 0xc9, 0x39, 0x25, 0xbe, 0x63, 0xd8, 0xfc, 0x90, 0x5a, 0xc5, 0x2d, 0x2b, 0x78, - 0xea, 0xbb, 0xd3, 0xbe, 0x84, 0xb2, 0x29, 0x72, 0x64, 0xf2, 0x4b, 0xb7, 0x3c, 0x7e, 0x4a, 0xad, - 0x61, 0x08, 0x41, 0x03, 0x4f, 0xfb, 0x9b, 0x02, 0xd4, 0x77, 0x08, 0xf3, 0x89, 0x62, 0x4a, 0xd8, - 0x8a, 0xf0, 0x33, 0xbb, 0x8c, 0xd2, 0xe5, 0x57, 0x9c, 0x2d, 0x2a, 0x5e, 0x90, 0x2d, 0x42, 0x77, - 0x61, 0xd9, 0x76, 0x9d, 0x13, 0xe2, 0xeb, 0xa2, 0x19, 0x09, 0xfd, 0x68, 0x4b, 0x80, 0x87, 0x12, - 0x8a, 0xee, 0x41, 0x3b, 0x38, 0x75, 0x7d, 0xaa, 0x52, 0x8a, 0xa5, 0x5d, 0x96, 0xf0, 0x90, 0x54, - 0xfb, 0xfb, 0x02, 0x2c, 0x8e, 0x58, 0x9c, 0xcf, 0x0e, 0xbc, 0x4a, 0xb8, 0x9b, 0x97, 0xf4, 0xe2, - 0xf8, 0xe8, 0x4a, 0xa0, 0x18, 0x5f, 0x09, 0xcc, 0xcd, 0x88, 0xff, 0x0e, 0x34, 0xcc, 0x78, 0xf8, - 0x4c, 0x08, 0x36, 0xbc, 0x44, 0x28, 0x1d, 0x61, 0x71, 0x82, 0x94, 0x67, 0x3c, 0xdc, 0x80, 0xea, - 0x72, 0x8f, 0x92, 0xea, 0xc7, 0x40, 0xc2, 0xc2, 0xb5, 0x47, 0xfc, 0x28, 0x82, 0xad, 0xe3, 0xd0, - 0xee, 0xee, 0xc0, 0x22, 0x65, 0x23, 0x91, 0x66, 0xb7, 0x1c, 0xf7, 0xc2, 0x07, 0x88, 0x05, 0x56, - 0xfb, 0x54, 0x9c, 0xc2, 0x59, 0x3b, 0x69, 0xf0, 0x97, 0x6c, 0x68, 0x03, 0x7a, 0x21, 0xb4, 0x9b, - 0x28, 0xbd, 0x5e, 0x76, 0xda, 0xe6, 0xdd, 0xb0, 0xc4, 0x2a, 0x51, 0x52, 0x55, 0x82, 0xf9, 0x86, - 0x44, 0x6f, 0xd2, 0xe0, 0xff, 0x91, 0x19, 0x3c, 0x21, 0x3e, 0xd7, 0x6b, 0xc6, 0x21, 0x8c, 0x98, - 0x9a, 0x38, 0xfa, 0x46, 0x3f, 0x85, 0x86, 0xe1, 0x79, 0xf6, 0xab, 0x70, 0xf2, 0x44, 0x6a, 0x42, - 0x99, 0xf6, 0x1e, 0xc3, 0xca, 0xfd, 0xb5, 0x6e, 0xc4, 0x1f, 0x51, 0xd6, 0xa3, 0x94, 0xce, 0x7a, - 0xb0, 0x3e, 0x95, 0xac, 0xc7, 0x63, 0x68, 0x92, 0xe3, 0x13, 0x4f, 0x9f, 0xce, 0x6c, 0x6a, 0x9d, - 0xba, 0x9e, 0xbc, 0xf3, 0xd8, 0x88, 0x1b, 0xf4, 0x8f, 0x4f, 0xbc, 0x7d, 0x89, 0xc5, 0x0d, 0xa2, - 0x7c, 0xa1, 0x1e, 0x2c, 0x8b, 0x63, 0xa9, 0x4f, 0x26, 0x36, 0x19, 0x53, 0xd7, 0xe7, 0xcb, 0x5b, - 0x7f, 0xd8, 0x51, 0x66, 0x8f, 0x11, 0xe0, 0x10, 0x8f, 0x5b, 0x7e, 0xe2, 0x1b, 0xdd, 0x85, 0xb2, - 0xe5, 0x4c, 0x5c, 0xee, 0x75, 0x12, 0x21, 0x2a, 0x93, 0x53, 0x24, 0x5d, 0x38, 0x01, 0x73, 0xc6, - 0xd4, 0x9a, 0x12, 0x3f, 0xe0, 0x6e, 0x27, 0xe1, 0x8c, 0x47, 0x1c, 0x8e, 0x25, 0x9e, 0x85, 0xbe, - 0xd4, 0x37, 0x9c, 0x80, 0x67, 0x27, 0xaa, 0x69, 0xbe, 0xa3, 0x10, 0x85, 0x63, 0x2a, 0x36, 0xcf, - 0x62, 0x20, 0x22, 0xf5, 0xc2, 0x3d, 0x53, 0x62, 0x9e, 0xf9, 0x28, 0xa4, 0xcb, 0x16, 0x47, 0x71, - 0xf1, 0xa1, 0xfd, 0x73, 0x01, 0xea, 0xca, 0x22, 0xa0, 0x4f, 0xa1, 0x66, 0x39, 0x7a, 0x22, 0x1e, - 0xbb, 0x68, 0xeb, 0xab, 0x5a, 0x8e, 0x6c, 0xf8, 0xbb, 0xd0, 0x24, 0xe7, 0x4c, 0x98, 0xe4, 0x5a, - 0x5f, 0xd4, 0xb8, 0x21, 0x1a, 0xc4, 0x0c, 0xac, 0xa9, 0xca, 0xa0, 0xf4, 0x7a, 0x06, 0xa2, 0x81, - 0xb4, 0xc3, 0x3f, 0x83, 0xba, 0xf0, 0x26, 0x7b, 0xd6, 0xd4, 0x9a, 0x9b, 0xd2, 0x42, 0xb7, 0xa1, - 0x31, 0x35, 0xce, 0x63, 0x7f, 0x24, 0xac, 0xa0, 0x3e, 0x35, 0xce, 0x23, 0xb7, 0xf5, 0x09, 0x6c, - 0x04, 0xf2, 0xbe, 0x43, 0xa7, 0xa7, 0x3e, 0x09, 0x4e, 0x5d, 0xdb, 0xd4, 0xbd, 0x31, 0x95, 0x5e, - 0x65, 0x2d, 0xc4, 0x8e, 0x42, 0xe4, 0x70, 0x4c, 0xb5, 0x7f, 0x29, 0x43, 0x35, 0xd4, 0x4e, 0xf4, - 0x03, 0x68, 0x1a, 0x33, 0x7a, 0xaa, 0x7b, 0x46, 0x10, 0x7c, 0xef, 0xfa, 0xa6, 0xf4, 0xb3, 0x0d, - 0x06, 0x1c, 0x4a, 0x18, 0xba, 0x05, 0x75, 0x93, 0x04, 0x63, 0xdf, 0xf2, 0xa2, 0x1b, 0xa3, 0x1a, - 0x56, 0x41, 0xe8, 0x0a, 0x54, 0x6d, 0x77, 0x6c, 0xd8, 0xba, 0x11, 0x84, 0x89, 0x11, 0xfe, 0xdd, - 0xe3, 0xbe, 0x35, 0xf2, 0xf9, 0x61, 0xde, 0xa6, 0xcc, 0x39, 0x2c, 0x87, 0xf0, 0x9e, 0x4c, 0x75, - 0x6d, 0xc2, 0x92, 0x47, 0x88, 0xcf, 0x98, 0x88, 0x94, 0x6f, 0x85, 0x7d, 0xf6, 0x02, 0xb6, 0x9f, - 0x71, 0xc4, 0x89, 0xef, 0xce, 0x3c, 0xae, 0xc3, 0x35, 0x5c, 0x63, 0x90, 0x5d, 0x06, 0x60, 0xfb, - 0x19, 0x47, 0x73, 0xbf, 0x22, 0x52, 0xbd, 0x55, 0x06, 0xe0, 0x77, 0x25, 0xf7, 0x61, 0xc5, 0x27, - 0x53, 0xf7, 0x8c, 0xe8, 0x9e, 0x6f, 0x9d, 0x19, 0x94, 0xed, 0x89, 0x72, 0xbb, 0x5c, 0x16, 0x88, - 0xa1, 0x80, 0xf7, 0x02, 0xf4, 0x1e, 0x20, 0xa1, 0x9f, 0x13, 0xdb, 0xf0, 0x74, 0xd3, 0x98, 0x7a, - 0x96, 0x73, 0xc2, 0xb5, 0xb4, 0x8a, 0xdb, 0x1c, 0xf3, 0xd4, 0x36, 0xbc, 0x1d, 0x01, 0x47, 0x77, - 0xa0, 0x15, 0x10, 0xc7, 0xd4, 0xc7, 0xee, 0x74, 0x3a, 0x73, 0x2c, 0xfa, 0x8a, 0xef, 0xa5, 0x4d, - 0xdc, 0x64, 0xd0, 0xed, 0x10, 0xc8, 0x84, 0x97, 0x09, 0xf6, 0xb1, 0xe1, 0x75, 0xea, 0x3c, 0xb2, - 0xa8, 0x09, 0xc8, 0xb6, 0xc1, 0x85, 0x17, 0x53, 0xc7, 0xb0, 0x0d, 0x8e, 0x15, 0x73, 0xc9, 0x90, - 0x2d, 0x28, 0x5a, 0x26, 0xdf, 0x4c, 0x6b, 0xb8, 0x68, 0x99, 0xe8, 0x33, 0x68, 0xca, 0xb4, 0xb6, - 0xcd, 0x94, 0x27, 0xe8, 0xb4, 0xd2, 0x1b, 0x84, 0xa2, 0x5a, 0xb8, 0xe1, 0xc5, 0x1f, 0x01, 0x5b, - 0x6a, 0xb9, 0x46, 0x72, 0x15, 0x96, 0xc5, 0x52, 0x8b, 0x85, 0x92, 0x4b, 0xf0, 0x3e, 0xa0, 0x78, - 0x87, 0x76, 0x28, 0xf1, 0x27, 0xc6, 0x98, 0xf0, 0xbc, 0x70, 0x0d, 0xaf, 0x44, 0x1b, 0x75, 0x88, - 0xd0, 0xbe, 0x82, 0x86, 0xea, 0xb7, 0x50, 0x07, 0x96, 0x08, 0xcf, 0x82, 0x09, 0x45, 0xaa, 0xe2, - 0xf0, 0x93, 0xab, 0xb3, 0xa4, 0xd2, 0x29, 0xb5, 0x23, 0x75, 0x96, 0xb0, 0x11, 0xb5, 0xb5, 0xbf, - 0x28, 0x40, 0x2b, 0xe9, 0xc6, 0x98, 0x86, 0xa7, 0x3c, 0x9f, 0x3e, 0xb6, 0xad, 0x30, 0xdc, 0xad, - 0xe2, 0xb5, 0xa4, 0x9b, 0xdb, 0xe6, 0x38, 0xf4, 0x18, 0xba, 0xd9, 0x56, 0xb3, 0x80, 0x6d, 0xef, - 0xd1, 0xb5, 0xd3, 0x66, 0xba, 0x25, 0xc7, 0x0f, 0x4c, 0xed, 0x3f, 0x16, 0xa1, 0x16, 0x39, 0xc5, - 0xff, 0x05, 0xfb, 0x78, 0x00, 0xd5, 0x29, 0x09, 0x02, 0xe3, 0x44, 0xc6, 0x1c, 0x89, 0x5d, 0x64, - 0x5f, 0x62, 0x70, 0x44, 0x93, 0x6b, 0x4f, 0x8b, 0xaf, 0xb5, 0xa7, 0xca, 0x05, 0xf6, 0xb4, 0x74, - 0xa1, 0x3d, 0x55, 0x53, 0xf6, 0xb4, 0x05, 0x95, 0xef, 0x66, 0x64, 0x46, 0x02, 0xe9, 0xbd, 0x95, - 0x0d, 0xe2, 0x6b, 0x0e, 0xc7, 0x12, 0x9f, 0x6f, 0x79, 0xf0, 0x26, 0x96, 0x57, 0xbf, 0xb4, 0xe5, - 0x35, 0xf2, 0x2c, 0x8f, 0xdf, 0xc0, 0x04, 0x81, 0xe5, 0x3a, 0xe2, 0x28, 0xcd, 0x0d, 0xa9, 0x89, - 0x1b, 0x12, 0x28, 0x56, 0xf8, 0x27, 0xb0, 0x11, 0xcc, 0x3c, 0xe6, 0x9f, 0x89, 0xc9, 0x6c, 0xd0, - 0x38, 0xb6, 0x6c, 0x8b, 0xb2, 0x28, 0xa1, 0xc5, 0xd3, 0xbf, 0xeb, 0x11, 0x76, 0x5b, 0x41, 0xb2, - 0x39, 0x62, 0xfb, 0xb9, 0xe0, 0x2b, 0x2c, 0xa9, 0x7a, 0x7c, 0xe2, 0x09, 0x9e, 0x37, 0xa1, 0x6e, - 0x98, 0x53, 0x2b, 0xec, 0x56, 0x98, 0x0f, 0x70, 0x90, 0x20, 0xe8, 0x42, 0x35, 0xbc, 0x2b, 0xe2, - 0x57, 0x2a, 0x4d, 0x1c, 0x7d, 0x33, 0x9c, 0x31, 0x1e, 0x13, 0x8f, 0x12, 0xb3, 0x83, 0x04, 0x2e, - 0xfc, 0x66, 0x47, 0x08, 0xc3, 0x3c, 0x23, 0x3e, 0xb5, 0x02, 0x62, 0x76, 0x56, 0xc5, 0xad, 0x56, - 0x0c, 0x41, 0xab, 0xb0, 0xe8, 0xce, 0xa8, 0xfe, 0x5d, 0x67, 0x4d, 0xdc, 0x16, 0xb8, 0x33, 0xfa, - 0x35, 0x8b, 0xda, 0x27, 0xb6, 0xeb, 0x05, 0x9d, 0x75, 0x0e, 0x14, 0x1f, 0xda, 0x1f, 0x43, 0x35, - 0xd4, 0x2e, 0xf4, 0xbe, 0x22, 0x8e, 0xd8, 0x4c, 0x57, 0x32, 0x3a, 0xa8, 0x48, 0x78, 0x07, 0xca, - 0x01, 0xb3, 0xc1, 0xe2, 0x3c, 0x52, 0x8e, 0xd6, 0x7e, 0x53, 0x80, 0x25, 0x09, 0x41, 0x1a, 0x34, - 0x0e, 0x0e, 0x47, 0x83, 0xa7, 0x83, 0xed, 0xde, 0x68, 0x70, 0x78, 0xc0, 0x7b, 0x29, 0xe3, 0x86, - 0xa3, 0xc0, 0xd8, 0x4e, 0xf8, 0x7c, 0xb8, 0xd3, 0x1b, 0xf5, 0x39, 0xe3, 0x32, 0xae, 0xcc, 0xf8, - 0x17, 0x0b, 0xa0, 0x0f, 0x87, 0xfd, 0x03, 0x79, 0x9b, 0x5d, 0x76, 0x87, 0xfd, 0x03, 0x74, 0x0d, - 0x6a, 0x5f, 0xf5, 0xfb, 0xc3, 0xde, 0xde, 0xe0, 0x45, 0x9f, 0x9b, 0x4d, 0x19, 0xd7, 0xbe, 0x0d, - 0x01, 0xcc, 0x0d, 0xe1, 0xfe, 0x53, 0xdc, 0x3f, 0x7a, 0xc6, 0x4d, 0xa3, 0x8c, 0x97, 0x7c, 0xf1, - 0xc9, 0xda, 0xed, 0x0c, 0x8e, 0xb6, 0x7b, 0x78, 0xa7, 0xbf, 0xc3, 0x8d, 0xa2, 0x8c, 0x6b, 0x66, - 0x08, 0x60, 0x33, 0x35, 0x3a, 0x1c, 0xf5, 0xf6, 0xb8, 0x49, 0x94, 0xf1, 0x22, 0x65, 0x1f, 0xda, - 0x23, 0xa8, 0x08, 0xcd, 0x66, 0x78, 0xcb, 0xf1, 0x66, 0x54, 0x6e, 0xd5, 0xe2, 0x83, 0xc9, 0xed, - 0xce, 0x28, 0x03, 0xcb, 0x48, 0x55, 0x7c, 0x69, 0x04, 0x2a, 0x22, 0x64, 0x42, 0x0f, 0xa0, 0xc2, - 0xa2, 0x40, 0xeb, 0x44, 0xce, 0xee, 0x46, 0x3a, 0xa8, 0xda, 0xe6, 0x58, 0x2c, 0xa9, 0xd0, 0x8f, - 0x93, 0x77, 0x64, 0xeb, 0x69, 0xf2, 0xc4, 0x2d, 0xd9, 0x6f, 0x0a, 0xd0, 0x50, 0xb9, 0x30, 0xb5, - 0x1f, 0xbb, 0x8e, 0x43, 0xc6, 0x54, 0xf7, 0x09, 0xf5, 0x5f, 0x85, 0x93, 0x2d, 0x81, 0x98, 0xc1, - 0x98, 0xfe, 0xf2, 0x68, 0x21, 0xba, 0xb0, 0x2d, 0xe3, 0x2a, 0x03, 0x30, 0x4e, 0x6c, 0x17, 0xf8, - 0x96, 0x10, 0xcf, 0xb0, 0xad, 0x33, 0xa2, 0xa7, 0x5e, 0x13, 0xac, 0x44, 0x98, 0x81, 0x44, 0xa0, - 0x1d, 0xb8, 0x31, 0xb5, 0x1c, 0x6b, 0x3a, 0x9b, 0xea, 0x91, 0x2e, 0xb2, 0xc0, 0x27, 0x6e, 0x2a, - 0x56, 0xe8, 0x9a, 0xa4, 0xea, 0xa9, 0x44, 0x21, 0x17, 0xed, 0xd7, 0x45, 0xa8, 0x2b, 0xc3, 0xfb, - 0x7f, 0x3a, 0x0c, 0x7e, 0x8a, 0x27, 0x27, 0x2e, 0xb5, 0x0c, 0xe6, 0x50, 0x62, 0xe1, 0x84, 0x22, - 0xa2, 0x18, 0xf7, 0x2c, 0x14, 0x33, 0xbe, 0x52, 0xaf, 0x48, 0xbd, 0xcf, 0x5e, 0xa9, 0x0b, 0x85, - 0x8c, 0xbe, 0xb5, 0xff, 0x2a, 0x40, 0x2d, 0x0a, 0xb1, 0xb3, 0x5b, 0x7b, 0x21, 0x67, 0x6b, 0xbf, - 0x0e, 0x20, 0x88, 0x94, 0xeb, 0x44, 0x11, 0x7a, 0x0c, 0x25, 0x8f, 0x29, 0x9d, 0xe9, 0xa6, 0x15, - 0x8c, 0xdd, 0x33, 0xe2, 0xbf, 0x92, 0x47, 0xe5, 0xc6, 0x94, 0xce, 0x76, 0x42, 0x18, 0xdb, 0xc5, - 0xd9, 0x4e, 0xc8, 0xe6, 0x73, 0xea, 0x9a, 0x44, 0x1e, 0x92, 0xeb, 0x12, 0xb6, 0xef, 0x9a, 0xec, - 0x70, 0xd8, 0x92, 0xe1, 0x4e, 0x72, 0x77, 0x6a, 0x0a, 0x68, 0x2f, 0xff, 0xd9, 0x41, 0x25, 0xbc, - 0xe2, 0x0f, 0x9f, 0x1d, 0xb0, 0xcd, 0x8b, 0x8e, 0x3d, 0x7d, 0x1a, 0x04, 0x32, 0xa4, 0xab, 0xd0, - 0xb1, 0xb7, 0x1f, 0x04, 0xda, 0x17, 0x50, 0x57, 0x8e, 0x09, 0xe8, 0x01, 0xac, 0xaa, 0x67, 0x8a, - 0x64, 0x7c, 0xb0, 0xa2, 0x9c, 0x21, 0x44, 0x70, 0xa0, 0xcd, 0xa0, 0x22, 0x62, 0x24, 0xa6, 0x3b, - 0x96, 0xa7, 0x27, 0xf2, 0x0b, 0x55, 0xcb, 0x93, 0xc8, 0x1f, 0xc1, 0xf2, 0xd4, 0x08, 0xbe, 0xd5, - 0x6d, 0xe2, 0x9c, 0xd0, 0x53, 0x7d, 0x6a, 0x39, 0x72, 0xca, 0x9a, 0x0c, 0xbc, 0xc7, 0xa1, 0xfb, - 0x96, 0x93, 0xa1, 0x33, 0xce, 0xe5, 0x06, 0xaf, 0xd2, 0x19, 0xe7, 0xda, 0x5f, 0x15, 0x00, 0xe2, - 0xab, 0x99, 0x37, 0xb8, 0x2b, 0xcb, 0xcd, 0x1f, 0x20, 0x28, 0xdb, 0x56, 0x40, 0xf9, 0x63, 0x99, - 0x1a, 0xe6, 0xbf, 0xf9, 0x95, 0x40, 0x9c, 0xbc, 0x48, 0x5f, 0x09, 0x70, 0x0c, 0x8e, 0x28, 0xb4, - 0x5d, 0xa8, 0xee, 0x1b, 0x74, 0x7c, 0xca, 0x84, 0xb9, 0x9b, 0x10, 0x46, 0x39, 0xc4, 0x71, 0x8a, - 0x8b, 0x45, 0xd1, 0x5e, 0x40, 0xa3, 0x17, 0x0c, 0x0d, 0x7a, 0x2a, 0xc6, 0x8a, 0x1e, 0x24, 0x98, - 0x29, 0xc7, 0x22, 0x95, 0x4a, 0xe1, 0xb9, 0x01, 0x15, 0x31, 0x77, 0xa1, 0xf7, 0x14, 0x5f, 0xda, - 0x7f, 0x96, 0x01, 0xb6, 0x5d, 0xc7, 0xb4, 0x44, 0x7a, 0xe3, 0x23, 0x90, 0xaf, 0x37, 0xf4, 0xf8, - 0x3e, 0x0c, 0xa5, 0x24, 0x3d, 0x22, 0x14, 0xd7, 0x04, 0x15, 0x1b, 0xd6, 0x4f, 0xa0, 0x11, 0x45, - 0x4a, 0xac, 0x51, 0x71, 0x6e, 0xa3, 0x28, 0x2b, 0xc5, 0x9a, 0x7d, 0x0e, 0x2d, 0x23, 0xd0, 0x3d, - 0x83, 0x9e, 0xca, 0x45, 0x95, 0x27, 0xbc, 0x8d, 0xfc, 0xa1, 0xe0, 0x86, 0xa1, 0x0e, 0xff, 0x21, - 0xd4, 0xc3, 0xd6, 0xac, 0xcf, 0xf2, 0x7c, 0x41, 0x45, 0x33, 0xd6, 0xe3, 0xa7, 0xcc, 0xd3, 0xc9, - 0xa0, 0x85, 0xb7, 0x5a, 0x9c, 0xdb, 0xaa, 0x11, 0x11, 0xb2, 0x86, 0x5f, 0xc2, 0x0a, 0x39, 0xa7, - 0x7a, 0xb2, 0x71, 0x65, 0x6e, 0xe3, 0x65, 0x72, 0x4e, 0xb7, 0xd5, 0xf6, 0xcc, 0x08, 0xbd, 0x6f, - 0x2d, 0xdd, 0x27, 0xc1, 0xcc, 0xa6, 0xdc, 0xce, 0x16, 0x31, 0xf8, 0xe2, 0xea, 0x7c, 0x66, 0x53, - 0xf4, 0x05, 0x40, 0x7c, 0x21, 0xce, 0x43, 0xc1, 0xd6, 0xc3, 0x1b, 0x31, 0xe7, 0x78, 0x7d, 0xc4, - 0xc9, 0x9d, 0x2f, 0x6b, 0x2d, 0xba, 0x2f, 0x47, 0x4f, 0x60, 0xd5, 0x36, 0xfc, 0x13, 0x92, 0x92, - 0xb0, 0x36, 0x57, 0xc2, 0x15, 0x4e, 0xae, 0xca, 0xa8, 0x9d, 0x42, 0x2d, 0xe2, 0x8d, 0x56, 0x61, - 0x19, 0x1f, 0x3e, 0x1f, 0xf5, 0xf5, 0xd1, 0x37, 0xc3, 0xbe, 0x7e, 0x70, 0x78, 0xd0, 0x6f, 0x2f, - 0xa0, 0x4d, 0x58, 0x55, 0x80, 0x83, 0x83, 0x51, 0x1f, 0x1f, 0xf4, 0xf6, 0xda, 0x85, 0x14, 0xa2, - 0xff, 0x52, 0x22, 0x8a, 0x68, 0x0d, 0xda, 0x0a, 0x62, 0xef, 0x70, 0xbb, 0xb7, 0xd7, 0x2e, 0x69, - 0x13, 0x58, 0x8e, 0x7a, 0xee, 0x89, 0xe7, 0x8b, 0x1f, 0x25, 0x94, 0xf9, 0xba, 0x3a, 0xf2, 0x04, - 0xa1, 0xa2, 0xcf, 0xb7, 0xa0, 0x1e, 0x8e, 0xd6, 0x8a, 0xde, 0x10, 0xa8, 0x20, 0xed, 0x00, 0x6a, - 0xfb, 0xc4, 0x94, 0x3d, 0xfc, 0x38, 0xd1, 0xc3, 0xa6, 0x1a, 0x4b, 0x99, 0x19, 0xde, 0x6b, 0xb0, - 0x78, 0x66, 0xd8, 0xb3, 0xf0, 0x85, 0x95, 0xf8, 0xd0, 0x74, 0x58, 0xee, 0x05, 0x43, 0x9f, 0x78, - 0xc4, 0x09, 0xb9, 0xb6, 0xa1, 0x64, 0x04, 0x8e, 0x0c, 0x53, 0xd8, 0x4f, 0x66, 0x66, 0x8c, 0xc2, - 0x88, 0x82, 0x14, 0xf1, 0x85, 0x34, 0x68, 0xce, 0x02, 0xa2, 0xdb, 0x64, 0x42, 0xf5, 0xa9, 0x1b, - 0x50, 0xe9, 0xf6, 0xeb, 0xb3, 0x80, 0xec, 0x91, 0x09, 0xdd, 0x77, 0x79, 0xd6, 0xbf, 0x79, 0x40, - 0xce, 0xe9, 0xa9, 0xeb, 0x49, 0xf6, 0x17, 0xbe, 0x56, 0x09, 0x88, 0x3d, 0x91, 0x57, 0x1d, 0xfc, - 0xb7, 0x76, 0x17, 0x96, 0xf7, 0xf8, 0x36, 0xe3, 0x93, 0x89, 0x64, 0x10, 0x0d, 0x44, 0x06, 0x52, - 0x62, 0x20, 0xff, 0x5a, 0x82, 0x25, 0x41, 0x10, 0xc4, 0xa9, 0x22, 0x43, 0x3c, 0x53, 0xcd, 0x38, - 0x4a, 0xae, 0x14, 0x82, 0x5a, 0xa6, 0x8a, 0x24, 0xef, 0x4f, 0xa1, 0x16, 0x9f, 0x0b, 0x84, 0xcd, - 0x5f, 0x99, 0xbb, 0x70, 0x38, 0xa6, 0x45, 0x77, 0xa0, 0x34, 0x25, 0xa6, 0xb4, 0xf6, 0xd5, 0x9c, - 0x95, 0xc0, 0x0c, 0x8f, 0x7e, 0x0a, 0xc0, 0x2c, 0x5c, 0xcc, 0xb7, 0x34, 0xf0, 0x2b, 0x09, 0xdf, - 0xa0, 0x2e, 0x05, 0xb7, 0x73, 0x01, 0x40, 0x5f, 0x42, 0x33, 0x61, 0xae, 0xd2, 0xce, 0x2f, 0x90, - 0xae, 0xa1, 0x5a, 0x2c, 0xfa, 0x08, 0x96, 0x1c, 0xb1, 0x0e, 0xd2, 0xc8, 0x15, 0x75, 0x49, 0x2c, - 0x10, 0x0e, 0xe9, 0x98, 0xb0, 0x72, 0xd3, 0xf7, 0xc9, 0x44, 0xa6, 0xf4, 0x94, 0xfe, 0x52, 0xeb, - 0x12, 0xc6, 0x03, 0x3e, 0x99, 0xa0, 0x27, 0xb0, 0x9c, 0xb2, 0x5d, 0x99, 0xe4, 0xbb, 0x40, 0xdc, - 0x56, 0xd2, 0x7c, 0xb5, 0x5f, 0x16, 0xa0, 0x16, 0x5d, 0x55, 0x46, 0xbb, 0x47, 0x41, 0xd9, 0xc8, - 0x3e, 0x01, 0x18, 0x47, 0x4e, 0x44, 0xae, 0xd6, 0x5a, 0x9e, 0x83, 0xc1, 0x0a, 0x1d, 0xfa, 0x31, - 0x2c, 0x09, 0xb5, 0x08, 0xe4, 0x6a, 0x29, 0x67, 0x10, 0xa9, 0x40, 0x38, 0xa4, 0xd0, 0xbe, 0x86, - 0x8a, 0x4c, 0xdd, 0xe5, 0x09, 0x90, 0x7c, 0xec, 0x50, 0xbc, 0xdc, 0x63, 0x87, 0x7f, 0x2f, 0x40, - 0x3b, 0x9d, 0xe5, 0x43, 0x5b, 0x09, 0x4b, 0x5e, 0x4b, 0xe7, 0x03, 0x15, 0x33, 0x56, 0x9f, 0xcc, - 0x16, 0x2f, 0xf1, 0x64, 0x36, 0xa7, 0xa8, 0x20, 0xf1, 0x00, 0xa0, 0xfc, 0xba, 0x07, 0x00, 0xe8, - 0x03, 0x58, 0x32, 0xc9, 0xc4, 0x60, 0x4e, 0x7e, 0xf1, 0x22, 0x43, 0x0a, 0xa9, 0xb4, 0xbf, 0x2c, - 0x40, 0x09, 0xbb, 0x06, 0x6a, 0x41, 0xd1, 0x08, 0xa4, 0x95, 0x16, 0x8d, 0x80, 0x9d, 0x9f, 0xc4, - 0x06, 0x6b, 0x93, 0x30, 0x20, 0x8a, 0x01, 0xcc, 0xc9, 0x4c, 0x0d, 0x8e, 0x92, 0xd7, 0x1a, 0xe2, - 0x4b, 0xc9, 0xd9, 0x97, 0x13, 0xd7, 0x38, 0x61, 0xf6, 0x7c, 0xf1, 0xe2, 0x37, 0x83, 0xda, 0x5d, - 0x71, 0x75, 0xe1, 0x1a, 0xaf, 0x7b, 0x07, 0x28, 0x5e, 0x57, 0x71, 0xc2, 0xf8, 0x75, 0x95, 0xef, - 0x1a, 0x39, 0xaf, 0xab, 0x18, 0x11, 0x47, 0x69, 0x01, 0x94, 0x5e, 0xf8, 0x93, 0x5c, 0xed, 0x68, - 0x41, 0xd1, 0x17, 0x19, 0xa3, 0x06, 0x2e, 0xfa, 0x26, 0x0f, 0x19, 0x45, 0xf2, 0xd7, 0x17, 0xc1, - 0x57, 0x03, 0x57, 0x05, 0x00, 0xf3, 0x27, 0xdb, 0x32, 0xb5, 0xec, 0x53, 0xbe, 0x26, 0x0d, 0x5c, - 0x15, 0x00, 0x4c, 0x65, 0x26, 0x4f, 0xa4, 0x35, 0x8b, 0x96, 0xa9, 0xfd, 0x75, 0x11, 0x2a, 0xe2, - 0x76, 0x33, 0x33, 0xc7, 0x57, 0x41, 0x6c, 0xa1, 0x4a, 0xb6, 0xaa, 0x2a, 0x00, 0x03, 0x93, 0x6d, - 0xd9, 0x2c, 0xda, 0x23, 0x8e, 0x88, 0x9b, 0x4b, 0x62, 0xcb, 0x16, 0x20, 0x1e, 0x37, 0xdf, 0x83, - 0xb6, 0x24, 0x90, 0x3e, 0x59, 0x2a, 0x48, 0x0d, 0x2f, 0x0b, 0x78, 0x2f, 0x04, 0x27, 0xae, 0x44, - 0x16, 0x53, 0x57, 0x22, 0x3f, 0x84, 0xd6, 0xd4, 0xb3, 0x03, 0xdd, 0x36, 0x8e, 0x89, 0xcd, 0xc3, - 0x5f, 0x11, 0xa2, 0x37, 0x18, 0x74, 0x8f, 0x01, 0x59, 0xf4, 0x9b, 0xa2, 0x32, 0xce, 0x65, 0xac, - 0xae, 0x50, 0x19, 0xe7, 0xe8, 0x3d, 0x40, 0x6c, 0x8f, 0xe1, 0xb9, 0x3e, 0xcf, 0x26, 0xba, 0xb8, - 0xba, 0xab, 0x8a, 0xe4, 0xce, 0x2c, 0x20, 0xfb, 0x12, 0x31, 0xe4, 0x6f, 0xbc, 0xff, 0x89, 0x1d, - 0x6d, 0x8c, 0x63, 0x9b, 0x0c, 0x9c, 0x89, 0xfb, 0x5b, 0xb9, 0x65, 0xbb, 0x0b, 0xcb, 0xce, 0x6c, - 0xaa, 0x2b, 0xd7, 0x67, 0xf2, 0x64, 0xd7, 0x72, 0x66, 0x53, 0xf5, 0xfa, 0xf1, 0x0a, 0x54, 0x19, - 0x21, 0x2f, 0x52, 0x91, 0x89, 0x04, 0x67, 0x36, 0xe5, 0xf7, 0xc7, 0xb7, 0xa1, 0xc1, 0x50, 0x51, - 0xa6, 0x46, 0x1c, 0xdd, 0xea, 0xce, 0x6c, 0xda, 0x93, 0x20, 0xed, 0x73, 0x7e, 0x59, 0x8e, 0xad, - 0x63, 0x36, 0x90, 0x50, 0x73, 0xc3, 0x8b, 0x98, 0xcc, 0x5b, 0xa1, 0x68, 0xc8, 0xe2, 0x22, 0x46, - 0xfb, 0x82, 0x57, 0x3c, 0x45, 0xad, 0xa5, 0x3a, 0x5f, 0xb6, 0xf9, 0xfd, 0x6d, 0xa8, 0x86, 0x33, - 0x84, 0x00, 0x2a, 0xbb, 0x7b, 0x87, 0x4f, 0x7a, 0x7b, 0xed, 0x05, 0x54, 0x83, 0x45, 0x11, 0xef, - 0x14, 0x18, 0xb8, 0xb7, 0xf3, 0x73, 0x7d, 0x70, 0xd0, 0x2e, 0xa2, 0x3a, 0x2c, 0xb1, 0xdf, 0x87, - 0xcf, 0x47, 0xed, 0x12, 0x5a, 0x82, 0xd2, 0x0b, 0xfc, 0xb4, 0x5d, 0xbe, 0x4f, 0xa1, 0xae, 0x9c, - 0x47, 0x58, 0x83, 0x21, 0xee, 0x3f, 0x1d, 0xbc, 0x6c, 0x2f, 0xa0, 0x06, 0x54, 0x0f, 0xfa, 0x83, - 0xdd, 0x67, 0x4f, 0x0e, 0x71, 0xbb, 0xc0, 0x5a, 0x8c, 0x7a, 0xbb, 0x92, 0xcf, 0x91, 0x3e, 0xec, - 0x8d, 0x9e, 0xb5, 0x4b, 0xa8, 0x09, 0xb5, 0xed, 0xc3, 0xfd, 0xfd, 0xe7, 0x07, 0x83, 0xd1, 0x37, - 0xed, 0x32, 0x5a, 0x81, 0x66, 0xff, 0xe5, 0x48, 0x8f, 0x41, 0x8b, 0x2c, 0x9e, 0xdb, 0xeb, 0xe1, - 0xdd, 0xbe, 0x02, 0xac, 0xdc, 0xbf, 0x07, 0xb5, 0xe8, 0xe0, 0xc1, 0x38, 0xf7, 0x0e, 0xbe, 0x11, - 0x15, 0x24, 0xbd, 0x3d, 0x29, 0xf6, 0xe0, 0xe0, 0x45, 0x1f, 0x8f, 0xda, 0xc5, 0xfb, 0xf7, 0xa1, - 0x9d, 0x3e, 0x56, 0xa0, 0x0a, 0x14, 0xfb, 0x5f, 0xb7, 0x17, 0xd8, 0xdf, 0xdd, 0x7e, 0xbb, 0xc0, - 0xfe, 0xee, 0xf5, 0xdb, 0xc5, 0xfb, 0x1f, 0xc8, 0x73, 0xa3, 0x0c, 0x13, 0xaa, 0x50, 0x96, 0xf1, - 0x23, 0x9b, 0x87, 0xed, 0xed, 0xfe, 0x70, 0x24, 0x98, 0xe3, 0xfe, 0xcf, 0xfb, 0xdb, 0x8c, 0xf9, - 0x73, 0x58, 0xcd, 0x09, 0xf3, 0xd8, 0x30, 0x22, 0x69, 0xf5, 0xde, 0xce, 0x4e, 0x7b, 0x81, 0xc5, - 0x93, 0x31, 0x08, 0xf7, 0xf7, 0x0f, 0x5f, 0xb0, 0x8e, 0xd7, 0x61, 0x45, 0x85, 0x0e, 0xf7, 0x7a, - 0xdb, 0x4c, 0x8e, 0xf7, 0xa1, 0x99, 0x88, 0xed, 0xd8, 0x9c, 0xed, 0xf7, 0x77, 0xf4, 0xfd, 0x43, - 0xc6, 0x6a, 0x19, 0xea, 0xec, 0x23, 0x24, 0x2f, 0xdc, 0x7f, 0x0f, 0x20, 0xde, 0x40, 0xa2, 0x7a, - 0x1a, 0x36, 0x09, 0xfb, 0xc3, 0x43, 0x2c, 0x65, 0xee, 0xbf, 0xe4, 0xbf, 0x8b, 0x0f, 0xff, 0xed, - 0x26, 0x54, 0x77, 0x99, 0x4e, 0xf4, 0x3c, 0x0b, 0xed, 0x41, 0x5d, 0x79, 0x2e, 0x81, 0xae, 0x25, - 0xb6, 0xb5, 0xd4, 0x2b, 0x8c, 0xee, 0xf5, 0x39, 0x58, 0x79, 0x8f, 0xba, 0x80, 0x06, 0x00, 0xf1, - 0x83, 0x0a, 0x74, 0x55, 0x25, 0x4f, 0xbd, 0xbd, 0xe8, 0x5e, 0xcb, 0x47, 0x46, 0xac, 0x9e, 0x42, - 0x2d, 0x7a, 0x46, 0x82, 0x94, 0x23, 0x62, 0xfa, 0xbd, 0x49, 0xf7, 0x6a, 0x2e, 0x2e, 0xe2, 0xb3, - 0x07, 0x75, 0xa5, 0x70, 0x4b, 0x1d, 0x60, 0xb6, 0x12, 0x4c, 0x1d, 0x60, 0x5e, 0xb5, 0xd7, 0x02, - 0x7a, 0x0e, 0xad, 0x64, 0xc9, 0x16, 0xba, 0xa9, 0x9e, 0xcb, 0x73, 0x2a, 0xc1, 0xba, 0xb7, 0xe6, - 0x13, 0xa8, 0x42, 0x2a, 0x45, 0x8a, 0xaa, 0x90, 0xd9, 0x8a, 0x46, 0x55, 0xc8, 0x9c, 0xca, 0x46, - 0x6d, 0x01, 0x61, 0x68, 0x26, 0x2a, 0xa6, 0xd0, 0x8d, 0x84, 0x4b, 0xcc, 0x72, 0xbc, 0x39, 0x17, - 0x1f, 0xf1, 0xfc, 0x23, 0x58, 0xc9, 0x54, 0x62, 0x21, 0xed, 0xf5, 0x15, 0x61, 0xdd, 0x1f, 0x5c, - 0x48, 0x13, 0xf1, 0xff, 0x7d, 0x68, 0xa7, 0xeb, 0xb2, 0xd0, 0x6d, 0xa5, 0x69, 0x7e, 0xa1, 0x57, - 0x57, 0xbb, 0x88, 0x44, 0x5d, 0xb5, 0x64, 0x95, 0x96, 0xba, 0x6a, 0xb9, 0x25, 0x5f, 0xea, 0xaa, - 0xcd, 0x29, 0xf0, 0x5a, 0x40, 0x2f, 0x61, 0x39, 0x55, 0xae, 0x85, 0xd4, 0xc5, 0xce, 0xad, 0xfe, - 0xea, 0xde, 0xbe, 0x80, 0x22, 0xe2, 0xfc, 0x05, 0x54, 0x84, 0x63, 0x47, 0x9b, 0x89, 0xc5, 0x8e, - 0xdf, 0x48, 0x74, 0x3b, 0x59, 0x84, 0xaa, 0x4e, 0xca, 0x3b, 0x07, 0x55, 0x9d, 0xb2, 0x8f, 0x2d, - 0x54, 0x75, 0xca, 0x7b, 0x1c, 0xb1, 0x80, 0x7e, 0x06, 0x4b, 0xb2, 0x3c, 0x14, 0x75, 0x12, 0xf6, - 0xa1, 0x94, 0x81, 0x76, 0xaf, 0xe4, 0x60, 0x54, 0xb7, 0x10, 0x17, 0x63, 0xaa, 0x6e, 0x21, 0x53, - 0x4e, 0xaa, 0xba, 0x85, 0x9c, 0xfa, 0xcd, 0x05, 0x76, 0x58, 0x91, 0xa5, 0x54, 0x6c, 0x64, 0xe9, - 0x67, 0x25, 0xdd, 0xfc, 0x67, 0x30, 0xda, 0xc2, 0x87, 0x05, 0xf4, 0x38, 0x2a, 0xc2, 0x8a, 0xaf, - 0xee, 0x94, 0xcd, 0x31, 0xaa, 0xf3, 0xed, 0xa6, 0x8a, 0x35, 0x79, 0xe3, 0xa7, 0x50, 0x8b, 0xaa, - 0xe2, 0x54, 0x6f, 0x94, 0xae, 0xc9, 0x53, 0xbd, 0x51, 0xb6, 0x8c, 0x4e, 0xcc, 0x44, 0x54, 0x33, - 0x97, 0x98, 0x89, 0x74, 0x79, 0x5d, 0x62, 0x26, 0xb2, 0x65, 0x76, 0x0b, 0xe8, 0x19, 0xd4, 0xa2, - 0x3a, 0x37, 0x55, 0xa4, 0x74, 0xf5, 0x9d, 0x2a, 0x52, 0xb6, 0x30, 0x6e, 0x61, 0xab, 0xc0, 0xb4, - 0x4d, 0x54, 0x9b, 0xa9, 0xda, 0x96, 0x28, 0x6c, 0xeb, 0x76, 0xb2, 0x08, 0xd5, 0x53, 0x47, 0x85, - 0x65, 0xaa, 0x20, 0xe9, 0x7a, 0xb5, 0xee, 0xd5, 0x5c, 0x9c, 0xaa, 0x67, 0xb2, 0x40, 0x07, 0xa5, - 0x94, 0x3b, 0xae, 0xec, 0x50, 0xf5, 0x2c, 0x55, 0xcd, 0x13, 0x69, 0x6a, 0x9a, 0x43, 0xb2, 0x70, - 0x27, 0xa5, 0xa9, 0x29, 0x0e, 0x91, 0xa6, 0x72, 0x26, 0x19, 0x81, 0x55, 0x3e, 0xd7, 0xf2, 0x91, - 0x2a, 0xab, 0xb8, 0x76, 0x06, 0x65, 0xf4, 0x62, 0x0e, 0xab, 0x9c, 0x72, 0x1b, 0x6e, 0xcf, 0x4a, - 0x01, 0x0d, 0xca, 0x6a, 0x86, 0xca, 0xec, 0xfa, 0x1c, 0xac, 0xba, 0x5e, 0x51, 0xf9, 0x8b, 0xba, - 0x5e, 0xe9, 0x2a, 0x1a, 0x75, 0xbd, 0xb2, 0xf5, 0x32, 0x7c, 0x9b, 0x49, 0x94, 0xd2, 0xa8, 0xdb, - 0x4c, 0x5e, 0x55, 0x8e, 0xba, 0xcd, 0xe4, 0xd7, 0xe0, 0x44, 0x8e, 0xcf, 0x35, 0xd2, 0x8e, 0x2f, - 0x3a, 0xd7, 0xa5, 0x1d, 0x5f, 0x7c, 0x8e, 0x13, 0x13, 0xa5, 0x54, 0xd8, 0xa0, 0xcc, 0xbc, 0xaa, - 0xb5, 0x3d, 0xea, 0x44, 0xe5, 0x95, 0xe5, 0x2c, 0x48, 0xbb, 0x60, 0xe7, 0xbe, 0xa4, 0x5d, 0xc4, - 0xd5, 0x31, 0x29, 0xbb, 0x50, 0x2b, 0x60, 0x14, 0xbb, 0x60, 0x1c, 0x32, 0x76, 0xa1, 0x30, 0xb9, - 0x9a, 0x8b, 0x4b, 0xcd, 0x49, 0x4a, 0x8c, 0x44, 0xc5, 0x50, 0x6a, 0x4e, 0x92, 0xcd, 0x31, 0x3f, - 0x18, 0x2b, 0xf7, 0x0a, 0x37, 0x12, 0xc4, 0x99, 0x7a, 0x12, 0x75, 0x99, 0x72, 0x0b, 0x70, 0x04, - 0xcf, 0x44, 0x61, 0x8c, 0xca, 0x33, 0xaf, 0xe2, 0x46, 0xe5, 0x99, 0x5f, 0x51, 0xc3, 0x23, 0x80, - 0x74, 0xf9, 0x8b, 0x1a, 0x01, 0xcc, 0xa9, 0xb7, 0x51, 0x23, 0x80, 0xb9, 0xd5, 0x33, 0x3c, 0x7c, - 0xc9, 0xd4, 0xbe, 0xa8, 0xe1, 0xcb, 0xbc, 0xe2, 0x1a, 0x35, 0x7c, 0x99, 0x5f, 0x3c, 0xb3, 0x80, - 0x0e, 0xa1, 0xa1, 0xd6, 0xc9, 0xa0, 0x64, 0x8c, 0x96, 0x2e, 0x09, 0xe9, 0xde, 0x98, 0x87, 0x56, - 0x19, 0xaa, 0x15, 0x2e, 0x28, 0x19, 0x99, 0x5e, 0xc4, 0x30, 0xb7, 0x30, 0x46, 0x04, 0x2b, 0xc9, - 0xda, 0x15, 0x94, 0x89, 0x4c, 0x33, 0x6c, 0x6f, 0x5f, 0x40, 0xa1, 0x2e, 0x5c, 0xba, 0x58, 0x45, - 0x5d, 0xb8, 0x39, 0x65, 0x31, 0x5d, 0xed, 0x22, 0x92, 0xd4, 0x31, 0x40, 0x26, 0xe7, 0x92, 0xc7, - 0x80, 0x44, 0xe9, 0x45, 0xea, 0x18, 0x90, 0xaa, 0x73, 0xe0, 0x7c, 0xa2, 0xa7, 0xfd, 0x2a, 0x9f, - 0x74, 0xcd, 0x8b, 0xca, 0x27, 0x5b, 0x95, 0xc2, 0xd7, 0x45, 0x7d, 0x94, 0xaf, 0xae, 0x4b, 0x4e, - 0xb9, 0x8a, 0xba, 0x2e, 0xb9, 0x95, 0x24, 0x32, 0x58, 0x57, 0x5e, 0xd9, 0x27, 0x83, 0xf5, 0x6c, - 0x8d, 0x49, 0x32, 0x58, 0xcf, 0x2b, 0xea, 0x58, 0x40, 0x26, 0x2f, 0xe6, 0xca, 0x64, 0x1f, 0x7f, - 0x98, 0x33, 0x45, 0x99, 0x92, 0x81, 0xee, 0x9d, 0xd7, 0x50, 0xa9, 0xbd, 0xe4, 0x54, 0x4b, 0xa8, - 0xbd, 0xcc, 0x2f, 0xd3, 0x50, 0x7b, 0xb9, 0xa8, 0xe4, 0x62, 0x01, 0x4d, 0xc3, 0x92, 0xae, 0x4c, - 0x47, 0x77, 0xf3, 0xe7, 0x36, 0xdb, 0xd7, 0xd6, 0xeb, 0x09, 0xa3, 0xee, 0xbc, 0xa8, 0x8e, 0x2b, - 0x9b, 0xbc, 0x9d, 0x33, 0xf1, 0xd9, 0x0e, 0xef, 0x5d, 0x82, 0x52, 0x8d, 0x13, 0xe2, 0x24, 0x0e, - 0xba, 0x9a, 0x0e, 0xeb, 0x95, 0xc4, 0x50, 0xf7, 0x5a, 0x3e, 0x32, 0x64, 0x75, 0x5c, 0xe1, 0xff, - 0x12, 0xe7, 0xe3, 0xff, 0x0e, 0x00, 0x00, 0xff, 0xff, 0xde, 0x3b, 0x34, 0x6e, 0x21, 0x47, 0x00, - 0x00, + // 5540 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0xd4, 0x3c, 0xcb, 0x72, 0x1b, 0x49, + 0x72, 0xc4, 0x83, 0x20, 0x90, 0x78, 0x10, 0x2c, 0xbe, 0x20, 0xe8, 0xdd, 0xbb, 0x5a, 0x51, 0xda, + 0x19, 0xcd, 0x8c, 0x66, 0x56, 0xb3, 0x1e, 0xcd, 0x8c, 0x17, 0x22, 0x21, 0x0a, 0x3b, 0x7c, 0x60, + 0x8a, 0x90, 0xac, 0x59, 0x3f, 0xda, 0x4d, 0x74, 0x81, 0x6c, 0x4f, 0xa3, 0xbb, 0xa7, 0xbb, 0xc0, + 0xa1, 0xc2, 0x11, 0x76, 0xc4, 0xfa, 0xe8, 0xf0, 0x1f, 0x6c, 0x84, 0xef, 0x1b, 0xf6, 0xd9, 0x11, + 0x3e, 0x7b, 0x1d, 0x76, 0x38, 0xc2, 0x57, 0x1f, 0x7d, 0xf2, 0xd9, 0x57, 0x1f, 0x1d, 0xf5, 0xe8, + 0xee, 0xea, 0x07, 0x28, 0x4a, 0xd6, 0xda, 0xe1, 0x13, 0xd1, 0x99, 0x59, 0x59, 0x59, 0x55, 0x99, + 0x59, 0x59, 0x59, 0x95, 0x84, 0xfa, 0x89, 0x7b, 0x7c, 0xe2, 0x3d, 0xf0, 0x7c, 0x97, 0xba, 0xa8, + 0xca, 0x3f, 0x0c, 0xcf, 0xd2, 0xd6, 0x00, 0xed, 0x12, 0x7a, 0x40, 0xac, 0x93, 0xd3, 0x63, 0xd7, + 0xc7, 0xe4, 0xbb, 0x19, 0x09, 0xa8, 0xf6, 0x18, 0x56, 0x13, 0xd0, 0xc0, 0x73, 0x9d, 0x80, 0xa0, + 0x1f, 0xc2, 0xa2, 0x47, 0x88, 0x1f, 0x74, 0x0a, 0xb7, 0x4a, 0x5b, 0xf5, 0x87, 0xad, 0x07, 0x21, + 0x9b, 0x07, 0x43, 0x42, 0x7c, 0x2c, 0x90, 0xda, 0x09, 0xd4, 0x7a, 0xfe, 0xc9, 0x6c, 0x4a, 0x1c, + 0x1a, 0xa0, 0x07, 0x50, 0xf5, 0x49, 0xe0, 0xce, 0xfc, 0x31, 0xe9, 0x14, 0x6e, 0x15, 0xb6, 0x5a, + 0x0f, 0x51, 0xdc, 0x0a, 0x4b, 0x0c, 0x8e, 0x68, 0xd0, 0x06, 0x54, 0x26, 0xc6, 0xd4, 0xb2, 0x5f, + 0x75, 0x8a, 0xb7, 0x0a, 0x5b, 0x4d, 0x2c, 0xbf, 0x10, 0x82, 0xb2, 0x63, 0x4c, 0x49, 0xa7, 0x74, + 0xab, 0xb0, 0x55, 0xc3, 0xfc, 0xb7, 0xf6, 0xa7, 0xd0, 0xea, 0x99, 0xe6, 0xd0, 0xa0, 0xa7, 0x52, + 0xee, 0x37, 0xee, 0x6d, 0x1d, 0x2a, 0x67, 0xfe, 0x44, 0xb7, 0x4c, 0xde, 0x5b, 0x0d, 0x2f, 0x9e, + 0xf9, 0x93, 0x81, 0x89, 0x34, 0x28, 0x7b, 0x06, 0x3d, 0xe5, 0x9d, 0x25, 0x87, 0xc9, 0xfa, 0xe2, + 0x38, 0xed, 0x0e, 0x2c, 0x47, 0x9d, 0xcb, 0xe9, 0x41, 0x50, 0x9e, 0xcd, 0x2c, 0x93, 0xf7, 0xdc, + 0xc0, 0xfc, 0xb7, 0xf6, 0xeb, 0x02, 0xac, 0xec, 0x10, 0x9b, 0x50, 0xf2, 0x5b, 0x90, 0x33, 0x9e, + 0xac, 0x52, 0x62, 0xb2, 0x42, 0xf9, 0xcb, 0xf3, 0xe5, 0x8f, 0x84, 0x5d, 0x54, 0x84, 0x5d, 0x03, + 0xa4, 0xca, 0x2a, 0x86, 0xa5, 0xfd, 0x14, 0x50, 0xcf, 0x34, 0x53, 0x2a, 0xc2, 0xfb, 0x20, 0xc4, + 0xe7, 0xe2, 0x67, 0x55, 0x81, 0xe3, 0xb4, 0x75, 0x58, 0x4d, 0xb4, 0x94, 0x0c, 0x1f, 0xc3, 0xba, + 0xe8, 0xe6, 0x6d, 0x78, 0x76, 0x60, 0x23, 0xdd, 0x58, 0xb2, 0xfd, 0x10, 0xd6, 0x30, 0x09, 0x32, + 0xca, 0x8c, 0x3a, 0xb0, 0x64, 0x98, 0xa6, 0x4f, 0x82, 0x80, 0x33, 0xae, 0xe1, 0xf0, 0x53, 0xdb, + 0x84, 0xf5, 0x54, 0x0b, 0xc9, 0xea, 0xef, 0x0b, 0xd0, 0x39, 0x72, 0x27, 0xf4, 0xcd, 0xf8, 0xa1, + 0x23, 0xa8, 0x99, 0x96, 0x4f, 0xc6, 0xd4, 0x72, 0x1d, 0xbe, 0x52, 0xad, 0x87, 0x3f, 0x89, 0x07, + 0x31, 0x8f, 0x61, 0x8c, 0xd8, 0x09, 0x1b, 0xe3, 0x98, 0x8f, 0xf6, 0x01, 0xa0, 0x2c, 0x01, 0xaa, + 0x40, 0x71, 0x70, 0xd0, 0x5e, 0x40, 0x4b, 0x50, 0x3a, 0x7c, 0x3e, 0x6a, 0x17, 0x50, 0x15, 0xca, + 0x4f, 0x0e, 0x47, 0xcf, 0xda, 0x45, 0xed, 0x2a, 0x5c, 0xc9, 0xe9, 0x4a, 0x8e, 0xec, 0x63, 0xd8, + 0x3c, 0x3a, 0x9d, 0x51, 0xd3, 0xfd, 0xde, 0xb9, 0xfc, 0x3c, 0x75, 0xa1, 0x93, 0x6d, 0x24, 0x19, + 0x7e, 0x04, 0xeb, 0x7d, 0xc7, 0x38, 0xb6, 0xc9, 0xe5, 0xd9, 0x75, 0x60, 0x23, 0xdd, 0x44, 0x32, + 0x7b, 0x08, 0x1b, 0x3b, 0x56, 0xf0, 0x66, 0xdc, 0xae, 0xc0, 0x66, 0xa6, 0x8d, 0x64, 0x77, 0x02, + 0x6d, 0xd1, 0xd1, 0xbe, 0x4f, 0x43, 0x46, 0x57, 0xa1, 0x66, 0xce, 0xa6, 0x9e, 0x4e, 0x5f, 0x79, + 0xc2, 0xf6, 0x16, 0x71, 0x95, 0x01, 0x46, 0xaf, 0x3c, 0x82, 0xba, 0x50, 0x9d, 0x58, 0x36, 0xe1, + 0x9e, 0x46, 0x58, 0x5a, 0xf4, 0xcd, 0x70, 0x96, 0x43, 0x89, 0x7f, 0x66, 0xd8, 0xdc, 0xdc, 0xca, + 0x38, 0xfa, 0xd6, 0x56, 0x61, 0x45, 0xe9, 0x48, 0xf6, 0xbe, 0x0a, 0x2b, 0x52, 0xb0, 0xb8, 0x7b, + 0x6e, 0x62, 0x0a, 0x50, 0x92, 0xfe, 0x39, 0xb4, 0x07, 0xce, 0x9f, 0x90, 0x31, 0x55, 0x04, 0x7d, + 0x47, 0x3e, 0x82, 0xf9, 0x6c, 0x83, 0x9e, 0x06, 0x9d, 0x52, 0xc6, 0x67, 0x33, 0x23, 0x17, 0x48, + 0x26, 0xab, 0x22, 0x80, 0x94, 0xea, 0x6f, 0x0a, 0xd0, 0xec, 0x99, 0xe6, 0x93, 0xa9, 0xf7, 0x7a, + 0xd5, 0x47, 0x50, 0xf6, 0x5c, 0x9f, 0x4a, 0xaf, 0xcd, 0x7f, 0xa3, 0xcf, 0xa1, 0xcc, 0x67, 0xb9, + 0xc4, 0xa5, 0xdf, 0x8a, 0x7b, 0x4e, 0x30, 0x7d, 0xb0, 0xef, 0x3a, 0x16, 0x75, 0x7d, 0xcb, 0x39, + 0x19, 0xba, 0xb6, 0x35, 0x7e, 0x85, 0x79, 0x2b, 0xed, 0x03, 0x68, 0xa7, 0x31, 0x4c, 0xdb, 0x87, + 0xb8, 0xdf, 0x5e, 0x60, 0xda, 0x3e, 0x3c, 0x3c, 0x4a, 0xea, 0x7d, 0x9b, 0x6f, 0x07, 0x9c, 0xb1, + 0x1c, 0xc0, 0xcf, 0xa0, 0x2d, 0x7c, 0xc5, 0xdb, 0x0e, 0x81, 0xaf, 0x61, 0xcc, 0x41, 0xb2, 0xed, + 0x43, 0x15, 0x0f, 0xbf, 0x1a, 0x6c, 0xbb, 0xce, 0xe4, 0x02, 0x76, 0x37, 0xa1, 0xee, 0x93, 0xa9, + 0x4b, 0x89, 0x1e, 0x71, 0xad, 0x61, 0x10, 0xa0, 0x21, 0xe3, 0xfd, 0xab, 0x32, 0xd4, 0x18, 0x9f, + 0x23, 0x6a, 0x50, 0xbe, 0xf1, 0xcd, 0x3c, 0x6a, 0x4d, 0xc5, 0x62, 0x97, 0xb0, 0xfc, 0x62, 0x6a, + 0xc7, 0xec, 0x8e, 0x63, 0x8a, 0x1c, 0x13, 0x7d, 0xa3, 0x16, 0x14, 0x67, 0x1e, 0x9f, 0xde, 0x2a, + 0x2e, 0xce, 0x3c, 0xd1, 0xe5, 0xd8, 0xf5, 0x4d, 0xdd, 0xf2, 0xce, 0x3e, 0xe1, 0xee, 0xbf, 0xc9, + 0xba, 0x64, 0xa0, 0x81, 0x77, 0xf6, 0x49, 0x92, 0xe0, 0x11, 0xf7, 0xfd, 0x2a, 0xc1, 0x23, 0x46, + 0xe0, 0xf9, 0x64, 0x62, 0x9d, 0x0b, 0x0e, 0x15, 0x41, 0x20, 0x40, 0x21, 0x87, 0x98, 0xe0, 0x51, + 0x67, 0x29, 0x45, 0xf0, 0x88, 0x8d, 0x23, 0x20, 0xbe, 0x65, 0xd8, 0x9d, 0xaa, 0xd8, 0x93, 0xc4, + 0x17, 0xfa, 0x01, 0x34, 0x7d, 0x32, 0x26, 0xd6, 0x19, 0x91, 0xd2, 0xd5, 0xf8, 0x60, 0x1a, 0x21, + 0x90, 0x73, 0x4f, 0x11, 0x3d, 0xea, 0x40, 0x86, 0xe8, 0x11, 0x23, 0x12, 0x3c, 0x75, 0xc7, 0xa5, + 0xd6, 0xe4, 0x55, 0xa7, 0x2e, 0x88, 0x04, 0xf0, 0x80, 0xc3, 0x98, 0x9c, 0x63, 0x63, 0x7c, 0x4a, + 0x74, 0x9f, 0xb9, 0xc1, 0x4e, 0x83, 0x93, 0x00, 0x07, 0x71, 0xc7, 0x88, 0xee, 0x40, 0x2b, 0x22, + 0xe0, 0xcb, 0xda, 0x69, 0x72, 0x9a, 0x66, 0x48, 0x23, 0xf6, 0xf4, 0x1b, 0x50, 0x27, 0x8e, 0xa9, + 0xbb, 0x13, 0xdd, 0x34, 0xa8, 0xd1, 0x69, 0x71, 0x9a, 0x1a, 0x71, 0xcc, 0xc3, 0xc9, 0x8e, 0x41, + 0x0d, 0xb4, 0x06, 0x8b, 0xc4, 0xf7, 0x5d, 0xbf, 0xb3, 0xcc, 0x31, 0xe2, 0x03, 0xdd, 0x06, 0x29, + 0x8d, 0xfe, 0xdd, 0x8c, 0xf8, 0xaf, 0x3a, 0x6d, 0x8e, 0xac, 0x0b, 0xd8, 0xd7, 0x0c, 0x24, 0x96, + 0x22, 0x20, 0x54, 0x52, 0xac, 0x08, 0x01, 0x39, 0x88, 0x13, 0x68, 0xdf, 0x40, 0x19, 0x7b, 0xdf, + 0x5a, 0xe8, 0x47, 0x50, 0x1e, 0xbb, 0xce, 0x44, 0x6e, 0x8a, 0xaa, 0x0f, 0x90, 0x3a, 0x88, 0x39, + 0x1e, 0xdd, 0x83, 0xc5, 0x80, 0x69, 0x12, 0xd7, 0x92, 0xfa, 0xc3, 0xd5, 0x24, 0x21, 0x57, 0x32, + 0x2c, 0x28, 0xb4, 0x2d, 0x68, 0xed, 0x12, 0xca, 0xb8, 0x87, 0x56, 0x11, 0x47, 0x12, 0x05, 0x35, + 0x92, 0xd0, 0x1e, 0xc3, 0x72, 0x44, 0x29, 0x67, 0x64, 0x0b, 0x96, 0x02, 0xe2, 0x9f, 0xe5, 0x86, + 0x81, 0x9c, 0x30, 0x44, 0x6b, 0xbf, 0xe0, 0x06, 0xa9, 0x76, 0xf3, 0x66, 0xfe, 0xa3, 0x0b, 0x55, + 0xdb, 0x9a, 0x10, 0xae, 0xfa, 0x25, 0xa1, 0xfa, 0xe1, 0xb7, 0xb6, 0xc2, 0xc3, 0x2f, 0x55, 0x30, + 0xad, 0x17, 0xda, 0xea, 0x5b, 0xf7, 0x18, 0x07, 0x40, 0x09, 0xc6, 0xef, 0x87, 0xde, 0xfd, 0x52, + 0x8c, 0x19, 0x13, 0x95, 0x5c, 0x32, 0x79, 0x10, 0x39, 0xfe, 0xcb, 0x71, 0x59, 0x87, 0xd5, 0x04, + 0xbd, 0x64, 0xf3, 0x1e, 0xb4, 0xb9, 0xfe, 0x5e, 0x8e, 0xc9, 0x2a, 0xac, 0x28, 0xd4, 0x71, 0x9c, + 0x14, 0xc5, 0x07, 0x97, 0x63, 0xb3, 0x09, 0xeb, 0xa9, 0x16, 0x92, 0x95, 0x11, 0x0e, 0xf5, 0x17, + 0xe4, 0xd8, 0x37, 0x42, 0x46, 0x6d, 0x28, 0xcd, 0x7c, 0x5b, 0x32, 0x61, 0x3f, 0xb9, 0xb2, 0xbb, + 0x33, 0x4a, 0xf8, 0xae, 0x1b, 0x74, 0x8a, 0xb7, 0x4a, 0xdc, 0x17, 0x32, 0x10, 0xdb, 0x77, 0x03, + 0xd6, 0x37, 0x53, 0x19, 0x16, 0x37, 0x89, 0x50, 0x36, 0xfc, 0x64, 0xf3, 0x90, 0xe8, 0x42, 0xf6, + 0xbc, 0x0c, 0xcd, 0x5d, 0x42, 0x5f, 0xf8, 0x93, 0x70, 0x63, 0xfd, 0x98, 0xeb, 0x34, 0x07, 0x48, + 0x45, 0xbd, 0x0d, 0xe5, 0x33, 0x7f, 0x12, 0x6a, 0x69, 0x33, 0xd6, 0x52, 0x46, 0xc4, 0x51, 0xda, + 0x87, 0x7c, 0x83, 0x8b, 0xb9, 0xa0, 0x9b, 0x50, 0x3a, 0xf3, 0x43, 0x5b, 0x4b, 0x35, 0x61, 0x18, + 0xb9, 0xc9, 0x28, 0xdd, 0x68, 0x1f, 0x87, 0x9b, 0xcc, 0x9b, 0xb0, 0x89, 0xf6, 0x15, 0x95, 0x53, + 0x0f, 0xd6, 0x76, 0x09, 0xdd, 0x21, 0x13, 0xcb, 0x21, 0xe6, 0x11, 0x89, 0x22, 0x81, 0x7b, 0x72, + 0x1f, 0x15, 0x51, 0xc0, 0x7a, 0xcc, 0x4e, 0x92, 0xb2, 0x29, 0x94, 0x9b, 0x66, 0x0f, 0xd6, 0x53, + 0x2c, 0x22, 0xab, 0x2d, 0x07, 0x84, 0x86, 0x93, 0xb1, 0x96, 0xe1, 0xc1, 0x68, 0x39, 0x85, 0xf6, + 0x25, 0xac, 0xf5, 0x4c, 0x33, 0x2b, 0xc5, 0x8f, 0xa0, 0xc4, 0x3c, 0xa9, 0x18, 0x53, 0x3e, 0x03, + 0x46, 0xc0, 0x94, 0x25, 0xd5, 0x5e, 0x0e, 0xef, 0x08, 0x36, 0xc5, 0x98, 0xdf, 0x9a, 0x37, 0xd3, + 0x2c, 0xc3, 0xb6, 0xb9, 0xc9, 0x56, 0x31, 0xfb, 0xc9, 0x42, 0xd3, 0x2c, 0x53, 0xd9, 0xe1, 0x13, + 0xe8, 0x60, 0xe2, 0xd9, 0xc6, 0xf8, 0xed, 0x7b, 0x64, 0xc1, 0x74, 0x0e, 0x0f, 0xd9, 0xc1, 0x3a, + 0x3f, 0x26, 0x73, 0xd7, 0xca, 0x4e, 0xbb, 0xa1, 0x2a, 0x7e, 0xc5, 0xd7, 0x51, 0x01, 0xcb, 0x35, + 0xf8, 0x18, 0x20, 0x08, 0x81, 0xe1, 0x4a, 0x28, 0x6e, 0x3a, 0x6e, 0xa0, 0x90, 0x69, 0xcf, 0xf8, + 0x19, 0x2a, 0xdd, 0x07, 0xfa, 0x08, 0x6a, 0x11, 0x91, 0x1c, 0x45, 0x2e, 0xab, 0x98, 0x4a, 0xdb, + 0xe0, 0x0b, 0x9b, 0x11, 0x4b, 0xfb, 0xc3, 0xf0, 0x44, 0xf5, 0x0e, 0x3a, 0xc9, 0x59, 0xa1, 0x2b, + 0xe1, 0xb2, 0x67, 0x7b, 0xde, 0x83, 0x4d, 0x39, 0xb9, 0xef, 0x62, 0x7c, 0xdd, 0x68, 0xb9, 0xb3, + 0x3d, 0x21, 0x68, 0xef, 0x12, 0x2a, 0xe3, 0x4b, 0xb9, 0x4c, 0x3d, 0x58, 0x51, 0x60, 0x72, 0x8d, + 0xde, 0x83, 0xaa, 0xc7, 0x20, 0x16, 0x09, 0x57, 0xa8, 0xad, 0x44, 0xcc, 0x82, 0x36, 0xa2, 0xd0, + 0xce, 0xa1, 0xdd, 0x33, 0xcd, 0x04, 0x5b, 0xb4, 0x05, 0x15, 0x8e, 0x7f, 0x25, 0xc5, 0xce, 0xb6, + 0x97, 0x78, 0xf4, 0x19, 0x5c, 0xf1, 0xc9, 0x84, 0xf8, 0x3a, 0x39, 0xb7, 0x02, 0x6a, 0x39, 0x27, + 0xba, 0xa2, 0x1e, 0x62, 0x06, 0x37, 0x39, 0x41, 0x5f, 0xe2, 0x8f, 0x62, 0xb5, 0x58, 0x85, 0x15, + 0xa5, 0x67, 0x39, 0xca, 0x5f, 0x16, 0x60, 0x55, 0x1e, 0xe0, 0xdf, 0x52, 0xa4, 0x0f, 0x60, 0xd5, + 0x63, 0x31, 0x88, 0x7f, 0x46, 0xb2, 0xc2, 0xa0, 0x10, 0x15, 0xcb, 0x11, 0xae, 0x77, 0x29, 0x5e, + 0xef, 0x0d, 0x58, 0x4b, 0xca, 0x20, 0x85, 0xfb, 0xdb, 0x02, 0x3b, 0x9f, 0xf3, 0xf5, 0xf9, 0x3f, + 0x98, 0xb0, 0x79, 0x23, 0x2b, 0xcd, 0x1b, 0x99, 0x48, 0x0e, 0x24, 0xc4, 0x95, 0x03, 0x79, 0x09, + 0xdd, 0x48, 0x6f, 0x7a, 0x41, 0x60, 0x9d, 0x38, 0xaa, 0xe2, 0x7e, 0x06, 0x60, 0x44, 0x40, 0x39, + 0xa2, 0x6e, 0x7a, 0x44, 0x4a, 0x33, 0x85, 0x5a, 0xfb, 0x06, 0xae, 0xe6, 0x72, 0x96, 0xba, 0xf9, + 0x3f, 0x61, 0xfd, 0x12, 0xba, 0x91, 0xbe, 0xbc, 0x5b, 0xa1, 0xaf, 0xc3, 0xd5, 0x5c, 0xce, 0x72, + 0xb6, 0xa6, 0x70, 0x5d, 0x55, 0x87, 0x77, 0xda, 0x77, 0x8e, 0xb7, 0xb9, 0x05, 0x37, 0xe6, 0x75, + 0x27, 0x05, 0xfa, 0x03, 0xb8, 0x91, 0x58, 0xd7, 0x77, 0x3b, 0x1b, 0xb7, 0xe1, 0xe6, 0x5c, 0xee, + 0x09, 0x5f, 0x74, 0xc4, 0x83, 0xe4, 0xd0, 0x17, 0x7d, 0xc1, 0x7d, 0x51, 0x08, 0x8b, 0xf6, 0xec, + 0xca, 0x89, 0xed, 0x1e, 0x1b, 0x76, 0xd6, 0x30, 0x76, 0x39, 0x1c, 0x4b, 0xbc, 0xf6, 0x25, 0xa0, + 0x23, 0x6a, 0xf8, 0x49, 0xa6, 0x6f, 0xd0, 0x7e, 0x1d, 0x56, 0x13, 0xed, 0xe3, 0x0c, 0xc6, 0x11, + 0x75, 0xbd, 0xa4, 0xa8, 0x6b, 0xac, 0xaf, 0x18, 0x28, 0x49, 0x7f, 0x55, 0x82, 0xf2, 0x50, 0xe6, + 0x15, 0x1d, 0xdb, 0xb7, 0xc2, 0x24, 0x28, 0xfb, 0xcd, 0x4e, 0x17, 0x9e, 0x41, 0xa9, 0x2f, 0x22, + 0xbf, 0x06, 0x96, 0x5f, 0x7c, 0xf9, 0x4e, 0xc2, 0xd8, 0x9e, 0xfd, 0x64, 0xad, 0x8f, 0x49, 0x40, + 0xf9, 0xd1, 0xb5, 0x8a, 0xf9, 0x6f, 0x16, 0x3c, 0x5a, 0x81, 0xfe, 0xbd, 0x45, 0x4f, 0x4d, 0xdf, + 0xf8, 0x9e, 0x1f, 0x5a, 0xab, 0x18, 0xac, 0xe0, 0xf7, 0x24, 0x04, 0xdd, 0x00, 0x38, 0x33, 0x6c, + 0xcb, 0x34, 0x78, 0xde, 0xad, 0xc2, 0x73, 0x3a, 0x0a, 0x04, 0x7d, 0x08, 0x6b, 0x8e, 0xab, 0x5b, + 0x53, 0x8f, 0x79, 0x6d, 0x1a, 0x73, 0x5a, 0x12, 0xb6, 0xef, 0xb8, 0x03, 0x89, 0x8a, 0x38, 0xc6, + 0xc7, 0xa1, 0x6a, 0x22, 0xb1, 0x7a, 0x1d, 0x40, 0x64, 0x5b, 0x74, 0x23, 0x70, 0xf8, 0x09, 0xb6, + 0x89, 0x6b, 0x02, 0xd2, 0x0b, 0x1c, 0x74, 0x15, 0xe4, 0x87, 0x6e, 0x99, 0xfc, 0xe8, 0x5a, 0xc3, + 0x55, 0x01, 0x18, 0x98, 0x32, 0xb7, 0x44, 0x89, 0x4f, 0x4c, 0x7e, 0x62, 0xad, 0xe2, 0xe8, 0x9b, + 0x9d, 0x22, 0x03, 0x6a, 0xd8, 0x84, 0x9f, 0x53, 0xab, 0x58, 0x7c, 0xa0, 0x2d, 0x68, 0x5b, 0x81, + 0x3e, 0xf1, 0xdd, 0xa9, 0x4e, 0xce, 0x29, 0xf1, 0x1d, 0xc3, 0xe6, 0x87, 0xd4, 0x2a, 0x6e, 0x59, + 0xc1, 0x53, 0xdf, 0x9d, 0xf6, 0x25, 0x94, 0x4d, 0x91, 0x23, 0x93, 0x5f, 0xba, 0xe5, 0xf1, 0x53, + 0x6a, 0x0d, 0x43, 0x08, 0x1a, 0x78, 0xda, 0x5f, 0x17, 0xa0, 0xbe, 0x43, 0x98, 0x4f, 0x14, 0x53, + 0xc2, 0x56, 0x84, 0x9f, 0xd9, 0x65, 0x94, 0x2e, 0xbf, 0xe2, 0x6c, 0x51, 0xf1, 0x82, 0x6c, 0x11, + 0xba, 0x0b, 0xcb, 0xb6, 0xeb, 0x9c, 0x10, 0x5f, 0x17, 0xcd, 0x48, 0xe8, 0x47, 0x5b, 0x02, 0x3c, + 0x94, 0x50, 0x74, 0x0f, 0xda, 0xc1, 0xa9, 0xeb, 0x53, 0x95, 0x52, 0x2c, 0xed, 0xb2, 0x84, 0x87, + 0xa4, 0xda, 0xdf, 0x15, 0x60, 0x71, 0xc4, 0xe2, 0x7c, 0x76, 0xe0, 0x55, 0xc2, 0xdd, 0xbc, 0xa4, + 0x17, 0xc7, 0x47, 0x57, 0x02, 0xc5, 0xf8, 0x4a, 0x60, 0x6e, 0x46, 0xfc, 0x77, 0xa0, 0x61, 0xc6, + 0xc3, 0x67, 0x42, 0xb0, 0xe1, 0x25, 0x42, 0xe9, 0x08, 0x8b, 0x13, 0xa4, 0x3c, 0xe3, 0xe1, 0x06, + 0x54, 0x97, 0x7b, 0x94, 0x54, 0x3f, 0x06, 0x12, 0x16, 0xae, 0x3d, 0xe2, 0x47, 0x11, 0x6c, 0x1d, + 0x87, 0x76, 0x77, 0x07, 0x16, 0x29, 0x1b, 0x89, 0x34, 0xbb, 0xe5, 0xb8, 0x17, 0x3e, 0x40, 0x2c, + 0xb0, 0xda, 0xa7, 0xe2, 0x14, 0xce, 0xda, 0x49, 0x83, 0xbf, 0x64, 0x43, 0x1b, 0xd0, 0x0b, 0xa1, + 0xdd, 0x44, 0xe9, 0xf5, 0xb2, 0xd3, 0x36, 0xef, 0x86, 0x25, 0x56, 0x89, 0x92, 0xaa, 0x12, 0xcc, + 0x37, 0x24, 0x7a, 0x93, 0x06, 0xff, 0x0f, 0xcc, 0xe0, 0x09, 0xf1, 0xb9, 0x5e, 0x33, 0x0e, 0x61, + 0xc4, 0xd4, 0xc4, 0xd1, 0x37, 0xfa, 0x29, 0x34, 0x0c, 0xcf, 0xb3, 0x5f, 0x85, 0x93, 0x27, 0x52, + 0x13, 0xca, 0xb4, 0xf7, 0x18, 0x56, 0xee, 0xaf, 0x75, 0x23, 0xfe, 0x88, 0xb2, 0x1e, 0xa5, 0x74, + 0xd6, 0x83, 0xf5, 0xa9, 0x64, 0x3d, 0x1e, 0x43, 0x93, 0x1c, 0x9f, 0x78, 0xfa, 0x74, 0x66, 0x53, + 0xeb, 0xd4, 0xf5, 0xe4, 0x9d, 0xc7, 0x46, 0xdc, 0xa0, 0x7f, 0x7c, 0xe2, 0xed, 0x4b, 0x2c, 0x6e, + 0x10, 0xe5, 0x0b, 0xf5, 0x60, 0x59, 0x1c, 0x4b, 0x7d, 0x32, 0xb1, 0xc9, 0x98, 0xba, 0x3e, 0x5f, + 0xde, 0xfa, 0xc3, 0x8e, 0x32, 0x7b, 0x8c, 0x00, 0x87, 0x78, 0xdc, 0xf2, 0x13, 0xdf, 0xe8, 0x2e, + 0x94, 0x2d, 0x67, 0xe2, 0x72, 0xaf, 0x93, 0x08, 0x51, 0x99, 0x9c, 0x22, 0xe9, 0xc2, 0x09, 0x98, + 0x33, 0xa6, 0xd6, 0x94, 0xf8, 0x01, 0x77, 0x3b, 0x09, 0x67, 0x3c, 0xe2, 0x70, 0x2c, 0xf1, 0x2c, + 0xf4, 0xa5, 0xbe, 0xe1, 0x04, 0x3c, 0x3b, 0x51, 0x4d, 0xf3, 0x1d, 0x85, 0x28, 0x1c, 0x53, 0xb1, + 0x79, 0x16, 0x03, 0x11, 0xa9, 0x17, 0xee, 0x99, 0x12, 0xf3, 0xcc, 0x47, 0x21, 0x5d, 0xb6, 0x38, + 0x8a, 0x8b, 0x0f, 0xed, 0x9f, 0x0a, 0x50, 0x57, 0x16, 0x01, 0x7d, 0x0a, 0x35, 0xcb, 0xd1, 0x13, + 0xf1, 0xd8, 0x45, 0x5b, 0x5f, 0xd5, 0x72, 0x64, 0xc3, 0xdf, 0x85, 0x26, 0x39, 0x67, 0xc2, 0x24, + 0xd7, 0xfa, 0xa2, 0xc6, 0x0d, 0xd1, 0x20, 0x66, 0x60, 0x4d, 0x55, 0x06, 0xa5, 0xd7, 0x33, 0x10, + 0x0d, 0xa4, 0x1d, 0xfe, 0x19, 0xd4, 0x85, 0x37, 0xd9, 0xb3, 0xa6, 0xd6, 0xdc, 0x94, 0x16, 0xba, + 0x0d, 0x8d, 0xa9, 0x71, 0x1e, 0xfb, 0x23, 0x61, 0x05, 0xf5, 0xa9, 0x71, 0x1e, 0xb9, 0xad, 0x4f, + 0x60, 0x23, 0x90, 0xf7, 0x1d, 0x3a, 0x3d, 0xf5, 0x49, 0x70, 0xea, 0xda, 0xa6, 0xee, 0x8d, 0xa9, + 0xf4, 0x2a, 0x6b, 0x21, 0x76, 0x14, 0x22, 0x87, 0x63, 0xaa, 0xfd, 0x73, 0x19, 0xaa, 0xa1, 0x76, + 0xa2, 0x1f, 0x40, 0xd3, 0x98, 0xd1, 0x53, 0xdd, 0x33, 0x82, 0xe0, 0x7b, 0xd7, 0x37, 0xa5, 0x9f, + 0x6d, 0x30, 0xe0, 0x50, 0xc2, 0xd0, 0x2d, 0xa8, 0x9b, 0x24, 0x18, 0xfb, 0x96, 0x17, 0xdd, 0x18, + 0xd5, 0xb0, 0x0a, 0x42, 0x57, 0xa0, 0x6a, 0xbb, 0x63, 0xc3, 0xd6, 0x8d, 0x20, 0x4c, 0x8c, 0xf0, + 0xef, 0x1e, 0xf7, 0xad, 0x91, 0xcf, 0x0f, 0xf3, 0x36, 0x65, 0xce, 0x61, 0x39, 0x84, 0xf7, 0x64, + 0xaa, 0x6b, 0x13, 0x96, 0x3c, 0x42, 0x7c, 0xc6, 0x44, 0xa4, 0x7c, 0x2b, 0xec, 0xb3, 0x17, 0xb0, + 0xfd, 0x8c, 0x23, 0x4e, 0x7c, 0x77, 0xe6, 0x71, 0x1d, 0xae, 0xe1, 0x1a, 0x83, 0xec, 0x32, 0x00, + 0xdb, 0xcf, 0x38, 0x9a, 0xfb, 0x15, 0x91, 0xea, 0xad, 0x32, 0x00, 0xbf, 0x2b, 0xb9, 0x0f, 0x2b, + 0x3e, 0x99, 0xba, 0x67, 0x44, 0xf7, 0x7c, 0xeb, 0xcc, 0xa0, 0x6c, 0x4f, 0x94, 0xdb, 0xe5, 0xb2, + 0x40, 0x0c, 0x05, 0xbc, 0x17, 0xa0, 0xf7, 0x00, 0x09, 0xfd, 0x9c, 0xd8, 0x86, 0xa7, 0x9b, 0xc6, + 0xd4, 0xb3, 0x9c, 0x13, 0xae, 0xa5, 0x55, 0xdc, 0xe6, 0x98, 0xa7, 0xb6, 0xe1, 0xed, 0x08, 0x38, + 0xba, 0x03, 0xad, 0x80, 0x38, 0xa6, 0x3e, 0x76, 0xa7, 0xd3, 0x99, 0x63, 0xd1, 0x57, 0x7c, 0x2f, + 0x6d, 0xe2, 0x26, 0x83, 0x6e, 0x87, 0x40, 0x26, 0xbc, 0x4c, 0xb0, 0x8f, 0x0d, 0xaf, 0x53, 0xe7, + 0x91, 0x45, 0x4d, 0x40, 0xb6, 0x0d, 0x2e, 0xbc, 0x98, 0x3a, 0x86, 0x6d, 0x70, 0xac, 0x98, 0x4b, + 0x86, 0x6c, 0x41, 0xd1, 0x32, 0xf9, 0x66, 0x5a, 0xc3, 0x45, 0xcb, 0x44, 0x9f, 0x41, 0x53, 0xa6, + 0xb5, 0x6d, 0xa6, 0x3c, 0x41, 0xa7, 0x95, 0xde, 0x20, 0x14, 0xd5, 0xc2, 0x0d, 0x2f, 0xfe, 0x08, + 0xd8, 0x52, 0xcb, 0x35, 0x92, 0xab, 0xb0, 0x2c, 0x96, 0x5a, 0x2c, 0x94, 0x5c, 0x82, 0xf7, 0x01, + 0xc5, 0x3b, 0xb4, 0x43, 0x89, 0x3f, 0x31, 0xc6, 0x84, 0xe7, 0x85, 0x6b, 0x78, 0x25, 0xda, 0xa8, + 0x43, 0x84, 0xf6, 0x15, 0x34, 0x54, 0xbf, 0x85, 0x3a, 0xb0, 0x44, 0x78, 0x16, 0x4c, 0x28, 0x52, + 0x15, 0x87, 0x9f, 0x5c, 0x9d, 0x25, 0x95, 0x4e, 0xa9, 0x1d, 0xa9, 0xb3, 0x84, 0x8d, 0xa8, 0xad, + 0xfd, 0x45, 0x01, 0x5a, 0x49, 0x37, 0xc6, 0x34, 0x3c, 0xe5, 0xf9, 0xf4, 0xb1, 0x6d, 0x85, 0xe1, + 0x6e, 0x15, 0xaf, 0x25, 0xdd, 0xdc, 0x36, 0xc7, 0xa1, 0xc7, 0xd0, 0xcd, 0xb6, 0x9a, 0x05, 0x6c, + 0x7b, 0x8f, 0xae, 0x9d, 0x36, 0xd3, 0x2d, 0x39, 0x7e, 0x60, 0x6a, 0xff, 0xb1, 0x08, 0xb5, 0xc8, + 0x29, 0xfe, 0x2f, 0xd8, 0xc7, 0x03, 0xa8, 0x4e, 0x49, 0x10, 0x18, 0x27, 0x32, 0xe6, 0x48, 0xec, + 0x22, 0xfb, 0x12, 0x83, 0x23, 0x9a, 0x5c, 0x7b, 0x5a, 0x7c, 0xad, 0x3d, 0x55, 0x2e, 0xb0, 0xa7, + 0xa5, 0x0b, 0xed, 0xa9, 0x9a, 0xb2, 0xa7, 0x2d, 0xa8, 0x7c, 0x37, 0x23, 0x33, 0x12, 0x48, 0xef, + 0xad, 0x6c, 0x10, 0x5f, 0x73, 0x38, 0x96, 0xf8, 0x7c, 0xcb, 0x83, 0x37, 0xb1, 0xbc, 0xfa, 0xa5, + 0x2d, 0xaf, 0x91, 0x67, 0x79, 0xfc, 0x06, 0x26, 0x08, 0x2c, 0xd7, 0x11, 0x47, 0x69, 0x6e, 0x48, + 0x4d, 0xdc, 0x90, 0x40, 0xb1, 0xc2, 0x3f, 0x81, 0x8d, 0x60, 0xe6, 0x31, 0xff, 0x4c, 0x4c, 0x66, + 0x83, 0xc6, 0xb1, 0x65, 0x5b, 0x94, 0x45, 0x09, 0x2d, 0x9e, 0xfe, 0x5d, 0x8f, 0xb0, 0xdb, 0x0a, + 0x92, 0xcd, 0x11, 0xdb, 0xcf, 0x05, 0x5f, 0x61, 0x49, 0xd5, 0xe3, 0x13, 0x4f, 0xf0, 0xbc, 0x09, + 0x75, 0xc3, 0x9c, 0x5a, 0x61, 0xb7, 0xc2, 0x7c, 0x80, 0x83, 0x04, 0x41, 0x17, 0xaa, 0xe1, 0x5d, + 0x11, 0xbf, 0x52, 0x69, 0xe2, 0xe8, 0x9b, 0xe1, 0x8c, 0xf1, 0x98, 0x78, 0x94, 0x98, 0x1d, 0x24, + 0x70, 0xe1, 0x37, 0x3b, 0x42, 0x18, 0xe6, 0x19, 0xf1, 0xa9, 0x15, 0x10, 0xb3, 0xb3, 0x2a, 0x6e, + 0xb5, 0x62, 0x08, 0x5a, 0x85, 0x45, 0x77, 0x46, 0xf5, 0xef, 0x3a, 0x6b, 0xe2, 0xb6, 0xc0, 0x9d, + 0xd1, 0xaf, 0x59, 0xd4, 0x3e, 0xb1, 0x5d, 0x2f, 0xe8, 0xac, 0x73, 0xa0, 0xf8, 0xd0, 0xfe, 0x18, + 0xaa, 0xa1, 0x76, 0xa1, 0xf7, 0x15, 0x71, 0xc4, 0x66, 0xba, 0x92, 0xd1, 0x41, 0x45, 0xc2, 0x3b, + 0x50, 0x0e, 0x98, 0x0d, 0x16, 0xe7, 0x91, 0x72, 0xb4, 0xf6, 0x9b, 0x02, 0x2c, 0x49, 0x08, 0xd2, + 0xa0, 0x71, 0x70, 0x38, 0x1a, 0x3c, 0x1d, 0x6c, 0xf7, 0x46, 0x83, 0xc3, 0x03, 0xde, 0x4b, 0x19, + 0x27, 0x60, 0x6c, 0x27, 0x7c, 0x3e, 0xdc, 0xe9, 0x8d, 0xfa, 0x9c, 0x71, 0x19, 0xcb, 0x2f, 0x16, + 0x40, 0x1f, 0x0e, 0xfb, 0x07, 0xf2, 0x36, 0x9b, 0xff, 0x46, 0xd7, 0xa0, 0xf6, 0x55, 0xbf, 0x3f, + 0xec, 0xed, 0x0d, 0x5e, 0xf4, 0xb9, 0xd9, 0x94, 0x71, 0x0c, 0x60, 0x6e, 0x08, 0xf7, 0x9f, 0xe2, + 0xfe, 0xd1, 0x33, 0x6e, 0x1a, 0x65, 0x1c, 0x7e, 0xb2, 0x76, 0x3b, 0x83, 0xa3, 0xed, 0x1e, 0xde, + 0xe9, 0xef, 0x70, 0xa3, 0x28, 0xe3, 0x18, 0xc0, 0x66, 0x6a, 0x74, 0x38, 0xea, 0xed, 0x71, 0x93, + 0x28, 0x63, 0xf1, 0xa1, 0x3d, 0x82, 0x8a, 0xd0, 0x6c, 0x86, 0xb7, 0x1c, 0x6f, 0x46, 0xe5, 0x56, + 0x2d, 0x3e, 0x98, 0xdc, 0xee, 0x8c, 0x32, 0xb0, 0x8c, 0x54, 0xc5, 0x97, 0x46, 0xa0, 0x22, 0x42, + 0x26, 0xf4, 0x00, 0x2a, 0x2c, 0x0a, 0xb4, 0x4e, 0xe4, 0xec, 0x6e, 0xa4, 0x83, 0xaa, 0x6d, 0x8e, + 0xc5, 0x92, 0x0a, 0xfd, 0x38, 0x79, 0x47, 0xb6, 0x9e, 0x26, 0x4f, 0xdc, 0x92, 0xfd, 0xa6, 0x00, + 0x0d, 0x95, 0x0b, 0x53, 0xfb, 0xb1, 0xeb, 0x38, 0x64, 0x4c, 0x75, 0x9f, 0x50, 0xff, 0x55, 0x38, + 0xd9, 0x12, 0x88, 0x19, 0x8c, 0xe9, 0x2f, 0x8f, 0x16, 0xa2, 0x0b, 0xdb, 0x32, 0xae, 0x32, 0x00, + 0xe3, 0xc4, 0x76, 0x81, 0x6f, 0x09, 0xf1, 0x0c, 0xdb, 0x3a, 0x23, 0x7a, 0xea, 0x35, 0xc1, 0x4a, + 0x84, 0x19, 0x48, 0x04, 0xda, 0x81, 0x1b, 0x53, 0xcb, 0xb1, 0xa6, 0xb3, 0xa9, 0x1e, 0xe9, 0x22, + 0x0b, 0x7c, 0xe2, 0xa6, 0x62, 0x85, 0xae, 0x49, 0xaa, 0x9e, 0x4a, 0x14, 0x72, 0xd1, 0x7e, 0x5d, + 0x84, 0xba, 0x32, 0xbc, 0xff, 0xa7, 0xc3, 0xe0, 0xa7, 0x78, 0x72, 0xe2, 0x52, 0xcb, 0x60, 0x0e, + 0x25, 0x16, 0x4e, 0x28, 0x22, 0x8a, 0x71, 0xcf, 0x42, 0x31, 0xe3, 0x2b, 0x75, 0xa1, 0x90, 0x79, + 0x57, 0xea, 0x42, 0x21, 0xa3, 0x6f, 0xed, 0xbf, 0x0a, 0x50, 0x8b, 0x42, 0xec, 0xec, 0xd6, 0x5e, + 0xc8, 0xd9, 0xda, 0xaf, 0x03, 0x08, 0x22, 0xe5, 0x3a, 0x51, 0x84, 0x1e, 0x43, 0xc9, 0x63, 0x4a, + 0x67, 0xba, 0x69, 0x05, 0x63, 0xf7, 0x8c, 0xf8, 0xaf, 0xe4, 0x51, 0xb9, 0x31, 0xa5, 0xb3, 0x9d, + 0x10, 0xc6, 0x76, 0x71, 0xb6, 0x13, 0xb2, 0xf9, 0x9c, 0xba, 0x26, 0x91, 0x87, 0xe4, 0xba, 0x84, + 0xed, 0xbb, 0x26, 0x3b, 0x1c, 0xb6, 0x64, 0xb8, 0x93, 0xdc, 0x9d, 0x9a, 0x02, 0xda, 0xcb, 0x7f, + 0x76, 0x50, 0x09, 0xaf, 0xf8, 0xc3, 0x67, 0x07, 0x6c, 0xf3, 0xa2, 0x63, 0x4f, 0x9f, 0x06, 0x81, + 0x0c, 0xe9, 0x2a, 0x74, 0xec, 0xed, 0x07, 0x81, 0xf6, 0x05, 0xd4, 0x95, 0x63, 0x02, 0x7a, 0x00, + 0xab, 0xea, 0x99, 0x22, 0x19, 0x1f, 0xac, 0x28, 0x67, 0x08, 0x11, 0x1c, 0x68, 0x33, 0xa8, 0x88, + 0x18, 0x89, 0xe9, 0x8e, 0xe5, 0xe9, 0x89, 0xfc, 0x42, 0xd5, 0xf2, 0x24, 0xf2, 0x47, 0xb0, 0x3c, + 0x35, 0x82, 0x6f, 0x75, 0x9b, 0x38, 0x27, 0xf4, 0x54, 0x9f, 0x5a, 0x8e, 0x9c, 0xb2, 0x26, 0x03, + 0xef, 0x71, 0xe8, 0xbe, 0xe5, 0x64, 0xe8, 0x8c, 0x73, 0xb9, 0xc1, 0xab, 0x74, 0xc6, 0xb9, 0xf6, + 0x57, 0x05, 0x80, 0xf8, 0x6a, 0xe6, 0x0d, 0xee, 0xca, 0x72, 0xf3, 0x07, 0x08, 0xca, 0xb6, 0x15, + 0x50, 0xfe, 0x58, 0xa6, 0x86, 0xf9, 0x6f, 0x7e, 0x25, 0x10, 0x27, 0x2f, 0xd2, 0x57, 0x02, 0x1c, + 0x83, 0x23, 0x0a, 0x6d, 0x17, 0xaa, 0xfb, 0x06, 0x1d, 0x9f, 0x32, 0x61, 0xee, 0x26, 0x84, 0x51, + 0x0e, 0x71, 0x9c, 0xe2, 0x62, 0x51, 0xb4, 0x17, 0xd0, 0xe8, 0x05, 0x43, 0x83, 0x9e, 0x8a, 0xb1, + 0xa2, 0x07, 0x09, 0x66, 0xca, 0xb1, 0x48, 0xa5, 0x52, 0x78, 0x6e, 0x40, 0x45, 0xcc, 0x5d, 0xe8, + 0x3d, 0xc5, 0x97, 0xf6, 0x9f, 0x65, 0x80, 0x6d, 0xd7, 0x31, 0x2d, 0x91, 0xde, 0xf8, 0x08, 0xe4, + 0xeb, 0x0d, 0x3d, 0xbe, 0x0f, 0x43, 0x29, 0x49, 0x8f, 0x08, 0xc5, 0x35, 0x41, 0xc5, 0x86, 0xf5, + 0x13, 0x68, 0x44, 0x91, 0x12, 0x6b, 0x54, 0x9c, 0xdb, 0x28, 0xca, 0x4a, 0xb1, 0x66, 0x9f, 0x43, + 0xcb, 0x08, 0x74, 0xcf, 0xa0, 0xa7, 0x72, 0x51, 0xe5, 0x09, 0x6f, 0x23, 0x7f, 0x28, 0xb8, 0x61, + 0xa8, 0xc3, 0x7f, 0x08, 0xf5, 0xb0, 0x35, 0xeb, 0xb3, 0x3c, 0x5f, 0x50, 0xd1, 0x8c, 0xf5, 0xf8, + 0x29, 0xf3, 0x74, 0x32, 0x68, 0xe1, 0xad, 0x16, 0xe7, 0xb6, 0x6a, 0x44, 0x84, 0xac, 0xe1, 0x97, + 0xb0, 0x42, 0xce, 0xa9, 0x9e, 0x6c, 0x5c, 0x99, 0xdb, 0x78, 0x99, 0x9c, 0xd3, 0x6d, 0xb5, 0x3d, + 0x33, 0x42, 0xef, 0x5b, 0x4b, 0xf7, 0x49, 0x30, 0xb3, 0x29, 0xb7, 0xb3, 0x45, 0x0c, 0xbe, 0xb8, + 0x3a, 0x9f, 0xd9, 0x14, 0x7d, 0x01, 0x10, 0x5f, 0x88, 0xf3, 0x50, 0xb0, 0xf5, 0xf0, 0x46, 0xcc, + 0x39, 0x5e, 0x1f, 0x71, 0x72, 0xe7, 0xcb, 0x5a, 0x8b, 0xee, 0xcb, 0xd1, 0x13, 0x58, 0xb5, 0x0d, + 0xff, 0x84, 0xa4, 0x24, 0xac, 0xcd, 0x95, 0x70, 0x85, 0x93, 0xab, 0x32, 0x6a, 0xa7, 0x50, 0x8b, + 0x78, 0xa3, 0x55, 0x58, 0xc6, 0x87, 0xcf, 0x47, 0x7d, 0x7d, 0xf4, 0xcd, 0xb0, 0xaf, 0x1f, 0x1c, + 0x1e, 0xf4, 0xdb, 0x0b, 0x68, 0x13, 0x56, 0x15, 0xe0, 0xe0, 0x60, 0xd4, 0xc7, 0x07, 0xbd, 0xbd, + 0x76, 0x21, 0x85, 0xe8, 0xbf, 0x94, 0x88, 0x22, 0x5a, 0x83, 0xb6, 0x82, 0xd8, 0x3b, 0xdc, 0xee, + 0xed, 0xb5, 0x4b, 0xda, 0x04, 0x96, 0xa3, 0x9e, 0x7b, 0xe2, 0xf9, 0xe2, 0x47, 0x09, 0x65, 0xbe, + 0xae, 0x8e, 0x3c, 0x41, 0xa8, 0xe8, 0xf3, 0x2d, 0xa8, 0x87, 0xa3, 0xb5, 0xa2, 0x37, 0x04, 0x2a, + 0x48, 0x3b, 0x80, 0xda, 0x3e, 0x31, 0x65, 0x0f, 0x3f, 0x4e, 0xf4, 0xb0, 0xa9, 0xc6, 0x52, 0x66, + 0x86, 0xf7, 0x1a, 0x2c, 0x9e, 0x19, 0xf6, 0x2c, 0x7c, 0x61, 0x25, 0x3e, 0x34, 0x1d, 0x96, 0x7b, + 0xc1, 0xd0, 0x27, 0x1e, 0x71, 0x42, 0xae, 0x6d, 0x28, 0x19, 0x81, 0x23, 0xc3, 0x14, 0xf6, 0x93, + 0x99, 0x19, 0xa3, 0x30, 0xa2, 0x20, 0x45, 0x7c, 0x21, 0x0d, 0x9a, 0xb3, 0x80, 0xe8, 0x36, 0x99, + 0x50, 0x7d, 0xea, 0x06, 0x54, 0xba, 0xfd, 0xfa, 0x2c, 0x20, 0x7b, 0x64, 0x42, 0xf7, 0x5d, 0x9e, + 0xf5, 0x6f, 0x1e, 0x90, 0x73, 0x7a, 0xea, 0x7a, 0x92, 0xfd, 0x85, 0xaf, 0x55, 0x02, 0x62, 0x4f, + 0xe4, 0x55, 0x07, 0xff, 0xad, 0xdd, 0x85, 0xe5, 0x3d, 0xbe, 0xcd, 0xf8, 0x64, 0x22, 0x19, 0x44, + 0x03, 0x91, 0x81, 0x94, 0x18, 0xc8, 0xbf, 0x96, 0x60, 0x49, 0x10, 0x04, 0x71, 0xaa, 0xc8, 0x10, + 0xcf, 0x54, 0x33, 0x8e, 0x92, 0x2b, 0x85, 0xa0, 0x96, 0xa9, 0x22, 0xc9, 0xfb, 0x53, 0xa8, 0xc5, + 0xe7, 0x02, 0x61, 0xf3, 0x57, 0xe6, 0x2e, 0x1c, 0x8e, 0x69, 0xd1, 0x1d, 0x28, 0x4d, 0x89, 0x29, + 0xad, 0x7d, 0x35, 0x67, 0x25, 0x30, 0xc3, 0xa3, 0x9f, 0x02, 0x30, 0x0b, 0x17, 0xf3, 0x2d, 0x0d, + 0xfc, 0x4a, 0xc2, 0x37, 0xa8, 0x4b, 0xc1, 0xed, 0x5c, 0x00, 0xd0, 0x97, 0xd0, 0x4c, 0x98, 0xab, + 0xb4, 0xf3, 0x0b, 0xa4, 0x6b, 0xa8, 0x16, 0x8b, 0x3e, 0x82, 0x25, 0x47, 0xac, 0x83, 0x34, 0x72, + 0x45, 0x5d, 0x12, 0x0b, 0x84, 0x43, 0x3a, 0x26, 0xac, 0xdc, 0xf4, 0x7d, 0x32, 0x91, 0x29, 0x3d, + 0xa5, 0xbf, 0xd4, 0xba, 0x84, 0xf1, 0x80, 0x4f, 0x26, 0xe8, 0x09, 0x2c, 0xa7, 0x6c, 0x57, 0x26, + 0xf9, 0x2e, 0x10, 0xb7, 0x95, 0x34, 0x5f, 0xed, 0x97, 0x05, 0xa8, 0x45, 0x57, 0x95, 0xd1, 0xee, + 0x51, 0x50, 0x36, 0xb2, 0x4f, 0x00, 0xc6, 0x91, 0x13, 0x91, 0xab, 0xb5, 0x96, 0xe7, 0x60, 0xb0, + 0x42, 0x87, 0x7e, 0x0c, 0x4b, 0x42, 0x2d, 0x02, 0xb9, 0x5a, 0xca, 0x19, 0x44, 0x2a, 0x10, 0x0e, + 0x29, 0xb4, 0xaf, 0xa1, 0x22, 0x53, 0x77, 0x79, 0x02, 0x24, 0x1f, 0x3b, 0x14, 0x2f, 0xf7, 0xd8, + 0xe1, 0xdf, 0x0b, 0xd0, 0x4e, 0x67, 0xf9, 0xd0, 0x56, 0xc2, 0x92, 0xd7, 0xd2, 0xf9, 0x40, 0xc5, + 0x8c, 0xd5, 0x27, 0xb3, 0xc5, 0x4b, 0x3c, 0x99, 0xcd, 0x29, 0x2a, 0x48, 0x3c, 0x00, 0x28, 0xbf, + 0xee, 0x01, 0x00, 0xfa, 0x00, 0x96, 0x4c, 0x32, 0x31, 0x98, 0x93, 0x5f, 0xbc, 0xc8, 0x90, 0x42, + 0x2a, 0xed, 0x2f, 0x0b, 0x50, 0xc2, 0xae, 0x81, 0x5a, 0x50, 0x34, 0x02, 0x69, 0xa5, 0x45, 0x23, + 0x60, 0xe7, 0x27, 0xb1, 0xc1, 0xda, 0x24, 0x0c, 0x88, 0x62, 0x00, 0x73, 0x32, 0x53, 0x83, 0xa3, + 0xe4, 0xb5, 0x86, 0xf8, 0x52, 0x72, 0xf6, 0xe5, 0xc4, 0x35, 0x4e, 0x98, 0x3d, 0x5f, 0xbc, 0xf8, + 0xcd, 0xa0, 0x76, 0x57, 0x5c, 0x5d, 0xb8, 0xc6, 0xeb, 0xde, 0x01, 0x8a, 0xd7, 0x55, 0x9c, 0x30, + 0x7e, 0x5d, 0xe5, 0xbb, 0x46, 0xce, 0xeb, 0x2a, 0x46, 0xc4, 0x51, 0x5a, 0x00, 0xa5, 0x17, 0xfe, + 0x24, 0x57, 0x3b, 0x5a, 0x50, 0xf4, 0x45, 0xc6, 0xa8, 0x81, 0x8b, 0xbe, 0xc9, 0x43, 0x46, 0x91, + 0xfc, 0xf5, 0x45, 0xf0, 0xd5, 0xc0, 0x55, 0x01, 0xc0, 0xfc, 0xc9, 0xb6, 0x4c, 0x2d, 0xfb, 0x94, + 0xaf, 0x49, 0x03, 0x57, 0x05, 0x00, 0x53, 0x99, 0xc9, 0x13, 0x69, 0xcd, 0xa2, 0x65, 0x6a, 0xff, + 0x52, 0x80, 0x8a, 0xb8, 0xdd, 0xcc, 0xcc, 0xf1, 0x55, 0x10, 0x5b, 0xa8, 0x92, 0xad, 0xaa, 0x0a, + 0xc0, 0xc0, 0x64, 0x5b, 0x36, 0x8b, 0xf6, 0x88, 0x23, 0xe2, 0xe6, 0x92, 0xd8, 0xb2, 0x05, 0x88, + 0xc7, 0xcd, 0xf7, 0xa0, 0x2d, 0x09, 0xa4, 0x4f, 0x96, 0x0a, 0x52, 0xc3, 0xcb, 0x02, 0xde, 0x0b, + 0xc1, 0x89, 0x2b, 0x91, 0xc5, 0xd4, 0x95, 0xc8, 0x7b, 0x80, 0xd8, 0xbe, 0xc0, 0xf3, 0x73, 0x9e, + 0x4d, 0x74, 0x71, 0xdd, 0x56, 0x11, 0x09, 0x99, 0x59, 0x40, 0xf6, 0x25, 0x62, 0xc8, 0xdf, 0x65, + 0xff, 0x23, 0x3b, 0x8e, 0x18, 0xc7, 0x36, 0x19, 0x38, 0x13, 0xf7, 0xb7, 0x72, 0x33, 0x76, 0x17, + 0x96, 0x9d, 0xd9, 0x54, 0x57, 0xae, 0xbc, 0xe4, 0x69, 0xac, 0xe5, 0xcc, 0xa6, 0xea, 0x95, 0xe1, + 0x15, 0xa8, 0x32, 0x42, 0x5e, 0x58, 0x22, 0x0f, 0xff, 0xce, 0x6c, 0xca, 0xef, 0x7c, 0x6f, 0x43, + 0x83, 0xa1, 0xa2, 0xec, 0x8a, 0x38, 0x6e, 0xd5, 0x9d, 0xd9, 0xb4, 0x27, 0x41, 0xda, 0xe7, 0xfc, + 0x82, 0x1b, 0x5b, 0xc7, 0x6c, 0x20, 0xa1, 0xb6, 0x85, 0x97, 0x27, 0x99, 0xf7, 0x3d, 0xd1, 0x90, + 0xc5, 0xe5, 0x89, 0xf6, 0x05, 0xaf, 0x52, 0x8a, 0x5a, 0x4b, 0x15, 0xbc, 0x6c, 0xf3, 0xfb, 0xdb, + 0x50, 0x0d, 0x67, 0x08, 0x01, 0x54, 0x76, 0xf7, 0x0e, 0x9f, 0xf4, 0xf6, 0xda, 0x0b, 0xa8, 0x06, + 0x8b, 0x22, 0x46, 0x29, 0x30, 0x70, 0x6f, 0xe7, 0xe7, 0xfa, 0xe0, 0xa0, 0x5d, 0x44, 0x75, 0x58, + 0x62, 0xbf, 0x0f, 0x9f, 0x8f, 0xda, 0x25, 0xb4, 0x04, 0xa5, 0x17, 0xf8, 0x69, 0xbb, 0x7c, 0x9f, + 0x42, 0x5d, 0x39, 0x43, 0xb0, 0x06, 0x43, 0xdc, 0x7f, 0x3a, 0x78, 0xd9, 0x5e, 0x40, 0x0d, 0xa8, + 0x1e, 0xf4, 0x07, 0xbb, 0xcf, 0x9e, 0x1c, 0xe2, 0x76, 0x81, 0xb5, 0x18, 0xf5, 0x76, 0x25, 0x9f, + 0x23, 0x7d, 0xd8, 0x1b, 0x3d, 0x6b, 0x97, 0x50, 0x13, 0x6a, 0xdb, 0x87, 0xfb, 0xfb, 0xcf, 0x0f, + 0x06, 0xa3, 0x6f, 0xda, 0x65, 0xb4, 0x02, 0xcd, 0xfe, 0xcb, 0x91, 0x1e, 0x83, 0x16, 0x59, 0x0c, + 0xb6, 0xd7, 0xc3, 0xbb, 0x7d, 0x05, 0x58, 0xb9, 0x7f, 0x0f, 0x6a, 0xd1, 0x61, 0x81, 0x71, 0xee, + 0x1d, 0x7c, 0x23, 0xaa, 0x3e, 0x7a, 0x7b, 0x52, 0xec, 0xc1, 0xc1, 0x8b, 0x3e, 0x1e, 0xb5, 0x8b, + 0xf7, 0xef, 0x43, 0x3b, 0x7d, 0x14, 0x40, 0x15, 0x28, 0xf6, 0xbf, 0x6e, 0x2f, 0xb0, 0xbf, 0xbb, + 0xfd, 0x76, 0x81, 0xfd, 0xdd, 0xeb, 0xb7, 0x8b, 0xf7, 0x3f, 0x90, 0x67, 0x3d, 0xb9, 0xb5, 0x57, + 0xa1, 0x2c, 0x63, 0x3e, 0x36, 0x0f, 0xdb, 0xdb, 0xfd, 0xe1, 0x48, 0x30, 0xc7, 0xfd, 0x9f, 0xf7, + 0xb7, 0x19, 0xf3, 0xe7, 0xb0, 0x9a, 0x13, 0x9a, 0xb1, 0x61, 0x44, 0xd2, 0xea, 0xbd, 0x9d, 0x9d, + 0xf6, 0x02, 0x8b, 0x01, 0x63, 0x10, 0xee, 0xef, 0x1f, 0xbe, 0x60, 0x1d, 0xaf, 0xc3, 0x8a, 0x0a, + 0x1d, 0xee, 0xf5, 0xb6, 0x99, 0x1c, 0xef, 0x43, 0x33, 0x11, 0x8f, 0xb1, 0x39, 0xdb, 0xef, 0xef, + 0xe8, 0xfb, 0x87, 0x8c, 0xd5, 0x32, 0xd4, 0xd9, 0x47, 0x48, 0x5e, 0xb8, 0xff, 0x1e, 0x40, 0xec, + 0xf4, 0xa3, 0x1a, 0x18, 0x36, 0x09, 0xfb, 0xc3, 0x43, 0x2c, 0x65, 0xee, 0xbf, 0xe4, 0xbf, 0x8b, + 0x0f, 0xff, 0xed, 0x26, 0x54, 0x77, 0x99, 0x4e, 0xf4, 0x3c, 0x0b, 0xed, 0x41, 0x5d, 0x79, 0xe2, + 0x80, 0xae, 0x25, 0xb6, 0xa2, 0xd4, 0xcb, 0x89, 0xee, 0xf5, 0x39, 0x58, 0x79, 0xf7, 0xb9, 0x80, + 0x06, 0x00, 0xf1, 0x23, 0x08, 0x74, 0x55, 0x25, 0x4f, 0xbd, 0x97, 0xe8, 0x5e, 0xcb, 0x47, 0x46, + 0xac, 0x9e, 0x42, 0x2d, 0x7a, 0xfa, 0x81, 0x94, 0x63, 0x5d, 0xfa, 0x8d, 0x48, 0xf7, 0x6a, 0x2e, + 0x2e, 0xe2, 0xb3, 0x07, 0x75, 0xa5, 0xd8, 0x4a, 0x1d, 0x60, 0xb6, 0x7a, 0x4b, 0x1d, 0x60, 0x5e, + 0x85, 0xd6, 0x02, 0x7a, 0x0e, 0xad, 0x64, 0x99, 0x15, 0xba, 0xa9, 0x9e, 0xa5, 0x73, 0xaa, 0xb7, + 0xba, 0xb7, 0xe6, 0x13, 0xa8, 0x42, 0x2a, 0x85, 0x85, 0xaa, 0x90, 0xd9, 0x2a, 0x44, 0x55, 0xc8, + 0x9c, 0x6a, 0x44, 0x6d, 0x01, 0x61, 0x68, 0x26, 0xaa, 0x9c, 0xd0, 0x8d, 0x84, 0x4b, 0xcc, 0x72, + 0xbc, 0x39, 0x17, 0x1f, 0xf1, 0xfc, 0x23, 0x58, 0xc9, 0x54, 0x4f, 0x21, 0xed, 0xf5, 0x55, 0x5c, + 0xdd, 0x1f, 0x5c, 0x48, 0x13, 0xf1, 0xff, 0x7d, 0x68, 0xa7, 0x6b, 0xa9, 0xd0, 0x6d, 0xa5, 0x69, + 0x7e, 0x71, 0x56, 0x57, 0xbb, 0x88, 0x44, 0x5d, 0xb5, 0x64, 0x65, 0x95, 0xba, 0x6a, 0xb9, 0x65, + 0x5a, 0xea, 0xaa, 0xcd, 0x29, 0xca, 0x5a, 0x40, 0x2f, 0x61, 0x39, 0x55, 0x62, 0x85, 0xd4, 0xc5, + 0xce, 0xad, 0xd8, 0xea, 0xde, 0xbe, 0x80, 0x22, 0xe2, 0xfc, 0x05, 0x54, 0x84, 0x63, 0x47, 0x9b, + 0x89, 0xc5, 0x8e, 0xdf, 0x35, 0x74, 0x3b, 0x59, 0x84, 0xaa, 0x4e, 0xca, 0xdb, 0x04, 0x55, 0x9d, + 0xb2, 0x0f, 0x24, 0x54, 0x75, 0xca, 0x7b, 0xd0, 0xb0, 0x80, 0x7e, 0x06, 0x4b, 0xb2, 0xa4, 0x13, + 0x75, 0x12, 0xf6, 0xa1, 0x94, 0x6e, 0x76, 0xaf, 0xe4, 0x60, 0x54, 0xb7, 0x10, 0x17, 0x50, 0xaa, + 0x6e, 0x21, 0x53, 0x02, 0xaa, 0xba, 0x85, 0x9c, 0x9a, 0xcb, 0x05, 0x76, 0xc0, 0x90, 0xe5, 0x4f, + 0x6c, 0x64, 0xe9, 0xa7, 0x20, 0xdd, 0xfc, 0xa7, 0x2b, 0xda, 0xc2, 0x87, 0x05, 0xf4, 0x38, 0x2a, + 0x9c, 0x8a, 0xaf, 0xdb, 0x94, 0xcd, 0x31, 0xaa, 0xcd, 0xed, 0xa6, 0x0a, 0x2c, 0x79, 0xe3, 0xa7, + 0x50, 0x8b, 0x2a, 0xd9, 0x54, 0x6f, 0x94, 0xae, 0xa3, 0x53, 0xbd, 0x51, 0xb6, 0xf4, 0x4d, 0xcc, + 0x44, 0x54, 0xe7, 0x96, 0x98, 0x89, 0x74, 0x49, 0x5c, 0x62, 0x26, 0xb2, 0xa5, 0x71, 0x0b, 0xe8, + 0x19, 0xd4, 0xa2, 0xda, 0x34, 0x55, 0xa4, 0x74, 0xc5, 0x9c, 0x2a, 0x52, 0xb6, 0x98, 0x6d, 0x61, + 0xab, 0xc0, 0xb4, 0x4d, 0x54, 0x88, 0xa9, 0xda, 0x96, 0x28, 0x46, 0xeb, 0x76, 0xb2, 0x08, 0xd5, + 0x53, 0x47, 0xc5, 0x60, 0xaa, 0x20, 0xe9, 0x1a, 0xb3, 0xee, 0xd5, 0x5c, 0x9c, 0xaa, 0x67, 0xb2, + 0xa8, 0x06, 0xa5, 0x94, 0x3b, 0xae, 0xc6, 0x50, 0xf5, 0x2c, 0x55, 0x81, 0x13, 0x69, 0x6a, 0x9a, + 0x43, 0xb2, 0xd8, 0x26, 0xa5, 0xa9, 0x29, 0x0e, 0x91, 0xa6, 0x72, 0x26, 0x19, 0x81, 0x55, 0x3e, + 0xd7, 0xf2, 0x91, 0x2a, 0xab, 0xb8, 0xde, 0x05, 0x65, 0xf4, 0x62, 0x0e, 0xab, 0x9c, 0x12, 0x19, + 0x6e, 0xcf, 0x4a, 0xd1, 0x0b, 0xca, 0x6a, 0x86, 0xca, 0xec, 0xfa, 0x1c, 0xac, 0xba, 0x5e, 0x51, + 0xc9, 0x8a, 0xba, 0x5e, 0xe9, 0xca, 0x17, 0x75, 0xbd, 0xb2, 0x35, 0x2e, 0x7c, 0x9b, 0x49, 0x94, + 0xbf, 0xa8, 0xdb, 0x4c, 0x5e, 0x25, 0x8d, 0xba, 0xcd, 0xe4, 0xd7, 0xcd, 0x44, 0x8e, 0xcf, 0x35, + 0xd2, 0x8e, 0x2f, 0x3a, 0x8b, 0xa5, 0x1d, 0x5f, 0x7c, 0xf6, 0x12, 0x13, 0xa5, 0x54, 0xc5, 0xa0, + 0xcc, 0xbc, 0xaa, 0xf5, 0x38, 0xea, 0x44, 0xe5, 0x95, 0xd2, 0x2c, 0x48, 0xbb, 0x60, 0x67, 0xb5, + 0xa4, 0x5d, 0xc4, 0x15, 0x2d, 0x29, 0xbb, 0x50, 0xab, 0x56, 0x14, 0xbb, 0x60, 0x1c, 0x32, 0x76, + 0xa1, 0x30, 0xb9, 0x9a, 0x8b, 0x4b, 0xcd, 0x49, 0x4a, 0x8c, 0x44, 0x95, 0x4f, 0x6a, 0x4e, 0x92, + 0xcd, 0x31, 0x3f, 0xcc, 0x2a, 0x77, 0x01, 0x37, 0x12, 0xc4, 0x99, 0x1a, 0x10, 0x75, 0x99, 0x72, + 0x8b, 0x66, 0x04, 0xcf, 0x44, 0x31, 0x8b, 0xca, 0x33, 0xaf, 0x4a, 0x46, 0xe5, 0x99, 0x5f, 0x05, + 0xc3, 0x23, 0x80, 0x74, 0xc9, 0x8a, 0x1a, 0x01, 0xcc, 0xa9, 0x91, 0x51, 0x23, 0x80, 0xb9, 0x15, + 0x2f, 0x3c, 0x7c, 0xc9, 0xd4, 0xab, 0xa8, 0xe1, 0xcb, 0xbc, 0x82, 0x18, 0x35, 0x7c, 0x99, 0x5f, + 0xf0, 0xb2, 0x80, 0x0e, 0xa1, 0xa1, 0xd6, 0xb6, 0xa0, 0x64, 0x8c, 0x96, 0x2e, 0xe3, 0xe8, 0xde, + 0x98, 0x87, 0x56, 0x19, 0xaa, 0x55, 0x29, 0x28, 0x19, 0x99, 0x5e, 0xc4, 0x30, 0xb7, 0x98, 0x45, + 0x04, 0x2b, 0xc9, 0x7a, 0x13, 0x94, 0x89, 0x4c, 0x33, 0x6c, 0x6f, 0x5f, 0x40, 0xa1, 0x2e, 0x5c, + 0xba, 0xc0, 0x44, 0x5d, 0xb8, 0x39, 0xa5, 0x2c, 0x5d, 0xed, 0x22, 0x92, 0xd4, 0x31, 0x40, 0x26, + 0xd4, 0x92, 0xc7, 0x80, 0x44, 0xb9, 0x44, 0xea, 0x18, 0x90, 0xaa, 0x4d, 0xe0, 0x7c, 0xa2, 0xe7, + 0xf8, 0x2a, 0x9f, 0x74, 0x9d, 0x8a, 0xca, 0x27, 0x5b, 0x49, 0xc2, 0xd7, 0x45, 0x7d, 0x48, 0xaf, + 0xae, 0x4b, 0x4e, 0x89, 0x89, 0xba, 0x2e, 0xb9, 0xd5, 0x1f, 0x32, 0x58, 0x57, 0x5e, 0xc6, 0x27, + 0x83, 0xf5, 0x6c, 0x5d, 0x48, 0x32, 0x58, 0xcf, 0x2b, 0xc4, 0x58, 0x40, 0x26, 0x2f, 0xc0, 0xca, + 0x64, 0x0c, 0x7f, 0x98, 0x33, 0x45, 0x99, 0x67, 0xfe, 0xdd, 0x3b, 0xaf, 0xa1, 0x52, 0x7b, 0xc9, + 0xa9, 0x70, 0x50, 0x7b, 0x99, 0x5f, 0x5a, 0xa1, 0xf6, 0x72, 0x51, 0x99, 0xc4, 0x02, 0x9a, 0x86, + 0x65, 0x58, 0x99, 0x8e, 0xee, 0xe6, 0xcf, 0x6d, 0xb6, 0xaf, 0xad, 0xd7, 0x13, 0x46, 0xdd, 0x79, + 0x51, 0xed, 0x55, 0x36, 0xe1, 0x3a, 0x67, 0xe2, 0xb3, 0x1d, 0xde, 0xbb, 0x04, 0xa5, 0x1a, 0x27, + 0xc4, 0x49, 0x1c, 0x74, 0x35, 0x1d, 0xd6, 0x2b, 0x89, 0xa1, 0xee, 0xb5, 0x7c, 0x64, 0xc8, 0xea, + 0xb8, 0xc2, 0xff, 0x8d, 0xcd, 0xc7, 0xff, 0x1d, 0x00, 0x00, 0xff, 0xff, 0xfb, 0xd3, 0x07, 0xfa, + 0xd5, 0x46, 0x00, 0x00, } diff --git a/api/gobgp.proto b/api/gobgp.proto index 9e1dfae3..eec09eb7 100644 --- a/api/gobgp.proto +++ b/api/gobgp.proto @@ -832,9 +832,7 @@ message Global { int32 listen_port = 3; repeated string listen_addresses = 4; repeated uint32 families = 5; - uint32 mpls_label_min = 6; - uint32 mpls_label_max = 7; - bool use_multiple_paths = 8; + bool use_multiple_paths = 6; } message TableInfo { diff --git a/api/grpc_server.go b/api/grpc_server.go index 5e4d49af..36924fb0 100644 --- a/api/grpc_server.go +++ b/api/grpc_server.go @@ -1695,8 +1695,6 @@ func (s *Server) GetServer(ctx context.Context, arg *GetServerRequest) (*GetServ RouterId: g.Config.RouterId, ListenPort: g.Config.Port, ListenAddresses: g.Config.LocalAddressList, - MplsLabelMin: g.MplsLabelRange.MinLabel, - MplsLabelMax: g.MplsLabelRange.MaxLabel, UseMultiplePaths: g.UseMultiplePaths.Config.Enabled, }, }, nil @@ -1728,10 +1726,6 @@ func (s *Server) StartServer(ctx context.Context, arg *StartServerRequest) (*Sta Port: g.ListenPort, LocalAddressList: g.ListenAddresses, }, - MplsLabelRange: config.MplsLabelRange{ - MinLabel: g.MplsLabelMin, - MaxLabel: g.MplsLabelMax, - }, AfiSafis: families, UseMultiplePaths: config.UseMultiplePaths{ Config: config.UseMultiplePathsConfig{ diff --git a/config/bgp_configs.go b/config/bgp_configs.go index f4c3b3fd..76b7e379 100644 --- a/config/bgp_configs.go +++ b/config/bgp_configs.go @@ -2780,27 +2780,6 @@ func (lhs *Neighbor) Equal(rhs *Neighbor) bool { return true } -//struct for container gobgp:mpls-label-range -type MplsLabelRange struct { - // original -> gobgp:min-label - MinLabel uint32 `mapstructure:"min-label"` - // original -> gobgp:max-label - MaxLabel uint32 `mapstructure:"max-label"` -} - -func (lhs *MplsLabelRange) Equal(rhs *MplsLabelRange) bool { - if lhs == nil || rhs == nil { - return false - } - if lhs.MinLabel != rhs.MinLabel { - return false - } - if lhs.MaxLabel != rhs.MaxLabel { - return false - } - return true -} - //struct for container gobgp:state type LongLivedGracefulRestartState struct { // original -> gobgp:enabled @@ -4289,8 +4268,6 @@ type Global struct { AfiSafis []AfiSafi `mapstructure:"afi-safis"` // original -> rpol:apply-policy ApplyPolicy ApplyPolicy `mapstructure:"apply-policy"` - // original -> gobgp:mpls-label-range - MplsLabelRange MplsLabelRange `mapstructure:"mpls-label-range"` } func (lhs *Global) Equal(rhs *Global) bool { @@ -4334,9 +4311,6 @@ func (lhs *Global) Equal(rhs *Global) bool { if !lhs.ApplyPolicy.Equal(&(rhs.ApplyPolicy)) { return false } - if !lhs.MplsLabelRange.Equal(&(rhs.MplsLabelRange)) { - return false - } return true } diff --git a/config/default.go b/config/default.go index e9b972cf..05fe2db8 100644 --- a/config/default.go +++ b/config/default.go @@ -13,8 +13,6 @@ const ( DEFAULT_HOLDTIME = 90 DEFAULT_IDLE_HOLDTIME_AFTER_RESET = 30 DEFAULT_CONNECT_RETRY = 120 - DEFAULT_MPLS_LABEL_MIN = 16000 - DEFAULT_MPLS_LABEL_MAX = 1048575 ) func defaultAfiSafi(typ AfiSafiType, enable bool) AfiSafi { @@ -211,16 +209,7 @@ func SetDefaultGlobalConfigValues(g *Global) error { if len(g.Config.LocalAddressList) == 0 { g.Config.LocalAddressList = []string{"0.0.0.0", "::"} } - - if g.MplsLabelRange.MinLabel == 0 { - g.MplsLabelRange.MinLabel = DEFAULT_MPLS_LABEL_MIN - } - - if g.MplsLabelRange.MaxLabel == 0 { - g.MplsLabelRange.MaxLabel = DEFAULT_MPLS_LABEL_MAX - } return nil - } func SetDefaultConfigValues(b *BgpConfigSet) error { diff --git a/gobgp/cmd/global.go b/gobgp/cmd/global.go index 125726be..bd7b1a88 100644 --- a/gobgp/cmd/global.go +++ b/gobgp/cmd/global.go @@ -962,7 +962,6 @@ func showGlobalConfig(args []string) error { if len(g.ListenAddresses) > 0 { fmt.Printf("Listening Port: %d, Addresses: %s\n", g.ListenPort, strings.Join(g.ListenAddresses, ", ")) } - fmt.Printf("MPLS Label Range: %d..%d\n", g.MplsLabelMin, g.MplsLabelMax) if g.UseMultiplePaths { fmt.Printf("Multipath: enabled") } @@ -971,10 +970,10 @@ func showGlobalConfig(args []string) error { func modGlobalConfig(args []string) error { m := extractReserved(args, []string{"as", "router-id", "listen-port", - "listen-addresses", "mpls-label-min", "mpls-label-max", "use-multipath"}) + "listen-addresses", "use-multipath"}) if len(m["as"]) != 1 || len(m["router-id"]) != 1 { - return fmt.Errorf("usage: gobgp global as <VALUE> router-id <VALUE> [use-multipath] [listen-port <VALUE>] [listen-addresses <VALUE>...] [mpls-label-min <VALUE>] [mpls-label-max <VALUE>]") + return fmt.Errorf("usage: gobgp global as <VALUE> router-id <VALUE> [use-multipath] [listen-port <VALUE>] [listen-addresses <VALUE>...]") } asn, err := strconv.Atoi(m["as"][0]) if err != nil { @@ -991,19 +990,6 @@ func modGlobalConfig(args []string) error { return err } } - var min, max int - if len(m["mpls-label-min"]) > 0 { - min, err = strconv.Atoi(m["mpls-label-min"][0]) - if err != nil { - return err - } - } - if len(m["mpls-label-man"]) > 0 { - min, err = strconv.Atoi(m["mpls-label-man"][0]) - if err != nil { - return err - } - } useMultipath := false if _, ok := m["use-multipath"]; ok { useMultipath = true @@ -1014,8 +1000,6 @@ func modGlobalConfig(args []string) error { RouterId: id.String(), ListenPort: int32(port), ListenAddresses: m["listen-addresses"], - MplsLabelMin: uint32(min), - MplsLabelMax: uint32(max), UseMultiplePaths: useMultipath, }, }) diff --git a/server/server.go b/server/server.go index 754834e7..8e26a45b 100644 --- a/server/server.go +++ b/server/server.go @@ -1227,7 +1227,7 @@ func (s *BgpServer) Start(c *config.Global) (err error) { } rfs, _ := config.AfiSafis(c.AfiSafis).ToRfList() - s.globalRib = table.NewTableManager(rfs, c.MplsLabelRange.MinLabel, c.MplsLabelRange.MaxLabel) + s.globalRib = table.NewTableManager(rfs) if err = s.policy.Reset(&config.RoutingPolicy{}, map[string]config.ApplyPolicy{}); err != nil { return diff --git a/table/table_manager.go b/table/table_manager.go index 083889c7..4b52e745 100644 --- a/table/table_manager.go +++ b/table/table_manager.go @@ -112,22 +112,16 @@ func ProcessMessage(m *bgp.BGPMessage, peerInfo *PeerInfo, timestamp time.Time) } type TableManager struct { - Tables map[bgp.RouteFamily]*Table - Vrfs map[string]*Vrf - minLabel uint32 - maxLabel uint32 - nextLabel uint32 - rfList []bgp.RouteFamily + Tables map[bgp.RouteFamily]*Table + Vrfs map[string]*Vrf + rfList []bgp.RouteFamily } -func NewTableManager(rfList []bgp.RouteFamily, minLabel, maxLabel uint32) *TableManager { +func NewTableManager(rfList []bgp.RouteFamily) *TableManager { t := &TableManager{ - Tables: make(map[bgp.RouteFamily]*Table), - Vrfs: make(map[string]*Vrf), - minLabel: minLabel, - maxLabel: maxLabel, - nextLabel: minLabel, - rfList: rfList, + Tables: make(map[bgp.RouteFamily]*Table), + Vrfs: make(map[string]*Vrf), + rfList: rfList, } for _, rf := range rfList { t.Tables[rf] = NewTable(rf) @@ -139,31 +133,6 @@ func (manager *TableManager) GetRFlist() []bgp.RouteFamily { return manager.rfList } -func (manager *TableManager) GetNextLabel(name, nexthop string, isWithdraw bool) (uint32, error) { - var label uint32 - var err error - vrf, ok := manager.Vrfs[name] - if !ok { - return label, fmt.Errorf("vrf %s not found", name) - } - label, ok = vrf.LabelMap[nexthop] - if !ok { - label, err = manager.getNextLabel() - vrf.LabelMap[nexthop] = label - } - return label, err - -} - -func (manager *TableManager) getNextLabel() (uint32, error) { - if manager.nextLabel > manager.maxLabel { - return 0, fmt.Errorf("ran out of label resource. max label %d", manager.maxLabel) - } - label := manager.nextLabel - manager.nextLabel += 1 - return label, nil -} - func (manager *TableManager) AddVrf(name string, id uint32, rd bgp.RouteDistinguisherInterface, importRt, exportRt []bgp.ExtendedCommunityInterface, info *PeerInfo) ([]*Path, error) { if _, ok := manager.Vrfs[name]; ok { return nil, fmt.Errorf("vrf %s already exists", name) @@ -181,7 +150,6 @@ func (manager *TableManager) AddVrf(name string, id uint32, rd bgp.RouteDistingu Rd: rd, ImportRt: importRt, ExportRt: exportRt, - LabelMap: make(map[string]uint32), } msgs := make([]*Path, 0, len(importRt)) nexthop := "0.0.0.0" diff --git a/table/table_manager_test.go b/table/table_manager_test.go index f86bfd05..21d15026 100644 --- a/table/table_manager_test.go +++ b/table/table_manager_test.go @@ -84,7 +84,7 @@ func peerR3() *PeerInfo { // test best path calculation and check the result path is from R1 func TestProcessBGPUpdate_0_select_onlypath_ipv4(t *testing.T) { - tm := NewTableManager([]bgp.RouteFamily{bgp.RF_IPv4_UC}, 0, 0) + tm := NewTableManager([]bgp.RouteFamily{bgp.RF_IPv4_UC}) bgpMessage := update_fromR1() peer := peerR1() @@ -134,7 +134,7 @@ func TestProcessBGPUpdate_0_select_onlypath_ipv4(t *testing.T) { // test best path calculation and check the result path is from R1 func TestProcessBGPUpdate_0_select_onlypath_ipv6(t *testing.T) { - tm := NewTableManager([]bgp.RouteFamily{bgp.RF_IPv6_UC}, 0, 0) + tm := NewTableManager([]bgp.RouteFamily{bgp.RF_IPv6_UC}) bgpMessage := update_fromR1_ipv6() peer := peerR1() @@ -185,7 +185,7 @@ func TestProcessBGPUpdate_0_select_onlypath_ipv6(t *testing.T) { // test: compare localpref func TestProcessBGPUpdate_1_select_high_localpref_ipv4(t *testing.T) { - tm := NewTableManager([]bgp.RouteFamily{bgp.RF_IPv4_UC}, 0, 0) + tm := NewTableManager([]bgp.RouteFamily{bgp.RF_IPv4_UC}) // low localpref message origin1 := bgp.NewPathAttributeOrigin(0) @@ -265,7 +265,7 @@ func TestProcessBGPUpdate_1_select_high_localpref_ipv4(t *testing.T) { func TestProcessBGPUpdate_1_select_high_localpref_ipv6(t *testing.T) { - tm := NewTableManager([]bgp.RouteFamily{bgp.RF_IPv6_UC}, 0, 0) + tm := NewTableManager([]bgp.RouteFamily{bgp.RF_IPv6_UC}) origin1 := bgp.NewPathAttributeOrigin(0) aspath1 := createAsPathAttribute([]uint32{65000}) @@ -347,7 +347,7 @@ func TestProcessBGPUpdate_1_select_high_localpref_ipv6(t *testing.T) { // test: compare localOrigin func TestProcessBGPUpdate_2_select_local_origin_ipv4(t *testing.T) { - tm := NewTableManager([]bgp.RouteFamily{bgp.RF_IPv4_UC}, 0, 0) + tm := NewTableManager([]bgp.RouteFamily{bgp.RF_IPv4_UC}) // low localpref message origin1 := bgp.NewPathAttributeOrigin(0) @@ -429,7 +429,7 @@ func TestProcessBGPUpdate_2_select_local_origin_ipv4(t *testing.T) { func TestProcessBGPUpdate_2_select_local_origin_ipv6(t *testing.T) { - tm := NewTableManager([]bgp.RouteFamily{bgp.RF_IPv6_UC}, 0, 0) + tm := NewTableManager([]bgp.RouteFamily{bgp.RF_IPv6_UC}) origin1 := bgp.NewPathAttributeOrigin(0) aspath1 := createAsPathAttribute([]uint32{65000}) @@ -514,7 +514,7 @@ func TestProcessBGPUpdate_2_select_local_origin_ipv6(t *testing.T) { // test: compare AS_PATH func TestProcessBGPUpdate_3_select_aspath_ipv4(t *testing.T) { - tm := NewTableManager([]bgp.RouteFamily{bgp.RF_IPv4_UC}, 0, 0) + tm := NewTableManager([]bgp.RouteFamily{bgp.RF_IPv4_UC}) bgpMessage1 := update_fromR2viaR1() peer1 := peerR1() @@ -569,7 +569,7 @@ func TestProcessBGPUpdate_3_select_aspath_ipv4(t *testing.T) { func TestProcessBGPUpdate_3_select_aspath_ipv6(t *testing.T) { - tm := NewTableManager([]bgp.RouteFamily{bgp.RF_IPv6_UC}, 0, 0) + tm := NewTableManager([]bgp.RouteFamily{bgp.RF_IPv6_UC}) bgpMessage1 := update_fromR2viaR1_ipv6() peer1 := peerR1() @@ -626,7 +626,7 @@ func TestProcessBGPUpdate_3_select_aspath_ipv6(t *testing.T) { // test: compare Origin func TestProcessBGPUpdate_4_select_low_origin_ipv4(t *testing.T) { - tm := NewTableManager([]bgp.RouteFamily{bgp.RF_IPv4_UC}, 0, 0) + tm := NewTableManager([]bgp.RouteFamily{bgp.RF_IPv4_UC}) // low origin message origin1 := bgp.NewPathAttributeOrigin(1) @@ -706,7 +706,7 @@ func TestProcessBGPUpdate_4_select_low_origin_ipv4(t *testing.T) { func TestProcessBGPUpdate_4_select_low_origin_ipv6(t *testing.T) { - tm := NewTableManager([]bgp.RouteFamily{bgp.RF_IPv6_UC}, 0, 0) + tm := NewTableManager([]bgp.RouteFamily{bgp.RF_IPv6_UC}) origin1 := bgp.NewPathAttributeOrigin(1) aspath1 := createAsPathAttribute([]uint32{65200, 65000}) @@ -788,7 +788,7 @@ func TestProcessBGPUpdate_4_select_low_origin_ipv6(t *testing.T) { // test: compare MED func TestProcessBGPUpdate_5_select_low_med_ipv4(t *testing.T) { - tm := NewTableManager([]bgp.RouteFamily{bgp.RF_IPv4_UC}, 0, 0) + tm := NewTableManager([]bgp.RouteFamily{bgp.RF_IPv4_UC}) // low origin message origin1 := bgp.NewPathAttributeOrigin(0) @@ -868,7 +868,7 @@ func TestProcessBGPUpdate_5_select_low_med_ipv4(t *testing.T) { func TestProcessBGPUpdate_5_select_low_med_ipv6(t *testing.T) { - tm := NewTableManager([]bgp.RouteFamily{bgp.RF_IPv6_UC}, 0, 0) + tm := NewTableManager([]bgp.RouteFamily{bgp.RF_IPv6_UC}) origin1 := bgp.NewPathAttributeOrigin(0) aspath1 := createAsPathAttribute([]uint32{65200, 65000}) @@ -950,7 +950,7 @@ func TestProcessBGPUpdate_5_select_low_med_ipv6(t *testing.T) { // test: compare AS_NUMBER(prefer eBGP path) func TestProcessBGPUpdate_6_select_ebgp_path_ipv4(t *testing.T) { - tm := NewTableManager([]bgp.RouteFamily{bgp.RF_IPv4_UC}, 0, 0) + tm := NewTableManager([]bgp.RouteFamily{bgp.RF_IPv4_UC}) // low origin message origin1 := bgp.NewPathAttributeOrigin(0) @@ -1030,7 +1030,7 @@ func TestProcessBGPUpdate_6_select_ebgp_path_ipv4(t *testing.T) { func TestProcessBGPUpdate_6_select_ebgp_path_ipv6(t *testing.T) { - tm := NewTableManager([]bgp.RouteFamily{bgp.RF_IPv6_UC}, 0, 0) + tm := NewTableManager([]bgp.RouteFamily{bgp.RF_IPv6_UC}) origin1 := bgp.NewPathAttributeOrigin(0) aspath1 := createAsPathAttribute([]uint32{65000, 65200}) @@ -1114,7 +1114,7 @@ func TestProcessBGPUpdate_6_select_ebgp_path_ipv6(t *testing.T) { // test: compare Router ID func TestProcessBGPUpdate_7_select_low_routerid_path_ipv4(t *testing.T) { - tm := NewTableManager([]bgp.RouteFamily{bgp.RF_IPv4_UC}, 0, 0) + tm := NewTableManager([]bgp.RouteFamily{bgp.RF_IPv4_UC}) SelectionOptions.ExternalCompareRouterId = true // low origin message @@ -1195,7 +1195,7 @@ func TestProcessBGPUpdate_7_select_low_routerid_path_ipv4(t *testing.T) { func TestProcessBGPUpdate_7_select_low_routerid_path_ipv6(t *testing.T) { - tm := NewTableManager([]bgp.RouteFamily{bgp.RF_IPv6_UC}, 0, 0) + tm := NewTableManager([]bgp.RouteFamily{bgp.RF_IPv6_UC}) origin1 := bgp.NewPathAttributeOrigin(0) aspath1 := createAsPathAttribute([]uint32{65000, 65200}) @@ -1277,7 +1277,7 @@ func TestProcessBGPUpdate_7_select_low_routerid_path_ipv6(t *testing.T) { // test: withdraw and mpunreach path func TestProcessBGPUpdate_8_withdraw_path_ipv4(t *testing.T) { - tm := NewTableManager([]bgp.RouteFamily{bgp.RF_IPv4_UC}, 0, 0) + tm := NewTableManager([]bgp.RouteFamily{bgp.RF_IPv4_UC}) // path1 origin1 := bgp.NewPathAttributeOrigin(0) @@ -1380,7 +1380,7 @@ func TestProcessBGPUpdate_8_withdraw_path_ipv4(t *testing.T) { // TODO MP_UNREACH func TestProcessBGPUpdate_8_mpunreach_path_ipv6(t *testing.T) { - tm := NewTableManager([]bgp.RouteFamily{bgp.RF_IPv6_UC}, 0, 0) + tm := NewTableManager([]bgp.RouteFamily{bgp.RF_IPv6_UC}) origin1 := bgp.NewPathAttributeOrigin(0) aspath1 := createAsPathAttribute([]uint32{65000}) @@ -1508,7 +1508,7 @@ func TestProcessBGPUpdate_8_mpunreach_path_ipv6(t *testing.T) { // handle bestpath lost func TestProcessBGPUpdate_bestpath_lost_ipv4(t *testing.T) { - tm := NewTableManager([]bgp.RouteFamily{bgp.RF_IPv4_UC}, 0, 0) + tm := NewTableManager([]bgp.RouteFamily{bgp.RF_IPv4_UC}) // path1 origin1 := bgp.NewPathAttributeOrigin(0) @@ -1578,7 +1578,7 @@ func TestProcessBGPUpdate_bestpath_lost_ipv4(t *testing.T) { func TestProcessBGPUpdate_bestpath_lost_ipv6(t *testing.T) { - tm := NewTableManager([]bgp.RouteFamily{bgp.RF_IPv6_UC}, 0, 0) + tm := NewTableManager([]bgp.RouteFamily{bgp.RF_IPv6_UC}) origin1 := bgp.NewPathAttributeOrigin(0) aspath1 := createAsPathAttribute([]uint32{65000}) @@ -1649,7 +1649,7 @@ func TestProcessBGPUpdate_bestpath_lost_ipv6(t *testing.T) { // test: implicit withdrawal case func TestProcessBGPUpdate_implicit_withdrwal_ipv4(t *testing.T) { - tm := NewTableManager([]bgp.RouteFamily{bgp.RF_IPv4_UC}, 0, 0) + tm := NewTableManager([]bgp.RouteFamily{bgp.RF_IPv4_UC}) // path1 origin1 := bgp.NewPathAttributeOrigin(0) @@ -1730,7 +1730,7 @@ func TestProcessBGPUpdate_implicit_withdrwal_ipv4(t *testing.T) { func TestProcessBGPUpdate_implicit_withdrwal_ipv6(t *testing.T) { - tm := NewTableManager([]bgp.RouteFamily{bgp.RF_IPv6_UC}, 0, 0) + tm := NewTableManager([]bgp.RouteFamily{bgp.RF_IPv6_UC}) origin1 := bgp.NewPathAttributeOrigin(0) aspath1 := createAsPathAttribute([]uint32{65000, 65100, 65200}) @@ -1837,7 +1837,7 @@ func TestProcessBGPUpdate_implicit_withdrwal_ipv6(t *testing.T) { // check multiple paths func TestProcessBGPUpdate_multiple_nlri_ipv4(t *testing.T) { - tm := NewTableManager([]bgp.RouteFamily{bgp.RF_IPv4_UC}, 0, 0) + tm := NewTableManager([]bgp.RouteFamily{bgp.RF_IPv4_UC}) createPathAttr := func(aspaths []uint32, nh string) []bgp.PathAttributeInterface { origin := bgp.NewPathAttributeOrigin(0) @@ -1970,7 +1970,7 @@ func TestProcessBGPUpdate_multiple_nlri_ipv4(t *testing.T) { // check multiple paths func TestProcessBGPUpdate_multiple_nlri_ipv6(t *testing.T) { - tm := NewTableManager([]bgp.RouteFamily{bgp.RF_IPv6_UC}, 0, 0) + tm := NewTableManager([]bgp.RouteFamily{bgp.RF_IPv6_UC}) createPathAttr := func(aspaths []uint32) []bgp.PathAttributeInterface { origin := bgp.NewPathAttributeOrigin(0) diff --git a/table/vrf.go b/table/vrf.go index 15b194db..1440f896 100644 --- a/table/vrf.go +++ b/table/vrf.go @@ -26,7 +26,6 @@ type Vrf struct { Rd bgp.RouteDistinguisherInterface ImportRt []bgp.ExtendedCommunityInterface ExportRt []bgp.ExtendedCommunityInterface - LabelMap map[string]uint32 } func (v *Vrf) ToGlobalPath(path *Path) error { @@ -67,13 +66,6 @@ func (v *Vrf) Clone() *Vrf { Rd: v.Rd, ImportRt: f(v.ImportRt), ExportRt: f(v.ExportRt), - LabelMap: func() map[string]uint32 { - m := make(map[string]uint32) - for k, v := range v.LabelMap { - m[k] = v - } - return m - }(), } } diff --git a/tools/pyang_plugins/gobgp.yang b/tools/pyang_plugins/gobgp.yang index 2b1883cf..03b3d5bd 100644 --- a/tools/pyang_plugins/gobgp.yang +++ b/tools/pyang_plugins/gobgp.yang @@ -1044,19 +1044,6 @@ module gobgp { uses collector-set; } - augment "/bgp:bgp/bgp:global" { - container mpls-label-range { - description "mpls labal range"; - - leaf min-label { - type uint32; - } - leaf max-label { - type uint32; - } - } - } - grouping listen-config { leaf port { type int32; |