diff options
-rw-r--r-- | .travis.yml | 5 | ||||
-rw-r--r-- | api/gobgp.pb.go | 725 | ||||
-rw-r--r-- | api/gobgp.proto | 1 | ||||
-rw-r--r-- | api/grpc_server.go | 2 | ||||
-rw-r--r-- | config/default.go | 1 | ||||
-rw-r--r-- | docs/sources/cli-command-syntax.md | 2 | ||||
-rw-r--r-- | docs/sources/configuration.md | 2 | ||||
-rw-r--r-- | gobgp/cmd/neighbor.go | 49 | ||||
-rw-r--r-- | server/fsm.go | 75 | ||||
-rw-r--r-- | server/fsm_test.go | 9 | ||||
-rw-r--r-- | server/server.go | 35 | ||||
-rw-r--r-- | test/lib/base.py | 10 | ||||
-rw-r--r-- | test/lib/gobgp.py | 4 | ||||
-rw-r--r-- | test/scenario_test/aspath_test.py | 92 |
14 files changed, 607 insertions, 405 deletions
diff --git a/.travis.yml b/.travis.yml index 076fccc8..2814e5b0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -168,6 +168,11 @@ matrix: sudo: required services: - docker + - env: + - TEST=aspath_test.py + sudo: required + services: + - docker cache: pip: true diff --git a/api/gobgp.pb.go b/api/gobgp.pb.go index 06e0b759..b3670fc2 100644 --- a/api/gobgp.pb.go +++ b/api/gobgp.pb.go @@ -2573,6 +2573,7 @@ type PeerConf struct { LocalAddress string `protobuf:"bytes,15,opt,name=local_address,json=localAddress" json:"local_address,omitempty"` NeighborInterface string `protobuf:"bytes,16,opt,name=neighbor_interface,json=neighborInterface" json:"neighbor_interface,omitempty"` Vrf string `protobuf:"bytes,17,opt,name=vrf" json:"vrf,omitempty"` + AllowOwnAs uint32 `protobuf:"varint,18,opt,name=allow_own_as,json=allowOwnAs" json:"allow_own_as,omitempty"` } func (m *PeerConf) Reset() { *m = PeerConf{} } @@ -2699,6 +2700,13 @@ func (m *PeerConf) GetVrf() string { return "" } +func (m *PeerConf) GetAllowOwnAs() uint32 { + if m != nil { + return m.AllowOwnAs + } + return 0 +} + type EbgpMultihop struct { Enabled bool `protobuf:"varint,1,opt,name=enabled" json:"enabled,omitempty"` MultihopTtl uint32 `protobuf:"varint,2,opt,name=multihop_ttl,json=multihopTtl" json:"multihop_ttl,omitempty"` @@ -5979,362 +5987,363 @@ var _GobgpApi_serviceDesc = grpc.ServiceDesc{ func init() { proto.RegisterFile("gobgp.proto", fileDescriptor0) } var fileDescriptor0 = []byte{ - // 5705 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x3c, 0x5d, 0x6f, 0x1b, 0x49, - 0x72, 0xe2, 0x87, 0x28, 0xb2, 0x48, 0x4a, 0x54, 0xeb, 0x8b, 0xa6, 0xbf, 0xe7, 0xce, 0x67, 0xd9, - 0xb7, 0xeb, 0xdd, 0xf5, 0xee, 0x79, 0x2f, 0xe7, 0xdd, 0xbd, 0xa3, 0x25, 0x5a, 0xe6, 0xad, 0x3e, - 0xb8, 0x2d, 0xda, 0x67, 0x6f, 0x3e, 0x26, 0x23, 0x4e, 0x53, 0x9a, 0xec, 0x70, 0x66, 0x76, 0xa6, - 0xa9, 0x95, 0x10, 0x20, 0x01, 0x2e, 0x8f, 0x41, 0xfe, 0x41, 0x80, 0xbc, 0x1f, 0x92, 0x87, 0x3c, - 0x05, 0xc8, 0x73, 0x2e, 0x08, 0x70, 0x40, 0xfe, 0x40, 0x80, 0xe4, 0x21, 0x3f, 0x20, 0xaf, 0x79, - 0x0c, 0xfa, 0x63, 0x66, 0x7a, 0x3e, 0x28, 0xcb, 0x3e, 0x5f, 0x82, 0x3c, 0x89, 0x53, 0x55, 0x5d, - 0x5d, 0xdd, 0x5d, 0x55, 0x5d, 0x5d, 0xdd, 0x25, 0xa8, 0x1f, 0xbb, 0x47, 0xc7, 0xde, 0x03, 0xcf, - 0x77, 0xa9, 0x8b, 0xaa, 0xfc, 0xc3, 0xf0, 0x2c, 0xed, 0x6b, 0x40, 0x3b, 0x84, 0xee, 0x13, 0xeb, - 0xf8, 0xe4, 0xc8, 0xf5, 0x31, 0xf9, 0x76, 0x4a, 0x02, 0x8a, 0xee, 0x43, 0x8b, 0x38, 0xc6, 0x91, - 0x4d, 0xba, 0xe6, 0x29, 0xf1, 0xa9, 0x15, 0x10, 0xb3, 0x5d, 0xb8, 0x55, 0xd8, 0xac, 0xe2, 0x0c, - 0x1c, 0xb5, 0x61, 0xc1, 0x30, 0x4d, 0x9f, 0x04, 0x41, 0xbb, 0x78, 0xab, 0xb0, 0x59, 0xc3, 0xe1, - 0xa7, 0xf6, 0x18, 0x56, 0x12, 0xbc, 0x03, 0xcf, 0x75, 0x02, 0x82, 0xbe, 0x0f, 0xf3, 0x1e, 0x21, - 0x7e, 0xd0, 0x2e, 0xdc, 0x2a, 0x6d, 0xd6, 0x1f, 0x2e, 0x3e, 0x08, 0x85, 0x79, 0x30, 0x20, 0xc4, - 0xc7, 0x02, 0xa9, 0x1d, 0x43, 0xad, 0xeb, 0x1f, 0x4f, 0x27, 0xc4, 0xa1, 0x01, 0x7a, 0x00, 0x55, - 0x9f, 0x04, 0xee, 0xd4, 0x1f, 0x11, 0x2e, 0xc7, 0xe2, 0x43, 0x14, 0xb7, 0xc2, 0x12, 0x83, 0x23, - 0x1a, 0xb4, 0x0e, 0x95, 0xb1, 0x31, 0xb1, 0xec, 0x73, 0x2e, 0x52, 0x13, 0xcb, 0x2f, 0x84, 0xa0, - 0xec, 0x18, 0x13, 0xd2, 0x2e, 0x71, 0x41, 0xf9, 0x6f, 0xed, 0x4f, 0x61, 0xb1, 0x6b, 0x9a, 0x03, - 0x83, 0x9e, 0x84, 0xa3, 0x7f, 0xd3, 0xde, 0xd6, 0xa0, 0x72, 0xea, 0x8f, 0x75, 0xcb, 0x94, 0x13, - 0x30, 0x7f, 0xea, 0x8f, 0xfb, 0x26, 0xd2, 0xa0, 0xec, 0x19, 0xf4, 0x84, 0x77, 0x96, 0x1c, 0x26, - 0xeb, 0x8b, 0xe3, 0xb4, 0x3b, 0xb0, 0x14, 0x75, 0x2e, 0xa7, 0x07, 0x41, 0x79, 0x3a, 0xb5, 0xc4, - 0x7c, 0x37, 0x30, 0xff, 0xad, 0xfd, 0xaa, 0x00, 0xcb, 0xdb, 0xc4, 0x26, 0x94, 0xfc, 0x0e, 0xe4, - 0x8c, 0x27, 0xab, 0x94, 0x98, 0xac, 0x50, 0xfe, 0xf2, 0x6c, 0xf9, 0x23, 0x61, 0xe7, 0x15, 0x61, - 0x57, 0x01, 0xa9, 0xb2, 0x8a, 0x61, 0x69, 0x3f, 0x06, 0xd4, 0x35, 0xcd, 0xb4, 0xa2, 0xb1, 0x3e, - 0x08, 0xf1, 0xb9, 0xf8, 0x59, 0x55, 0xe0, 0x38, 0x6d, 0x0d, 0x56, 0x12, 0x2d, 0x25, 0xc3, 0xc7, - 0xb0, 0x26, 0xba, 0x79, 0x1b, 0x9e, 0x6d, 0x58, 0x4f, 0x37, 0x96, 0x6c, 0x5f, 0xc0, 0x2a, 0x26, - 0x41, 0xd6, 0x24, 0x14, 0x35, 0x2f, 0x24, 0xd4, 0x1c, 0x7d, 0x1f, 0x9a, 0x23, 0x77, 0x32, 0x99, - 0x3a, 0xd6, 0xc8, 0xa0, 0x96, 0xeb, 0xc8, 0xd9, 0x4d, 0x02, 0xb5, 0x0d, 0x58, 0x4b, 0xf1, 0x95, - 0x1d, 0xfe, 0x63, 0x01, 0xda, 0x87, 0xee, 0x98, 0xbe, 0x61, 0xaf, 0x87, 0x50, 0x33, 0x2d, 0x9f, - 0x8c, 0xa2, 0x1e, 0x17, 0x1f, 0xfe, 0x28, 0x1e, 0xea, 0x2c, 0x86, 0x31, 0x62, 0x3b, 0x6c, 0x8c, - 0x63, 0x3e, 0xda, 0x07, 0x80, 0xb2, 0x04, 0xa8, 0x02, 0xc5, 0xfe, 0x7e, 0x6b, 0x0e, 0x2d, 0x40, - 0xe9, 0xe0, 0xf9, 0xb0, 0x55, 0x40, 0x55, 0x28, 0x3f, 0x39, 0x18, 0x3e, 0x6b, 0x15, 0xb5, 0xab, - 0x70, 0x25, 0xa7, 0x2b, 0x39, 0xb2, 0x57, 0xb0, 0x71, 0x78, 0x32, 0xa5, 0xa6, 0xfb, 0x9d, 0xf3, - 0xae, 0x67, 0xb3, 0x03, 0xed, 0x2c, 0x6b, 0xd9, 0xed, 0x47, 0xb0, 0xd6, 0xe3, 0x4e, 0xea, 0xd2, - 0x9d, 0x32, 0x75, 0x48, 0x37, 0x91, 0xcc, 0x5e, 0xc2, 0xfa, 0xb6, 0x15, 0xbc, 0x11, 0xb7, 0x4b, - 0x0e, 0xe1, 0x0a, 0x6c, 0x64, 0x38, 0xcb, 0x4e, 0x8f, 0xa1, 0x25, 0xc4, 0xd9, 0xf3, 0x69, 0xd8, - 0xdd, 0x55, 0xa8, 0x99, 0xd3, 0x89, 0xa7, 0xd3, 0x73, 0x4f, 0x58, 0xfb, 0x3c, 0xae, 0x32, 0xc0, - 0xf0, 0xdc, 0x23, 0xa8, 0x03, 0xd5, 0xb1, 0x65, 0x13, 0xee, 0xdb, 0x44, 0x67, 0xd1, 0x37, 0xc3, - 0x59, 0x0e, 0x25, 0xfe, 0xa9, 0x61, 0x73, 0x03, 0x2f, 0xe3, 0xe8, 0x5b, 0x5b, 0x81, 0x65, 0xa5, - 0x23, 0xd9, 0xfb, 0x0a, 0x2c, 0x4b, 0xc1, 0xe2, 0xee, 0xb9, 0x51, 0x2b, 0x40, 0x49, 0xfa, 0xe7, - 0xd0, 0xea, 0x3b, 0x7f, 0x42, 0x46, 0x54, 0x11, 0xf4, 0x1d, 0x79, 0x25, 0xb6, 0x4b, 0x18, 0xf4, - 0x24, 0x68, 0x97, 0x32, 0xbb, 0x04, 0x73, 0x2b, 0x02, 0xc9, 0x64, 0x55, 0x04, 0x90, 0x52, 0xfd, - 0x6d, 0x01, 0x9a, 0x5d, 0xd3, 0x7c, 0x32, 0xf1, 0x5e, 0xbf, 0x56, 0x08, 0xca, 0x9e, 0xeb, 0x53, - 0xb9, 0x4f, 0xf0, 0xdf, 0xe8, 0x33, 0x28, 0xf3, 0x59, 0x2e, 0x71, 0xe9, 0x37, 0xe3, 0x9e, 0x13, - 0x4c, 0x1f, 0xec, 0xb9, 0x8e, 0x45, 0x5d, 0xdf, 0x72, 0x8e, 0x07, 0xae, 0x6d, 0x8d, 0xce, 0x31, - 0x6f, 0xa5, 0x7d, 0x00, 0xad, 0x34, 0x86, 0x59, 0xce, 0x00, 0xf7, 0x5a, 0x73, 0xcc, 0x72, 0x06, - 0x07, 0x87, 0x49, 0x1b, 0x6a, 0xf1, 0x0d, 0x88, 0x33, 0x96, 0x03, 0xf8, 0x19, 0xb4, 0x84, 0x77, - 0x7a, 0xdb, 0x21, 0xf0, 0x35, 0x8c, 0x39, 0x48, 0xb6, 0x43, 0x58, 0x96, 0x92, 0x61, 0xeb, 0x28, - 0xe4, 0x7b, 0x07, 0xe6, 0x29, 0x5b, 0x56, 0xe9, 0x2e, 0x97, 0xe2, 0xd1, 0x0e, 0x19, 0x18, 0x0b, - 0x2c, 0xeb, 0x7e, 0x34, 0xf5, 0x7d, 0xe2, 0x88, 0x7e, 0xaa, 0x38, 0xfc, 0xd4, 0x7a, 0x50, 0xc5, - 0x83, 0x2f, 0xfb, 0x5b, 0xae, 0x33, 0xbe, 0x40, 0xc8, 0x9b, 0x50, 0xf7, 0xc9, 0xc4, 0xa5, 0x44, - 0x8f, 0x64, 0xad, 0x61, 0x10, 0xa0, 0x01, 0x93, 0xf8, 0xaf, 0xcb, 0x50, 0x63, 0x7c, 0x0e, 0xa9, - 0x41, 0xf9, 0x06, 0x3e, 0xf5, 0xa8, 0x35, 0x11, 0x62, 0x95, 0xb0, 0xfc, 0x62, 0xca, 0xcc, 0x6c, - 0x9e, 0x63, 0x8a, 0x1c, 0x13, 0x7d, 0xa3, 0x45, 0x28, 0x4e, 0x3d, 0xbe, 0x68, 0x55, 0x5c, 0x9c, - 0x7a, 0xa2, 0xcb, 0x91, 0xeb, 0x9b, 0xba, 0xe5, 0x9d, 0x7e, 0xc2, 0xb7, 0xb1, 0x26, 0xeb, 0x92, - 0x81, 0xfa, 0xde, 0xe9, 0x27, 0x49, 0x82, 0x47, 0x7c, 0x0f, 0x53, 0x09, 0x1e, 0x31, 0x02, 0xcf, - 0x27, 0x63, 0xeb, 0x4c, 0x70, 0xa8, 0x08, 0x02, 0x01, 0x0a, 0x39, 0xc4, 0x04, 0x8f, 0xda, 0x0b, - 0x29, 0x82, 0x47, 0x6c, 0x1c, 0x01, 0xf1, 0x2d, 0xc3, 0x6e, 0x57, 0xc5, 0xde, 0x2a, 0xbe, 0xd0, - 0xf7, 0xa0, 0xe9, 0x93, 0x11, 0xb1, 0x4e, 0x89, 0x94, 0xae, 0xc6, 0x07, 0xd3, 0x08, 0x81, 0x9c, - 0x7b, 0x8a, 0xe8, 0x51, 0x1b, 0x32, 0x44, 0x8f, 0x18, 0x91, 0xe0, 0xa9, 0x3b, 0x2e, 0xb5, 0xc6, - 0xe7, 0xed, 0xba, 0x20, 0x12, 0xc0, 0x7d, 0x0e, 0x63, 0x72, 0x8e, 0x8c, 0xd1, 0x09, 0xd1, 0x7d, - 0xe6, 0xa8, 0xdb, 0x0d, 0x4e, 0x02, 0x1c, 0xc4, 0x5d, 0x37, 0xba, 0x03, 0x8b, 0x11, 0x01, 0x57, - 0x96, 0x76, 0x93, 0xd3, 0x34, 0x43, 0x1a, 0x11, 0x9b, 0xdc, 0x80, 0x3a, 0x71, 0x4c, 0xdd, 0x1d, - 0xeb, 0xa6, 0x41, 0x8d, 0xf6, 0x22, 0xa7, 0xa9, 0x11, 0xc7, 0x3c, 0x18, 0x6f, 0x1b, 0xd4, 0x40, - 0xab, 0x30, 0x4f, 0x7c, 0xdf, 0xf5, 0xdb, 0x4b, 0x1c, 0x23, 0x3e, 0xd0, 0x6d, 0x90, 0xd2, 0xe8, - 0xdf, 0x4e, 0x89, 0x7f, 0xde, 0x6e, 0x71, 0x64, 0x5d, 0xc0, 0xbe, 0x62, 0x20, 0xb1, 0x14, 0x01, - 0xa1, 0x92, 0x62, 0x59, 0x08, 0xc8, 0x41, 0x9c, 0x40, 0x7b, 0x05, 0x65, 0xec, 0x7d, 0x63, 0xa1, - 0x1f, 0x40, 0x79, 0xe4, 0x3a, 0x63, 0xa9, 0xad, 0xaa, 0x67, 0x91, 0x3a, 0x88, 0x39, 0x1e, 0xdd, - 0x83, 0xf9, 0x80, 0x69, 0x12, 0xd7, 0x92, 0xfa, 0xc3, 0x95, 0x24, 0x21, 0x57, 0x32, 0x2c, 0x28, - 0xb4, 0x4d, 0x58, 0xdc, 0x21, 0x94, 0x71, 0x0f, 0x6d, 0x22, 0x8e, 0x88, 0x0a, 0x6a, 0x44, 0xa4, - 0x3d, 0x86, 0xa5, 0x88, 0x52, 0xce, 0xc8, 0x26, 0x2c, 0x04, 0xc4, 0x3f, 0xcd, 0x0d, 0x67, 0x39, - 0x61, 0x88, 0xd6, 0xbe, 0xe6, 0x66, 0xae, 0x76, 0xf3, 0x66, 0x5e, 0xa9, 0x03, 0x55, 0xdb, 0x1a, - 0x13, 0xae, 0xfa, 0x25, 0xa1, 0xfa, 0xe1, 0xb7, 0xb6, 0xcc, 0xc3, 0x48, 0x55, 0x30, 0xad, 0x1b, - 0x7a, 0x80, 0xb7, 0xee, 0x31, 0x0e, 0xe4, 0x12, 0x8c, 0xdf, 0x0f, 0xf7, 0x8c, 0x4b, 0x31, 0x66, - 0x4c, 0x54, 0x72, 0xc9, 0xe4, 0x41, 0xb4, 0x9d, 0x5c, 0x8e, 0xcb, 0x1a, 0xac, 0x24, 0xe8, 0x25, - 0x9b, 0xf7, 0xa0, 0xc5, 0xf5, 0xf7, 0x72, 0x4c, 0x56, 0x60, 0x59, 0xa1, 0x96, 0x2c, 0x3e, 0x84, - 0xd5, 0x28, 0x82, 0xb9, 0x1c, 0x9b, 0x0d, 0x58, 0x4b, 0xb5, 0x90, 0xac, 0x7e, 0x53, 0x08, 0xc7, - 0xfa, 0x35, 0x39, 0xf2, 0x8d, 0x90, 0x53, 0x0b, 0x4a, 0x53, 0xdf, 0x96, 0x5c, 0xd8, 0x4f, 0xae, - 0xed, 0xee, 0x94, 0x12, 0xbe, 0x99, 0xb3, 0x63, 0x53, 0x89, 0x3b, 0x43, 0x06, 0x62, 0xdb, 0x79, - 0xc0, 0x3a, 0x67, 0x3a, 0xc3, 0x62, 0x07, 0x11, 0x93, 0x87, 0x9f, 0xe8, 0x13, 0x58, 0x77, 0xc8, - 0x19, 0x3d, 0x71, 0x3d, 0x9d, 0xfa, 0xd6, 0xf1, 0x31, 0xf1, 0x75, 0x71, 0x22, 0xe3, 0xfe, 0xad, - 0x8a, 0x57, 0x25, 0x76, 0x28, 0x90, 0x42, 0x1c, 0xf4, 0x10, 0xd6, 0xd2, 0xad, 0x4c, 0x62, 0x1b, - 0xe7, 0xd2, 0xe7, 0xad, 0x24, 0x1b, 0x6d, 0x33, 0x14, 0x9b, 0xf2, 0xc4, 0x60, 0xe4, 0x20, 0x97, - 0xa0, 0xb9, 0x43, 0xe8, 0x0b, 0x7f, 0x1c, 0x46, 0x06, 0x1f, 0x73, 0xf3, 0xe1, 0x00, 0x69, 0x13, - 0xb7, 0xa1, 0x7c, 0xea, 0x8f, 0x43, 0x83, 0x68, 0xc6, 0x06, 0xc1, 0x88, 0x38, 0x4a, 0xfb, 0x90, - 0xef, 0xd0, 0x31, 0x17, 0x74, 0x13, 0x4a, 0xa7, 0x7e, 0x68, 0xd6, 0xa9, 0x26, 0x0c, 0x23, 0x77, - 0x49, 0xa5, 0x1b, 0xed, 0xe3, 0x70, 0x97, 0x7c, 0x13, 0x36, 0xd1, 0xc6, 0xa8, 0x72, 0x7a, 0x0e, - 0xab, 0x3b, 0x84, 0x6e, 0x93, 0xb1, 0xe5, 0x10, 0xf3, 0x90, 0x44, 0xa1, 0xcc, 0x3d, 0x19, 0x08, - 0x88, 0x30, 0x66, 0x2d, 0x66, 0x27, 0x49, 0xd9, 0x62, 0x89, 0x5d, 0x3f, 0x3a, 0x59, 0x16, 0x95, - 0x93, 0x65, 0x17, 0xd6, 0x52, 0x6c, 0x23, 0xa7, 0x51, 0x0e, 0x08, 0x0d, 0x27, 0x68, 0x35, 0xc3, - 0x97, 0xd1, 0x72, 0x0a, 0xed, 0x0b, 0x58, 0xed, 0x9a, 0x66, 0x56, 0xb2, 0x1f, 0x40, 0x89, 0x39, - 0x72, 0x31, 0xce, 0x7c, 0x06, 0x8c, 0x80, 0xe9, 0x6a, 0xaa, 0xbd, 0x1c, 0xf2, 0x21, 0x6c, 0x88, - 0x79, 0x78, 0x6b, 0xde, 0x4c, 0xaf, 0x0d, 0xdb, 0x96, 0xe1, 0x00, 0xfb, 0xc9, 0xa2, 0xf2, 0x2c, - 0x53, 0xd9, 0xe1, 0x13, 0x68, 0x63, 0xe2, 0xd9, 0xc6, 0xe8, 0xed, 0x7b, 0x64, 0xa7, 0x8d, 0x1c, - 0x1e, 0xb2, 0x83, 0x35, 0x9e, 0x6d, 0xe0, 0x9e, 0x7d, 0x42, 0x9c, 0x28, 0x70, 0xfd, 0x92, 0xaf, - 0xad, 0x02, 0x96, 0x6b, 0xf0, 0x31, 0x40, 0x10, 0x02, 0xc3, 0x95, 0x50, 0x76, 0x89, 0xb8, 0x81, - 0x42, 0xa6, 0x3d, 0xe3, 0x47, 0xd1, 0x74, 0x1f, 0xe8, 0x23, 0xa8, 0x45, 0x44, 0x72, 0x14, 0xb9, - 0xac, 0x62, 0x2a, 0x6d, 0x9d, 0x2f, 0x6c, 0x46, 0x2c, 0xed, 0x0f, 0xc3, 0x83, 0xe9, 0x3b, 0xe8, - 0x24, 0x67, 0x85, 0xae, 0x84, 0xcb, 0x9e, 0xed, 0x79, 0x17, 0x36, 0xe4, 0xe4, 0xbe, 0x8b, 0xf1, - 0x75, 0xa2, 0xe5, 0xce, 0xf6, 0x84, 0xa0, 0xb5, 0x43, 0xa8, 0x0c, 0x9a, 0xe5, 0x32, 0x75, 0x61, - 0x59, 0x81, 0xc9, 0x35, 0x7a, 0x0f, 0xaa, 0x1e, 0x83, 0x58, 0x24, 0x5c, 0xa1, 0x96, 0x72, 0x0c, - 0x10, 0xb4, 0x11, 0x85, 0x76, 0x06, 0xad, 0xae, 0x69, 0x26, 0xd8, 0xa2, 0x4d, 0xa8, 0x70, 0xfc, - 0xb9, 0x14, 0x3b, 0xdb, 0x5e, 0xe2, 0xd1, 0x4f, 0xe0, 0x8a, 0x4f, 0xc6, 0xcc, 0x9d, 0x9e, 0x59, - 0x01, 0xb5, 0x9c, 0x63, 0x5d, 0x51, 0x0f, 0x31, 0x83, 0x1b, 0x9c, 0xa0, 0x27, 0xf1, 0x87, 0xb1, - 0x5a, 0xac, 0xc0, 0xb2, 0xd2, 0xb3, 0x1c, 0xe5, 0x2f, 0x0b, 0xb0, 0x22, 0xf3, 0x20, 0x6f, 0x29, - 0xd2, 0x07, 0xb0, 0xe2, 0xb1, 0x10, 0xc8, 0x3f, 0x25, 0x59, 0x61, 0x50, 0x88, 0x8a, 0xe5, 0x08, - 0xd7, 0xbb, 0x14, 0xaf, 0xf7, 0x3a, 0xac, 0x26, 0x65, 0x90, 0xc2, 0xfd, 0x5d, 0x01, 0x56, 0xe5, - 0xfa, 0xfc, 0x1f, 0x4c, 0xd8, 0xac, 0x91, 0x95, 0x66, 0x8d, 0x4c, 0x64, 0x4f, 0x12, 0xe2, 0x46, - 0xe7, 0xf3, 0x4e, 0xa4, 0x37, 0xdd, 0x20, 0xb0, 0x8e, 0x1d, 0x55, 0x71, 0x7f, 0x02, 0x60, 0x44, - 0x40, 0x39, 0xa2, 0x4e, 0x7a, 0x44, 0x4a, 0x33, 0x85, 0x5a, 0x7b, 0x05, 0x57, 0x73, 0x39, 0x4b, - 0xdd, 0xfc, 0x6d, 0x58, 0xbf, 0x84, 0x4e, 0xa4, 0x2f, 0xef, 0x56, 0xe8, 0xeb, 0x70, 0x35, 0x97, - 0xb3, 0x9c, 0xad, 0x09, 0x5c, 0x57, 0xd5, 0xe1, 0x9d, 0xf6, 0x9d, 0xe3, 0x6d, 0x6e, 0xc1, 0x8d, - 0x59, 0xdd, 0x49, 0x81, 0xfe, 0x00, 0x6e, 0x24, 0xd6, 0xf5, 0xdd, 0xce, 0xc6, 0x6d, 0xb8, 0x39, - 0x93, 0x7b, 0xc2, 0x17, 0x1d, 0xf2, 0x18, 0x3d, 0xf4, 0x45, 0x9f, 0x73, 0x5f, 0x14, 0xc2, 0xa2, - 0x3d, 0xbb, 0x72, 0x6c, 0xbb, 0x47, 0x86, 0x9d, 0x35, 0x8c, 0x1d, 0x0e, 0xc7, 0x12, 0xaf, 0x7d, - 0x01, 0xe8, 0x90, 0x1a, 0x7e, 0x92, 0xe9, 0x1b, 0xb4, 0x5f, 0x83, 0x95, 0x44, 0xfb, 0x38, 0x2d, - 0x73, 0x48, 0x5d, 0x2f, 0x29, 0xea, 0x2a, 0xeb, 0x2b, 0x06, 0x4a, 0xd2, 0x7f, 0x2f, 0x41, 0x79, - 0x20, 0xd3, 0xb3, 0x8e, 0xed, 0x5b, 0x61, 0x2e, 0x99, 0xfd, 0x66, 0x87, 0x1b, 0xcf, 0xa0, 0xd4, - 0x17, 0x71, 0x67, 0x03, 0xcb, 0x2f, 0xbe, 0x7c, 0xc7, 0xe1, 0xd1, 0x82, 0xfd, 0x64, 0xad, 0x8f, - 0x48, 0x40, 0x65, 0x64, 0xc9, 0x7f, 0xb3, 0xd0, 0xd5, 0x0a, 0xf4, 0xef, 0x2c, 0x7a, 0x62, 0xfa, - 0xc6, 0x77, 0x3c, 0x7e, 0xac, 0x62, 0xb0, 0x82, 0x5f, 0x48, 0x08, 0xba, 0x01, 0x70, 0x6a, 0xd8, - 0x96, 0x29, 0x32, 0x5f, 0x15, 0x9e, 0xa8, 0x52, 0x20, 0xe8, 0x43, 0x58, 0x75, 0x5c, 0xdd, 0x9a, - 0x78, 0xcc, 0x6b, 0xd3, 0x98, 0xd3, 0x82, 0xb0, 0x7d, 0xc7, 0xed, 0x4b, 0x54, 0xc4, 0x31, 0x3e, - 0x8d, 0x55, 0x13, 0xf9, 0xe9, 0xeb, 0x00, 0x22, 0x85, 0xa4, 0x1b, 0x81, 0xc3, 0x0f, 0xd0, 0x4d, - 0x5c, 0x13, 0x90, 0x6e, 0xe0, 0xa0, 0xab, 0x20, 0x3f, 0x74, 0xcb, 0xe4, 0x27, 0xe7, 0x1a, 0xae, - 0x0a, 0x40, 0xdf, 0x94, 0x09, 0x33, 0x4a, 0x7c, 0x62, 0xf2, 0x03, 0x73, 0x15, 0x47, 0xdf, 0xec, - 0x10, 0x1b, 0x50, 0xc3, 0x26, 0xfc, 0x98, 0x5c, 0xc5, 0xe2, 0x03, 0x6d, 0x42, 0xcb, 0x0a, 0xf4, - 0xb1, 0xef, 0x4e, 0x74, 0x72, 0x46, 0x89, 0xef, 0x18, 0x36, 0x3f, 0x23, 0x57, 0xf1, 0xa2, 0x15, - 0x3c, 0xf5, 0xdd, 0x49, 0x4f, 0x42, 0xd9, 0x14, 0x39, 0x32, 0xa3, 0xa7, 0x5b, 0x1e, 0x3f, 0x24, - 0xd7, 0x30, 0x84, 0xa0, 0xbe, 0x17, 0x25, 0xcd, 0x97, 0xe2, 0xa4, 0x39, 0x7a, 0x0f, 0x90, 0x15, - 0xe8, 0x61, 0x90, 0x6e, 0x39, 0x7c, 0xc6, 0xf8, 0x49, 0xb9, 0x8a, 0x5b, 0x56, 0xb0, 0x2f, 0x10, - 0x7d, 0x01, 0xd7, 0xfe, 0xa6, 0x00, 0xf5, 0x6d, 0xc2, 0xbc, 0xaa, 0x98, 0x54, 0xb6, 0xa6, 0x3c, - 0xe9, 0x20, 0x4f, 0x19, 0xf2, 0x2b, 0x4e, 0xa2, 0x15, 0x2f, 0x48, 0xa2, 0xa1, 0xbb, 0xb0, 0x64, - 0xbb, 0x0e, 0x3b, 0x14, 0x88, 0x66, 0x24, 0xf4, 0xc4, 0x8b, 0x02, 0x3c, 0x90, 0x50, 0x74, 0x0f, - 0x5a, 0xc1, 0x89, 0xeb, 0x53, 0x95, 0x52, 0x28, 0xc7, 0x92, 0x84, 0x87, 0xa4, 0xda, 0x3f, 0x14, - 0x60, 0x9e, 0x27, 0x90, 0xd8, 0x89, 0x5d, 0x09, 0xa2, 0xf3, 0x72, 0x81, 0x33, 0x23, 0xe8, 0x99, - 0x57, 0x13, 0xbf, 0x07, 0x0d, 0x33, 0x1e, 0x3e, 0x13, 0x82, 0x0d, 0x2f, 0x11, 0xa0, 0x47, 0x58, - 0x9c, 0x20, 0xe5, 0x29, 0x1b, 0x37, 0xa0, 0xba, 0xdc, 0xe5, 0xa4, 0x02, 0x33, 0x90, 0xf0, 0x11, - 0xda, 0x23, 0x7e, 0xc0, 0x79, 0xe3, 0x0c, 0x99, 0xf6, 0xa9, 0x48, 0x23, 0xb0, 0x76, 0xd2, 0x65, - 0x5c, 0xb2, 0xa1, 0x0d, 0xe8, 0x85, 0xb0, 0x0f, 0xa2, 0xf4, 0x7a, 0xd9, 0x69, 0x9b, 0x75, 0xd5, - 0x15, 0xab, 0x44, 0x49, 0x55, 0x09, 0xe6, 0x5d, 0x12, 0xbd, 0x49, 0x97, 0xf1, 0x4f, 0xcc, 0x65, - 0x10, 0xe2, 0x73, 0xcb, 0x60, 0x1c, 0xc2, 0x98, 0xab, 0x89, 0xa3, 0x6f, 0xf4, 0x63, 0x68, 0x18, - 0x9e, 0x67, 0x9f, 0x87, 0x93, 0x27, 0x72, 0x2b, 0xca, 0xb4, 0x77, 0x19, 0x56, 0xee, 0xd0, 0x75, - 0x23, 0xfe, 0x88, 0xd2, 0x36, 0xa5, 0x74, 0xda, 0x86, 0xf5, 0xa9, 0xa4, 0x6d, 0x1e, 0x43, 0x93, - 0x1c, 0x1d, 0x7b, 0xfa, 0x64, 0x6a, 0x53, 0xeb, 0xc4, 0xf5, 0xe4, 0xe5, 0xd3, 0x7a, 0xdc, 0xa0, - 0x77, 0x74, 0xec, 0xed, 0x49, 0x2c, 0x6e, 0x10, 0xe5, 0x0b, 0x75, 0x61, 0x49, 0x1c, 0xab, 0x7d, - 0x32, 0xb6, 0xc9, 0x88, 0xba, 0x3e, 0x5f, 0xde, 0xfa, 0xc3, 0xb6, 0x32, 0x7b, 0x8c, 0x00, 0x87, - 0x78, 0xbc, 0xe8, 0x27, 0xbe, 0xd1, 0x5d, 0x28, 0x5b, 0xce, 0xd8, 0xe5, 0x7e, 0x2b, 0x11, 0xe4, - 0x32, 0x39, 0x45, 0xd6, 0x88, 0x13, 0x30, 0x77, 0x4e, 0xad, 0x09, 0xf1, 0x03, 0xee, 0xb8, 0x12, - 0xee, 0x7c, 0xc8, 0xe1, 0x58, 0xe2, 0x59, 0xf0, 0x4c, 0x7d, 0xc3, 0x09, 0x78, 0x7a, 0xa5, 0x9a, - 0xe6, 0x3b, 0x0c, 0x51, 0x38, 0xa6, 0x62, 0xf3, 0x2c, 0x06, 0x22, 0x72, 0x47, 0xdc, 0xb7, 0x25, - 0xe6, 0x99, 0x8f, 0x42, 0x3a, 0x7d, 0x91, 0x4a, 0x10, 0x1f, 0xda, 0xbf, 0x14, 0xa0, 0xae, 0x2c, - 0x02, 0xfa, 0x14, 0x6a, 0x96, 0xa3, 0x27, 0x22, 0xba, 0x8b, 0x36, 0xcf, 0xaa, 0xe5, 0xc8, 0x86, - 0x3f, 0x85, 0x26, 0x39, 0x63, 0xc2, 0x24, 0xd7, 0xfa, 0xa2, 0xc6, 0x0d, 0xd1, 0x20, 0x66, 0x60, - 0x4d, 0x54, 0x06, 0xa5, 0xd7, 0x33, 0x10, 0x0d, 0xa4, 0x1d, 0xfe, 0x19, 0xd4, 0x85, 0x37, 0xd9, - 0xb5, 0x26, 0xd6, 0xcc, 0x9c, 0x1c, 0xba, 0x0d, 0x8d, 0x89, 0x71, 0x16, 0xfb, 0x23, 0x61, 0x05, - 0xf5, 0x89, 0x71, 0x16, 0xb9, 0xad, 0x4f, 0x60, 0x3d, 0x90, 0x97, 0x45, 0x3a, 0x3d, 0xf1, 0x49, - 0x70, 0xe2, 0xda, 0xa6, 0xee, 0x8d, 0xa8, 0xf4, 0x2a, 0xab, 0x21, 0x76, 0x18, 0x22, 0x07, 0x23, - 0xaa, 0xfd, 0x5b, 0x19, 0xaa, 0xa1, 0x76, 0xa2, 0xef, 0x41, 0xd3, 0x98, 0xd2, 0x13, 0xdd, 0x33, - 0x82, 0xe0, 0x3b, 0xd7, 0x37, 0xa5, 0x9f, 0x6d, 0x30, 0xe0, 0x40, 0xc2, 0xd0, 0x2d, 0xa8, 0x9b, - 0x24, 0x18, 0xf9, 0x96, 0xa7, 0xdc, 0xfa, 0xa8, 0x20, 0x74, 0x05, 0xaa, 0xb6, 0x3b, 0x32, 0x6c, - 0xdd, 0x08, 0xc2, 0xc4, 0x0e, 0xff, 0xee, 0x72, 0xdf, 0x1a, 0xed, 0x1a, 0x61, 0xe2, 0xa9, 0xcc, - 0x39, 0x2c, 0x85, 0xf0, 0xae, 0xcc, 0xd5, 0x6d, 0xc0, 0x82, 0x47, 0x88, 0xcf, 0x98, 0x88, 0xfc, - 0x4d, 0x85, 0x7d, 0x76, 0x03, 0xb6, 0x23, 0x72, 0xc4, 0xb1, 0xef, 0x4e, 0x3d, 0xae, 0xc3, 0x35, - 0x5c, 0x63, 0x90, 0x1d, 0x06, 0x60, 0x3b, 0x22, 0x47, 0x73, 0xbf, 0x22, 0x72, 0xd5, 0x55, 0x06, - 0xe0, 0x57, 0x48, 0xf7, 0x61, 0xd9, 0x27, 0x13, 0xf7, 0x94, 0xe8, 0x9e, 0x6f, 0x9d, 0x1a, 0x94, - 0xed, 0xaa, 0x72, 0xc3, 0x5d, 0x12, 0x88, 0x81, 0x80, 0x77, 0x03, 0xb6, 0x59, 0x09, 0xfd, 0x1c, - 0xdb, 0x86, 0xa7, 0x9b, 0xc6, 0xc4, 0xb3, 0x9c, 0x63, 0xae, 0xa5, 0x55, 0xdc, 0xe2, 0x98, 0xa7, - 0xb6, 0xe1, 0x6d, 0x0b, 0x38, 0xba, 0x03, 0x8b, 0x01, 0x71, 0x4c, 0x5d, 0x5e, 0x7f, 0xd1, 0x73, - 0xbe, 0x1b, 0x37, 0x71, 0x93, 0x41, 0xb7, 0x42, 0x20, 0x13, 0x5e, 0xde, 0x10, 0x8c, 0x0c, 0xaf, - 0x5d, 0xe7, 0xb1, 0x49, 0x4d, 0x40, 0xb6, 0x0c, 0x2e, 0xbc, 0x98, 0x3a, 0x86, 0x6d, 0x70, 0xac, - 0x98, 0x4b, 0x86, 0x5c, 0x84, 0xa2, 0x65, 0xf2, 0xed, 0xb8, 0x86, 0x8b, 0x96, 0x89, 0x7e, 0x02, - 0x4d, 0x99, 0x97, 0xb7, 0x99, 0xf2, 0x04, 0xed, 0xc5, 0xf4, 0x06, 0xa1, 0xa8, 0x16, 0x6e, 0x78, - 0xf1, 0x47, 0xc0, 0x96, 0x5a, 0xae, 0x91, 0x5c, 0x85, 0x25, 0xb1, 0xd4, 0x62, 0xa1, 0xe4, 0x12, - 0xbc, 0x0f, 0x28, 0xde, 0xe3, 0x1d, 0x4a, 0xfc, 0xb1, 0x31, 0x22, 0x7c, 0xbb, 0xae, 0xe1, 0xe5, - 0x68, 0xab, 0x0f, 0x11, 0x2c, 0xb6, 0x3a, 0xf5, 0xc7, 0x3c, 0xad, 0x5d, 0x13, 0x79, 0xa8, 0x2f, - 0xa1, 0xa1, 0x7a, 0x32, 0xd4, 0x86, 0x05, 0x91, 0xc7, 0x0b, 0x1f, 0x5a, 0x84, 0x9f, 0x5c, 0xc1, - 0x25, 0x95, 0x4e, 0xa9, 0x1d, 0x29, 0xb8, 0x84, 0x0d, 0xa9, 0xad, 0xfd, 0x45, 0x01, 0x16, 0x93, - 0x8e, 0x8d, 0xe9, 0x7c, 0xca, 0x17, 0xea, 0x23, 0xdb, 0x0a, 0x43, 0xe8, 0x2a, 0x5e, 0x4d, 0x3a, - 0xbe, 0x2d, 0x8e, 0x43, 0x8f, 0xa1, 0x93, 0x6d, 0x35, 0x0d, 0xd8, 0x86, 0x1f, 0xdd, 0xcf, 0x6d, - 0xa4, 0x5b, 0x72, 0x7c, 0xdf, 0xd4, 0xfe, 0xbe, 0x02, 0xb5, 0xc8, 0x4d, 0xfe, 0x2f, 0x58, 0xcc, - 0x03, 0xa8, 0x4e, 0x48, 0x10, 0x18, 0xc7, 0x32, 0x0a, 0x49, 0xec, 0x2b, 0x7b, 0x12, 0x83, 0x23, - 0x9a, 0x5c, 0x0b, 0x9b, 0x7f, 0xad, 0x85, 0x55, 0x2e, 0xb0, 0xb0, 0x85, 0x0b, 0x2d, 0xac, 0x9a, - 0xb2, 0xb0, 0x4d, 0xa8, 0x7c, 0x3b, 0x25, 0x53, 0x12, 0x48, 0x7f, 0xae, 0x6c, 0x19, 0x5f, 0x71, - 0x38, 0x96, 0xf8, 0x7c, 0x5b, 0x84, 0x37, 0xb1, 0xc5, 0xfa, 0xa5, 0x6d, 0xb1, 0x91, 0x67, 0x8b, - 0xfc, 0x52, 0x29, 0x08, 0x2c, 0xd7, 0x11, 0xc7, 0x73, 0x6e, 0x5a, 0x4d, 0xdc, 0x90, 0x40, 0xb1, - 0xc2, 0x3f, 0x82, 0xf5, 0x60, 0xea, 0x31, 0x8f, 0x4d, 0x4c, 0x66, 0x95, 0xc6, 0x91, 0x65, 0x5b, - 0x94, 0xc5, 0x0d, 0x8b, 0x3c, 0xa1, 0xbd, 0x16, 0x61, 0xb7, 0x14, 0x24, 0x9b, 0x23, 0xb6, 0xc3, - 0x0b, 0xbe, 0xc2, 0xb6, 0xaa, 0x47, 0xc7, 0x9e, 0xe0, 0xf9, 0x53, 0xa8, 0x1b, 0xe6, 0xc4, 0x0a, - 0xbb, 0x6d, 0xf1, 0xe0, 0xe7, 0x46, 0xce, 0x36, 0xfc, 0xa0, 0xcb, 0xc8, 0xc4, 0x8e, 0x0c, 0x46, - 0xf4, 0x9b, 0x85, 0x2f, 0xe1, 0xf5, 0x18, 0x37, 0xb7, 0x26, 0x8e, 0xbe, 0x19, 0xce, 0x18, 0x8d, - 0x88, 0x47, 0x89, 0xd9, 0x46, 0x02, 0x17, 0x7e, 0xb3, 0x63, 0x8b, 0x11, 0xbf, 0x75, 0x5a, 0x11, - 0x17, 0x79, 0x31, 0x04, 0xad, 0xc0, 0xbc, 0x3b, 0xa5, 0xfa, 0xb7, 0xed, 0x55, 0x71, 0x41, 0xe2, - 0x4e, 0xe9, 0x57, 0xec, 0xa4, 0x30, 0xb6, 0x5d, 0x2f, 0x68, 0xaf, 0x71, 0xa0, 0xf8, 0xd0, 0xee, - 0x03, 0xc4, 0xc2, 0xa1, 0x0a, 0x14, 0x9f, 0x0f, 0xc4, 0xcd, 0xef, 0xf6, 0xc1, 0x2f, 0xf6, 0x5b, - 0x05, 0x04, 0x50, 0x19, 0x3c, 0x7d, 0xa9, 0x6f, 0x0d, 0x5b, 0x45, 0xed, 0x8f, 0xa1, 0x1a, 0x6a, - 0x2a, 0x7a, 0x5f, 0x11, 0x5d, 0x6c, 0xd5, 0xcb, 0x19, 0x7d, 0x56, 0x46, 0x73, 0x07, 0xca, 0x41, - 0x78, 0x1d, 0x9b, 0x4b, 0xca, 0xd1, 0xda, 0xaf, 0x0b, 0xb0, 0x20, 0x21, 0x48, 0x83, 0xc6, 0xfe, - 0xc1, 0xb0, 0xff, 0xb4, 0xbf, 0xd5, 0x1d, 0xf6, 0x0f, 0xf6, 0x79, 0x2f, 0x65, 0x9c, 0x80, 0xb1, - 0x7d, 0xf6, 0xf9, 0x60, 0xbb, 0x3b, 0xec, 0x71, 0xc6, 0x65, 0x2c, 0xbf, 0x58, 0x78, 0x7e, 0x30, - 0xe8, 0xed, 0xcb, 0x27, 0x04, 0xfc, 0x37, 0xba, 0x06, 0xb5, 0x2f, 0x7b, 0xbd, 0x41, 0x77, 0xb7, - 0xff, 0xa2, 0xc7, 0x4d, 0xb0, 0x8c, 0x63, 0x00, 0x73, 0x69, 0xb8, 0xf7, 0x14, 0xf7, 0x0e, 0x9f, - 0x71, 0x33, 0x2b, 0xe3, 0xf0, 0x93, 0xb5, 0xdb, 0xee, 0x1f, 0x6e, 0x75, 0xf1, 0x76, 0x6f, 0x9b, - 0x1b, 0x58, 0x19, 0xc7, 0x00, 0x36, 0xab, 0xc3, 0x83, 0x61, 0x77, 0x97, 0x9b, 0x57, 0x19, 0x8b, - 0x0f, 0xed, 0x11, 0x54, 0x84, 0x95, 0x30, 0xbc, 0xe5, 0x78, 0x53, 0x2a, 0x03, 0x01, 0xf1, 0xc1, - 0xe4, 0x76, 0xa7, 0x94, 0x81, 0x65, 0x1c, 0x2c, 0xbe, 0x34, 0x02, 0x15, 0x11, 0x90, 0xa1, 0x07, - 0x50, 0x61, 0x31, 0xa6, 0x75, 0x2c, 0x67, 0x77, 0x3d, 0x1d, 0xb2, 0x6d, 0x71, 0x2c, 0x96, 0x54, - 0xe8, 0x87, 0xc9, 0x2b, 0xc4, 0xb5, 0x34, 0x79, 0xe2, 0x12, 0xf1, 0xd7, 0x05, 0x68, 0xa8, 0x5c, - 0x98, 0x09, 0x8d, 0x5c, 0xc7, 0x21, 0x23, 0xaa, 0xfb, 0x84, 0xfa, 0xe7, 0xe1, 0x64, 0x4b, 0x20, - 0x66, 0x30, 0x66, 0x0b, 0x3c, 0x16, 0x89, 0xee, 0xb3, 0xcb, 0xb8, 0xca, 0x00, 0x8c, 0x13, 0xdb, - 0x63, 0xbe, 0x21, 0xc4, 0x33, 0x6c, 0xeb, 0x94, 0xe8, 0xa9, 0x27, 0x1c, 0xcb, 0x11, 0xa6, 0x2f, - 0x11, 0x68, 0x1b, 0x6e, 0x4c, 0x2c, 0xc7, 0x9a, 0x4c, 0x27, 0x7a, 0xa4, 0xb7, 0x2c, 0xac, 0x8a, - 0x9b, 0x8a, 0x15, 0xba, 0x26, 0xa9, 0xba, 0x2a, 0x51, 0xc8, 0x45, 0xfb, 0x55, 0x11, 0xea, 0xca, - 0xf0, 0xfe, 0x9f, 0x0e, 0x83, 0x67, 0x19, 0xc8, 0xb1, 0x4b, 0x2d, 0x83, 0x39, 0xa7, 0x58, 0x38, - 0xa1, 0x88, 0x28, 0xc6, 0x3d, 0x0b, 0xc5, 0x8c, 0x5f, 0x1c, 0x08, 0x85, 0xcc, 0x7b, 0x71, 0x20, - 0x14, 0x32, 0xfa, 0xd6, 0xfe, 0xbb, 0x00, 0xb5, 0x28, 0x80, 0xcf, 0x06, 0x0e, 0x85, 0x9c, 0xc0, - 0xe1, 0x3a, 0x80, 0x20, 0x52, 0x6e, 0x5b, 0x45, 0x60, 0x33, 0x90, 0x3c, 0x26, 0x74, 0xaa, 0x9b, - 0x56, 0x30, 0x72, 0x4f, 0x89, 0x7f, 0x2e, 0x0f, 0xe2, 0x8d, 0x09, 0x9d, 0x6e, 0x87, 0x30, 0x16, - 0x11, 0xb0, 0x5d, 0x95, 0xcd, 0xe7, 0xc4, 0x35, 0xc3, 0x9b, 0xbf, 0xba, 0x84, 0xed, 0xb9, 0x26, - 0x3b, 0x7a, 0x2e, 0xca, 0x60, 0x2a, 0xb9, 0xd3, 0x35, 0x05, 0xb4, 0x9b, 0xff, 0x2a, 0xa3, 0x12, - 0xbe, 0x80, 0x08, 0x5f, 0x65, 0xb0, 0x8d, 0x90, 0x8e, 0x3c, 0x7d, 0x12, 0x04, 0x32, 0x60, 0xac, - 0xd0, 0x91, 0xb7, 0x17, 0x04, 0xda, 0xe7, 0x50, 0x57, 0x0e, 0x21, 0xe8, 0x01, 0xac, 0xa8, 0x27, - 0x96, 0x64, 0xac, 0xb1, 0xac, 0x9c, 0x50, 0x44, 0xa0, 0xa1, 0x4d, 0xa1, 0x22, 0x22, 0x30, 0xa6, - 0x3b, 0x96, 0xa7, 0x27, 0xb2, 0x17, 0x55, 0xcb, 0x93, 0xc8, 0x1f, 0xc0, 0xd2, 0xc4, 0x08, 0xbe, - 0xd1, 0x6d, 0xe2, 0x1c, 0xd3, 0x13, 0x7d, 0x62, 0x39, 0x72, 0xca, 0x9a, 0x0c, 0xbc, 0xcb, 0xa1, - 0x7b, 0x96, 0x93, 0xa1, 0x33, 0xce, 0x64, 0xb0, 0xa0, 0xd2, 0x19, 0x67, 0xda, 0x5f, 0x15, 0x00, - 0xe2, 0xab, 0xa3, 0xdf, 0xf2, 0x7e, 0x8f, 0xc1, 0x6c, 0x2b, 0xa0, 0xfc, 0x85, 0x52, 0x0d, 0xf3, - 0xdf, 0xfc, 0xca, 0x22, 0x4e, 0x8d, 0xa4, 0xaf, 0x2c, 0x38, 0x06, 0x47, 0x14, 0xda, 0x0e, 0x54, - 0xf7, 0x0c, 0x3a, 0x3a, 0x61, 0xc2, 0xdc, 0x4d, 0x08, 0xa3, 0x1c, 0x11, 0x39, 0xc5, 0x6b, 0xae, - 0x1a, 0x5f, 0x40, 0xa3, 0x1b, 0x0c, 0x0c, 0x7a, 0x22, 0xc6, 0x8a, 0x1e, 0x24, 0x98, 0x29, 0x87, - 0x2e, 0x95, 0x4a, 0xe1, 0xb9, 0x0e, 0x15, 0x31, 0x77, 0xa1, 0xf7, 0x14, 0x5f, 0xda, 0x7f, 0x95, - 0x01, 0xb6, 0x5c, 0xc7, 0xb4, 0x44, 0xf2, 0xe4, 0x23, 0x90, 0x8f, 0x5b, 0xf4, 0xf8, 0xbe, 0x0e, - 0xa5, 0x24, 0x3d, 0x24, 0x14, 0xd7, 0x04, 0x15, 0x1b, 0xd6, 0x8f, 0xa0, 0x11, 0x45, 0x5d, 0xac, - 0x51, 0x71, 0x66, 0xa3, 0x28, 0x6b, 0xc6, 0x9a, 0x7d, 0x06, 0x8b, 0x46, 0xa0, 0x7b, 0x06, 0x3d, - 0x91, 0x8b, 0x2a, 0xcf, 0x8f, 0xeb, 0xf9, 0x43, 0xc1, 0x0d, 0x43, 0x1d, 0xfe, 0x43, 0xa8, 0x87, - 0xad, 0x59, 0x9f, 0xe5, 0xd9, 0x82, 0x8a, 0x66, 0xac, 0xc7, 0x4f, 0xa3, 0x57, 0x7b, 0xf4, 0x9c, - 0xb7, 0x9a, 0x9f, 0xd9, 0xaa, 0x11, 0x11, 0xb2, 0x86, 0x5f, 0xc0, 0x32, 0x39, 0xa3, 0x7a, 0xb2, - 0x71, 0x65, 0x66, 0xe3, 0x25, 0x72, 0x46, 0xb7, 0xd4, 0xf6, 0xcc, 0x08, 0xbd, 0x6f, 0x2c, 0xdd, - 0x27, 0xc1, 0xd4, 0xa6, 0xdc, 0xce, 0xe6, 0x31, 0xf8, 0xe2, 0x65, 0xc1, 0xd4, 0xa6, 0xe8, 0x73, - 0x80, 0xf8, 0xb9, 0x00, 0x0f, 0x2b, 0x13, 0x31, 0x51, 0xbc, 0x3e, 0x22, 0x2f, 0xc0, 0x97, 0xb5, - 0x16, 0xbd, 0x26, 0x40, 0x4f, 0x60, 0xc5, 0x36, 0xfc, 0x63, 0x92, 0x92, 0xb0, 0x36, 0x53, 0xc2, - 0x65, 0x4e, 0xae, 0xca, 0xa8, 0x9d, 0x40, 0x2d, 0xe2, 0x8d, 0x56, 0x60, 0x09, 0x1f, 0x3c, 0x1f, - 0xf6, 0xf4, 0xe1, 0xab, 0x41, 0x4f, 0xdf, 0x3f, 0xd8, 0xef, 0xb5, 0xe6, 0xd0, 0x06, 0xac, 0x28, - 0xc0, 0xfe, 0xfe, 0xb0, 0x87, 0xf7, 0xbb, 0xbb, 0xad, 0x42, 0x0a, 0xd1, 0x7b, 0x29, 0x11, 0x45, - 0xb4, 0x0a, 0x2d, 0x05, 0xb1, 0x7b, 0xb0, 0xd5, 0xdd, 0x6d, 0x95, 0xb4, 0x31, 0x2c, 0x45, 0x3d, - 0x77, 0xc5, 0xfb, 0xd3, 0x8f, 0x12, 0xca, 0x7c, 0x5d, 0x1d, 0x79, 0x82, 0x50, 0xd1, 0xe7, 0x5b, - 0x50, 0x0f, 0x47, 0x6b, 0x45, 0x2f, 0x2c, 0x54, 0x90, 0xb6, 0x0f, 0xb5, 0x3d, 0x62, 0xca, 0x1e, - 0x7e, 0x98, 0xe8, 0x61, 0x43, 0x8d, 0xa5, 0xcc, 0x0c, 0xef, 0x55, 0x98, 0x3f, 0x35, 0xec, 0x69, - 0xf8, 0x00, 0x4d, 0x7c, 0x68, 0x3a, 0x2c, 0x75, 0x83, 0x81, 0x4f, 0x3c, 0xe2, 0x84, 0x5c, 0x5b, - 0x50, 0x32, 0x02, 0x47, 0x86, 0x29, 0xec, 0x27, 0x33, 0x33, 0x46, 0x61, 0x44, 0x41, 0x8a, 0xf8, - 0x42, 0x1a, 0x34, 0xa7, 0x01, 0xd1, 0x6d, 0x32, 0xa6, 0xfa, 0xc4, 0x0d, 0xa8, 0x74, 0xfb, 0xf5, - 0x69, 0x40, 0x76, 0xc9, 0x98, 0xee, 0xb9, 0xfc, 0x56, 0xa2, 0x29, 0xb3, 0xc0, 0x92, 0xfd, 0x85, - 0x8f, 0x79, 0x02, 0x62, 0x8f, 0xe5, 0x55, 0x0c, 0xff, 0xad, 0xdd, 0x85, 0xa5, 0x5d, 0xbe, 0xcd, - 0xf8, 0x64, 0x2c, 0x19, 0x44, 0x03, 0x91, 0x81, 0x94, 0x18, 0xc8, 0xbf, 0x96, 0x60, 0x41, 0x10, - 0x04, 0x71, 0x22, 0xca, 0x10, 0xef, 0x8c, 0x33, 0x8e, 0x92, 0x2b, 0x85, 0xa0, 0x96, 0x89, 0x28, - 0xc9, 0xfb, 0x53, 0xa8, 0xc5, 0x67, 0x0c, 0x61, 0xf3, 0x57, 0x66, 0x2e, 0x1c, 0x8e, 0x69, 0xd1, - 0x1d, 0x28, 0x4d, 0x88, 0x29, 0xad, 0x7d, 0x25, 0x67, 0x25, 0x30, 0xc3, 0xa3, 0x1f, 0x03, 0x30, - 0x0b, 0x17, 0xf3, 0x2d, 0x0d, 0xfc, 0x4a, 0xc2, 0x37, 0xa8, 0x4b, 0xc1, 0xed, 0x5c, 0x00, 0xd0, - 0x17, 0xd0, 0x4c, 0x98, 0xab, 0xb4, 0xf3, 0x0b, 0xa4, 0x6b, 0xa8, 0x16, 0x8b, 0x3e, 0x82, 0x05, - 0x99, 0xa6, 0x97, 0x46, 0xae, 0xa8, 0x4b, 0x62, 0x81, 0x70, 0x48, 0xc7, 0x84, 0x95, 0x9b, 0xbe, - 0x4f, 0xc6, 0x32, 0x61, 0xa8, 0xf4, 0x97, 0x5a, 0x97, 0x30, 0x1e, 0xf0, 0xc9, 0x18, 0x3d, 0x81, - 0xa5, 0x94, 0xed, 0xca, 0x14, 0xe2, 0x05, 0xe2, 0x2e, 0x26, 0xcd, 0x57, 0xfb, 0x65, 0x01, 0x6a, - 0xd1, 0x55, 0x6a, 0xb4, 0x7b, 0x14, 0x94, 0x8d, 0xec, 0x13, 0x80, 0x51, 0xe4, 0x44, 0xe4, 0x6a, - 0xad, 0xe6, 0x39, 0x18, 0xac, 0xd0, 0xa1, 0x1f, 0xc2, 0x82, 0x50, 0x8b, 0x40, 0xae, 0x96, 0x72, - 0x06, 0x91, 0x0a, 0x84, 0x43, 0x0a, 0xed, 0x2b, 0xa8, 0xc8, 0xc4, 0x60, 0x9e, 0x00, 0xc9, 0xc7, - 0x18, 0xc5, 0xcb, 0x3d, 0xc6, 0xf8, 0x8f, 0x02, 0xb4, 0xd2, 0x39, 0x44, 0xb4, 0x99, 0xb0, 0xe4, - 0xd5, 0x74, 0xb6, 0x51, 0x31, 0x63, 0xf5, 0x9d, 0x72, 0xf1, 0x12, 0xef, 0x94, 0x73, 0x6a, 0x47, - 0x12, 0x0f, 0x14, 0xca, 0xaf, 0x7b, 0xa0, 0x80, 0x3e, 0x80, 0x05, 0x93, 0x8c, 0x0d, 0xe6, 0xe4, - 0xe7, 0x2f, 0x32, 0xa4, 0x90, 0x4a, 0xfb, 0xcb, 0x02, 0x94, 0xb0, 0x6b, 0xa0, 0x45, 0x28, 0x1a, - 0x81, 0xb4, 0xd2, 0xa2, 0x11, 0xb0, 0xf3, 0x93, 0xd8, 0x60, 0x6d, 0x12, 0x06, 0x44, 0x31, 0x80, - 0x39, 0x99, 0x89, 0xc1, 0x51, 0xf2, 0xd2, 0x44, 0x7c, 0x29, 0x37, 0x02, 0xe5, 0xc4, 0x25, 0x51, - 0x98, 0x9b, 0x9f, 0xbf, 0xf8, 0x49, 0xa5, 0x76, 0x57, 0x5c, 0x8c, 0xb8, 0xc6, 0xeb, 0x9e, 0x49, - 0x8a, 0x17, 0x61, 0x9c, 0x30, 0x7e, 0x11, 0xe6, 0xbb, 0x46, 0xce, 0x8b, 0x30, 0x46, 0xc4, 0x51, - 0x5a, 0x00, 0xa5, 0x17, 0xfe, 0x38, 0x57, 0x3b, 0x16, 0xa1, 0xe8, 0x8b, 0xec, 0x53, 0x03, 0x17, - 0x7d, 0x93, 0x87, 0x8c, 0x22, 0xb5, 0xec, 0x8b, 0xe0, 0xab, 0x81, 0xab, 0x02, 0x80, 0xf9, 0x3b, - 0x79, 0x99, 0xb8, 0xf6, 0x29, 0x5f, 0x93, 0x06, 0xae, 0x0a, 0x00, 0xa6, 0x32, 0x4f, 0x28, 0x92, - 0xa6, 0x45, 0xcb, 0xd4, 0x7e, 0x53, 0x80, 0x8a, 0xb8, 0x7d, 0xcd, 0xcc, 0xf1, 0x55, 0x10, 0x5b, - 0xa8, 0x92, 0xf9, 0xaa, 0x0a, 0x40, 0xdf, 0x64, 0x5b, 0x36, 0x8b, 0xf6, 0x88, 0x23, 0xe2, 0xe6, - 0x92, 0xd8, 0xb2, 0x05, 0x88, 0xc7, 0xcd, 0xf7, 0xa0, 0x25, 0x09, 0xa4, 0x4f, 0x96, 0x0a, 0x52, - 0xc3, 0x4b, 0x02, 0xde, 0x0d, 0xc1, 0x89, 0x0b, 0x97, 0xf9, 0xd4, 0x85, 0xcb, 0x7b, 0x80, 0xd8, - 0xbe, 0xc0, 0x73, 0x7d, 0x9e, 0x4d, 0x74, 0x71, 0x99, 0x57, 0x11, 0xc9, 0x9d, 0x69, 0x40, 0xf6, - 0x24, 0x62, 0xc0, 0x1f, 0xc3, 0xff, 0x33, 0x3b, 0x8e, 0x18, 0x47, 0x36, 0xe9, 0x3b, 0x63, 0xf7, - 0x77, 0x72, 0xef, 0x76, 0x17, 0x96, 0x9c, 0xe9, 0x44, 0x57, 0x2e, 0xd4, 0xe4, 0x69, 0x6c, 0xd1, - 0x99, 0x4e, 0xd4, 0x0b, 0xc9, 0x2b, 0x50, 0x65, 0x84, 0xbc, 0x7e, 0x48, 0x1e, 0xfe, 0x9d, 0xe9, - 0x84, 0xdf, 0x49, 0xdf, 0x86, 0x06, 0x43, 0x45, 0x99, 0x18, 0x71, 0xdc, 0xaa, 0x3b, 0xd3, 0x49, - 0x57, 0x82, 0xb4, 0xcf, 0xf8, 0x05, 0x3c, 0xb6, 0x8e, 0xd8, 0x40, 0x42, 0x6d, 0x0b, 0xaf, 0x66, - 0x32, 0xef, 0x8f, 0xa2, 0x21, 0x8b, 0xab, 0x19, 0xed, 0x73, 0x5e, 0xd2, 0x16, 0xb5, 0x96, 0x2a, - 0x78, 0xd9, 0xe6, 0xf7, 0xb7, 0xa0, 0x1a, 0xce, 0x10, 0x02, 0xa8, 0xec, 0xec, 0x1e, 0x3c, 0xe9, - 0xee, 0xb6, 0xe6, 0x50, 0x0d, 0xe6, 0x45, 0x8c, 0xc2, 0x33, 0x38, 0xdd, 0xed, 0x9f, 0xeb, 0xfd, - 0xfd, 0x56, 0x11, 0xd5, 0x61, 0x81, 0xfd, 0x3e, 0x78, 0x3e, 0x6c, 0x95, 0xd0, 0x02, 0x94, 0x5e, - 0xe0, 0xa7, 0xad, 0xf2, 0x7d, 0x0a, 0x75, 0xe5, 0x0c, 0xc1, 0x53, 0x3e, 0xb8, 0xf7, 0xb4, 0xff, - 0xb2, 0x35, 0x87, 0x1a, 0x50, 0xdd, 0xef, 0xf5, 0x77, 0x9e, 0x3d, 0x39, 0xc0, 0xad, 0x02, 0x6b, - 0x31, 0xec, 0xee, 0x48, 0x3e, 0x87, 0xfa, 0xa0, 0x3b, 0x7c, 0xd6, 0x2a, 0xa1, 0x26, 0xd4, 0xb6, - 0x0e, 0xf6, 0xf6, 0x9e, 0xef, 0xf7, 0x87, 0xaf, 0x5a, 0x65, 0xb4, 0x0c, 0xcd, 0xde, 0xcb, 0xa1, - 0x1e, 0x83, 0xe6, 0x59, 0x0c, 0xb6, 0xdb, 0xc5, 0x3b, 0x3d, 0x05, 0x58, 0xb9, 0x7f, 0x0f, 0x6a, - 0xd1, 0x61, 0x81, 0x71, 0xee, 0xee, 0xbf, 0x12, 0x65, 0x3b, 0xdd, 0x5d, 0x29, 0x76, 0x7f, 0xff, - 0x45, 0x0f, 0x0f, 0x5b, 0xc5, 0xfb, 0xf7, 0xa1, 0x95, 0x3e, 0x0a, 0xa0, 0x0a, 0x14, 0x7b, 0x5f, - 0xb5, 0xe6, 0xd8, 0xdf, 0x9d, 0x5e, 0xab, 0xc0, 0xfe, 0xee, 0xf6, 0x5a, 0xc5, 0xfb, 0x1f, 0xc8, - 0xb3, 0x9e, 0xdc, 0xda, 0xab, 0x50, 0x96, 0x31, 0x1f, 0x9b, 0x87, 0xad, 0xad, 0xde, 0x60, 0x28, - 0x98, 0xe3, 0xde, 0xcf, 0x7b, 0x5b, 0x8c, 0xf9, 0x73, 0x58, 0xc9, 0x09, 0xcd, 0xd8, 0x30, 0x22, - 0x69, 0xf5, 0xee, 0xf6, 0x76, 0x6b, 0x8e, 0xc5, 0x80, 0x31, 0x08, 0xf7, 0xf6, 0x0e, 0x5e, 0xb0, - 0x8e, 0xd7, 0x60, 0x59, 0x85, 0x0e, 0x76, 0xbb, 0x5b, 0x4c, 0x8e, 0xf7, 0xa1, 0x99, 0x88, 0xc7, - 0xd8, 0x9c, 0xed, 0xf5, 0xb6, 0xf5, 0xbd, 0x03, 0xc6, 0x6a, 0x09, 0xea, 0xec, 0x23, 0x24, 0x2f, - 0xdc, 0x7f, 0x0f, 0x20, 0x76, 0xfa, 0x51, 0x11, 0x13, 0x9b, 0x84, 0xbd, 0xc1, 0x01, 0x96, 0x32, - 0xf7, 0x5e, 0xf2, 0xdf, 0xc5, 0x87, 0xff, 0x79, 0x13, 0xaa, 0x3b, 0x4c, 0x27, 0xba, 0x9e, 0x85, - 0x76, 0xa1, 0xae, 0x3c, 0xc1, 0x40, 0xd7, 0x12, 0x5b, 0x51, 0xea, 0x65, 0x47, 0xe7, 0xfa, 0x0c, - 0xac, 0xbc, 0x59, 0x9d, 0x43, 0x7d, 0x80, 0xf8, 0x91, 0x06, 0xba, 0xaa, 0x92, 0xa7, 0xde, 0x73, - 0x74, 0xae, 0xe5, 0x23, 0x23, 0x56, 0x4f, 0xa1, 0x16, 0x3d, 0x4d, 0x41, 0xca, 0xb1, 0x2e, 0xfd, - 0x86, 0xa5, 0x73, 0x35, 0x17, 0x17, 0xf1, 0xd9, 0x85, 0xba, 0x52, 0x53, 0xa7, 0x0e, 0x30, 0x5b, - 0xa4, 0xa7, 0x0e, 0x30, 0xaf, 0x10, 0x6f, 0x0e, 0x3d, 0x87, 0xc5, 0x64, 0x35, 0x1d, 0xba, 0xa9, - 0x9e, 0xa5, 0x73, 0x8a, 0xf4, 0x3a, 0xb7, 0x66, 0x13, 0xa8, 0x42, 0x2a, 0xf5, 0xa3, 0xaa, 0x90, - 0xd9, 0x92, 0x55, 0x55, 0xc8, 0x9c, 0xa2, 0x53, 0x6d, 0x0e, 0x61, 0x68, 0x26, 0xca, 0xd4, 0xd0, - 0x8d, 0x84, 0x4b, 0xcc, 0x72, 0xbc, 0x39, 0x13, 0x1f, 0xf1, 0xfc, 0x23, 0x58, 0xce, 0x94, 0xbf, - 0x21, 0xed, 0xf5, 0x65, 0x78, 0x9d, 0xef, 0x5d, 0x48, 0x13, 0xf1, 0xff, 0x7d, 0x68, 0xa5, 0xcb, - 0xdc, 0xd0, 0x6d, 0xa5, 0x69, 0x7e, 0x75, 0x5d, 0x47, 0xbb, 0x88, 0x44, 0x5d, 0xb5, 0x64, 0xd1, - 0x9b, 0xba, 0x6a, 0xb9, 0x15, 0x74, 0xea, 0xaa, 0xcd, 0xa8, 0x97, 0x9b, 0x43, 0x2f, 0x61, 0x29, - 0x55, 0xd7, 0x86, 0xd4, 0xc5, 0xce, 0x2d, 0xa6, 0xeb, 0xdc, 0xbe, 0x80, 0x22, 0xe2, 0xfc, 0x39, - 0x54, 0x84, 0x63, 0x47, 0x1b, 0x89, 0xc5, 0x8e, 0x5f, 0x4d, 0x74, 0xda, 0x59, 0x84, 0xaa, 0x4e, - 0xca, 0xcb, 0x07, 0x55, 0x9d, 0xb2, 0xcf, 0x2f, 0x54, 0x75, 0xca, 0x7b, 0x2e, 0x31, 0x87, 0x7e, - 0x06, 0x0b, 0xb2, 0x72, 0x17, 0xb5, 0x13, 0xf6, 0xa1, 0x54, 0xe8, 0x76, 0xae, 0xe4, 0x60, 0x54, - 0xb7, 0x10, 0xd7, 0xc9, 0xaa, 0x6e, 0x21, 0x53, 0xe9, 0xab, 0xba, 0x85, 0x9c, 0xd2, 0xda, 0x39, - 0xb4, 0x0d, 0x10, 0x57, 0x76, 0xa9, 0xac, 0x32, 0xf5, 0x5e, 0x9d, 0xfc, 0x47, 0x32, 0xda, 0xdc, - 0x87, 0x05, 0xf4, 0x38, 0xaa, 0x5c, 0x8b, 0xaf, 0xf1, 0x94, 0x8d, 0x32, 0x2a, 0xc7, 0xee, 0xa4, - 0x6a, 0x6a, 0x79, 0xe3, 0xa7, 0x50, 0x8b, 0x4a, 0x09, 0x55, 0xcf, 0x94, 0x2e, 0x64, 0x54, 0x3d, - 0x53, 0xb6, 0xf6, 0x50, 0xcc, 0x4a, 0x54, 0x68, 0x98, 0x98, 0x95, 0x74, 0x4d, 0x62, 0x62, 0x56, - 0xb2, 0xb5, 0x89, 0x73, 0xe8, 0x19, 0xd4, 0xa2, 0xe2, 0x40, 0x55, 0xa4, 0x74, 0xc9, 0xa2, 0x2a, - 0x52, 0xb6, 0x9a, 0x70, 0x6e, 0xb3, 0xc0, 0x34, 0x4f, 0x94, 0xe8, 0xa9, 0x9a, 0x97, 0xa8, 0x06, - 0xec, 0xb4, 0xb3, 0x08, 0xd5, 0x6b, 0x47, 0xd5, 0x78, 0xaa, 0x20, 0xe9, 0x22, 0xbf, 0xce, 0xd5, - 0x5c, 0x9c, 0xaa, 0x73, 0xb2, 0xfe, 0x08, 0xa5, 0x14, 0x3d, 0x2e, 0x5c, 0x51, 0x75, 0x2e, 0x55, - 0xac, 0x14, 0x69, 0x6d, 0x9a, 0x43, 0xb2, 0x2e, 0x29, 0xa5, 0xb5, 0x29, 0x0e, 0x91, 0xd6, 0x72, - 0x26, 0x19, 0x81, 0x55, 0x3e, 0xd7, 0xf2, 0x91, 0x2a, 0xab, 0xb8, 0x34, 0x08, 0x65, 0xf4, 0x62, - 0x06, 0xab, 0x9c, 0x6a, 0x22, 0x6e, 0xdb, 0x4a, 0x7d, 0x10, 0xca, 0x6a, 0x86, 0xca, 0xec, 0xfa, - 0x0c, 0xac, 0xba, 0x5e, 0x51, 0x75, 0x8f, 0xba, 0x5e, 0xe9, 0x22, 0x21, 0x75, 0xbd, 0xb2, 0xe5, - 0x40, 0x7c, 0xcb, 0x49, 0x54, 0x0a, 0xa9, 0x5b, 0x4e, 0x5e, 0xd1, 0x91, 0xba, 0xe5, 0xe4, 0x97, - 0x18, 0x45, 0x4e, 0xd0, 0x35, 0xd2, 0x4e, 0x30, 0x3a, 0x97, 0xa5, 0x9d, 0x60, 0x7c, 0x0e, 0x13, - 0x13, 0xa5, 0x54, 0xf5, 0xa0, 0xcc, 0xbc, 0xaa, 0x95, 0x4b, 0xea, 0x44, 0xe5, 0x95, 0x02, 0xcd, - 0x49, 0xbb, 0x60, 0xe7, 0xb6, 0xa4, 0x5d, 0xc4, 0x15, 0x39, 0x29, 0xbb, 0x50, 0xab, 0x6e, 0x14, - 0xbb, 0x60, 0x1c, 0x32, 0x76, 0xa1, 0x30, 0xb9, 0x9a, 0x8b, 0x4b, 0xcd, 0x49, 0x4a, 0x8c, 0x44, - 0x95, 0x52, 0x6a, 0x4e, 0x92, 0xcd, 0x31, 0x3f, 0xd8, 0x2a, 0xf7, 0x02, 0x37, 0x12, 0xc4, 0x99, - 0x7a, 0x15, 0x75, 0x99, 0x72, 0x0b, 0x7c, 0x04, 0xcf, 0x44, 0xe1, 0x8d, 0xca, 0x33, 0xaf, 0xa2, - 0x47, 0xe5, 0x99, 0x5f, 0xb1, 0xc3, 0xa3, 0x81, 0x74, 0x79, 0x8d, 0x1a, 0x0d, 0xcc, 0xa8, 0xe7, - 0x51, 0xa3, 0x81, 0x99, 0xd5, 0x39, 0x3c, 0x94, 0xc9, 0xd4, 0xd6, 0xa8, 0xa1, 0xcc, 0xac, 0xe2, - 0x1d, 0x35, 0x94, 0x99, 0x5d, 0x9c, 0x33, 0x87, 0x0e, 0xa0, 0xa1, 0xd6, 0xe1, 0xa0, 0x64, 0xbc, - 0x96, 0x2e, 0x39, 0xe9, 0xdc, 0x98, 0x85, 0x56, 0x19, 0xaa, 0x15, 0x34, 0x28, 0x19, 0xa5, 0x5e, - 0xc4, 0x30, 0xb7, 0xf0, 0x46, 0x04, 0x2e, 0xc9, 0xda, 0x18, 0x94, 0x89, 0x52, 0x33, 0x6c, 0x6f, - 0x5f, 0x40, 0xa1, 0x2e, 0x5c, 0xba, 0x18, 0x46, 0x5d, 0xb8, 0x19, 0x65, 0x37, 0x1d, 0xed, 0x22, - 0x92, 0xd4, 0x91, 0x40, 0x26, 0xd7, 0x92, 0x47, 0x82, 0x44, 0x69, 0x47, 0xea, 0x48, 0x90, 0xaa, - 0xa3, 0xe0, 0x7c, 0xa2, 0xd2, 0x01, 0x95, 0x4f, 0xba, 0xa6, 0x46, 0xe5, 0x93, 0xad, 0x7a, 0xe1, - 0xeb, 0xa2, 0x3e, 0xfa, 0x57, 0xd7, 0x25, 0xa7, 0x1c, 0x46, 0x5d, 0x97, 0xdc, 0x4a, 0x15, 0x19, - 0xb8, 0x2b, 0xaf, 0xf8, 0x93, 0x81, 0x7b, 0xb6, 0x86, 0x25, 0x19, 0xb8, 0xe7, 0x15, 0x8d, 0xcc, - 0x21, 0x93, 0x17, 0x8b, 0x65, 0xb2, 0x87, 0xdf, 0xcf, 0x99, 0xa2, 0x4c, 0x49, 0x42, 0xe7, 0xce, - 0x6b, 0xa8, 0xd4, 0x5e, 0x72, 0xaa, 0x31, 0xd4, 0x5e, 0x66, 0x97, 0x81, 0xa8, 0xbd, 0x5c, 0x54, - 0xd2, 0x31, 0x87, 0x26, 0x61, 0xc9, 0x58, 0xa6, 0xa3, 0xbb, 0xf9, 0x73, 0x9b, 0xed, 0x6b, 0xf3, - 0xf5, 0x84, 0x51, 0x77, 0x5e, 0x54, 0x27, 0x96, 0x4d, 0xbe, 0xce, 0x98, 0xf8, 0x6c, 0x87, 0xf7, - 0x2e, 0x41, 0xa9, 0xc6, 0x09, 0x71, 0x42, 0x07, 0x5d, 0x4d, 0x87, 0xf8, 0x4a, 0x92, 0xa8, 0x73, - 0x2d, 0x1f, 0x19, 0xb2, 0x3a, 0xaa, 0xf0, 0xff, 0x7f, 0xf4, 0xf1, 0xff, 0x04, 0x00, 0x00, 0xff, - 0xff, 0x3c, 0x7c, 0x0f, 0xfe, 0x0e, 0x49, 0x00, 0x00, + // 5725 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x3c, 0x5d, 0x6f, 0x1c, 0x47, + 0x72, 0xdc, 0x0f, 0x2e, 0x77, 0x6b, 0x3f, 0xd9, 0xfc, 0x5a, 0xad, 0xbe, 0xe7, 0x2c, 0x8b, 0x92, + 0x6d, 0xd9, 0x96, 0x6d, 0xd9, 0xb1, 0x6c, 0xdf, 0xad, 0xc8, 0x15, 0xb5, 0x67, 0x7e, 0xac, 0x9b, + 0x2b, 0x9d, 0xe4, 0x7c, 0x4c, 0x86, 0x3b, 0xbd, 0xcb, 0x89, 0x67, 0x67, 0xc6, 0x33, 0xb3, 0x14, + 0x89, 0x00, 0x09, 0x70, 0x79, 0x0c, 0xf2, 0x0f, 0x02, 0xe4, 0xfd, 0x90, 0x3c, 0xe4, 0x29, 0x40, + 0x9e, 0x73, 0x41, 0x80, 0x03, 0xf2, 0x13, 0x92, 0x87, 0xfc, 0x80, 0xbc, 0xe6, 0x25, 0x40, 0xd0, + 0x1f, 0x33, 0xd3, 0xf3, 0xb1, 0x14, 0xa5, 0xd3, 0x25, 0xc8, 0x13, 0x77, 0xaa, 0xaa, 0xab, 0xab, + 0xbb, 0xab, 0xaa, 0xab, 0xab, 0xbb, 0x08, 0xd5, 0x89, 0x7d, 0x34, 0x71, 0xee, 0x39, 0xae, 0xed, + 0xdb, 0xa8, 0xcc, 0x3e, 0x34, 0xc7, 0x50, 0xbe, 0x07, 0xb4, 0x43, 0xfc, 0x7d, 0x62, 0x4c, 0x8e, + 0x8f, 0x6c, 0x17, 0x93, 0x1f, 0x67, 0xc4, 0xf3, 0xd1, 0x5d, 0x68, 0x11, 0x4b, 0x3b, 0x32, 0x49, + 0x57, 0x3f, 0x21, 0xae, 0x6f, 0x78, 0x44, 0x6f, 0xe7, 0x6e, 0xe4, 0x36, 0xcb, 0x38, 0x05, 0x47, + 0x6d, 0x58, 0xd2, 0x74, 0xdd, 0x25, 0x9e, 0xd7, 0xce, 0xdf, 0xc8, 0x6d, 0x56, 0x70, 0xf0, 0xa9, + 0x3c, 0x84, 0x95, 0x18, 0x6f, 0xcf, 0xb1, 0x2d, 0x8f, 0xa0, 0x77, 0x60, 0xd1, 0x21, 0xc4, 0xf5, + 0xda, 0xb9, 0x1b, 0x85, 0xcd, 0xea, 0xfd, 0xc6, 0xbd, 0x40, 0x98, 0x7b, 0x03, 0x42, 0x5c, 0xcc, + 0x91, 0xca, 0x04, 0x2a, 0x5d, 0x77, 0x32, 0x9b, 0x12, 0xcb, 0xf7, 0xd0, 0x3d, 0x28, 0xbb, 0xc4, + 0xb3, 0x67, 0xee, 0x88, 0x30, 0x39, 0x1a, 0xf7, 0x51, 0xd4, 0x0a, 0x0b, 0x0c, 0x0e, 0x69, 0xd0, + 0x3a, 0x94, 0xc6, 0xda, 0xd4, 0x30, 0xcf, 0x98, 0x48, 0x75, 0x2c, 0xbe, 0x10, 0x82, 0xa2, 0xa5, + 0x4d, 0x49, 0xbb, 0xc0, 0x04, 0x65, 0xbf, 0x95, 0x3f, 0x85, 0x46, 0x57, 0xd7, 0x07, 0x9a, 0x7f, + 0x1c, 0x8c, 0xfe, 0x75, 0x7b, 0x5b, 0x83, 0xd2, 0x89, 0x3b, 0x56, 0x0d, 0x5d, 0x4c, 0xc0, 0xe2, + 0x89, 0x3b, 0xee, 0xeb, 0x48, 0x81, 0xa2, 0xa3, 0xf9, 0xc7, 0xac, 0xb3, 0xf8, 0x30, 0x69, 0x5f, + 0x0c, 0xa7, 0xdc, 0x82, 0x66, 0xd8, 0xb9, 0x98, 0x1e, 0x04, 0xc5, 0xd9, 0xcc, 0xe0, 0xf3, 0x5d, + 0xc3, 0xec, 0xb7, 0xf2, 0xab, 0x1c, 0x2c, 0x6f, 0x13, 0x93, 0xf8, 0xe4, 0x77, 0x20, 0x67, 0x34, + 0x59, 0x85, 0xd8, 0x64, 0x05, 0xf2, 0x17, 0xe7, 0xcb, 0x1f, 0x0a, 0xbb, 0x28, 0x09, 0xbb, 0x0a, + 0x48, 0x96, 0x95, 0x0f, 0x4b, 0xf9, 0x02, 0x50, 0x57, 0xd7, 0x93, 0x8a, 0x46, 0xfb, 0x20, 0xc4, + 0x65, 0xe2, 0xa7, 0x55, 0x81, 0xe1, 0x94, 0x35, 0x58, 0x89, 0xb5, 0x14, 0x0c, 0x1f, 0xc2, 0x1a, + 0xef, 0xe6, 0x4d, 0x78, 0xb6, 0x61, 0x3d, 0xd9, 0x58, 0xb0, 0x7d, 0x06, 0xab, 0x98, 0x78, 0x69, + 0x93, 0x90, 0xd4, 0x3c, 0x17, 0x53, 0x73, 0xf4, 0x0e, 0xd4, 0x47, 0xf6, 0x74, 0x3a, 0xb3, 0x8c, + 0x91, 0xe6, 0x1b, 0xb6, 0x25, 0x66, 0x37, 0x0e, 0x54, 0x36, 0x60, 0x2d, 0xc1, 0x57, 0x74, 0xf8, + 0x8f, 0x39, 0x68, 0x1f, 0xda, 0x63, 0xff, 0x35, 0x7b, 0x3d, 0x84, 0x8a, 0x6e, 0xb8, 0x64, 0x14, + 0xf6, 0xd8, 0xb8, 0xff, 0x59, 0x34, 0xd4, 0x79, 0x0c, 0x23, 0xc4, 0x76, 0xd0, 0x18, 0x47, 0x7c, + 0x94, 0x0f, 0x01, 0xa5, 0x09, 0x50, 0x09, 0xf2, 0xfd, 0xfd, 0xd6, 0x02, 0x5a, 0x82, 0xc2, 0xc1, + 0xd3, 0x61, 0x2b, 0x87, 0xca, 0x50, 0x7c, 0x74, 0x30, 0x7c, 0xd2, 0xca, 0x2b, 0x97, 0xe1, 0x52, + 0x46, 0x57, 0x62, 0x64, 0x2f, 0x60, 0xe3, 0xf0, 0x78, 0xe6, 0xeb, 0xf6, 0x4b, 0xeb, 0x6d, 0xcf, + 0x66, 0x07, 0xda, 0x69, 0xd6, 0xa2, 0xdb, 0x8f, 0x61, 0xad, 0xc7, 0x9c, 0xd4, 0x85, 0x3b, 0xa5, + 0xea, 0x90, 0x6c, 0x22, 0x98, 0x3d, 0x87, 0xf5, 0x6d, 0xc3, 0x7b, 0x2d, 0x6e, 0x17, 0x1c, 0xc2, + 0x25, 0xd8, 0x48, 0x71, 0x16, 0x9d, 0x4e, 0xa0, 0xc5, 0xc5, 0xd9, 0x73, 0xfd, 0xa0, 0xbb, 0xcb, + 0x50, 0xd1, 0x67, 0x53, 0x47, 0xf5, 0xcf, 0x1c, 0x6e, 0xed, 0x8b, 0xb8, 0x4c, 0x01, 0xc3, 0x33, + 0x87, 0xa0, 0x0e, 0x94, 0xc7, 0x86, 0x49, 0x98, 0x6f, 0xe3, 0x9d, 0x85, 0xdf, 0x14, 0x67, 0x58, + 0x3e, 0x71, 0x4f, 0x34, 0x93, 0x19, 0x78, 0x11, 0x87, 0xdf, 0xca, 0x0a, 0x2c, 0x4b, 0x1d, 0x89, + 0xde, 0x57, 0x60, 0x59, 0x08, 0x16, 0x75, 0xcf, 0x8c, 0x5a, 0x02, 0x0a, 0xd2, 0x3f, 0x87, 0x56, + 0xdf, 0xfa, 0x13, 0x32, 0xf2, 0x25, 0x41, 0xdf, 0x92, 0x57, 0xa2, 0xbb, 0x84, 0xe6, 0x1f, 0x7b, + 0xed, 0x42, 0x6a, 0x97, 0xa0, 0x6e, 0x85, 0x23, 0xa9, 0xac, 0x92, 0x00, 0x42, 0xaa, 0xbf, 0xcd, + 0x41, 0xbd, 0xab, 0xeb, 0x8f, 0xa6, 0xce, 0xab, 0xd7, 0x0a, 0x41, 0xd1, 0xb1, 0x5d, 0x5f, 0xec, + 0x13, 0xec, 0x37, 0xfa, 0x0a, 0x8a, 0x6c, 0x96, 0x0b, 0x4c, 0xfa, 0xcd, 0xa8, 0xe7, 0x18, 0xd3, + 0x7b, 0x7b, 0xb6, 0x65, 0xf8, 0xb6, 0x6b, 0x58, 0x93, 0x81, 0x6d, 0x1a, 0xa3, 0x33, 0xcc, 0x5a, + 0x29, 0x1f, 0x42, 0x2b, 0x89, 0xa1, 0x96, 0x33, 0xc0, 0xbd, 0xd6, 0x02, 0xb5, 0x9c, 0xc1, 0xc1, + 0x61, 0xdc, 0x86, 0x5a, 0x6c, 0x03, 0x62, 0x8c, 0xc5, 0x00, 0x7e, 0x06, 0x2d, 0xee, 0x9d, 0xde, + 0x74, 0x08, 0x6c, 0x0d, 0x23, 0x0e, 0x82, 0xed, 0x10, 0x96, 0x85, 0x64, 0xd8, 0x38, 0x0a, 0xf8, + 0xde, 0x82, 0x45, 0x9f, 0x2e, 0xab, 0x70, 0x97, 0xcd, 0x68, 0xb4, 0x43, 0x0a, 0xc6, 0x1c, 0x4b, + 0xbb, 0x1f, 0xcd, 0x5c, 0x97, 0x58, 0xbc, 0x9f, 0x32, 0x0e, 0x3e, 0x95, 0x1e, 0x94, 0xf1, 0xe0, + 0xdb, 0xfe, 0x96, 0x6d, 0x8d, 0xcf, 0x11, 0xf2, 0x3a, 0x54, 0x5d, 0x32, 0xb5, 0x7d, 0xa2, 0x86, + 0xb2, 0x56, 0x30, 0x70, 0xd0, 0x80, 0x4a, 0xfc, 0xd7, 0x45, 0xa8, 0x50, 0x3e, 0x87, 0xbe, 0xe6, + 0xb3, 0x0d, 0x7c, 0xe6, 0xf8, 0xc6, 0x94, 0x8b, 0x55, 0xc0, 0xe2, 0x8b, 0x2a, 0x33, 0xb5, 0x79, + 0x86, 0xc9, 0x33, 0x4c, 0xf8, 0x8d, 0x1a, 0x90, 0x9f, 0x39, 0x6c, 0xd1, 0xca, 0x38, 0x3f, 0x73, + 0x78, 0x97, 0x23, 0xdb, 0xd5, 0x55, 0xc3, 0x39, 0xf9, 0x94, 0x6d, 0x63, 0x75, 0xda, 0x25, 0x05, + 0xf5, 0x9d, 0x93, 0x4f, 0xe3, 0x04, 0x0f, 0xd8, 0x1e, 0x26, 0x13, 0x3c, 0xa0, 0x04, 0x8e, 0x4b, + 0xc6, 0xc6, 0x29, 0xe7, 0x50, 0xe2, 0x04, 0x1c, 0x14, 0x70, 0x88, 0x08, 0x1e, 0xb4, 0x97, 0x12, + 0x04, 0x0f, 0xe8, 0x38, 0x3c, 0xe2, 0x1a, 0x9a, 0xd9, 0x2e, 0xf3, 0xbd, 0x95, 0x7f, 0xa1, 0x9f, + 0x40, 0xdd, 0x25, 0x23, 0x62, 0x9c, 0x10, 0x21, 0x5d, 0x85, 0x0d, 0xa6, 0x16, 0x00, 0x19, 0xf7, + 0x04, 0xd1, 0x83, 0x36, 0xa4, 0x88, 0x1e, 0x50, 0x22, 0xce, 0x53, 0xb5, 0x6c, 0xdf, 0x18, 0x9f, + 0xb5, 0xab, 0x9c, 0x88, 0x03, 0xf7, 0x19, 0x8c, 0xca, 0x39, 0xd2, 0x46, 0xc7, 0x44, 0x75, 0xa9, + 0xa3, 0x6e, 0xd7, 0x18, 0x09, 0x30, 0x10, 0x73, 0xdd, 0xe8, 0x16, 0x34, 0x42, 0x02, 0xa6, 0x2c, + 0xed, 0x3a, 0xa3, 0xa9, 0x07, 0x34, 0x3c, 0x36, 0xb9, 0x06, 0x55, 0x62, 0xe9, 0xaa, 0x3d, 0x56, + 0x75, 0xcd, 0xd7, 0xda, 0x0d, 0x46, 0x53, 0x21, 0x96, 0x7e, 0x30, 0xde, 0xd6, 0x7c, 0x0d, 0xad, + 0xc2, 0x22, 0x71, 0x5d, 0xdb, 0x6d, 0x37, 0x19, 0x86, 0x7f, 0xa0, 0x9b, 0x20, 0xa4, 0x51, 0x7f, + 0x9c, 0x11, 0xf7, 0xac, 0xdd, 0x62, 0xc8, 0x2a, 0x87, 0x7d, 0x47, 0x41, 0x7c, 0x29, 0x3c, 0xe2, + 0x0b, 0x8a, 0x65, 0x2e, 0x20, 0x03, 0x31, 0x02, 0xe5, 0x05, 0x14, 0xb1, 0xf3, 0x83, 0x81, 0xde, + 0x85, 0xe2, 0xc8, 0xb6, 0xc6, 0x42, 0x5b, 0x65, 0xcf, 0x22, 0x74, 0x10, 0x33, 0x3c, 0xba, 0x03, + 0x8b, 0x1e, 0xd5, 0x24, 0xa6, 0x25, 0xd5, 0xfb, 0x2b, 0x71, 0x42, 0xa6, 0x64, 0x98, 0x53, 0x28, + 0x9b, 0xd0, 0xd8, 0x21, 0x3e, 0xe5, 0x1e, 0xd8, 0x44, 0x14, 0x11, 0xe5, 0xe4, 0x88, 0x48, 0x79, + 0x08, 0xcd, 0x90, 0x52, 0xcc, 0xc8, 0x26, 0x2c, 0x79, 0xc4, 0x3d, 0xc9, 0x0c, 0x67, 0x19, 0x61, + 0x80, 0x56, 0xbe, 0x67, 0x66, 0x2e, 0x77, 0xf3, 0x7a, 0x5e, 0xa9, 0x03, 0x65, 0xd3, 0x18, 0x13, + 0xa6, 0xfa, 0x05, 0xae, 0xfa, 0xc1, 0xb7, 0xb2, 0xcc, 0xc2, 0x48, 0x59, 0x30, 0xa5, 0x1b, 0x78, + 0x80, 0x37, 0xee, 0x31, 0x0a, 0xe4, 0x62, 0x8c, 0x3f, 0x08, 0xf6, 0x8c, 0x0b, 0x31, 0xa6, 0x4c, + 0x64, 0x72, 0xc1, 0xe4, 0x5e, 0xb8, 0x9d, 0x5c, 0x8c, 0xcb, 0x1a, 0xac, 0xc4, 0xe8, 0x05, 0x9b, + 0xf7, 0xa1, 0xc5, 0xf4, 0xf7, 0x62, 0x4c, 0x56, 0x60, 0x59, 0xa2, 0x16, 0x2c, 0x3e, 0x82, 0xd5, + 0x30, 0x82, 0xb9, 0x18, 0x9b, 0x0d, 0x58, 0x4b, 0xb4, 0x10, 0xac, 0x7e, 0x93, 0x0b, 0xc6, 0xfa, + 0x3d, 0x39, 0x72, 0xb5, 0x80, 0x53, 0x0b, 0x0a, 0x33, 0xd7, 0x14, 0x5c, 0xe8, 0x4f, 0xa6, 0xed, + 0xf6, 0xcc, 0x27, 0x6c, 0x33, 0xa7, 0xc7, 0xa6, 0x02, 0x73, 0x86, 0x14, 0x44, 0xb7, 0x73, 0x8f, + 0x76, 0x4e, 0x75, 0x86, 0xc6, 0x0e, 0x3c, 0x26, 0x0f, 0x3e, 0xd1, 0xa7, 0xb0, 0x6e, 0x91, 0x53, + 0xff, 0xd8, 0x76, 0x54, 0xdf, 0x35, 0x26, 0x13, 0xe2, 0xaa, 0xfc, 0x44, 0xc6, 0xfc, 0x5b, 0x19, + 0xaf, 0x0a, 0xec, 0x90, 0x23, 0xb9, 0x38, 0xe8, 0x3e, 0xac, 0x25, 0x5b, 0xe9, 0xc4, 0xd4, 0xce, + 0x84, 0xcf, 0x5b, 0x89, 0x37, 0xda, 0xa6, 0x28, 0x3a, 0xe5, 0xb1, 0xc1, 0x88, 0x41, 0x36, 0xa1, + 0xbe, 0x43, 0xfc, 0x67, 0xee, 0x38, 0x88, 0x0c, 0x3e, 0x61, 0xe6, 0xc3, 0x00, 0xc2, 0x26, 0x6e, + 0x42, 0xf1, 0xc4, 0x1d, 0x07, 0x06, 0x51, 0x8f, 0x0c, 0x82, 0x12, 0x31, 0x94, 0xf2, 0x11, 0xdb, + 0xa1, 0x23, 0x2e, 0xe8, 0x3a, 0x14, 0x4e, 0xdc, 0xc0, 0xac, 0x13, 0x4d, 0x28, 0x46, 0xec, 0x92, + 0x52, 0x37, 0xca, 0x27, 0xc1, 0x2e, 0xf9, 0x3a, 0x6c, 0xc2, 0x8d, 0x51, 0xe6, 0xf4, 0x14, 0x56, + 0x77, 0x88, 0xbf, 0x4d, 0xc6, 0x86, 0x45, 0xf4, 0x43, 0x12, 0x86, 0x32, 0x77, 0x44, 0x20, 0xc0, + 0xc3, 0x98, 0xb5, 0x88, 0x9d, 0x20, 0xa5, 0x8b, 0xc5, 0x77, 0xfd, 0xf0, 0x64, 0x99, 0x97, 0x4e, + 0x96, 0x5d, 0x58, 0x4b, 0xb0, 0x0d, 0x9d, 0x46, 0xd1, 0x23, 0x7e, 0x30, 0x41, 0xab, 0x29, 0xbe, + 0x94, 0x96, 0x51, 0x28, 0xdf, 0xc0, 0x6a, 0x57, 0xd7, 0xd3, 0x92, 0xbd, 0x0b, 0x05, 0xea, 0xc8, + 0xf9, 0x38, 0xb3, 0x19, 0x50, 0x02, 0xaa, 0xab, 0x89, 0xf6, 0x62, 0xc8, 0x87, 0xb0, 0xc1, 0xe7, + 0xe1, 0x8d, 0x79, 0x53, 0xbd, 0xd6, 0x4c, 0x53, 0x84, 0x03, 0xf4, 0x27, 0x8d, 0xca, 0xd3, 0x4c, + 0x45, 0x87, 0x8f, 0xa0, 0x8d, 0x89, 0x63, 0x6a, 0xa3, 0x37, 0xef, 0x91, 0x9e, 0x36, 0x32, 0x78, + 0x88, 0x0e, 0xd6, 0x58, 0xb6, 0x81, 0x79, 0xf6, 0x29, 0xb1, 0xc2, 0xc0, 0xf5, 0x5b, 0xb6, 0xb6, + 0x12, 0x58, 0xac, 0xc1, 0x27, 0x00, 0x5e, 0x00, 0x0c, 0x56, 0x42, 0xda, 0x25, 0xa2, 0x06, 0x12, + 0x99, 0xf2, 0x84, 0x1d, 0x45, 0x93, 0x7d, 0xa0, 0x8f, 0xa1, 0x12, 0x12, 0x89, 0x51, 0x64, 0xb2, + 0x8a, 0xa8, 0x94, 0x75, 0xb6, 0xb0, 0x29, 0xb1, 0x94, 0x3f, 0x0c, 0x0e, 0xa6, 0x6f, 0xa1, 0x93, + 0x8c, 0x15, 0xba, 0x14, 0x2c, 0x7b, 0xba, 0xe7, 0x5d, 0xd8, 0x10, 0x93, 0xfb, 0x36, 0xc6, 0xd7, + 0x09, 0x97, 0x3b, 0xdd, 0x13, 0x82, 0xd6, 0x0e, 0xf1, 0x45, 0xd0, 0x2c, 0x96, 0xa9, 0x0b, 0xcb, + 0x12, 0x4c, 0xac, 0xd1, 0xfb, 0x50, 0x76, 0x28, 0xc4, 0x20, 0xc1, 0x0a, 0xb5, 0xa4, 0x63, 0x00, + 0xa7, 0x0d, 0x29, 0x94, 0x53, 0x68, 0x75, 0x75, 0x3d, 0xc6, 0x16, 0x6d, 0x42, 0x89, 0xe1, 0xcf, + 0x84, 0xd8, 0xe9, 0xf6, 0x02, 0x8f, 0xbe, 0x84, 0x4b, 0x2e, 0x19, 0x53, 0x77, 0x7a, 0x6a, 0x78, + 0xbe, 0x61, 0x4d, 0x54, 0x49, 0x3d, 0xf8, 0x0c, 0x6e, 0x30, 0x82, 0x9e, 0xc0, 0x1f, 0x46, 0x6a, + 0xb1, 0x02, 0xcb, 0x52, 0xcf, 0x62, 0x94, 0xbf, 0xcc, 0xc1, 0x8a, 0xc8, 0x83, 0xbc, 0xa1, 0x48, + 0x1f, 0xc2, 0x8a, 0x43, 0x43, 0x20, 0xf7, 0x84, 0xa4, 0x85, 0x41, 0x01, 0x2a, 0x92, 0x23, 0x58, + 0xef, 0x42, 0xb4, 0xde, 0xeb, 0xb0, 0x1a, 0x97, 0x41, 0x08, 0xf7, 0x77, 0x39, 0x58, 0x15, 0xeb, + 0xf3, 0x7f, 0x30, 0x61, 0xf3, 0x46, 0x56, 0x98, 0x37, 0x32, 0x9e, 0x3d, 0x89, 0x89, 0x1b, 0x9e, + 0xcf, 0x3b, 0xa1, 0xde, 0x74, 0x3d, 0xcf, 0x98, 0x58, 0xb2, 0xe2, 0x7e, 0x09, 0xa0, 0x85, 0x40, + 0x31, 0xa2, 0x4e, 0x72, 0x44, 0x52, 0x33, 0x89, 0x5a, 0x79, 0x01, 0x97, 0x33, 0x39, 0x0b, 0xdd, + 0xfc, 0x6d, 0x58, 0x3f, 0x87, 0x4e, 0xa8, 0x2f, 0x6f, 0x57, 0xe8, 0xab, 0x70, 0x39, 0x93, 0xb3, + 0x98, 0xad, 0x29, 0x5c, 0x95, 0xd5, 0xe1, 0xad, 0xf6, 0x9d, 0xe1, 0x6d, 0x6e, 0xc0, 0xb5, 0x79, + 0xdd, 0x09, 0x81, 0xfe, 0x00, 0xae, 0xc5, 0xd6, 0xf5, 0xed, 0xce, 0xc6, 0x4d, 0xb8, 0x3e, 0x97, + 0x7b, 0xcc, 0x17, 0x1d, 0xb2, 0x18, 0x3d, 0xf0, 0x45, 0x5f, 0x33, 0x5f, 0x14, 0xc0, 0xc2, 0x3d, + 0xbb, 0x34, 0x31, 0xed, 0x23, 0xcd, 0x4c, 0x1b, 0xc6, 0x0e, 0x83, 0x63, 0x81, 0x57, 0xbe, 0x01, + 0x74, 0xe8, 0x6b, 0x6e, 0x9c, 0xe9, 0x6b, 0xb4, 0x5f, 0x83, 0x95, 0x58, 0xfb, 0x28, 0x2d, 0x73, + 0xe8, 0xdb, 0x4e, 0x5c, 0xd4, 0x55, 0xda, 0x57, 0x04, 0x14, 0xa4, 0xff, 0x56, 0x80, 0xe2, 0x40, + 0xa4, 0x67, 0x2d, 0xd3, 0x35, 0x82, 0x5c, 0x32, 0xfd, 0x4d, 0x0f, 0x37, 0x8e, 0xe6, 0xfb, 0x2e, + 0x8f, 0x3b, 0x6b, 0x58, 0x7c, 0xb1, 0xe5, 0x9b, 0x04, 0x47, 0x0b, 0xfa, 0x93, 0xb6, 0x3e, 0x22, + 0x9e, 0x2f, 0x22, 0x4b, 0xf6, 0x9b, 0x86, 0xae, 0x86, 0xa7, 0xbe, 0x34, 0xfc, 0x63, 0xdd, 0xd5, + 0x5e, 0xb2, 0xf8, 0xb1, 0x8c, 0xc1, 0xf0, 0x7e, 0x21, 0x20, 0xe8, 0x1a, 0xc0, 0x89, 0x66, 0x1a, + 0x3a, 0xcf, 0x7c, 0x95, 0x58, 0xa2, 0x4a, 0x82, 0xa0, 0x8f, 0x60, 0xd5, 0xb2, 0x55, 0x63, 0xea, + 0x50, 0xaf, 0xed, 0x47, 0x9c, 0x96, 0xb8, 0xed, 0x5b, 0x76, 0x5f, 0xa0, 0x42, 0x8e, 0xd1, 0x69, + 0xac, 0x1c, 0xcb, 0x4f, 0x5f, 0x05, 0xe0, 0x29, 0x24, 0x55, 0xf3, 0x2c, 0x76, 0x80, 0xae, 0xe3, + 0x0a, 0x87, 0x74, 0x3d, 0x0b, 0x5d, 0x06, 0xf1, 0xa1, 0x1a, 0x3a, 0x3b, 0x39, 0x57, 0x70, 0x99, + 0x03, 0xfa, 0xba, 0x48, 0x98, 0xf9, 0xc4, 0x25, 0x3a, 0x3b, 0x30, 0x97, 0x71, 0xf8, 0x4d, 0x0f, + 0xb1, 0x9e, 0xaf, 0x99, 0x84, 0x1d, 0x93, 0xcb, 0x98, 0x7f, 0xa0, 0x4d, 0x68, 0x19, 0x9e, 0x3a, + 0x76, 0xed, 0xa9, 0x4a, 0x4e, 0x7d, 0xe2, 0x5a, 0x9a, 0xc9, 0xce, 0xc8, 0x65, 0xdc, 0x30, 0xbc, + 0xc7, 0xae, 0x3d, 0xed, 0x09, 0x28, 0x9d, 0x22, 0x4b, 0x64, 0xf4, 0x54, 0xc3, 0x61, 0x87, 0xe4, + 0x0a, 0x86, 0x00, 0xd4, 0x77, 0xc2, 0xa4, 0x79, 0x33, 0x4a, 0x9a, 0xa3, 0xf7, 0x01, 0x19, 0x9e, + 0x1a, 0x04, 0xe9, 0x86, 0xc5, 0x66, 0x8c, 0x9d, 0x94, 0xcb, 0xb8, 0x65, 0x78, 0xfb, 0x1c, 0xd1, + 0xe7, 0x70, 0xe5, 0x6f, 0x72, 0x50, 0xdd, 0x26, 0xd4, 0xab, 0xf2, 0x49, 0xa5, 0x6b, 0xca, 0x92, + 0x0e, 0xe2, 0x94, 0x21, 0xbe, 0xa2, 0x24, 0x5a, 0xfe, 0x9c, 0x24, 0x1a, 0xba, 0x0d, 0x4d, 0xd3, + 0xb6, 0xe8, 0xa1, 0x80, 0x37, 0x23, 0x81, 0x27, 0x6e, 0x70, 0xf0, 0x40, 0x40, 0xd1, 0x1d, 0x68, + 0x79, 0xc7, 0xb6, 0xeb, 0xcb, 0x94, 0x5c, 0x39, 0x9a, 0x02, 0x1e, 0x90, 0x2a, 0xff, 0x90, 0x83, + 0x45, 0x96, 0x40, 0xa2, 0x27, 0x76, 0x29, 0x88, 0xce, 0xca, 0x05, 0xce, 0x8d, 0xa0, 0xe7, 0x5e, + 0x4d, 0xfc, 0x1e, 0xd4, 0xf4, 0x68, 0xf8, 0x54, 0x08, 0x3a, 0xbc, 0x58, 0x80, 0x1e, 0x62, 0x71, + 0x8c, 0x94, 0xa5, 0x6c, 0x6c, 0xcf, 0x57, 0xc5, 0x2e, 0x27, 0x14, 0x98, 0x82, 0xb8, 0x8f, 0x50, + 0x1e, 0xb0, 0x03, 0xce, 0x6b, 0x67, 0xc8, 0x94, 0xcf, 0x79, 0x1a, 0x81, 0xb6, 0x13, 0x2e, 0xe3, + 0x82, 0x0d, 0x4d, 0x40, 0xcf, 0xb8, 0x7d, 0x10, 0xa9, 0xd7, 0x8b, 0x4e, 0xdb, 0xbc, 0xab, 0xae, + 0x48, 0x25, 0x0a, 0xb2, 0x4a, 0x50, 0xef, 0x12, 0xeb, 0x4d, 0xb8, 0x8c, 0x7f, 0xa2, 0x2e, 0x83, + 0x10, 0x97, 0x59, 0x06, 0xe5, 0x10, 0xc4, 0x5c, 0x75, 0x1c, 0x7e, 0xa3, 0x2f, 0xa0, 0xa6, 0x39, + 0x8e, 0x79, 0x16, 0x4c, 0x1e, 0xcf, 0xad, 0x48, 0xd3, 0xde, 0xa5, 0x58, 0xb1, 0x43, 0x57, 0xb5, + 0xe8, 0x23, 0x4c, 0xdb, 0x14, 0x92, 0x69, 0x1b, 0xda, 0xa7, 0x94, 0xb6, 0x79, 0x08, 0x75, 0x72, + 0x34, 0x71, 0xd4, 0xe9, 0xcc, 0xf4, 0x8d, 0x63, 0xdb, 0x11, 0x97, 0x4f, 0xeb, 0x51, 0x83, 0xde, + 0xd1, 0xc4, 0xd9, 0x13, 0x58, 0x5c, 0x23, 0xd2, 0x17, 0xea, 0x42, 0x93, 0x1f, 0xab, 0x5d, 0x32, + 0x36, 0xc9, 0xc8, 0xb7, 0x5d, 0xb6, 0xbc, 0xd5, 0xfb, 0x6d, 0x69, 0xf6, 0x28, 0x01, 0x0e, 0xf0, + 0xb8, 0xe1, 0xc6, 0xbe, 0xd1, 0x6d, 0x28, 0x1a, 0xd6, 0xd8, 0x66, 0x7e, 0x2b, 0x16, 0xe4, 0x52, + 0x39, 0x79, 0xd6, 0x88, 0x11, 0x50, 0x77, 0xee, 0x1b, 0x53, 0xe2, 0x7a, 0xcc, 0x71, 0xc5, 0xdc, + 0xf9, 0x90, 0xc1, 0xb1, 0xc0, 0xd3, 0xe0, 0xd9, 0x77, 0x35, 0xcb, 0x63, 0xe9, 0x95, 0x72, 0x92, + 0xef, 0x30, 0x40, 0xe1, 0x88, 0x8a, 0xce, 0x33, 0x1f, 0x08, 0xcf, 0x1d, 0x31, 0xdf, 0x16, 0x9b, + 0x67, 0x36, 0x0a, 0xe1, 0xf4, 0x79, 0x2a, 0x81, 0x7f, 0x28, 0xff, 0x92, 0x83, 0xaa, 0xb4, 0x08, + 0xe8, 0x73, 0xa8, 0x18, 0x96, 0x1a, 0x8b, 0xe8, 0xce, 0xdb, 0x3c, 0xcb, 0x86, 0x25, 0x1a, 0xfe, + 0x14, 0xea, 0xe4, 0x94, 0x0a, 0x13, 0x5f, 0xeb, 0xf3, 0x1a, 0xd7, 0x78, 0x83, 0x88, 0x81, 0x31, + 0x95, 0x19, 0x14, 0x5e, 0xcd, 0x80, 0x37, 0x10, 0x76, 0xf8, 0x67, 0x50, 0xe5, 0xde, 0x64, 0xd7, + 0x98, 0x1a, 0x73, 0x73, 0x72, 0xe8, 0x26, 0xd4, 0xa6, 0xda, 0x69, 0xe4, 0x8f, 0xb8, 0x15, 0x54, + 0xa7, 0xda, 0x69, 0xe8, 0xb6, 0x3e, 0x85, 0x75, 0x4f, 0x5c, 0x16, 0xa9, 0xfe, 0xb1, 0x4b, 0xbc, + 0x63, 0xdb, 0xd4, 0x55, 0x67, 0xe4, 0x0b, 0xaf, 0xb2, 0x1a, 0x60, 0x87, 0x01, 0x72, 0x30, 0xf2, + 0x95, 0xff, 0x2e, 0x42, 0x39, 0xd0, 0x4e, 0xf4, 0x13, 0xa8, 0x6b, 0x33, 0xff, 0x58, 0x75, 0x34, + 0xcf, 0x7b, 0x69, 0xbb, 0xba, 0xf0, 0xb3, 0x35, 0x0a, 0x1c, 0x08, 0x18, 0xba, 0x01, 0x55, 0x9d, + 0x78, 0x23, 0xd7, 0x70, 0xa4, 0x5b, 0x1f, 0x19, 0x84, 0x2e, 0x41, 0xd9, 0xb4, 0x47, 0x9a, 0xa9, + 0x6a, 0x5e, 0x90, 0xd8, 0x61, 0xdf, 0x5d, 0xe6, 0x5b, 0xc3, 0x5d, 0x23, 0x48, 0x3c, 0x15, 0x19, + 0x87, 0x66, 0x00, 0xef, 0x8a, 0x5c, 0xdd, 0x06, 0x2c, 0x39, 0x84, 0xb8, 0x94, 0x09, 0xcf, 0xdf, + 0x94, 0xe8, 0x67, 0xd7, 0xa3, 0x3b, 0x22, 0x43, 0x4c, 0x5c, 0x7b, 0xe6, 0x30, 0x1d, 0xae, 0xe0, + 0x0a, 0x85, 0xec, 0x50, 0x00, 0xdd, 0x11, 0x19, 0x9a, 0xf9, 0x15, 0x9e, 0xab, 0x2e, 0x53, 0x00, + 0xbb, 0x42, 0xba, 0x0b, 0xcb, 0x2e, 0x99, 0xda, 0x27, 0x44, 0x75, 0x5c, 0xe3, 0x44, 0xf3, 0xe9, + 0xae, 0x2a, 0x36, 0xdc, 0x26, 0x47, 0x0c, 0x38, 0xbc, 0xeb, 0xd1, 0xcd, 0x8a, 0xeb, 0xe7, 0xd8, + 0xd4, 0x1c, 0x55, 0xd7, 0xa6, 0x8e, 0x61, 0x4d, 0x98, 0x96, 0x96, 0x71, 0x8b, 0x61, 0x1e, 0x9b, + 0x9a, 0xb3, 0xcd, 0xe1, 0xe8, 0x16, 0x34, 0x3c, 0x62, 0xe9, 0xaa, 0xb8, 0xfe, 0xf2, 0xcf, 0xd8, + 0x6e, 0x5c, 0xc7, 0x75, 0x0a, 0xdd, 0x0a, 0x80, 0x54, 0x78, 0x71, 0x43, 0x30, 0xd2, 0x9c, 0x76, + 0x95, 0xc5, 0x26, 0x15, 0x0e, 0xd9, 0xd2, 0x98, 0xf0, 0x7c, 0xea, 0x28, 0xb6, 0xc6, 0xb0, 0x7c, + 0x2e, 0x29, 0xb2, 0x01, 0x79, 0x43, 0x67, 0xdb, 0x71, 0x05, 0xe7, 0x0d, 0x1d, 0x7d, 0x09, 0x75, + 0x91, 0x97, 0x37, 0xa9, 0xf2, 0x78, 0xed, 0x46, 0x72, 0x83, 0x90, 0x54, 0x0b, 0xd7, 0x9c, 0xe8, + 0xc3, 0xa3, 0x4b, 0x2d, 0xd6, 0x48, 0xac, 0x42, 0x93, 0x2f, 0x35, 0x5f, 0x28, 0xb1, 0x04, 0x1f, + 0x00, 0x8a, 0xf6, 0x78, 0xcb, 0x27, 0xee, 0x58, 0x1b, 0x11, 0xb6, 0x5d, 0x57, 0xf0, 0x72, 0xb8, + 0xd5, 0x07, 0x08, 0x1a, 0x5b, 0x9d, 0xb8, 0x63, 0x96, 0xd6, 0xae, 0xb0, 0x3c, 0x14, 0xba, 0x01, + 0x35, 0xcd, 0x34, 0xed, 0x97, 0x2a, 0x55, 0x4a, 0xcd, 0x6b, 0x23, 0x7e, 0x75, 0xc0, 0x60, 0x07, + 0x2f, 0xad, 0xae, 0xa7, 0x7c, 0x0b, 0x35, 0xd9, 0xd7, 0xa1, 0x36, 0x2c, 0xf1, 0x4c, 0x5f, 0xf0, + 0x14, 0x23, 0xf8, 0x64, 0x26, 0x20, 0xa8, 0x54, 0xdf, 0x37, 0x43, 0x13, 0x10, 0xb0, 0xa1, 0x6f, + 0x2a, 0x7f, 0x91, 0x83, 0x46, 0xdc, 0xf5, 0x51, 0xab, 0x48, 0x78, 0x4b, 0x75, 0x64, 0x1a, 0x41, + 0x90, 0x5d, 0xc6, 0xab, 0x71, 0xd7, 0xb8, 0xc5, 0x70, 0xe8, 0x21, 0x74, 0xd2, 0xad, 0x66, 0x1e, + 0x0d, 0x09, 0xc2, 0x1b, 0xbc, 0x8d, 0x64, 0x4b, 0x86, 0xef, 0xeb, 0xca, 0xdf, 0x97, 0xa0, 0x12, + 0x3a, 0xd2, 0xff, 0x05, 0x9b, 0xba, 0x07, 0xe5, 0x29, 0xf1, 0x3c, 0x6d, 0x22, 0xe2, 0x94, 0xd8, + 0xce, 0xb3, 0x27, 0x30, 0x38, 0xa4, 0xc9, 0xb4, 0xc1, 0xc5, 0x57, 0xda, 0x60, 0xe9, 0x1c, 0x1b, + 0x5c, 0x3a, 0xd7, 0x06, 0xcb, 0x09, 0x1b, 0xdc, 0x84, 0xd2, 0x8f, 0x33, 0x32, 0x23, 0x9e, 0xf0, + 0xf8, 0xd2, 0xa6, 0xf2, 0x1d, 0x83, 0x63, 0x81, 0xcf, 0xb6, 0x56, 0x78, 0x1d, 0x6b, 0xad, 0x5e, + 0xd8, 0x5a, 0x6b, 0x59, 0xd6, 0xca, 0xae, 0x9d, 0x3c, 0xcf, 0xb0, 0x2d, 0x7e, 0x80, 0x67, 0xc6, + 0x57, 0xc7, 0x35, 0x01, 0xe4, 0x2b, 0xfc, 0x19, 0xac, 0x7b, 0x33, 0x87, 0xfa, 0x74, 0xa2, 0x53, + 0xbb, 0xd5, 0x8e, 0x0c, 0xd3, 0xf0, 0x69, 0x64, 0xd1, 0x60, 0x29, 0xef, 0xb5, 0x10, 0xbb, 0x25, + 0x21, 0xe9, 0x1c, 0xd1, 0x18, 0x80, 0xf3, 0xe5, 0xd6, 0x57, 0x3e, 0x9a, 0x38, 0x9c, 0xe7, 0x4f, + 0xa1, 0xaa, 0xe9, 0x53, 0x23, 0xe8, 0xb6, 0xc5, 0xc2, 0xa3, 0x6b, 0x19, 0x1b, 0xf5, 0xbd, 0x2e, + 0x25, 0xe3, 0x7b, 0x36, 0x68, 0xe1, 0x6f, 0x1a, 0xe0, 0x04, 0x17, 0x68, 0xcc, 0x20, 0xeb, 0x38, + 0xfc, 0xa6, 0x38, 0x6d, 0x34, 0x22, 0x8e, 0x4f, 0x74, 0x61, 0x91, 0xe1, 0x37, 0x3d, 0xd8, 0x68, + 0xd1, 0x6b, 0xa8, 0x15, 0x61, 0xaf, 0xd1, 0x3b, 0xa8, 0x15, 0x58, 0xb4, 0x67, 0xbe, 0xfa, 0x63, + 0x7b, 0x95, 0x5f, 0xa1, 0xd8, 0x33, 0xff, 0x3b, 0x7a, 0x96, 0x18, 0x9b, 0xb6, 0xe3, 0xb5, 0xd7, + 0x18, 0x90, 0x7f, 0x28, 0x77, 0x01, 0x22, 0xe1, 0x50, 0x09, 0xf2, 0x4f, 0x07, 0xfc, 0x6e, 0x78, + 0xfb, 0xe0, 0x17, 0xfb, 0xad, 0x1c, 0x02, 0x28, 0x0d, 0x1e, 0x3f, 0x57, 0xb7, 0x86, 0xad, 0xbc, + 0xf2, 0xc7, 0x50, 0x0e, 0x34, 0x15, 0x7d, 0x20, 0x89, 0xce, 0x37, 0xf3, 0xe5, 0x94, 0x3e, 0x4b, + 0xa3, 0xb9, 0x05, 0x45, 0x2f, 0xb8, 0xb0, 0xcd, 0x24, 0x65, 0x68, 0xe5, 0xd7, 0x39, 0x58, 0x12, + 0x10, 0xa4, 0x40, 0x6d, 0xff, 0x60, 0xd8, 0x7f, 0xdc, 0xdf, 0xea, 0x0e, 0xfb, 0x07, 0xfb, 0xac, + 0x97, 0x22, 0x8e, 0xc1, 0xe8, 0x4e, 0xfc, 0x74, 0xb0, 0xdd, 0x1d, 0xf6, 0x18, 0xe3, 0x22, 0x16, + 0x5f, 0x34, 0x80, 0x3f, 0x18, 0xf4, 0xf6, 0xc5, 0x23, 0x03, 0xf6, 0x1b, 0x5d, 0x81, 0xca, 0xb7, + 0xbd, 0xde, 0xa0, 0xbb, 0xdb, 0x7f, 0xd6, 0x63, 0x26, 0x58, 0xc4, 0x11, 0x80, 0xba, 0x34, 0xdc, + 0x7b, 0x8c, 0x7b, 0x87, 0x4f, 0x98, 0x99, 0x15, 0x71, 0xf0, 0x49, 0xdb, 0x6d, 0xf7, 0x0f, 0xb7, + 0xba, 0x78, 0xbb, 0xb7, 0xcd, 0x0c, 0xac, 0x88, 0x23, 0x00, 0x9d, 0xd5, 0xe1, 0xc1, 0xb0, 0xbb, + 0xcb, 0xcc, 0xab, 0x88, 0xf9, 0x87, 0xf2, 0x00, 0x4a, 0xdc, 0x4a, 0x28, 0xde, 0xb0, 0x9c, 0x99, + 0x2f, 0x42, 0x05, 0xfe, 0x41, 0xe5, 0xb6, 0x67, 0x3e, 0x05, 0x8b, 0x48, 0x99, 0x7f, 0x29, 0x04, + 0x4a, 0x3c, 0x64, 0x43, 0xf7, 0xa0, 0x44, 0xa3, 0x50, 0x63, 0x22, 0x66, 0x77, 0x3d, 0x19, 0xd4, + 0x6d, 0x31, 0x2c, 0x16, 0x54, 0xe8, 0xbd, 0xf8, 0x25, 0xe3, 0x5a, 0x92, 0x3c, 0x76, 0xcd, 0xf8, + 0xeb, 0x1c, 0xd4, 0x64, 0x2e, 0xd4, 0x84, 0x46, 0xb6, 0x65, 0x91, 0x91, 0xaf, 0xba, 0xc4, 0x77, + 0xcf, 0x82, 0xc9, 0x16, 0x40, 0x4c, 0x61, 0xd4, 0x16, 0x58, 0xb4, 0x12, 0xde, 0x78, 0x17, 0x71, + 0x99, 0x02, 0x28, 0x27, 0xba, 0x0b, 0xfd, 0x40, 0x88, 0xa3, 0x99, 0xc6, 0x09, 0x51, 0x13, 0x8f, + 0x3c, 0x96, 0x43, 0x4c, 0x5f, 0x20, 0xd0, 0x36, 0x5c, 0x9b, 0x1a, 0x96, 0x31, 0x9d, 0x4d, 0xd5, + 0x50, 0x6f, 0x69, 0xe0, 0x15, 0x35, 0xe5, 0x2b, 0x74, 0x45, 0x50, 0x75, 0x65, 0xa2, 0x80, 0x8b, + 0xf2, 0xab, 0x3c, 0x54, 0xa5, 0xe1, 0xfd, 0x3f, 0x1d, 0x06, 0xcb, 0x43, 0x90, 0x89, 0xed, 0x1b, + 0x1a, 0x75, 0x4e, 0x91, 0x70, 0x5c, 0x11, 0x51, 0x84, 0x7b, 0x12, 0x88, 0x19, 0xbd, 0x49, 0xe0, + 0x0a, 0x99, 0xf5, 0x26, 0x81, 0x2b, 0x64, 0xf8, 0xad, 0xfc, 0x57, 0x0e, 0x2a, 0x61, 0x88, 0x9f, + 0x0e, 0x2d, 0x72, 0x19, 0xa1, 0xc5, 0x55, 0x00, 0x4e, 0x24, 0xdd, 0xc7, 0xf2, 0xd0, 0x67, 0x20, + 0x78, 0x4c, 0xfd, 0x99, 0xaa, 0x1b, 0xde, 0xc8, 0x3e, 0x21, 0xee, 0x99, 0x38, 0xaa, 0xd7, 0xa6, + 0xfe, 0x6c, 0x3b, 0x80, 0xd1, 0x88, 0x80, 0xee, 0xaa, 0x74, 0x3e, 0xa7, 0xb6, 0x1e, 0xdc, 0x0d, + 0x56, 0x05, 0x6c, 0xcf, 0xd6, 0xe9, 0xe1, 0xb4, 0x21, 0xc2, 0xad, 0xf8, 0x4e, 0x57, 0xe7, 0xd0, + 0x6e, 0xf6, 0xbb, 0x8d, 0x52, 0xf0, 0x46, 0x22, 0x78, 0xb7, 0x41, 0x37, 0x42, 0x7f, 0xe4, 0xa8, + 0x53, 0xcf, 0x13, 0x21, 0x65, 0xc9, 0x1f, 0x39, 0x7b, 0x9e, 0xa7, 0x7c, 0x0d, 0x55, 0xe9, 0x98, + 0x82, 0xee, 0xc1, 0x8a, 0x7c, 0xa6, 0x89, 0xc7, 0x1a, 0xcb, 0xd2, 0x19, 0x86, 0x07, 0x1a, 0xca, + 0x0c, 0x4a, 0x3c, 0x46, 0xa3, 0xba, 0x63, 0x38, 0x6a, 0x2c, 0xbf, 0x51, 0x36, 0x1c, 0x81, 0x7c, + 0x17, 0x9a, 0x53, 0xcd, 0xfb, 0x41, 0x35, 0x89, 0x35, 0xf1, 0x8f, 0xd5, 0xa9, 0x61, 0x89, 0x29, + 0xab, 0x53, 0xf0, 0x2e, 0x83, 0xee, 0x19, 0x56, 0x8a, 0x4e, 0x3b, 0x15, 0xc1, 0x82, 0x4c, 0xa7, + 0x9d, 0x2a, 0x7f, 0x95, 0x03, 0x88, 0x2e, 0x97, 0x7e, 0xcb, 0x1b, 0x40, 0x0a, 0x33, 0x0d, 0xcf, + 0x67, 0x6f, 0x98, 0x2a, 0x98, 0xfd, 0x66, 0x97, 0x1a, 0x51, 0xf2, 0x24, 0x79, 0xa9, 0xc1, 0x30, + 0x38, 0xa4, 0x50, 0x76, 0xa0, 0xbc, 0xa7, 0xf9, 0xa3, 0x63, 0x2a, 0xcc, 0xed, 0x98, 0x30, 0xd2, + 0x21, 0x92, 0x51, 0xbc, 0xe2, 0x32, 0xf2, 0x19, 0xd4, 0xba, 0xde, 0x40, 0xf3, 0x8f, 0xf9, 0x58, + 0xd1, 0xbd, 0x18, 0x33, 0xe9, 0x58, 0x26, 0x53, 0x49, 0x3c, 0xd7, 0xa1, 0xc4, 0xe7, 0x2e, 0xf0, + 0x9e, 0xfc, 0x4b, 0xf9, 0xcf, 0x22, 0xc0, 0x96, 0x6d, 0xe9, 0x06, 0x4f, 0xaf, 0x7c, 0x0c, 0xe2, + 0xf9, 0x8b, 0x1a, 0xdd, 0xe8, 0xa1, 0x84, 0xa4, 0x87, 0xc4, 0xc7, 0x15, 0x4e, 0x45, 0x87, 0xf5, + 0x19, 0xd4, 0xc2, 0xa8, 0x8b, 0x36, 0xca, 0xcf, 0x6d, 0x14, 0xe6, 0xd5, 0x68, 0xb3, 0xaf, 0xa0, + 0xa1, 0x79, 0xaa, 0xa3, 0xf9, 0xc7, 0x62, 0x51, 0xc5, 0x09, 0x73, 0x3d, 0x7b, 0x28, 0xb8, 0xa6, + 0xc9, 0xc3, 0xbf, 0x0f, 0xd5, 0xa0, 0x35, 0xed, 0xb3, 0x38, 0x5f, 0x50, 0xde, 0x8c, 0xf6, 0xf8, + 0x79, 0xf8, 0xae, 0xcf, 0x3f, 0x63, 0xad, 0x16, 0xe7, 0xb6, 0xaa, 0x85, 0x84, 0xb4, 0xe1, 0x37, + 0xb0, 0x4c, 0x4e, 0x7d, 0x35, 0xde, 0xb8, 0x34, 0xb7, 0x71, 0x93, 0x9c, 0xfa, 0x5b, 0x72, 0x7b, + 0x6a, 0x84, 0xce, 0x0f, 0x86, 0xea, 0x12, 0x6f, 0x66, 0xfa, 0xcc, 0xce, 0x16, 0x31, 0xb8, 0xfc, + 0xed, 0xc1, 0xcc, 0xf4, 0xd1, 0xd7, 0x00, 0xd1, 0x83, 0x02, 0x16, 0x56, 0xc6, 0x62, 0xa2, 0x68, + 0x7d, 0x78, 0xe6, 0x80, 0x2d, 0x6b, 0x25, 0x7c, 0x6f, 0x80, 0x1e, 0xc1, 0x8a, 0xa9, 0xb9, 0x13, + 0x92, 0x90, 0xb0, 0x32, 0x57, 0xc2, 0x65, 0x46, 0x2e, 0xcb, 0xa8, 0x1c, 0x43, 0x25, 0xe4, 0x8d, + 0x56, 0xa0, 0x89, 0x0f, 0x9e, 0x0e, 0x7b, 0xea, 0xf0, 0xc5, 0xa0, 0xa7, 0xee, 0x1f, 0xec, 0xf7, + 0x5a, 0x0b, 0x68, 0x03, 0x56, 0x24, 0x60, 0x7f, 0x7f, 0xd8, 0xc3, 0xfb, 0xdd, 0xdd, 0x56, 0x2e, + 0x81, 0xe8, 0x3d, 0x17, 0x88, 0x3c, 0x5a, 0x85, 0x96, 0x84, 0xd8, 0x3d, 0xd8, 0xea, 0xee, 0xb6, + 0x0a, 0xca, 0x18, 0x9a, 0x61, 0xcf, 0x5d, 0xfe, 0x42, 0xf5, 0xe3, 0x98, 0x32, 0x5f, 0x95, 0x47, + 0x1e, 0x23, 0x94, 0xf4, 0xf9, 0x06, 0x54, 0x83, 0xd1, 0x1a, 0xe1, 0x1b, 0x0c, 0x19, 0xa4, 0xec, + 0x43, 0x65, 0x8f, 0xe8, 0xa2, 0x87, 0xf7, 0x62, 0x3d, 0x6c, 0xc8, 0xb1, 0x94, 0x9e, 0xe2, 0xbd, + 0x0a, 0x8b, 0x27, 0x9a, 0x39, 0x0b, 0x9e, 0xa8, 0xf1, 0x0f, 0x45, 0x85, 0x66, 0xd7, 0x1b, 0xb8, + 0xc4, 0x21, 0x56, 0xc0, 0xb5, 0x05, 0x05, 0xcd, 0xb3, 0x44, 0x98, 0x42, 0x7f, 0x52, 0x33, 0xa3, + 0x14, 0x5a, 0x18, 0xa4, 0xf0, 0x2f, 0xa4, 0x40, 0x7d, 0xe6, 0x11, 0xd5, 0x24, 0x63, 0x5f, 0x9d, + 0xda, 0x9e, 0x2f, 0xdc, 0x7e, 0x75, 0xe6, 0x91, 0x5d, 0x32, 0xf6, 0xf7, 0x6c, 0x76, 0x6f, 0x51, + 0x17, 0x79, 0x62, 0xc1, 0xfe, 0xdc, 0xe7, 0x3e, 0x1e, 0x31, 0xc7, 0xe2, 0xb2, 0x86, 0xfd, 0x56, + 0x6e, 0x43, 0x73, 0x97, 0x6d, 0x33, 0x2e, 0x19, 0x0b, 0x06, 0xe1, 0x40, 0x44, 0x20, 0xc5, 0x07, + 0xf2, 0xaf, 0x05, 0x58, 0xe2, 0x04, 0x5e, 0x94, 0xaa, 0xd2, 0xf8, 0x4b, 0xe4, 0x94, 0xa3, 0x64, + 0x4a, 0xc1, 0xa9, 0x45, 0xaa, 0x4a, 0xf0, 0xfe, 0x1c, 0x2a, 0xd1, 0x19, 0x83, 0xdb, 0xfc, 0xa5, + 0xb9, 0x0b, 0x87, 0x23, 0x5a, 0x74, 0x0b, 0x0a, 0x53, 0xa2, 0x0b, 0x6b, 0x5f, 0xc9, 0x58, 0x09, + 0x4c, 0xf1, 0xe8, 0x0b, 0x00, 0x6a, 0xe1, 0x7c, 0xbe, 0x85, 0x81, 0x5f, 0x8a, 0xf9, 0x06, 0x79, + 0x29, 0x98, 0x9d, 0x73, 0x00, 0xfa, 0x06, 0xea, 0x31, 0x73, 0x15, 0x76, 0x7e, 0x8e, 0x74, 0x35, + 0xd9, 0x62, 0xd1, 0xc7, 0xb0, 0x24, 0x12, 0xf9, 0xc2, 0xc8, 0x25, 0x75, 0x89, 0x2d, 0x10, 0x0e, + 0xe8, 0xa8, 0xb0, 0x62, 0xd3, 0x77, 0xc9, 0x58, 0xa4, 0x14, 0xa5, 0xfe, 0x12, 0xeb, 0x12, 0xc4, + 0x03, 0x2e, 0x19, 0xa3, 0x47, 0xd0, 0x4c, 0xd8, 0xae, 0x48, 0x32, 0x9e, 0x23, 0x6e, 0x23, 0x6e, + 0xbe, 0xca, 0x2f, 0x73, 0x50, 0x09, 0x2f, 0x5b, 0xc3, 0xdd, 0x23, 0x27, 0x6d, 0x64, 0x9f, 0x02, + 0x8c, 0x42, 0x27, 0x22, 0x56, 0x6b, 0x35, 0xcb, 0xc1, 0x60, 0x89, 0x0e, 0xbd, 0x07, 0x4b, 0x5c, + 0x2d, 0x3c, 0xb1, 0x5a, 0xd2, 0x19, 0x44, 0x28, 0x10, 0x0e, 0x28, 0x94, 0xef, 0xa0, 0x24, 0x52, + 0x87, 0x59, 0x02, 0xc4, 0x9f, 0x6b, 0xe4, 0x2f, 0xf6, 0x5c, 0xe3, 0xdf, 0x73, 0xd0, 0x4a, 0x66, + 0x19, 0xd1, 0x66, 0xcc, 0x92, 0x57, 0x93, 0xf9, 0x48, 0xc9, 0x8c, 0xe5, 0x97, 0xcc, 0xf9, 0x0b, + 0xbc, 0x64, 0xce, 0xa8, 0x2e, 0x89, 0x3d, 0x61, 0x28, 0xbe, 0xea, 0x09, 0x03, 0xfa, 0x10, 0x96, + 0x74, 0x32, 0xd6, 0xa8, 0x93, 0x5f, 0x3c, 0xcf, 0x90, 0x02, 0x2a, 0xe5, 0x2f, 0x73, 0x50, 0xc0, + 0xb6, 0x86, 0x1a, 0x90, 0xd7, 0x3c, 0x61, 0xa5, 0x79, 0xcd, 0xa3, 0xe7, 0x27, 0xbe, 0xc1, 0x9a, + 0x24, 0x08, 0x88, 0x22, 0x00, 0x75, 0x32, 0x53, 0x8d, 0xa1, 0xc4, 0xb5, 0x0a, 0xff, 0x92, 0xee, + 0x0c, 0x8a, 0xb1, 0x6b, 0xa4, 0x20, 0x7b, 0xbf, 0x78, 0xfe, 0xa3, 0x4b, 0xe5, 0x36, 0xbf, 0x3a, + 0xb1, 0xb5, 0x57, 0x3d, 0xa4, 0xe4, 0x6f, 0xc6, 0x18, 0x61, 0xf4, 0x66, 0xcc, 0xb5, 0xb5, 0x8c, + 0x37, 0x63, 0x94, 0x88, 0xa1, 0x14, 0x0f, 0x0a, 0xcf, 0xdc, 0x71, 0xa6, 0x76, 0x34, 0x20, 0xef, + 0xf2, 0xec, 0x53, 0x0d, 0xe7, 0x5d, 0x9d, 0x85, 0x8c, 0x3c, 0xf9, 0xec, 0xf2, 0xe0, 0xab, 0x86, + 0xcb, 0x1c, 0x80, 0xd9, 0x4b, 0x7a, 0x91, 0xda, 0x76, 0x7d, 0xb6, 0x26, 0x35, 0x5c, 0xe6, 0x00, + 0xec, 0x8b, 0x4c, 0x22, 0x4f, 0xab, 0xe6, 0x0d, 0x5d, 0xf9, 0x4d, 0x0e, 0x4a, 0xfc, 0x7e, 0x36, + 0x35, 0xc7, 0x97, 0x81, 0x6f, 0xa1, 0x52, 0xe6, 0xab, 0xcc, 0x01, 0x7d, 0x9d, 0x6e, 0xd9, 0x34, + 0xda, 0x23, 0x16, 0x8f, 0x9b, 0x0b, 0x7c, 0xcb, 0xe6, 0x20, 0x16, 0x37, 0xdf, 0x81, 0x96, 0x20, + 0x10, 0x3e, 0x59, 0x28, 0x48, 0x05, 0x37, 0x39, 0xbc, 0x1b, 0x80, 0x63, 0x57, 0x32, 0x8b, 0x89, + 0x2b, 0x99, 0xf7, 0x01, 0xd1, 0x7d, 0x81, 0xe5, 0xfa, 0x1c, 0x93, 0xa8, 0xfc, 0xba, 0xaf, 0xc4, + 0x93, 0x3b, 0x33, 0x8f, 0xec, 0x09, 0xc4, 0x80, 0x3d, 0x97, 0xff, 0x67, 0x7a, 0x1c, 0xd1, 0x8e, + 0x4c, 0xd2, 0xb7, 0xc6, 0xf6, 0xef, 0xe4, 0x66, 0xee, 0x36, 0x34, 0xad, 0xd9, 0x54, 0x95, 0xae, + 0xdc, 0xc4, 0x69, 0xac, 0x61, 0xcd, 0xa6, 0xf2, 0x95, 0xe5, 0x25, 0x28, 0x53, 0x42, 0x56, 0x61, + 0x24, 0x0e, 0xff, 0xd6, 0x6c, 0xca, 0x6e, 0xad, 0x6f, 0x42, 0x8d, 0xa2, 0xc2, 0x4c, 0x0c, 0x3f, + 0x6e, 0x55, 0xad, 0xd9, 0xb4, 0x2b, 0x40, 0xca, 0x57, 0xec, 0x8a, 0x1e, 0x1b, 0x47, 0x74, 0x20, + 0x81, 0xb6, 0x05, 0x97, 0x37, 0xa9, 0x17, 0x4a, 0xe1, 0x90, 0xf9, 0xe5, 0x8d, 0xf2, 0x35, 0x2b, + 0x7a, 0x0b, 0x5b, 0x0b, 0x15, 0xbc, 0x68, 0xf3, 0xbb, 0x5b, 0x50, 0x0e, 0x66, 0x08, 0x01, 0x94, + 0x76, 0x76, 0x0f, 0x1e, 0x75, 0x77, 0x5b, 0x0b, 0xa8, 0x02, 0x8b, 0x3c, 0x46, 0x61, 0x19, 0x9c, + 0xee, 0xf6, 0xcf, 0xd5, 0xfe, 0x7e, 0x2b, 0x8f, 0xaa, 0xb0, 0x44, 0x7f, 0x1f, 0x3c, 0x1d, 0xb6, + 0x0a, 0x68, 0x09, 0x0a, 0xcf, 0xf0, 0xe3, 0x56, 0xf1, 0xae, 0x0f, 0x55, 0xe9, 0x0c, 0xc1, 0x52, + 0x3e, 0xb8, 0xf7, 0xb8, 0xff, 0xbc, 0xb5, 0x80, 0x6a, 0x50, 0xde, 0xef, 0xf5, 0x77, 0x9e, 0x3c, + 0x3a, 0xc0, 0xad, 0x1c, 0x6d, 0x31, 0xec, 0xee, 0x08, 0x3e, 0x87, 0xea, 0xa0, 0x3b, 0x7c, 0xd2, + 0x2a, 0xa0, 0x3a, 0x54, 0xb6, 0x0e, 0xf6, 0xf6, 0x9e, 0xee, 0xf7, 0x87, 0x2f, 0x5a, 0x45, 0xb4, + 0x0c, 0xf5, 0xde, 0xf3, 0xa1, 0x1a, 0x81, 0x16, 0x69, 0x0c, 0xb6, 0xdb, 0xc5, 0x3b, 0x3d, 0x09, + 0x58, 0xba, 0x7b, 0x07, 0x2a, 0xe1, 0x61, 0x81, 0x72, 0xee, 0xee, 0xbf, 0xe0, 0x85, 0x3d, 0xdd, + 0x5d, 0x21, 0x76, 0x7f, 0xff, 0x59, 0x0f, 0x0f, 0x5b, 0xf9, 0xbb, 0x77, 0xa1, 0x95, 0x3c, 0x0a, + 0xa0, 0x12, 0xe4, 0x7b, 0xdf, 0xb5, 0x16, 0xe8, 0xdf, 0x9d, 0x5e, 0x2b, 0x47, 0xff, 0xee, 0xf6, + 0x5a, 0xf9, 0xbb, 0x1f, 0x8a, 0xb3, 0x9e, 0xd8, 0xda, 0xcb, 0x50, 0x14, 0x31, 0x1f, 0x9d, 0x87, + 0xad, 0xad, 0xde, 0x60, 0xc8, 0x99, 0xe3, 0xde, 0xcf, 0x7b, 0x5b, 0x94, 0xf9, 0x53, 0x58, 0xc9, + 0x08, 0xcd, 0xe8, 0x30, 0x42, 0x69, 0xd5, 0xee, 0xf6, 0x76, 0x6b, 0x81, 0xc6, 0x80, 0x11, 0x08, + 0xf7, 0xf6, 0x0e, 0x9e, 0xd1, 0x8e, 0xd7, 0x60, 0x59, 0x86, 0x0e, 0x76, 0xbb, 0x5b, 0x54, 0x8e, + 0x0f, 0xa0, 0x1e, 0x8b, 0xc7, 0xe8, 0x9c, 0xed, 0xf5, 0xb6, 0xd5, 0xbd, 0x03, 0xca, 0xaa, 0x09, + 0x55, 0xfa, 0x11, 0x90, 0xe7, 0xee, 0xbe, 0x0f, 0x10, 0x39, 0xfd, 0xb0, 0xcc, 0x89, 0x4e, 0xc2, + 0xde, 0xe0, 0x00, 0x0b, 0x99, 0x7b, 0xcf, 0xd9, 0xef, 0xfc, 0xfd, 0xff, 0xb8, 0x0e, 0xe5, 0x1d, + 0xaa, 0x13, 0x5d, 0xc7, 0x40, 0xbb, 0x50, 0x95, 0x1e, 0x69, 0xa0, 0x2b, 0xb1, 0xad, 0x28, 0xf1, + 0xf6, 0xa3, 0x73, 0x75, 0x0e, 0x56, 0xdc, 0xbd, 0x2e, 0xa0, 0x3e, 0x40, 0xf4, 0x8c, 0x03, 0x5d, + 0x96, 0xc9, 0x13, 0x2f, 0x3e, 0x3a, 0x57, 0xb2, 0x91, 0x21, 0xab, 0xc7, 0x50, 0x09, 0x1f, 0xaf, + 0x20, 0xe9, 0x58, 0x97, 0x7c, 0xe5, 0xd2, 0xb9, 0x9c, 0x89, 0x0b, 0xf9, 0xec, 0x42, 0x55, 0xaa, + 0xba, 0x93, 0x07, 0x98, 0x2e, 0xe3, 0x93, 0x07, 0x98, 0x55, 0xaa, 0xb7, 0x80, 0x9e, 0x42, 0x23, + 0x5e, 0x6f, 0x87, 0xae, 0xcb, 0x67, 0xe9, 0x8c, 0x32, 0xbe, 0xce, 0x8d, 0xf9, 0x04, 0xb2, 0x90, + 0x52, 0x85, 0xa9, 0x2c, 0x64, 0xba, 0xa8, 0x55, 0x16, 0x32, 0xa3, 0x2c, 0x55, 0x59, 0x40, 0x18, + 0xea, 0xb1, 0x42, 0x36, 0x74, 0x2d, 0xe6, 0x12, 0xd3, 0x1c, 0xaf, 0xcf, 0xc5, 0x87, 0x3c, 0xff, + 0x08, 0x96, 0x53, 0x05, 0x72, 0x48, 0x79, 0x75, 0xa1, 0x5e, 0xe7, 0x27, 0xe7, 0xd2, 0x84, 0xfc, + 0x7f, 0x1f, 0x5a, 0xc9, 0x42, 0x38, 0x74, 0x53, 0x6a, 0x9a, 0x5d, 0x7f, 0xd7, 0x51, 0xce, 0x23, + 0x91, 0x57, 0x2d, 0x5e, 0x16, 0x27, 0xaf, 0x5a, 0x66, 0x8d, 0x9d, 0xbc, 0x6a, 0x73, 0x2a, 0xea, + 0x16, 0xd0, 0x73, 0x68, 0x26, 0x2a, 0xdf, 0x90, 0xbc, 0xd8, 0x99, 0xe5, 0x76, 0x9d, 0x9b, 0xe7, + 0x50, 0x84, 0x9c, 0xbf, 0x86, 0x12, 0x77, 0xec, 0x68, 0x23, 0xb6, 0xd8, 0xd1, 0xbb, 0x8a, 0x4e, + 0x3b, 0x8d, 0x90, 0xd5, 0x49, 0x7a, 0x1b, 0x21, 0xab, 0x53, 0xfa, 0x81, 0x86, 0xac, 0x4e, 0x59, + 0x0f, 0x2a, 0x16, 0xd0, 0xcf, 0x60, 0x49, 0xd4, 0xf6, 0xa2, 0x76, 0xcc, 0x3e, 0xa4, 0x1a, 0xde, + 0xce, 0xa5, 0x0c, 0x8c, 0xec, 0x16, 0xa2, 0x4a, 0x5a, 0xd9, 0x2d, 0xa4, 0x6a, 0x81, 0x65, 0xb7, + 0x90, 0x51, 0x7c, 0xbb, 0x80, 0xb6, 0x01, 0xa2, 0xda, 0x2f, 0x99, 0x55, 0xaa, 0x22, 0xac, 0x93, + 0xfd, 0x8c, 0x46, 0x59, 0xf8, 0x28, 0x87, 0x1e, 0x86, 0xb5, 0x6d, 0xd1, 0x35, 0x9e, 0xb4, 0x51, + 0x86, 0x05, 0xdb, 0x9d, 0x44, 0xd5, 0x2d, 0x6b, 0xfc, 0x18, 0x2a, 0x61, 0xb1, 0xa1, 0xec, 0x99, + 0x92, 0xa5, 0x8e, 0xb2, 0x67, 0x4a, 0x57, 0x27, 0xf2, 0x59, 0x09, 0x4b, 0x11, 0x63, 0xb3, 0x92, + 0xac, 0x5a, 0x8c, 0xcd, 0x4a, 0xba, 0x7a, 0x71, 0x01, 0x3d, 0x81, 0x4a, 0x58, 0x3e, 0x28, 0x8b, + 0x94, 0x2c, 0x6a, 0x94, 0x45, 0x4a, 0xd7, 0x1b, 0x2e, 0x6c, 0xe6, 0xa8, 0xe6, 0xf1, 0x22, 0x3e, + 0x59, 0xf3, 0x62, 0xf5, 0x82, 0x9d, 0x76, 0x1a, 0x21, 0x7b, 0xed, 0xb0, 0x5e, 0x4f, 0x16, 0x24, + 0x59, 0x06, 0xd8, 0xb9, 0x9c, 0x89, 0x93, 0x75, 0x4e, 0x54, 0x28, 0xa1, 0x84, 0xa2, 0x47, 0xa5, + 0x2d, 0xb2, 0xce, 0x25, 0xca, 0x99, 0x42, 0xad, 0x4d, 0x72, 0x88, 0x57, 0x2e, 0x25, 0xb4, 0x36, + 0xc1, 0x21, 0xd4, 0x5a, 0xc6, 0x24, 0x25, 0xb0, 0xcc, 0xe7, 0x4a, 0x36, 0x52, 0x66, 0x15, 0x15, + 0x0f, 0xa1, 0x94, 0x5e, 0xcc, 0x61, 0x95, 0x51, 0x6f, 0xc4, 0x6c, 0x5b, 0xaa, 0x20, 0x42, 0x69, + 0xcd, 0x90, 0x99, 0x5d, 0x9d, 0x83, 0x95, 0xd7, 0x2b, 0xac, 0xff, 0x91, 0xd7, 0x2b, 0x59, 0x46, + 0x24, 0xaf, 0x57, 0xba, 0x60, 0x88, 0x6d, 0x39, 0xb1, 0x5a, 0x22, 0x79, 0xcb, 0xc9, 0x2a, 0x4b, + 0x92, 0xb7, 0x9c, 0xec, 0x22, 0xa4, 0xd0, 0x09, 0xda, 0x5a, 0xd2, 0x09, 0x86, 0xe7, 0xb2, 0xa4, + 0x13, 0x8c, 0xce, 0x61, 0x7c, 0xa2, 0xa4, 0xba, 0x1f, 0x94, 0x9a, 0x57, 0xb9, 0xb6, 0x49, 0x9e, + 0xa8, 0xac, 0x62, 0xa1, 0x05, 0x61, 0x17, 0xf4, 0xdc, 0x16, 0xb7, 0x8b, 0xa8, 0x66, 0x27, 0x61, + 0x17, 0x72, 0x5d, 0x8e, 0x64, 0x17, 0x94, 0x43, 0xca, 0x2e, 0x24, 0x26, 0x97, 0x33, 0x71, 0x89, + 0x39, 0x49, 0x88, 0x11, 0xab, 0x63, 0x4a, 0xcc, 0x49, 0xbc, 0x39, 0x66, 0x07, 0x5b, 0xe9, 0x5e, + 0xe0, 0x5a, 0x8c, 0x38, 0x55, 0xd1, 0x22, 0x2f, 0x53, 0x66, 0x09, 0x10, 0xe7, 0x19, 0x2b, 0xcd, + 0x91, 0x79, 0x66, 0xd5, 0xfc, 0xc8, 0x3c, 0xb3, 0x6b, 0x7a, 0x58, 0x34, 0x90, 0x2c, 0xc0, 0x91, + 0xa3, 0x81, 0x39, 0x15, 0x3f, 0x72, 0x34, 0x30, 0xb7, 0x7e, 0x87, 0x85, 0x32, 0xa9, 0xea, 0x1b, + 0x39, 0x94, 0x99, 0x57, 0xde, 0x23, 0x87, 0x32, 0xf3, 0xcb, 0x77, 0x16, 0xd0, 0x01, 0xd4, 0xe4, + 0x4a, 0x1d, 0x14, 0x8f, 0xd7, 0x92, 0x45, 0x29, 0x9d, 0x6b, 0xf3, 0xd0, 0x32, 0x43, 0xb9, 0xc6, + 0x06, 0xc5, 0xa3, 0xd4, 0xf3, 0x18, 0x66, 0x96, 0xe6, 0xf0, 0xc0, 0x25, 0x5e, 0x3d, 0x83, 0x52, + 0x51, 0x6a, 0x8a, 0xed, 0xcd, 0x73, 0x28, 0xe4, 0x85, 0x4b, 0x96, 0xcb, 0xc8, 0x0b, 0x37, 0xa7, + 0x30, 0xa7, 0xa3, 0x9c, 0x47, 0x92, 0x38, 0x12, 0x88, 0xe4, 0x5a, 0xfc, 0x48, 0x10, 0x2b, 0xfe, + 0x48, 0x1c, 0x09, 0x12, 0x95, 0x16, 0x8c, 0x4f, 0x58, 0x5c, 0x20, 0xf3, 0x49, 0x56, 0xdd, 0xc8, + 0x7c, 0xd2, 0x75, 0x31, 0x6c, 0x5d, 0xe4, 0xb2, 0x00, 0x79, 0x5d, 0x32, 0x0a, 0x66, 0xe4, 0x75, + 0xc9, 0xac, 0x65, 0x11, 0x81, 0xbb, 0xf4, 0xce, 0x3f, 0x1e, 0xb8, 0xa7, 0xab, 0x5c, 0xe2, 0x81, + 0x7b, 0x56, 0x59, 0xc9, 0x02, 0xd2, 0x59, 0x39, 0x59, 0x2a, 0x7b, 0xf8, 0x4e, 0xc6, 0x14, 0xa5, + 0x8a, 0x16, 0x3a, 0xb7, 0x5e, 0x41, 0x25, 0xf7, 0x92, 0x51, 0xaf, 0x21, 0xf7, 0x32, 0xbf, 0x50, + 0x44, 0xee, 0xe5, 0xbc, 0xa2, 0x8f, 0x05, 0x34, 0x0d, 0x8a, 0xca, 0x52, 0x1d, 0xdd, 0xce, 0x9e, + 0xdb, 0x74, 0x5f, 0x9b, 0xaf, 0x26, 0x0c, 0xbb, 0x73, 0xc2, 0x4a, 0xb2, 0x74, 0xf2, 0x75, 0xce, + 0xc4, 0xa7, 0x3b, 0xbc, 0x73, 0x01, 0x4a, 0x39, 0x4e, 0x88, 0x12, 0x3a, 0xe8, 0x72, 0x32, 0xc4, + 0x97, 0x92, 0x44, 0x9d, 0x2b, 0xd9, 0xc8, 0x80, 0xd5, 0x51, 0x89, 0xfd, 0x87, 0xa4, 0x4f, 0xfe, + 0x27, 0x00, 0x00, 0xff, 0xff, 0x81, 0x7f, 0x0e, 0xdd, 0x30, 0x49, 0x00, 0x00, } diff --git a/api/gobgp.proto b/api/gobgp.proto index 6f425f4c..c8197c5e 100644 --- a/api/gobgp.proto +++ b/api/gobgp.proto @@ -585,6 +585,7 @@ message PeerConf { string local_address = 15; string neighbor_interface = 16; string vrf = 17; + uint32 allow_own_as = 18; } message EbgpMultihop { diff --git a/api/grpc_server.go b/api/grpc_server.go index bff1b1d6..15dde9ef 100644 --- a/api/grpc_server.go +++ b/api/grpc_server.go @@ -163,6 +163,7 @@ func NewPeerFromConfigStruct(pconf *config.Neighbor) *Peer { LocalAddress: localAddress, NeighborInterface: pconf.Config.NeighborInterface, Vrf: pconf.Config.Vrf, + AllowOwnAs: uint32(pconf.AsPathOptions.Config.AllowOwnAs), }, Info: &PeerState{ BgpState: string(s.SessionState), @@ -854,6 +855,7 @@ func NewNeighborFromAPIStruct(a *Peer) (*config.Neighbor, error) { pconf.Config.NeighborAddress = a.Conf.NeighborAddress pconf.Config.NeighborInterface = a.Conf.NeighborInterface pconf.Config.Vrf = a.Conf.Vrf + pconf.AsPathOptions.Config.AllowOwnAs = uint8(a.Conf.AllowOwnAs) f := func(bufs [][]byte) ([]bgp.ParameterCapabilityInterface, error) { var caps []bgp.ParameterCapabilityInterface diff --git a/config/default.go b/config/default.go index 405c17ad..41990e95 100644 --- a/config/default.go +++ b/config/default.go @@ -108,6 +108,7 @@ func setDefaultNeighborConfigValuesWithViper(v *viper.Viper, n *Neighbor, asn ui } n.State.PeerAs = n.Config.PeerAs + n.AsPathOptions.State.AllowOwnAs = n.AsPathOptions.Config.AllowOwnAs if !v.IsSet("neighbor.timers.config.connect-retry") && n.Timers.Config.ConnectRetry == 0 { n.Timers.Config.ConnectRetry = float64(DEFAULT_CONNECT_RETRY) diff --git a/docs/sources/cli-command-syntax.md b/docs/sources/cli-command-syntax.md index cd5a4523..7c70248b 100644 --- a/docs/sources/cli-command-syntax.md +++ b/docs/sources/cli-command-syntax.md @@ -103,7 +103,7 @@ The following options can be specified in the global subcommand: #### - syntax ```shell # add neighbor -% gobgp neighbor add { <neighbor address> | interface <ifname> } as <as number> [ vrf <vrf-name> | route-reflector-client [<cluster-id>] | route-server-client ] +% gobgp neighbor add { <neighbor address> | interface <ifname> } as <as number> [ vrf <vrf-name> | route-reflector-client [<cluster-id>] | route-server-client | allow-own-as <num> ] # delete neighbor % gobgp neighbor delete { <neighbor address> | interface <ifname> } % gobgp neighbor <neighbor address> softreset [-a <address family>] diff --git a/docs/sources/configuration.md b/docs/sources/configuration.md index c6162db4..615e3462 100644 --- a/docs/sources/configuration.md +++ b/docs/sources/configuration.md @@ -49,6 +49,8 @@ neighbor-address = "192.168.10.2" # override global.config.as value local-as = 1000 + [neighbors.as-path-options.config] + allow-own-as = 1 [neighbors.timers.config] connect-retry = 5 hold-time = 9 diff --git a/gobgp/cmd/neighbor.go b/gobgp/cmd/neighbor.go index b03deff4..dc213bb9 100644 --- a/gobgp/cmd/neighbor.go +++ b/gobgp/cmd/neighbor.go @@ -182,6 +182,9 @@ func showNeighbor(args []string) error { fmt.Printf(" BGP OutQ = %d, Flops = %d\n", p.State.Queues.Output, p.State.Flops) fmt.Printf(" Hold time is %d, keepalive interval is %d seconds\n", int(p.Timers.State.NegotiatedHoldTime), int(p.Timers.State.KeepaliveInterval)) fmt.Printf(" Configured hold time is %d, keepalive interval is %d seconds\n", int(p.Timers.Config.HoldTime), int(p.Timers.Config.KeepaliveInterval)) + if as := p.AsPathOptions.Config.AllowOwnAs; as > 0 { + fmt.Printf(" Allow Own AS: %d\n", as) + } fmt.Printf(" Neighbor capabilities:\n") caps := capabilities{} @@ -812,13 +815,13 @@ func modNeighborPolicy(remoteIP, policyType, cmdType string, args []string) erro } func modNeighbor(cmdType string, args []string) error { - m := extractReserved(args, []string{"interface", "as", "vrf", "route-reflector-client", "route-server-client"}) + m := extractReserved(args, []string{"interface", "as", "vrf", "route-reflector-client", "route-server-client", "allow-own-as"}) usage := fmt.Sprintf("usage: gobgp neighbor %s [<neighbor-address>| interface <neighbor-interface>]", cmdType) if cmdType == CMD_ADD { - usage += " as <VALUE> [ vrf <vrf-name> | route-reflector-client [<cluster-id>] | route-server-client ]" + usage += " as <VALUE> [ vrf <vrf-name> | route-reflector-client [<cluster-id>] | route-server-client | allow-own-as <num> ]" } - if (len(m[""]) != 1 && len(m["interface"]) != 1) || len(m["as"]) > 1 || len(m["vrf"]) > 1 || len(m["route-reflector-client"]) > 1 { + if (len(m[""]) != 1 && len(m["interface"]) != 1) || len(m["as"]) > 1 || len(m["vrf"]) > 1 || len(m["route-reflector-client"]) > 1 || len(m["allow-own-as"]) > 1 { return fmt.Errorf("%s", usage) } unnumbered := len(m["interface"]) > 0 @@ -828,7 +831,7 @@ func modNeighbor(cmdType string, args []string) error { } } - getConf := func(asn int) *config.Neighbor { + getConf := func(asn int) (*config.Neighbor, error) { peer := &config.Neighbor{ Config: config.NeighborConfig{ PeerAs: uint32(asn), @@ -855,26 +858,40 @@ func modNeighbor(cmdType string, args []string) error { RouteServerClient: true, } } - return peer + if option, ok := m["allow-own-as"]; ok { + as, err := strconv.Atoi(option[0]) + if err != nil { + return nil, err + } + peer.AsPathOptions.Config.AllowOwnAs = uint8(as) + } + return peer, nil } - var err error + + var as int + if len(m["as"]) > 0 { + var err error + as, err = strconv.Atoi(m["as"][0]) + if err != nil { + return err + } + } + + n, err := getConf(as) + if err != nil { + return err + } + switch cmdType { case CMD_ADD: if len(m[""]) > 0 && len(m["as"]) != 1 { return fmt.Errorf("%s", usage) } - var as int - if len(m["as"]) > 0 { - as, err = strconv.Atoi(m["as"][0]) - if err != nil { - return err - } - } - err = client.AddNeighbor(getConf(as)) + return client.AddNeighbor(n) case CMD_DEL: - err = client.DeleteNeighbor(getConf(0)) + return client.DeleteNeighbor(n) } - return err + return nil } func NewNeighborCmd() *cobra.Command { diff --git a/server/fsm.go b/server/fsm.go index f623f399..e1b85cd0 100644 --- a/server/fsm.go +++ b/server/fsm.go @@ -600,6 +600,30 @@ func readAll(conn net.Conn, length int) ([]byte, error) { return buf, nil } +func getPathAttrFromBGPUpdate(m *bgp.BGPUpdate, typ bgp.BGPAttrType) bgp.PathAttributeInterface { + for _, a := range m.PathAttributes { + if a.GetType() == typ { + return a + } + } + return nil +} + +func hasOwnASLoop(ownAS uint32, limit int, aspath *bgp.PathAttributeAsPath) bool { + cnt := 0 + for _, i := range aspath.Value { + for _, as := range i.(*bgp.As4PathParam).AS { + if as == ownAS { + cnt++ + if cnt > limit { + return true + } + } + } + } + return false +} + func (h *FSMHandler) recvMessageWithError() (*FsmMsg, error) { sendToErrorCh := func(reason FsmStateReason) { // probably doesn't happen but be cautious @@ -671,6 +695,11 @@ func (h *FSMHandler) recvMessageWithError() (*FsmMsg, error) { case bgp.BGP_MSG_UPDATE: body := m.Body.(*bgp.BGPUpdate) confedCheck := !config.IsConfederationMember(h.fsm.gConf, h.fsm.pConf) && config.IsEBGPPeer(h.fsm.gConf, h.fsm.pConf) + + fmsg.payload = make([]byte, len(headerBuf)+len(bodyBuf)) + copy(fmsg.payload, headerBuf) + copy(fmsg.payload[len(headerBuf):], bodyBuf) + _, err = bgp.ValidateUpdateMsg(body, h.fsm.rfMap, confedCheck) if err != nil { log.WithFields(log.Fields{ @@ -680,28 +709,34 @@ func (h *FSMHandler) recvMessageWithError() (*FsmMsg, error) { "error": err, }).Warn("malformed BGP update message") fmsg.MsgData = err - } else { - // FIXME: we should use the original message for bmp/mrt - table.UpdatePathAttrs4ByteAs(body) - err = table.UpdatePathAggregator4ByteAs(body) - if err == nil { - fmsg.PathList = table.ProcessMessage(m, h.fsm.peerInfo, fmsg.timestamp) - id := h.fsm.pConf.Config.NeighborAddress - for _, path := range fmsg.PathList { - if path.IsEOR() { - continue - } - if h.fsm.policy.ApplyPolicy(id, table.POLICY_DIRECTION_IN, path, nil) == nil { - path.Filter(id, table.POLICY_DIRECTION_IN) - } - } - } else { - fmsg.MsgData = err + return fmsg, err + } + + table.UpdatePathAttrs4ByteAs(body) + if err = table.UpdatePathAggregator4ByteAs(body); err != nil { + fmsg.MsgData = err + return fmsg, err + } + + // RFC4271 9.1.2 Phase 2: Route Selection + // + // If the AS_PATH attribute of a BGP route contains an AS loop, the BGP + // route should be excluded from the Phase 2 decision function. + var asLoop bool + if attr := getPathAttrFromBGPUpdate(body, bgp.BGP_ATTR_TYPE_AS_PATH); attr != nil { + asLoop = hasOwnASLoop(h.fsm.peerInfo.LocalAS, int(h.fsm.pConf.AsPathOptions.Config.AllowOwnAs), attr.(*bgp.PathAttributeAsPath)) + } + + fmsg.PathList = table.ProcessMessage(m, h.fsm.peerInfo, fmsg.timestamp) + id := h.fsm.pConf.Config.NeighborAddress + for _, path := range fmsg.PathList { + if path.IsEOR() { + continue + } + if asLoop || (h.fsm.policy.ApplyPolicy(id, table.POLICY_DIRECTION_IN, path, nil) == nil) { + path.Filter(id, table.POLICY_DIRECTION_IN) } } - fmsg.payload = make([]byte, len(headerBuf)+len(bodyBuf)) - copy(fmsg.payload, headerBuf) - copy(fmsg.payload[len(headerBuf):], bodyBuf) fallthrough case bgp.BGP_MSG_KEEPALIVE: // if the length of h.holdTimerResetCh diff --git a/server/fsm_test.go b/server/fsm_test.go index 0fb67f98..aea6700b 100644 --- a/server/fsm_test.go +++ b/server/fsm_test.go @@ -287,6 +287,15 @@ func TestFSMHandlerEstablished_HoldtimeZero(t *testing.T) { assert.Equal(0, len(m.sendBuf)) } +func TestCheckOwnASLoop(t *testing.T) { + assert := assert.New(t) + aspathParam := []bgp.AsPathParamInterface{bgp.NewAs4PathParam(2, []uint32{65100})} + aspath := bgp.NewPathAttributeAsPath(aspathParam) + assert.False(hasOwnASLoop(65100, 10, aspath)) + assert.True(hasOwnASLoop(65100, 0, aspath)) + assert.False(hasOwnASLoop(65200, 0, aspath)) +} + func makePeerAndHandler() (*Peer, *FSMHandler) { p := &Peer{ fsm: NewFSM(&config.Global{}, &config.Neighbor{}, table.NewRoutingPolicy()), diff --git a/server/server.go b/server/server.go index f3861de3..6e20979b 100644 --- a/server/server.go +++ b/server/server.go @@ -1317,7 +1317,17 @@ func (s *BgpServer) softResetIn(addr string, family bgp.RouteFamily) error { for _, path := range peer.adjRibIn.PathList(families, false) { exResult := path.Filtered(peer.ID()) path.Filter(peer.ID(), table.POLICY_DIRECTION_NONE) - if s.policy.ApplyPolicy(peer.ID(), table.POLICY_DIRECTION_IN, path, nil) != nil { + + // RFC4271 9.1.2 Phase 2: Route Selection + // + // If the AS_PATH attribute of a BGP route contains an AS loop, the BGP + // route should be excluded from the Phase 2 decision function. + var asLoop bool + if aspath := path.GetAsPath(); aspath != nil { + asLoop = hasOwnASLoop(peer.fsm.peerInfo.LocalAS, int(peer.fsm.pConf.AsPathOptions.Config.AllowOwnAs), aspath) + } + + if !asLoop && s.policy.ApplyPolicy(peer.ID(), table.POLICY_DIRECTION_IN, path, nil) != nil { pathList = append(pathList, path.Clone(false)) // this path still in rib's // knownPathList. We can't @@ -1482,13 +1492,13 @@ func (s *BgpServer) GetAdjRib(addr string, family bgp.RouteFamily, in bool, pref if !ok { return fmt.Errorf("Neighbor that has %v doesn't exist.", addr) } - id := peer.TableID() + id := peer.ID() var adjRib *table.AdjRib if in { adjRib = peer.adjRibIn } else { - adjRib = table.NewAdjRib(peer.ID(), peer.configuredRFlist()) + adjRib = table.NewAdjRib(id, peer.configuredRFlist()) accepted, _ := peer.getBestFromLocal(peer.configuredRFlist()) adjRib.Update(accepted) } @@ -1707,7 +1717,7 @@ func (s *BgpServer) DeleteNeighbor(c *config.Neighbor) error { }, true) } -func (s *BgpServer) UpdateNeighbor(c *config.Neighbor) (policyUpdated bool, err error) { +func (s *BgpServer) UpdateNeighbor(c *config.Neighbor) (needsSoftResetIn bool, err error) { err = s.mgmtOperation(func() error { addr := c.Config.NeighborAddress peer, ok := s.neighborMap[addr] @@ -1722,10 +1732,19 @@ func (s *BgpServer) UpdateNeighbor(c *config.Neighbor) (policyUpdated bool, err }).Info("Update ApplyPolicy") s.policy.Reset(nil, map[string]config.ApplyPolicy{peer.ID(): c.ApplyPolicy}) peer.fsm.pConf.ApplyPolicy = c.ApplyPolicy - policyUpdated = true + needsSoftResetIn = true } original := peer.fsm.pConf + if !original.AsPathOptions.Config.Equal(&c.AsPathOptions.Config) { + log.WithFields(log.Fields{ + "Topic": "Peer", + "Key": peer.ID(), + }).Info("Update aspath options") + peer.fsm.pConf.AsPathOptions = c.AsPathOptions + needsSoftResetIn = true + } + if !original.Config.Equal(&c.Config) || !original.Transport.Config.Equal(&c.Transport.Config) || config.CheckAfiSafisChange(original.AfiSafis, c.AfiSafis) { sub := uint8(bgp.BGP_ERROR_SUB_OTHER_CONFIGURATION_CHANGE) if original.Config.AdminDown != c.Config.AdminDown { @@ -1738,7 +1757,7 @@ func (s *BgpServer) UpdateNeighbor(c *config.Neighbor) (policyUpdated bool, err "Topic": "Peer", "Key": peer.ID(), "State": state, - }).Info("update admin-state configuration") + }).Info("Update admin-state configuration") } else if original.Config.PeerAs != c.Config.PeerAs { sub = bgp.BGP_ERROR_SUB_PEER_DECONFIGURED } @@ -1763,7 +1782,7 @@ func (s *BgpServer) UpdateNeighbor(c *config.Neighbor) (policyUpdated bool, err log.WithFields(log.Fields{ "Topic": "Peer", "Key": peer.ID(), - }).Info("update timer configuration") + }).Info("Update timer configuration") peer.fsm.pConf.Timers.Config = c.Timers.Config } @@ -1778,7 +1797,7 @@ func (s *BgpServer) UpdateNeighbor(c *config.Neighbor) (policyUpdated bool, err } return err }, true) - return policyUpdated, err + return needsSoftResetIn, err } func (s *BgpServer) addrToPeers(addr string) (l []*Peer, err error) { diff --git a/test/lib/base.py b/test/lib/base.py index 1f523c32..ef8e7ab7 100644 --- a/test/lib/base.py +++ b/test/lib/base.py @@ -300,12 +300,17 @@ class BGPContainer(Container): name = self.peers[peer]['neigh_addr'].split('/')[0] return name + def update_peer(self, peer, **kwargs): + if peer not in self.peers: + raise Exception('peer not exists') + self.add_peer(peer, **kwargs) + def add_peer(self, peer, passwd=None, vpn=False, is_rs_client=False, policies=None, passive=False, is_rr_client=False, cluster_id=None, flowspec=False, bridge='', reload_config=True, as2=False, graceful_restart=None, local_as=None, prefix_limit=None, - v6=False, llgr=None, vrf='', interface=''): + v6=False, llgr=None, vrf='', interface='', allow_as_in=0): neigh_addr = '' local_addr = '' it = itertools.product(self.ip_addrs, peer.ip_addrs) @@ -346,7 +351,8 @@ class BGPContainer(Container): 'local_as': local_as, 'prefix_limit': prefix_limit, 'llgr': llgr, - 'vrf': vrf} + 'vrf': vrf, + 'allow_as_in': allow_as_in} if self.is_running and reload_config: self.create_config() self.reload_config() diff --git a/test/lib/gobgp.py b/test/lib/gobgp.py index 14fbfe1f..15264bfb 100644 --- a/test/lib/gobgp.py +++ b/test/lib/gobgp.py @@ -357,6 +357,10 @@ class GoBGPContainer(BGPContainer): }, } + n['as-path-options'] = {'config': {}} + if info['allow_as_in'] > 0: + n['as-path-options']['config']['allow-own-as'] = info['allow_as_in'] + if ':' in info['local_addr']: n['transport']['config']['local-address'] = info['local_addr'].split('/')[0] diff --git a/test/scenario_test/aspath_test.py b/test/scenario_test/aspath_test.py new file mode 100644 index 00000000..699a1ab3 --- /dev/null +++ b/test/scenario_test/aspath_test.py @@ -0,0 +1,92 @@ +# Copyright (C) 2017 Nippon Telegraph and Telephone Corporation. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or +# implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +from __future__ import absolute_import + +import sys +import time +import unittest + +from fabric.api import local +import nose + +from lib.noseplugin import OptionParser, parser_option + +from lib import base +from lib.base import BGP_FSM_ESTABLISHED +from lib.gobgp import GoBGPContainer +from lib.quagga import QuaggaBGPContainer + + +class GoBGPTestBase(unittest.TestCase): + + @classmethod + def setUpClass(cls): + gobgp_ctn_image_name = parser_option.gobgp_image + base.TEST_PREFIX = parser_option.test_prefix + + g1 = GoBGPContainer(name='g1', asn=65001, router_id='192.168.0.1', + ctn_image_name=gobgp_ctn_image_name, + log_level=parser_option.gobgp_log_level) + q1 = QuaggaBGPContainer(name='q1', asn=65002, router_id='192.168.0.2') + g2 = GoBGPContainer(name='g2', asn=65001, router_id='192.168.0.3', + ctn_image_name=gobgp_ctn_image_name, + log_level=parser_option.gobgp_log_level) + ctns = [g1, g2, q1] + + initial_wait_time = max(ctn.run() for ctn in ctns) + + time.sleep(initial_wait_time) + + g1.add_peer(q1) + q1.add_peer(g1) + + q1.add_peer(g2) + g2.add_peer(q1) + + g1.add_route('10.0.0.0/24') + + cls.g1 = g1 + cls.g2 = g2 + cls.q1 = q1 + cls.ctns = {n.name: n for n in ctns} + + # test each neighbor state is turned establish + def test_01_neighbor_established(self): + self.g1.wait_for(expected_state=BGP_FSM_ESTABLISHED, peer=self.q1) + self.q1.wait_for(expected_state=BGP_FSM_ESTABLISHED, peer=self.g2) + + def test_02_check_reject_as_loop(self): + time.sleep(1) + self.assertTrue(len(self.g2.get_global_rib()) == 0) + + def test_03_update_peer(self): + self.g2.update_peer(self.q1, allow_as_in=10) + + self.q1.wait_for(expected_state=BGP_FSM_ESTABLISHED, peer=self.g2) + + def test_04_check_accept_as_loop(self): + time.sleep(1) + self.assertTrue(len(self.g2.get_global_rib()) == 1) + + +if __name__ == '__main__': + output = local("which docker 2>&1 > /dev/null ; echo $?", capture=True) + if int(output) is not 0: + print "docker not found" + sys.exit(1) + + nose.main(argv=sys.argv, addplugins=[OptionParser()], + defaultTest=sys.argv[0]) |