diff options
author | Wataru Ishida <ishida.wataru@lab.ntt.co.jp> | 2016-11-04 13:19:47 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2016-11-04 13:19:47 +0900 |
commit | a17832195c5fc42d6d0ec3dd7cc4868694bed88d (patch) | |
tree | 14381d27f1e58a6c399de90cc206d2433d8d366f | |
parent | 97bc9dd0da71ce743dbb7deb4a09f260ca518dcc (diff) |
support neighbor belongs to VRF
$ gobgp vrf add red rd 100:100 rt both 100:100
$ gobgp neighbor add 10.0.0.1 as 2 vrf red
$ gobgp vrf red neighbor
Peer AS Up/Down State |#Advertised Received Accepted
10.0.0.1 2 never Active | 0 0 0
Signed-off-by: Wataru Ishida <ishida.wataru@lab.ntt.co.jp>
-rw-r--r-- | .travis.yml | 5 | ||||
-rw-r--r-- | api/gobgp.pb.go | 699 | ||||
-rw-r--r-- | api/gobgp.proto | 1 | ||||
-rw-r--r-- | api/grpc_server.go | 2 | ||||
-rw-r--r-- | config/bgp_configs.go | 10 | ||||
-rw-r--r-- | gobgp/cmd/common.go | 2 | ||||
-rw-r--r-- | gobgp/cmd/neighbor.go | 23 | ||||
-rw-r--r-- | gobgp/cmd/vrf.go | 35 | ||||
-rw-r--r-- | gobgpd/main.go | 13 | ||||
-rw-r--r-- | packet/bgp/bgp.go | 6 | ||||
-rw-r--r-- | server/peer.go | 16 | ||||
-rw-r--r-- | server/server.go | 35 | ||||
-rw-r--r-- | table/destination.go | 2 | ||||
-rw-r--r-- | table/path.go | 97 | ||||
-rw-r--r-- | table/vrf.go | 25 | ||||
-rw-r--r-- | test/lib/base.py | 5 | ||||
-rw-r--r-- | test/lib/gobgp.py | 1 | ||||
-rw-r--r-- | test/scenario_test/bgp_zebra_test.py | 12 | ||||
-rw-r--r-- | test/scenario_test/route_server_test2.py | 3 | ||||
-rw-r--r-- | test/scenario_test/vrf_neighbor_test.py | 176 | ||||
-rw-r--r-- | tools/pyang_plugins/gobgp.yang | 6 |
21 files changed, 774 insertions, 400 deletions
diff --git a/.travis.yml b/.travis.yml index 8eb5d029..f123aa74 100644 --- a/.travis.yml +++ b/.travis.yml @@ -141,6 +141,11 @@ matrix: sudo: required services: - docker + - env: + - TEST=vrf_neighbor_test.py + sudo: required + services: + - docker cache: pip: true diff --git a/api/gobgp.pb.go b/api/gobgp.pb.go index fac99117..f68569d3 100644 --- a/api/gobgp.pb.go +++ b/api/gobgp.pb.go @@ -1778,6 +1778,7 @@ type PeerConf struct { PrefixLimits []*PrefixLimit `protobuf:"bytes,14,rep,name=prefix_limits,json=prefixLimits" json:"prefix_limits,omitempty"` 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"` } func (m *PeerConf) Reset() { *m = PeerConf{} } @@ -2548,7 +2549,7 @@ var _ grpc.ClientConn // This is a compile-time assertion to ensure that this generated file // is compatible with the grpc package it is being compiled against. -const _ = grpc.SupportPackageIsVersion3 +const _ = grpc.SupportPackageIsVersion4 // Client API for GobgpApi service @@ -4350,358 +4351,356 @@ var _GobgpApi_serviceDesc = grpc.ServiceDesc{ ClientStreams: true, }, }, - Metadata: fileDescriptor0, + Metadata: "gobgp.proto", } func init() { proto.RegisterFile("gobgp.proto", fileDescriptor0) } var fileDescriptor0 = []byte{ - // 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, + // 5505 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0xd4, 0x3c, 0x4d, 0x73, 0x1b, 0x57, + 0x72, 0x04, 0x01, 0x92, 0x40, 0x03, 0x20, 0xc1, 0x21, 0x29, 0x41, 0xd0, 0x87, 0xad, 0xd9, 0xf5, + 0x5a, 0xd6, 0x7a, 0xe5, 0xb5, 0xbc, 0x96, 0x37, 0x6b, 0x7b, 0xb3, 0x10, 0x09, 0x49, 0x58, 0xf3, + 0x03, 0x7e, 0xa4, 0x14, 0x7b, 0xf3, 0x81, 0x8c, 0x80, 0x01, 0x39, 0x31, 0x3e, 0x66, 0x67, 0x06, + 0xb2, 0x54, 0xa9, 0x4a, 0xaa, 0x92, 0x63, 0x2a, 0xff, 0x60, 0xab, 0x72, 0xdf, 0x4a, 0xce, 0xa9, + 0xca, 0x39, 0x49, 0xa5, 0x2a, 0x55, 0xb9, 0xe6, 0x90, 0x43, 0x4e, 0x39, 0xe7, 0x9a, 0x63, 0xba, + 0xfb, 0xbd, 0x99, 0x79, 0xf3, 0x01, 0x8a, 0x52, 0xb4, 0x49, 0xe5, 0x44, 0x4c, 0x77, 0xbf, 0x7e, + 0x5f, 0xfd, 0xf5, 0xfa, 0xbd, 0x26, 0x54, 0x4f, 0x67, 0x4f, 0x4f, 0xdd, 0x3b, 0xae, 0x37, 0x0b, + 0x66, 0x46, 0x99, 0x3f, 0x2c, 0xd7, 0x31, 0xb7, 0xc1, 0x78, 0x68, 0x07, 0x87, 0xb6, 0x73, 0x7a, + 0xf6, 0x74, 0xe6, 0x09, 0xfb, 0x97, 0x73, 0xdb, 0x0f, 0xcc, 0x4f, 0x61, 0x2b, 0x01, 0xf5, 0xdd, + 0xd9, 0xd4, 0xb7, 0x8d, 0xef, 0xc2, 0x8a, 0x6b, 0xdb, 0x9e, 0xdf, 0x2c, 0xbc, 0x5d, 0xbc, 0x55, + 0xbd, 0xbb, 0x7e, 0x27, 0x64, 0x73, 0xa7, 0x87, 0x60, 0x21, 0x91, 0xe6, 0x29, 0x54, 0xda, 0xde, + 0xe9, 0x7c, 0x62, 0x4f, 0x03, 0xdf, 0xb8, 0x03, 0x65, 0xcf, 0xf6, 0x67, 0x73, 0x6f, 0x60, 0x63, + 0xab, 0xc2, 0xad, 0xf5, 0xbb, 0x46, 0xdc, 0x4a, 0x28, 0x8c, 0x88, 0x68, 0x8c, 0x4b, 0xb0, 0x3a, + 0xb2, 0x26, 0xce, 0xf8, 0x45, 0x73, 0x19, 0xa9, 0xeb, 0x42, 0x7d, 0x19, 0x06, 0x94, 0xa6, 0xd6, + 0xc4, 0x6e, 0x16, 0x11, 0x5a, 0x11, 0xfc, 0xdb, 0xfc, 0x63, 0x58, 0x6f, 0x0f, 0x87, 0x3d, 0x2b, + 0x38, 0x53, 0xe3, 0x7e, 0xe5, 0xde, 0x76, 0x60, 0xf5, 0x99, 0x37, 0xea, 0x3b, 0x43, 0xee, 0xad, + 0x22, 0x56, 0xf0, 0xab, 0x3b, 0x34, 0x4c, 0x28, 0xb9, 0xc8, 0x95, 0x3b, 0x4b, 0x4e, 0x93, 0xfa, + 0x62, 0x9c, 0xf9, 0x0e, 0x6c, 0x44, 0x9d, 0xab, 0xe5, 0xc1, 0x31, 0xce, 0xe7, 0xc8, 0x8b, 0x7a, + 0xae, 0x09, 0xfe, 0x6d, 0xfe, 0xba, 0x00, 0x9b, 0x7b, 0xf6, 0xd8, 0x0e, 0xec, 0xdf, 0xc0, 0x38, + 0xe3, 0xc5, 0x2a, 0x26, 0x16, 0x2b, 0x1c, 0x7f, 0x69, 0xf1, 0xf8, 0xa3, 0xc1, 0xae, 0x68, 0x83, + 0x45, 0x61, 0xd0, 0xc7, 0x2a, 0xa7, 0x65, 0xfe, 0x18, 0x0c, 0x9c, 0x69, 0x4a, 0x44, 0xb8, 0x0f, + 0xdc, 0x6e, 0x1e, 0x7e, 0x56, 0x14, 0x18, 0x67, 0xee, 0xc0, 0x56, 0xa2, 0xa5, 0x62, 0xf8, 0x29, + 0xec, 0xc8, 0x6e, 0x5e, 0x87, 0x67, 0x13, 0x2e, 0xa5, 0x1b, 0x2b, 0xb6, 0x3f, 0x84, 0x6d, 0xfc, + 0x9d, 0x11, 0x66, 0xa3, 0x09, 0x6b, 0xd6, 0x70, 0x88, 0x6b, 0xe9, 0x33, 0xe3, 0x8a, 0x08, 0x3f, + 0xcd, 0xcb, 0xb0, 0x93, 0x6a, 0xa1, 0x58, 0xfd, 0x5d, 0x01, 0x9a, 0xc7, 0xb3, 0x51, 0xf0, 0x6a, + 0xfc, 0x8c, 0x63, 0xa8, 0x0c, 0x1d, 0xcf, 0x1e, 0x04, 0xce, 0x6c, 0xca, 0x3b, 0xb5, 0x7e, 0xf7, + 0xe3, 0x78, 0x12, 0x8b, 0x18, 0xc6, 0x88, 0xbd, 0xb0, 0xb1, 0x88, 0xf9, 0x98, 0x1f, 0x80, 0x91, + 0x25, 0x30, 0x56, 0x61, 0xb9, 0x7b, 0xd8, 0x58, 0x32, 0xd6, 0xa0, 0x78, 0xf4, 0xf8, 0xa4, 0x51, + 0x30, 0xca, 0x50, 0xba, 0x7f, 0x74, 0xf2, 0xa8, 0xb1, 0x6c, 0x5e, 0x85, 0x2b, 0x39, 0x5d, 0xa9, + 0x99, 0x7d, 0x04, 0x97, 0x8f, 0xcf, 0xe6, 0xc1, 0x70, 0xf6, 0xed, 0xf4, 0xe2, 0xeb, 0xd4, 0xc2, + 0xd5, 0xc8, 0x34, 0x52, 0x0c, 0x3f, 0x84, 0x9d, 0xce, 0xd4, 0x7a, 0x3a, 0xb6, 0x2f, 0xce, 0x0e, + 0xb7, 0x30, 0xdd, 0x44, 0x31, 0xbb, 0x8b, 0x9b, 0xeb, 0xf8, 0xaf, 0xc6, 0xed, 0x0a, 0x5c, 0xce, + 0xb4, 0x51, 0xec, 0x4e, 0xa1, 0x21, 0x3b, 0x3a, 0xf0, 0x82, 0x90, 0xd1, 0x55, 0xdc, 0xa3, 0xf9, + 0xc4, 0xed, 0x07, 0x2f, 0x5c, 0xa9, 0x7b, 0x2b, 0xa2, 0x4c, 0x80, 0x13, 0xfc, 0x36, 0x5a, 0x50, + 0x1e, 0x39, 0x63, 0x9b, 0x2d, 0x8d, 0xd4, 0xb4, 0xe8, 0x9b, 0x70, 0xce, 0x34, 0xb0, 0xbd, 0x67, + 0xd6, 0x98, 0xd5, 0xad, 0x24, 0xa2, 0x6f, 0x73, 0x0b, 0x36, 0xb5, 0x8e, 0x54, 0xef, 0x08, 0x54, + 0x03, 0x8b, 0xbb, 0x67, 0x15, 0xd3, 0x80, 0x8a, 0xf4, 0x4f, 0xa1, 0xd1, 0x9d, 0xfe, 0x11, 0x6e, + 0xad, 0x36, 0xd0, 0x37, 0x64, 0x23, 0xc8, 0x66, 0xa3, 0x36, 0xfb, 0x38, 0xe6, 0x62, 0x8e, 0x31, + 0x90, 0x48, 0x1a, 0xab, 0x36, 0x00, 0x35, 0xaa, 0xbf, 0x2e, 0x40, 0x1d, 0xf5, 0xf7, 0xfe, 0xc4, + 0x7d, 0xb9, 0xe8, 0xa3, 0x39, 0x71, 0x67, 0x5e, 0xa0, 0xac, 0x36, 0xff, 0x36, 0x3e, 0x83, 0x12, + 0xaf, 0x72, 0x91, 0x47, 0x7f, 0x2b, 0xee, 0x39, 0xc1, 0xf4, 0xce, 0xc1, 0x6c, 0xea, 0x04, 0x33, + 0xcf, 0x99, 0x9e, 0xf6, 0x66, 0x63, 0x67, 0xf0, 0x42, 0x70, 0x2b, 0x94, 0xfb, 0x46, 0x1a, 0x43, + 0xd2, 0xde, 0x13, 0x1d, 0x14, 0x7b, 0x94, 0xf6, 0xde, 0xd1, 0x71, 0x52, 0xee, 0x1b, 0xec, 0x0e, + 0x98, 0xb1, 0x9a, 0xc0, 0xcf, 0xa0, 0x21, 0x6d, 0xc5, 0xeb, 0x4e, 0x81, 0xf7, 0x30, 0xe6, 0xa0, + 0xd8, 0x76, 0xa0, 0x2c, 0x7a, 0x5f, 0x74, 0x77, 0x67, 0xd3, 0xd1, 0x39, 0xec, 0xde, 0x82, 0xaa, + 0x67, 0x4f, 0x66, 0x81, 0xdd, 0x8f, 0xb8, 0x56, 0x04, 0x48, 0x50, 0x8f, 0x78, 0xff, 0xaa, 0x04, + 0x15, 0xe2, 0x73, 0x1c, 0x58, 0x01, 0x3b, 0xbe, 0xb9, 0x1b, 0x38, 0x13, 0xb9, 0xd9, 0x45, 0xa1, + 0xbe, 0x48, 0xec, 0x48, 0xef, 0x18, 0xb3, 0xcc, 0x98, 0xe8, 0xdb, 0x58, 0x87, 0xe5, 0xb9, 0xcb, + 0xcb, 0x5b, 0x16, 0xf8, 0x4b, 0x76, 0x39, 0x98, 0x79, 0xc3, 0xbe, 0xe3, 0x3e, 0xfb, 0x11, 0x9b, + 0xff, 0x3a, 0x75, 0x49, 0xa0, 0x2e, 0x42, 0x92, 0x04, 0xf7, 0xd8, 0xf6, 0xeb, 0x04, 0xf7, 0x88, + 0xc0, 0xf5, 0xec, 0x91, 0xf3, 0x5c, 0x72, 0x58, 0x95, 0x04, 0x12, 0x14, 0x72, 0x88, 0x09, 0xee, + 0x35, 0xd7, 0x52, 0x04, 0xf7, 0x68, 0x1e, 0xbe, 0xed, 0x39, 0xa8, 0x24, 0x65, 0xe9, 0x93, 0xe4, + 0x97, 0xf1, 0x1d, 0xa8, 0x63, 0x3f, 0xb6, 0xf3, 0xcc, 0x56, 0xa3, 0xab, 0xf0, 0x64, 0x6a, 0x21, + 0x90, 0xb9, 0xa7, 0x88, 0xee, 0x35, 0x21, 0x43, 0x74, 0x8f, 0x88, 0x24, 0xcf, 0xfe, 0x74, 0x16, + 0x38, 0xa3, 0x17, 0xcd, 0xaa, 0x24, 0x92, 0xc0, 0x43, 0x86, 0xd1, 0x38, 0x07, 0xd6, 0xe0, 0xcc, + 0xee, 0x7b, 0x64, 0x06, 0x9b, 0x35, 0x26, 0x01, 0x06, 0xb1, 0x61, 0x34, 0xde, 0x81, 0xf5, 0x88, + 0x80, 0xb7, 0xb5, 0x59, 0x67, 0x9a, 0x7a, 0x48, 0x23, 0x7d, 0xfa, 0x0d, 0xa8, 0xda, 0xd3, 0x61, + 0x7f, 0x36, 0xea, 0x0f, 0xad, 0xc0, 0x6a, 0xae, 0x33, 0x4d, 0x05, 0x41, 0x47, 0xa3, 0x3d, 0x04, + 0x18, 0xdb, 0xb0, 0x62, 0x7b, 0xde, 0xcc, 0x6b, 0x6e, 0x30, 0x46, 0x7e, 0x18, 0x37, 0x41, 0x8d, + 0xa6, 0x8f, 0x42, 0xe7, 0xbd, 0x68, 0x36, 0x18, 0x59, 0x95, 0xb0, 0x2f, 0x09, 0x24, 0xb7, 0x02, + 0x07, 0xa2, 0x28, 0x36, 0xe5, 0x00, 0x19, 0xc4, 0x04, 0xe6, 0xd7, 0x50, 0x12, 0xee, 0x37, 0x8e, + 0xf1, 0x3d, 0x28, 0x0d, 0x50, 0xd2, 0x94, 0x53, 0xd4, 0x6d, 0x80, 0x92, 0x41, 0xc1, 0x78, 0xe3, + 0x3d, 0x58, 0xf1, 0x49, 0x92, 0x58, 0x4a, 0xaa, 0x77, 0xb7, 0x92, 0x84, 0x2c, 0x64, 0x42, 0x52, + 0x98, 0xb7, 0x60, 0x1d, 0xc3, 0x3b, 0xe2, 0x1e, 0x6a, 0x45, 0x1c, 0x49, 0x14, 0xf4, 0x48, 0x02, + 0x5d, 0xf5, 0x46, 0x44, 0xa9, 0x56, 0xe4, 0x16, 0xac, 0xe1, 0x3c, 0x9e, 0xe5, 0x86, 0x81, 0x4c, + 0x18, 0xa2, 0xcd, 0x5f, 0xb0, 0x42, 0xea, 0xdd, 0xbc, 0x9a, 0xfd, 0x40, 0xd1, 0x1f, 0x3b, 0x23, + 0x9b, 0x45, 0xbf, 0x28, 0x45, 0x3f, 0xfc, 0x36, 0x37, 0x39, 0xfc, 0xd2, 0x07, 0x66, 0xb6, 0x43, + 0x5d, 0x7d, 0xed, 0x1e, 0xe3, 0x00, 0x28, 0xc1, 0xf8, 0x07, 0xa1, 0x75, 0xbf, 0x10, 0x63, 0x62, + 0xa2, 0x93, 0x2b, 0x26, 0x77, 0x22, 0xc3, 0x7f, 0x31, 0x2e, 0x18, 0x3b, 0x25, 0xe8, 0x15, 0x9b, + 0xf7, 0xa1, 0xc1, 0xf2, 0x7b, 0x31, 0x26, 0x68, 0xbe, 0x34, 0xea, 0x38, 0x4e, 0x8a, 0xe2, 0x83, + 0x8b, 0xb1, 0xc1, 0x38, 0x29, 0xd5, 0x42, 0xb1, 0xb2, 0xc2, 0xa9, 0xfe, 0xc2, 0x7e, 0xea, 0x59, + 0x21, 0xa3, 0x06, 0x14, 0xe7, 0xde, 0x58, 0x31, 0xa1, 0x9f, 0x2c, 0xec, 0xb3, 0x39, 0x9a, 0x42, + 0xb2, 0xec, 0x3e, 0x2e, 0x79, 0x91, 0x6d, 0x21, 0x81, 0xc8, 0xef, 0xfa, 0xd4, 0x37, 0x89, 0x0c, + 0xc5, 0x4d, 0x32, 0x94, 0x0d, 0x3f, 0x69, 0x1d, 0x12, 0x5d, 0xa8, 0x9e, 0x37, 0xa0, 0x8e, 0x82, + 0xf9, 0xc4, 0x1b, 0x85, 0x8e, 0xf5, 0x23, 0x96, 0x69, 0x06, 0x28, 0x41, 0xbd, 0x09, 0x25, 0x74, + 0x81, 0xa1, 0x94, 0xd6, 0x63, 0x29, 0x25, 0x22, 0x46, 0xe1, 0x52, 0x90, 0x83, 0x8b, 0xb9, 0xe0, + 0x40, 0x8b, 0x88, 0x50, 0xba, 0x96, 0x6a, 0x42, 0x18, 0xe5, 0x64, 0xb4, 0x6e, 0xb0, 0x63, 0xe5, + 0x64, 0x5e, 0x85, 0x4d, 0xe4, 0x57, 0x74, 0x4e, 0x6d, 0xd8, 0xc6, 0x29, 0xec, 0xa1, 0x29, 0x9d, + 0xda, 0xc3, 0x63, 0x3b, 0x8a, 0x04, 0xde, 0x53, 0x7e, 0x54, 0x46, 0x01, 0x3b, 0x31, 0x3b, 0x45, + 0x4a, 0x4b, 0xa8, 0x9c, 0x66, 0x1b, 0x76, 0x52, 0x2c, 0x22, 0xad, 0x2d, 0xe1, 0xe6, 0x85, 0x8b, + 0xb1, 0x9d, 0xe1, 0x41, 0xb4, 0x4c, 0x61, 0xfe, 0x14, 0xb6, 0x71, 0x86, 0xd9, 0x51, 0x7c, 0x0f, + 0x8a, 0x64, 0x49, 0xe5, 0x9c, 0xf2, 0x19, 0x10, 0x01, 0x09, 0x4b, 0xaa, 0xbd, 0x9a, 0xde, 0x31, + 0x06, 0x6a, 0x3c, 0xe7, 0xd7, 0xe6, 0x4d, 0x92, 0x65, 0x8d, 0xc7, 0xac, 0xb2, 0x65, 0x41, 0x3f, + 0x29, 0x34, 0xcd, 0x32, 0x55, 0x1d, 0xde, 0x87, 0xa6, 0xb0, 0xdd, 0xb1, 0x35, 0x78, 0xfd, 0x1e, + 0x29, 0x98, 0xce, 0xe1, 0xa1, 0x3a, 0xd8, 0xe1, 0x63, 0x32, 0x9b, 0x56, 0x3a, 0xed, 0x86, 0xa2, + 0xf8, 0x05, 0xef, 0xa3, 0x06, 0x56, 0x7b, 0xf0, 0x11, 0x80, 0x1f, 0x02, 0xc3, 0x9d, 0xd0, 0xcc, + 0x74, 0xdc, 0x40, 0x23, 0x33, 0x1f, 0xf1, 0x19, 0x2a, 0xdd, 0x87, 0xf1, 0x21, 0x54, 0x22, 0x22, + 0x35, 0x8b, 0x5c, 0x56, 0x31, 0x95, 0x79, 0x89, 0x37, 0x36, 0x33, 0x2c, 0xf3, 0xf7, 0xc3, 0x13, + 0xd5, 0x1b, 0xe8, 0x24, 0x67, 0x87, 0xae, 0x84, 0xdb, 0x9e, 0xed, 0x79, 0x1f, 0x2e, 0xab, 0xc5, + 0x7d, 0x13, 0xf3, 0x6b, 0x45, 0xdb, 0x9d, 0xed, 0xc9, 0x80, 0x06, 0x6e, 0x89, 0x8a, 0x2f, 0xd5, + 0x36, 0xa1, 0xbf, 0xd0, 0x60, 0x6a, 0x8f, 0xde, 0x87, 0xb2, 0x4b, 0x10, 0xc7, 0x0e, 0x77, 0xa8, + 0xa1, 0x45, 0xcc, 0x92, 0x36, 0xa2, 0x30, 0x9f, 0x43, 0x83, 0x92, 0x00, 0x3a, 0x5b, 0xd4, 0xb4, + 0x55, 0xc6, 0xbf, 0x50, 0xc3, 0xce, 0xb6, 0x57, 0x78, 0xe3, 0x27, 0x70, 0x05, 0xe3, 0x26, 0xdb, + 0xeb, 0xdb, 0xcf, 0x1d, 0x3f, 0xc0, 0x28, 0xb7, 0xaf, 0x89, 0x87, 0x5c, 0xc1, 0xcb, 0x4c, 0xd0, + 0x51, 0xf8, 0xe3, 0x58, 0x2c, 0xd0, 0x80, 0x68, 0x3d, 0xab, 0x59, 0xfe, 0x59, 0x01, 0x9d, 0x86, + 0x3c, 0xc0, 0xbf, 0xe6, 0x90, 0x3e, 0x80, 0x2d, 0x97, 0x62, 0x10, 0x74, 0xe0, 0xd9, 0xc1, 0x18, + 0x21, 0x2a, 0x1e, 0x47, 0xb8, 0xdf, 0xc5, 0x78, 0xbf, 0x51, 0xcc, 0x92, 0x63, 0x50, 0x83, 0xfb, + 0x9b, 0x02, 0x9d, 0xcf, 0x79, 0x7f, 0xfe, 0x0f, 0x16, 0x6c, 0xd1, 0xcc, 0x8a, 0x8b, 0x66, 0x26, + 0x93, 0x03, 0x89, 0xe1, 0xaa, 0x89, 0x7c, 0x05, 0xad, 0x48, 0x6e, 0xda, 0xbe, 0xef, 0x9c, 0x4e, + 0x75, 0xc1, 0xfd, 0x09, 0x80, 0x15, 0x01, 0xd5, 0x8c, 0x5a, 0xe9, 0x19, 0x69, 0xcd, 0x34, 0x6a, + 0x0c, 0xf9, 0xae, 0xe6, 0x72, 0x56, 0xb2, 0xf9, 0x3f, 0x61, 0x8d, 0x83, 0x8e, 0xe4, 0xe5, 0xcd, + 0x0e, 0xfa, 0x3a, 0x5c, 0xcd, 0xe5, 0xac, 0x56, 0x6b, 0x02, 0xd7, 0x75, 0x71, 0x78, 0xa3, 0x7d, + 0xe7, 0x58, 0x9b, 0xb7, 0xe1, 0xc6, 0xa2, 0xee, 0xd4, 0x80, 0x7e, 0x0f, 0x6e, 0x24, 0xf6, 0xf5, + 0xcd, 0xae, 0xc6, 0x4d, 0x78, 0x6b, 0x21, 0xf7, 0x84, 0x2d, 0x3a, 0xe6, 0x20, 0x39, 0xb4, 0x45, + 0x9f, 0xb3, 0x2d, 0x0a, 0x61, 0x91, 0xcf, 0x5e, 0x3d, 0x1d, 0xcf, 0x9e, 0x5a, 0xe3, 0xac, 0x62, + 0x3c, 0x64, 0xb8, 0x50, 0x78, 0xf4, 0xd9, 0x06, 0x4a, 0xae, 0x97, 0x64, 0xfa, 0x0a, 0xed, 0xd1, + 0x91, 0x25, 0xda, 0xc7, 0x19, 0x8c, 0xe3, 0x60, 0xe6, 0x26, 0x87, 0xba, 0x4d, 0x7d, 0xc5, 0x40, + 0x45, 0xfa, 0xab, 0x22, 0x9e, 0xc8, 0x55, 0x5e, 0x71, 0x3a, 0xf6, 0x9c, 0x30, 0x09, 0x4a, 0xbf, + 0xe9, 0x74, 0xe1, 0x5a, 0x41, 0xe0, 0xc9, 0xc8, 0xaf, 0x26, 0xd4, 0x17, 0x6f, 0xdf, 0x69, 0x18, + 0xdb, 0xd3, 0x4f, 0x6a, 0xfd, 0x14, 0x3b, 0xe1, 0xa3, 0x6b, 0x59, 0xf0, 0x6f, 0x0a, 0x1e, 0x1d, + 0xbf, 0xff, 0xad, 0x13, 0x9c, 0x0d, 0x3d, 0xeb, 0x5b, 0x3e, 0xb4, 0x96, 0x05, 0x38, 0xfe, 0xef, + 0x28, 0x08, 0x9e, 0xd1, 0xe0, 0x99, 0x35, 0x76, 0xf0, 0x80, 0x46, 0xf1, 0xe3, 0x2a, 0xe7, 0x74, + 0x34, 0x88, 0x81, 0x01, 0xef, 0x74, 0xd6, 0x77, 0x26, 0x2e, 0x59, 0xed, 0x20, 0xe6, 0xb4, 0x26, + 0x75, 0x7f, 0x3a, 0xeb, 0x2a, 0x54, 0xc4, 0x31, 0x3e, 0x0e, 0x95, 0x13, 0x89, 0xd5, 0xeb, 0xe8, + 0xc1, 0x39, 0xdb, 0xd2, 0xb7, 0xfc, 0x29, 0x9f, 0x60, 0xeb, 0xe8, 0x81, 0x18, 0xd2, 0xf6, 0xa7, + 0x94, 0x5b, 0x52, 0x68, 0x67, 0xc8, 0x47, 0xd7, 0x8a, 0x28, 0x4b, 0x40, 0x77, 0xa8, 0x72, 0x4b, + 0x81, 0xed, 0xd9, 0x43, 0x3e, 0xb1, 0x96, 0x45, 0xf4, 0x4d, 0xa7, 0x48, 0xb4, 0x49, 0x63, 0x9b, + 0xcf, 0xa9, 0x65, 0x21, 0x3f, 0x70, 0xff, 0x1a, 0x38, 0xf1, 0x91, 0x37, 0x9b, 0xa0, 0xc1, 0x43, + 0xc2, 0x29, 0xee, 0x64, 0x9d, 0x09, 0xd6, 0x1d, 0xff, 0x01, 0x82, 0x3b, 0x0a, 0x4a, 0x4b, 0x34, + 0x55, 0xc9, 0x2f, 0x3c, 0x37, 0xf3, 0x29, 0x15, 0xe3, 0xeb, 0x10, 0xd4, 0x75, 0xcd, 0xbf, 0x2a, + 0x40, 0x75, 0xcf, 0x26, 0x9b, 0x28, 0x97, 0x84, 0x76, 0x84, 0xcf, 0xec, 0x2a, 0x4a, 0x57, 0x5f, + 0x71, 0xb6, 0x68, 0xf9, 0x9c, 0x6c, 0x91, 0xf1, 0x2e, 0x6c, 0x8c, 0x67, 0xd3, 0x53, 0x34, 0xc4, + 0xb2, 0x99, 0x1d, 0xda, 0xd1, 0x75, 0x09, 0xee, 0x29, 0x28, 0x46, 0xae, 0x0d, 0xff, 0x0c, 0x0f, + 0x56, 0x3a, 0xa5, 0xdc, 0xda, 0x0d, 0x05, 0x0f, 0x49, 0xcd, 0xbf, 0x2d, 0xc0, 0xca, 0x09, 0xc5, + 0xf9, 0x74, 0xe0, 0xd5, 0xc2, 0xdd, 0xbc, 0xa4, 0x17, 0xe3, 0xa3, 0x2b, 0x81, 0xe5, 0xf8, 0x4a, + 0x60, 0x61, 0x46, 0xfc, 0xb7, 0xa0, 0x36, 0x8c, 0xa7, 0x4f, 0x83, 0xa0, 0xe9, 0x25, 0x42, 0xe9, + 0x08, 0x2b, 0x12, 0xa4, 0x9c, 0xf1, 0x98, 0xf9, 0x41, 0x5f, 0xf9, 0x28, 0x25, 0x7e, 0x04, 0x92, + 0x1a, 0x6e, 0xde, 0xe3, 0xa3, 0x88, 0x70, 0x9e, 0x86, 0x7a, 0xf7, 0x0e, 0xac, 0x04, 0x34, 0x13, + 0xa5, 0x76, 0x1b, 0x71, 0x2f, 0x3c, 0x41, 0x21, 0xb1, 0xe6, 0x27, 0xf2, 0x14, 0x4e, 0xed, 0x94, + 0xc2, 0x5f, 0xb0, 0xe1, 0x18, 0x8c, 0x27, 0x52, 0xba, 0x6d, 0xad, 0xd7, 0x8b, 0x2e, 0xdb, 0xa2, + 0x1b, 0x96, 0x58, 0x24, 0x8a, 0xba, 0x48, 0x90, 0x6d, 0x48, 0xf4, 0xa6, 0x14, 0xfe, 0xef, 0x49, + 0xe1, 0x6d, 0xdb, 0x63, 0xb9, 0x26, 0x0e, 0x61, 0xc4, 0x54, 0x17, 0xd1, 0xb7, 0xf1, 0x63, 0xa8, + 0x59, 0xae, 0x3b, 0x7e, 0x11, 0x2e, 0x9e, 0x4c, 0x4d, 0x68, 0xcb, 0xde, 0x26, 0xac, 0xf2, 0xaf, + 0x55, 0x2b, 0xfe, 0x88, 0xb2, 0x1e, 0xc5, 0x74, 0xd6, 0x83, 0xfa, 0xd4, 0xb2, 0x1e, 0x9f, 0x42, + 0xdd, 0x46, 0x4c, 0x7f, 0x32, 0x1f, 0x07, 0xce, 0xd9, 0xcc, 0x55, 0x77, 0x1e, 0x97, 0xe2, 0x06, + 0x1d, 0xfc, 0x7b, 0xa0, 0xb0, 0xa2, 0x66, 0x6b, 0x5f, 0x46, 0x1b, 0x36, 0xe4, 0xb1, 0x14, 0x67, + 0x3a, 0xb6, 0x07, 0xc1, 0xcc, 0xe3, 0xed, 0xad, 0xde, 0x6d, 0x6a, 0xab, 0x47, 0x04, 0x22, 0xc4, + 0x8b, 0x75, 0x2f, 0xf1, 0x8d, 0xaa, 0x50, 0x72, 0xa6, 0xa3, 0x19, 0x5b, 0x9d, 0x44, 0x88, 0x4a, + 0xe3, 0x94, 0x49, 0x17, 0x26, 0x20, 0x63, 0x4c, 0x89, 0x0b, 0xb4, 0x81, 0x6b, 0x69, 0x63, 0x7c, + 0xc2, 0x70, 0xa1, 0xf0, 0x14, 0xfa, 0x06, 0x9e, 0x35, 0xf5, 0x39, 0x3b, 0x51, 0x4e, 0xf3, 0x3d, + 0x09, 0x51, 0x22, 0xa6, 0xa2, 0x75, 0x96, 0x13, 0x91, 0xa9, 0x17, 0xb6, 0x4c, 0x89, 0x75, 0xe6, + 0x59, 0x28, 0x93, 0x2d, 0x8f, 0xe2, 0xf2, 0xc3, 0xfc, 0x27, 0x34, 0x0c, 0xda, 0x26, 0x18, 0x9f, + 0x40, 0xc5, 0x99, 0xf6, 0x13, 0xf1, 0xd8, 0x79, 0xae, 0xaf, 0xec, 0x4c, 0x55, 0xc3, 0xdf, 0xc6, + 0x8d, 0x78, 0x4e, 0x83, 0x49, 0xee, 0xf5, 0x79, 0x8d, 0x6b, 0xb2, 0x41, 0xcc, 0x00, 0x4d, 0xb4, + 0xc6, 0xa0, 0xf8, 0x72, 0x06, 0xb2, 0x81, 0xd2, 0xc3, 0x3f, 0x81, 0xaa, 0xb4, 0x26, 0xfb, 0xce, + 0xc4, 0x59, 0x98, 0xd2, 0xa2, 0xdc, 0xdc, 0xc4, 0x7a, 0x1e, 0xdb, 0x23, 0xa9, 0x05, 0x55, 0x84, + 0x45, 0x66, 0xeb, 0x47, 0x70, 0xc9, 0x57, 0xf7, 0x1d, 0xfd, 0xe0, 0x0c, 0x43, 0xc3, 0xb3, 0xd9, + 0x78, 0xd8, 0x77, 0x07, 0x81, 0xb2, 0x2a, 0xdb, 0x21, 0xf6, 0x24, 0x44, 0xf6, 0x06, 0x81, 0xf9, + 0x6f, 0x25, 0x28, 0x87, 0xd2, 0x49, 0x49, 0x4a, 0x6b, 0x1e, 0x9c, 0xf5, 0x5d, 0x8c, 0x0d, 0xbe, + 0x9d, 0x79, 0x43, 0x65, 0x67, 0x6b, 0x04, 0xec, 0x29, 0x98, 0xf1, 0x36, 0x54, 0xd1, 0xd4, 0x0c, + 0x3c, 0xc7, 0x8d, 0x6e, 0x8c, 0x2a, 0x42, 0x07, 0x19, 0x57, 0xa0, 0x3c, 0x9e, 0x0d, 0xac, 0x31, + 0xfa, 0x9b, 0x30, 0x31, 0xc2, 0xdf, 0x6d, 0xb6, 0xad, 0x91, 0xcd, 0x0f, 0xf3, 0x36, 0x25, 0xe6, + 0xb0, 0x11, 0xc2, 0xdb, 0x2a, 0xd5, 0x75, 0x19, 0xd6, 0xe8, 0xee, 0x8c, 0x98, 0xc8, 0x94, 0xef, + 0x2a, 0x7d, 0x22, 0x0f, 0xf4, 0x67, 0x8c, 0x38, 0x45, 0x91, 0x70, 0x59, 0x86, 0x2b, 0xa2, 0x42, + 0x90, 0x87, 0x04, 0x20, 0x7f, 0xc6, 0x68, 0xb6, 0x2b, 0x32, 0xd5, 0x5b, 0x26, 0x00, 0xdf, 0x95, + 0xdc, 0x86, 0x4d, 0x4a, 0x66, 0x63, 0x38, 0xed, 0x7a, 0xce, 0x33, 0x14, 0x74, 0x62, 0x2f, 0xdd, + 0xe5, 0x86, 0x44, 0xf4, 0x24, 0x1c, 0xfb, 0x79, 0x1f, 0x0c, 0x29, 0x9f, 0xa3, 0xb1, 0xe5, 0xf6, + 0x87, 0xd6, 0xc4, 0xc5, 0xe0, 0x9c, 0xa5, 0xb4, 0x2c, 0x1a, 0x8c, 0x79, 0x80, 0x88, 0x3d, 0x09, + 0xa7, 0xd4, 0xac, 0x4f, 0x49, 0xd7, 0xc1, 0x6c, 0x32, 0x99, 0x4f, 0x9d, 0xe0, 0x05, 0xfb, 0xd2, + 0xba, 0xa8, 0x13, 0x74, 0x37, 0x04, 0xd2, 0xe0, 0x55, 0x82, 0x7d, 0x60, 0xb9, 0xe8, 0x52, 0x29, + 0xb2, 0xa8, 0x48, 0xc8, 0xae, 0xc5, 0x83, 0x97, 0x4b, 0x47, 0xd8, 0x1a, 0x63, 0xe5, 0x5a, 0x12, + 0x72, 0x1d, 0x96, 0xd1, 0x45, 0xd7, 0x79, 0xc2, 0xf8, 0x0b, 0x43, 0xbe, 0xba, 0x4a, 0x6b, 0x8f, + 0x49, 0x78, 0x7c, 0x74, 0xa1, 0x29, 0x07, 0xa1, 0x89, 0x96, 0xa8, 0xb9, 0xf1, 0x87, 0x4f, 0x5b, + 0xad, 0xf6, 0x48, 0xed, 0xc2, 0x86, 0xdc, 0x6a, 0xb9, 0x51, 0x6a, 0x0b, 0x7e, 0x00, 0x46, 0xec, + 0xa1, 0xe9, 0xda, 0x68, 0x84, 0x21, 0x22, 0xe7, 0x85, 0x2b, 0x62, 0x33, 0x72, 0xd4, 0x21, 0x82, + 0x22, 0x23, 0x4a, 0x20, 0x6d, 0xca, 0x14, 0x1a, 0x65, 0x8c, 0xbe, 0x80, 0x9a, 0x6e, 0xc9, 0x28, + 0x63, 0x66, 0x73, 0x5e, 0x4c, 0x8a, 0x56, 0x59, 0x84, 0x9f, 0x2c, 0xe0, 0x8a, 0xaa, 0x1f, 0x04, + 0xe3, 0x48, 0xc0, 0x15, 0xec, 0x24, 0x18, 0x9b, 0x7f, 0x5e, 0x80, 0xf5, 0xa4, 0x61, 0x23, 0x99, + 0x4f, 0xd9, 0xc2, 0xfe, 0x00, 0x6d, 0xb8, 0x0a, 0x80, 0xcb, 0x62, 0x3b, 0x69, 0xf8, 0x76, 0x19, + 0x87, 0xe6, 0xb7, 0x95, 0x6d, 0x35, 0xf7, 0xc9, 0xe1, 0x47, 0x17, 0x51, 0x97, 0xd3, 0x2d, 0x19, + 0xdf, 0x1d, 0x9a, 0xff, 0xb1, 0x02, 0x95, 0xc8, 0x4c, 0xfe, 0x2f, 0x68, 0xcc, 0x1d, 0x28, 0x4f, + 0x70, 0x2f, 0x30, 0xce, 0xf4, 0x95, 0x9b, 0xd0, 0xfc, 0xca, 0x81, 0xc2, 0x88, 0x88, 0x26, 0x57, + 0xc3, 0x56, 0x5e, 0xaa, 0x61, 0xab, 0xe7, 0x68, 0xd8, 0xda, 0xb9, 0x1a, 0x56, 0x4e, 0x69, 0x18, + 0xba, 0x0c, 0x74, 0xed, 0xe8, 0xdc, 0x95, 0x3d, 0xd7, 0x5c, 0xc6, 0x97, 0x0c, 0x17, 0x0a, 0x9f, + 0xaf, 0x8b, 0xf0, 0x2a, 0xba, 0x58, 0xbd, 0xb0, 0x2e, 0xd6, 0xf2, 0x74, 0x91, 0xef, 0x64, 0x7c, + 0x4a, 0xd8, 0xca, 0xc3, 0x35, 0xab, 0x56, 0x9d, 0xee, 0x64, 0x18, 0x28, 0x77, 0xf8, 0x63, 0x34, + 0xab, 0x73, 0x97, 0x2c, 0xb6, 0x3d, 0x24, 0xad, 0xb4, 0x9e, 0x62, 0x94, 0x10, 0x50, 0xdc, 0xb0, + 0xce, 0x09, 0xe1, 0x9d, 0x08, 0xbb, 0xab, 0x21, 0x69, 0x8d, 0xc8, 0xc3, 0x4b, 0xbe, 0x52, 0xb7, + 0xca, 0x08, 0x90, 0x3c, 0x31, 0x3a, 0xb3, 0x86, 0x13, 0x27, 0xec, 0x56, 0x2a, 0x14, 0x30, 0x48, + 0x12, 0xb4, 0xe8, 0x1a, 0x55, 0xde, 0x1e, 0xb1, 0x3a, 0xd5, 0x45, 0xf4, 0x4d, 0x38, 0x6b, 0x30, + 0xb0, 0x5d, 0xec, 0xb1, 0x69, 0x48, 0x5c, 0xf8, 0x4d, 0x87, 0x0a, 0x6b, 0x88, 0x1e, 0x32, 0x70, + 0x7c, 0xc4, 0x6e, 0xc9, 0x7b, 0xae, 0x18, 0x62, 0x6c, 0xc1, 0x0a, 0xae, 0x55, 0xff, 0x97, 0xcd, + 0x6d, 0x79, 0x7f, 0x80, 0x1f, 0x5f, 0x52, 0x1c, 0x3f, 0x1a, 0xcf, 0x5c, 0xbf, 0xb9, 0xc3, 0x40, + 0xf9, 0x61, 0xfe, 0x21, 0x94, 0x43, 0xe9, 0x42, 0x3b, 0x10, 0x0f, 0x47, 0xba, 0xd7, 0xcd, 0x8c, + 0x0c, 0x6a, 0x23, 0x7c, 0x87, 0xd2, 0xb6, 0xd3, 0x40, 0x39, 0xd3, 0x1c, 0x52, 0x46, 0x9b, 0xff, + 0x50, 0x80, 0x35, 0x05, 0x31, 0x4c, 0xa8, 0x1d, 0x1e, 0x9d, 0x74, 0x1f, 0x74, 0x77, 0xdb, 0x27, + 0xdd, 0xa3, 0x43, 0xee, 0xa5, 0x24, 0x12, 0x30, 0xf2, 0x8d, 0x8f, 0x7b, 0x7b, 0xed, 0x93, 0x0e, + 0x33, 0x2e, 0x09, 0xf5, 0x45, 0x21, 0xf5, 0x51, 0xaf, 0x73, 0xa8, 0xee, 0xb7, 0xf9, 0xb7, 0x71, + 0x0d, 0x2a, 0x5f, 0x74, 0x3a, 0xbd, 0xf6, 0x7e, 0xf7, 0x49, 0x87, 0xd5, 0xa6, 0x24, 0x62, 0x00, + 0x99, 0x21, 0xd1, 0x79, 0x20, 0x3a, 0xc7, 0x8f, 0x58, 0x35, 0x4a, 0x22, 0xfc, 0xa4, 0x76, 0x7b, + 0xdd, 0xe3, 0xdd, 0xb6, 0xd8, 0xeb, 0xec, 0xb1, 0x52, 0x60, 0xbb, 0x08, 0x40, 0x2b, 0x75, 0x72, + 0x74, 0xd2, 0xde, 0x67, 0x95, 0x28, 0x09, 0xf9, 0x81, 0xa1, 0xf4, 0xaa, 0x94, 0x6c, 0xc2, 0x3b, + 0x53, 0x77, 0x1e, 0x28, 0xe7, 0x2d, 0x3f, 0x68, 0xdc, 0xb8, 0xce, 0x04, 0x56, 0xb1, 0xab, 0xfc, + 0x32, 0x6d, 0x58, 0x95, 0x41, 0x14, 0xea, 0xf8, 0x2a, 0xc5, 0x85, 0xce, 0xa9, 0x5a, 0xdd, 0x4b, + 0xe9, 0x30, 0x6b, 0x97, 0xb1, 0x42, 0x51, 0x19, 0xdf, 0x4f, 0xde, 0x9a, 0xed, 0xa4, 0xc9, 0x13, + 0xf7, 0x66, 0xb8, 0xcc, 0x35, 0x9d, 0x0b, 0x89, 0x3d, 0xf2, 0x99, 0xa2, 0x5d, 0x43, 0x03, 0x18, + 0x78, 0x2f, 0xc2, 0xc5, 0x56, 0x40, 0x41, 0x30, 0x92, 0x5f, 0x8e, 0x1f, 0xa2, 0x2b, 0xdc, 0x92, + 0x28, 0x13, 0x80, 0x38, 0x91, 0x5f, 0xf8, 0xc6, 0xb6, 0x5d, 0x0c, 0xb0, 0x51, 0x79, 0x53, 0xef, + 0x0b, 0x36, 0x23, 0x4c, 0x57, 0x21, 0x8c, 0x3d, 0xb8, 0x81, 0x92, 0xed, 0x4c, 0xe6, 0x93, 0x7e, + 0x24, 0x8b, 0x14, 0x0a, 0xc5, 0x4d, 0xe5, 0x0e, 0x5d, 0x53, 0x54, 0x6d, 0x9d, 0x28, 0xe4, 0x62, + 0xfe, 0x7a, 0x19, 0xaa, 0xda, 0xf4, 0xfe, 0x9f, 0x4e, 0x83, 0xcf, 0xf5, 0xf6, 0xe9, 0x2c, 0x70, + 0x2c, 0x32, 0x28, 0xf1, 0xe0, 0xa4, 0x20, 0x1a, 0x31, 0xee, 0x51, 0x38, 0xcc, 0xf8, 0x92, 0x5d, + 0x0a, 0x64, 0xde, 0x25, 0xbb, 0x14, 0xc8, 0xe8, 0xdb, 0xfc, 0xaf, 0x02, 0x54, 0xa2, 0xa0, 0x3b, + 0xeb, 0xec, 0x0b, 0x39, 0xce, 0x1e, 0x8d, 0xbe, 0x24, 0xd2, 0x2e, 0x18, 0x65, 0x30, 0xd2, 0x53, + 0x3c, 0x26, 0xc1, 0xbc, 0x3f, 0x74, 0xfc, 0x01, 0x5a, 0x66, 0xef, 0x85, 0x3a, 0x3c, 0xd7, 0x10, + 0xb8, 0x17, 0xc2, 0xc8, 0x8b, 0x93, 0x27, 0xa4, 0xf5, 0x9c, 0xcc, 0x86, 0xb6, 0x3a, 0x36, 0x57, + 0x15, 0xec, 0x00, 0x41, 0x64, 0x9b, 0x55, 0x00, 0x94, 0xf4, 0x4e, 0x75, 0x09, 0x6d, 0xe7, 0x3f, + 0x44, 0x58, 0x0d, 0x2f, 0xfd, 0xc3, 0x87, 0x08, 0xe4, 0xbc, 0x82, 0x01, 0x1e, 0xa1, 0x7c, 0x5f, + 0x05, 0x79, 0xab, 0xf8, 0x79, 0xe0, 0xfb, 0xe6, 0xe7, 0x50, 0xd5, 0x0e, 0x0e, 0xa8, 0x5b, 0x5b, + 0xfa, 0x29, 0x23, 0x19, 0x1f, 0x6c, 0x6a, 0xa7, 0x0a, 0x19, 0x1c, 0x98, 0x73, 0x58, 0x95, 0x51, + 0x13, 0xc9, 0x8e, 0xe3, 0xf6, 0x13, 0x19, 0x87, 0xb2, 0xe3, 0x2a, 0xe4, 0xf7, 0x60, 0x63, 0x62, + 0xf9, 0xdf, 0xf4, 0xc7, 0xf6, 0xf4, 0x14, 0xfd, 0x3f, 0x6e, 0xb9, 0x5a, 0xb2, 0x3a, 0x81, 0xf7, + 0x19, 0x7a, 0xe0, 0x4c, 0x33, 0x74, 0xd6, 0x73, 0xe5, 0xe0, 0x75, 0x3a, 0xeb, 0xb9, 0xf9, 0x97, + 0x05, 0x80, 0xf8, 0xb2, 0xe6, 0x15, 0x6e, 0xcf, 0x72, 0x33, 0x0a, 0x08, 0x1b, 0x3b, 0x7e, 0xc0, + 0xcf, 0x67, 0x10, 0x46, 0xbf, 0xf9, 0x92, 0x20, 0x4e, 0x67, 0xa4, 0x2f, 0x09, 0x18, 0x23, 0x22, + 0x0a, 0xf3, 0x21, 0x9a, 0x7f, 0x2b, 0x18, 0x9c, 0xd1, 0x60, 0xde, 0x4d, 0x0c, 0x46, 0x3b, 0xd6, + 0x31, 0xc5, 0xf9, 0x43, 0x31, 0x9f, 0x40, 0xad, 0xed, 0x53, 0x1e, 0x46, 0xce, 0x15, 0xf7, 0x43, + 0x67, 0xa6, 0x1d, 0x94, 0x74, 0x2a, 0x8d, 0x27, 0x4a, 0xbf, 0x5c, 0xbb, 0xd0, 0x7a, 0xca, 0x2f, + 0xf3, 0x3f, 0x4b, 0x00, 0x68, 0xd0, 0x86, 0x8e, 0x4c, 0x78, 0x7c, 0x08, 0xea, 0x3d, 0x47, 0x3f, + 0xbe, 0x21, 0x33, 0x52, 0x23, 0xa5, 0x5b, 0xb0, 0x8a, 0xa4, 0xa2, 0x69, 0x7d, 0x0c, 0xb5, 0x28, + 0x52, 0xa2, 0x46, 0xcb, 0x0b, 0x1b, 0x45, 0x79, 0x2a, 0x6a, 0xf6, 0x19, 0xac, 0x5b, 0x7e, 0x9f, + 0x72, 0x4a, 0x6a, 0x53, 0xd5, 0x99, 0xef, 0x52, 0xfe, 0x54, 0x30, 0x16, 0xd4, 0xa7, 0x7f, 0x17, + 0x5d, 0xbf, 0x6a, 0x4d, 0x7d, 0x96, 0x16, 0x0f, 0x54, 0x36, 0xa3, 0x1e, 0x3f, 0x21, 0x4b, 0xa7, + 0x82, 0x16, 0x6e, 0xb5, 0xb2, 0xb0, 0x55, 0x2d, 0x22, 0xa4, 0x86, 0x3f, 0x85, 0x4d, 0xfb, 0x79, + 0xd0, 0x4f, 0x36, 0x5e, 0x5d, 0xd8, 0x78, 0x03, 0x89, 0x77, 0xf5, 0xf6, 0xa4, 0x84, 0xee, 0x37, + 0x0e, 0xbd, 0x36, 0xc1, 0x38, 0x9c, 0xf5, 0x6c, 0x05, 0x95, 0x50, 0x5e, 0xa6, 0x23, 0xc4, 0xf8, + 0x1c, 0x20, 0xbe, 0x22, 0xe7, 0x50, 0x70, 0xfd, 0xee, 0x8d, 0x98, 0x73, 0xbc, 0x3f, 0xf2, 0x2c, + 0xcf, 0xdb, 0x5a, 0x89, 0x6e, 0xd0, 0x8d, 0xfb, 0xb0, 0x35, 0xb6, 0xbc, 0x53, 0x3b, 0x35, 0xc2, + 0xca, 0xc2, 0x11, 0x6e, 0x32, 0xb9, 0x3e, 0x46, 0xf3, 0x0c, 0x2a, 0x11, 0x6f, 0x8c, 0x6f, 0x36, + 0xc4, 0xd1, 0xe3, 0x93, 0x4e, 0xff, 0xe4, 0xeb, 0x5e, 0xa7, 0x7f, 0x78, 0x74, 0x48, 0xcf, 0xae, + 0x2e, 0xc3, 0x96, 0x06, 0xec, 0x1e, 0x9e, 0x74, 0xc4, 0x61, 0x7b, 0xbf, 0x51, 0x48, 0x21, 0x3a, + 0x5f, 0x29, 0xc4, 0x32, 0xfa, 0xf1, 0x86, 0x86, 0xd8, 0x3f, 0xda, 0x45, 0x68, 0xd1, 0x1c, 0xc1, + 0x46, 0xd4, 0x73, 0x5b, 0x3e, 0x68, 0xfc, 0x30, 0x21, 0xcc, 0xd7, 0xf5, 0x99, 0x27, 0x08, 0x35, + 0x79, 0xc6, 0xc3, 0x40, 0x38, 0x5b, 0x27, 0x7a, 0x55, 0xa0, 0x83, 0xcc, 0x43, 0xa8, 0x1c, 0xd8, + 0x43, 0xd5, 0xc3, 0xf7, 0x13, 0x3d, 0x5c, 0xd6, 0x63, 0xa9, 0x61, 0x86, 0x37, 0xc6, 0x1f, 0xe8, + 0x62, 0xe6, 0xe1, 0x9b, 0x2b, 0xf9, 0x61, 0xf6, 0x61, 0x03, 0x05, 0xd2, 0xb3, 0x5d, 0x0c, 0x7e, + 0x15, 0x57, 0xca, 0x61, 0xfb, 0x53, 0x15, 0xa6, 0xd0, 0x4f, 0x52, 0x33, 0xa2, 0xb0, 0xa2, 0x20, + 0x45, 0x7e, 0x61, 0x60, 0x56, 0x9f, 0xfb, 0x36, 0x4a, 0xfa, 0x28, 0x40, 0x93, 0xee, 0x07, 0xca, + 0xec, 0x57, 0x11, 0xb8, 0x8f, 0xb0, 0x83, 0x19, 0xdf, 0x03, 0xd4, 0x0f, 0x51, 0x74, 0xf0, 0x98, + 0xa6, 0xd8, 0x9f, 0xfb, 0x7e, 0xc5, 0xb7, 0xc7, 0x23, 0x75, 0xf9, 0xc1, 0xbf, 0xcd, 0x77, 0x61, + 0x63, 0x9f, 0xdd, 0x0c, 0x6a, 0xa6, 0x62, 0x10, 0x4d, 0x44, 0x05, 0x52, 0x72, 0x22, 0xff, 0x52, + 0x84, 0x35, 0x49, 0xe0, 0xc7, 0xc9, 0x23, 0x4b, 0x3e, 0x5c, 0xcd, 0x18, 0x4a, 0x16, 0x0a, 0x49, + 0xad, 0x92, 0x47, 0x8a, 0xf7, 0x27, 0x50, 0x89, 0xcf, 0x05, 0x52, 0xe7, 0xaf, 0x2c, 0xdc, 0x38, + 0x11, 0xd3, 0xa2, 0xe7, 0x2a, 0x4e, 0x30, 0x00, 0x2e, 0xa6, 0x93, 0x5b, 0xd1, 0x4e, 0x08, 0xc2, + 0xe3, 0xc8, 0x80, 0x34, 0x5c, 0xae, 0xb7, 0x52, 0xf0, 0x2b, 0x09, 0xdb, 0xa0, 0x6f, 0x05, 0xeb, + 0xb9, 0x04, 0xa0, 0xba, 0xd6, 0x13, 0xea, 0xaa, 0xf4, 0xfc, 0x9c, 0xd1, 0xd5, 0x74, 0x8d, 0x45, + 0x69, 0x5c, 0x9b, 0xca, 0x7d, 0x50, 0x4a, 0xae, 0x89, 0x4b, 0x62, 0x83, 0x44, 0x48, 0x47, 0x83, + 0x55, 0x4e, 0x1f, 0x17, 0x5f, 0x25, 0xf9, 0xb4, 0xfe, 0x52, 0xfb, 0x12, 0xc6, 0x03, 0x08, 0x40, + 0xdd, 0xdd, 0x48, 0xe9, 0xae, 0x4a, 0xfb, 0x9d, 0x33, 0xdc, 0xf5, 0xa4, 0xfa, 0xd2, 0xd5, 0x6f, + 0x25, 0xba, 0xbc, 0x8c, 0xbc, 0x47, 0x41, 0x73, 0x64, 0x3f, 0x02, 0x18, 0x44, 0x46, 0x44, 0xed, + 0xd6, 0x76, 0x9e, 0x81, 0x11, 0x1a, 0x1d, 0x2a, 0xcd, 0x9a, 0x14, 0x0b, 0x5f, 0xed, 0x96, 0x76, + 0x06, 0x51, 0x02, 0x24, 0x42, 0x0a, 0xf3, 0x4b, 0x74, 0xf8, 0x32, 0x99, 0x97, 0x37, 0x80, 0xe4, + 0xf3, 0x87, 0xe5, 0x8b, 0x3d, 0x7f, 0xf8, 0xf7, 0x02, 0x34, 0xd2, 0x79, 0x3f, 0x7a, 0xcc, 0xa2, + 0x69, 0xf2, 0x76, 0x3a, 0x43, 0xa8, 0xa9, 0xb1, 0xfe, 0x88, 0x76, 0xf9, 0x02, 0x8f, 0x68, 0x73, + 0xca, 0x0c, 0x12, 0x4f, 0x02, 0x4a, 0x2f, 0x7b, 0x12, 0x60, 0x7c, 0x00, 0x6b, 0x43, 0x7b, 0x64, + 0x91, 0x91, 0x5f, 0x39, 0x4f, 0x91, 0x42, 0x2a, 0xf3, 0x2f, 0x0a, 0x50, 0x14, 0x33, 0x8b, 0x52, + 0x52, 0x96, 0xaf, 0xb4, 0x14, 0x7f, 0xd1, 0xf9, 0x49, 0x3a, 0x58, 0x74, 0x8d, 0x61, 0x0c, 0x19, + 0x01, 0xc8, 0xc8, 0x60, 0x00, 0x44, 0x28, 0x75, 0xd1, 0x21, 0xbf, 0xb4, 0x2c, 0x7e, 0x29, 0x71, + 0xb1, 0x13, 0xe6, 0xd3, 0x57, 0xce, 0x7f, 0x45, 0x88, 0x16, 0x84, 0x2f, 0x33, 0x66, 0xd6, 0xcb, + 0x5e, 0x06, 0xca, 0xf7, 0x56, 0x4c, 0x18, 0xbf, 0xb7, 0xf2, 0x66, 0x56, 0xce, 0x7b, 0x2b, 0x22, + 0x62, 0x94, 0xe9, 0x43, 0xf1, 0x89, 0x37, 0xca, 0x95, 0x0e, 0x9c, 0xbe, 0x27, 0x33, 0x46, 0x35, + 0x81, 0xbf, 0x38, 0x64, 0x94, 0xe9, 0x60, 0x4f, 0x06, 0x5f, 0x35, 0x0c, 0x19, 0x19, 0x20, 0xf8, + 0x11, 0xb7, 0x4a, 0x36, 0x7b, 0x01, 0xef, 0x09, 0x22, 0x25, 0x00, 0x91, 0x32, 0xb7, 0x27, 0x13, + 0x9d, 0xf8, 0xcb, 0xfc, 0xe7, 0x02, 0xac, 0xca, 0xfb, 0xce, 0xcc, 0x1a, 0x23, 0x1f, 0xb6, 0x67, + 0x5a, 0xb6, 0xaa, 0x2c, 0x01, 0xdd, 0x21, 0xb9, 0x6c, 0x8a, 0xf6, 0xec, 0xa9, 0x8c, 0x9b, 0x8b, + 0xd2, 0x65, 0x4b, 0x10, 0xc7, 0xcd, 0xef, 0x41, 0x43, 0x11, 0x28, 0x9b, 0xac, 0x04, 0xa4, 0x22, + 0x36, 0x24, 0xbc, 0x1d, 0x82, 0x13, 0x97, 0x24, 0x2b, 0xa9, 0x4b, 0x92, 0xf7, 0xc1, 0x20, 0xbf, + 0xc0, 0xf9, 0x39, 0x77, 0x6c, 0xf7, 0xe5, 0x05, 0xdc, 0xaa, 0x4c, 0xc8, 0x20, 0xe6, 0x40, 0x21, + 0x7a, 0xfc, 0x52, 0xfb, 0x1f, 0xe9, 0x38, 0x42, 0x89, 0xbe, 0x2e, 0xdd, 0x2a, 0xfc, 0x26, 0xee, + 0xca, 0xd0, 0x89, 0x4c, 0xf1, 0x60, 0xa6, 0x5d, 0x82, 0xa9, 0xd3, 0xd8, 0x3a, 0x82, 0xf5, 0x4b, + 0xc4, 0x2b, 0x50, 0x26, 0x42, 0x2e, 0x35, 0x51, 0x87, 0x7f, 0xfc, 0xe6, 0x5b, 0x60, 0x3c, 0xbd, + 0x10, 0x2a, 0xca, 0xae, 0xc8, 0xe3, 0x56, 0x15, 0x61, 0x6d, 0x05, 0x32, 0x3f, 0xe3, 0x2b, 0x6f, + 0xe1, 0x3c, 0xa5, 0x89, 0x84, 0xd2, 0x16, 0x5e, 0xa7, 0x64, 0x5e, 0xfc, 0x44, 0x53, 0x96, 0xd7, + 0x29, 0xe8, 0x28, 0x0d, 0xbd, 0xb5, 0x12, 0xc1, 0x8b, 0x36, 0xbf, 0xbd, 0x0b, 0xe5, 0x70, 0x85, + 0x0c, 0x40, 0xf1, 0xd8, 0x3f, 0xba, 0x8f, 0x81, 0xc9, 0x92, 0x51, 0x81, 0x15, 0x19, 0xa3, 0x14, + 0x08, 0xdc, 0xde, 0xfb, 0x39, 0x06, 0x39, 0x18, 0xc5, 0x54, 0xd1, 0x5b, 0xe2, 0x6f, 0xaa, 0xb4, + 0x28, 0xd2, 0x23, 0xf4, 0x27, 0xe2, 0x41, 0xa3, 0x74, 0x3b, 0xa0, 0x3b, 0xd5, 0xe8, 0x0c, 0x41, + 0x0d, 0x7a, 0xa2, 0xf3, 0xa0, 0xfb, 0x15, 0xf2, 0xa9, 0x41, 0xf9, 0xb0, 0xd3, 0x7d, 0xf8, 0xe8, + 0xfe, 0x91, 0x40, 0x56, 0xd8, 0xe2, 0xa4, 0xfd, 0x50, 0xf1, 0x39, 0xee, 0xf7, 0xda, 0x27, 0x8f, + 0x90, 0x4f, 0x1d, 0x2a, 0xbb, 0x47, 0x07, 0x07, 0x8f, 0x0f, 0xbb, 0x27, 0x5f, 0x37, 0x4a, 0xc6, + 0x26, 0xd4, 0x31, 0x6e, 0xea, 0xc7, 0xa0, 0x15, 0x8a, 0xc1, 0xf6, 0xdb, 0xe2, 0x61, 0x47, 0x03, + 0xae, 0xde, 0x7e, 0x0f, 0x63, 0x9a, 0xf0, 0xb0, 0x40, 0x9c, 0xdb, 0x87, 0x5f, 0xcb, 0x3a, 0x90, + 0xf6, 0xbe, 0x1a, 0x76, 0xf7, 0xf0, 0x49, 0x47, 0x9c, 0x34, 0x96, 0x6f, 0xdf, 0x86, 0x46, 0xfa, + 0x28, 0x40, 0x85, 0x23, 0x9d, 0x2f, 0xb1, 0x01, 0xfe, 0x7d, 0xd8, 0x41, 0x7a, 0xfc, 0xbb, 0xdf, + 0x41, 0xda, 0x0f, 0xd4, 0x59, 0x4f, 0xb9, 0xf6, 0x32, 0x94, 0x54, 0xcc, 0x47, 0xeb, 0xb0, 0xbb, + 0xdb, 0xe9, 0x9d, 0x48, 0xe6, 0xa2, 0xf3, 0xf3, 0xce, 0x2e, 0x31, 0x7f, 0x0c, 0x5b, 0x39, 0xa1, + 0x19, 0x4d, 0x23, 0x1a, 0x6d, 0xbf, 0xbd, 0xb7, 0x87, 0x1c, 0x30, 0x06, 0x8c, 0x41, 0xa2, 0x73, + 0x70, 0xf4, 0x84, 0x3a, 0xde, 0x81, 0x4d, 0x1d, 0xda, 0xdb, 0x6f, 0xef, 0xd2, 0x38, 0x7e, 0x00, + 0xf5, 0x44, 0x3c, 0x46, 0x6b, 0x76, 0xd0, 0xd9, 0xeb, 0x1f, 0x1c, 0x11, 0xab, 0x0d, 0xa8, 0xd2, + 0x47, 0x48, 0x5e, 0xb8, 0xfd, 0x3e, 0x40, 0x6c, 0xf4, 0xa3, 0xaa, 0x18, 0x5a, 0x84, 0x83, 0xde, + 0x91, 0x50, 0x63, 0xee, 0x7c, 0xc5, 0xbf, 0x97, 0xef, 0xfe, 0xeb, 0x5b, 0x50, 0x7e, 0x48, 0x32, + 0xd1, 0x76, 0x1d, 0x63, 0x1f, 0xaa, 0xda, 0xa3, 0x07, 0xe3, 0x5a, 0xc2, 0x15, 0xa5, 0xde, 0x52, + 0xb4, 0xae, 0x2f, 0xc0, 0xaa, 0xdb, 0xd0, 0x25, 0xa3, 0x0b, 0x10, 0x3f, 0x8b, 0x30, 0xae, 0xea, + 0xe4, 0xa9, 0x17, 0x14, 0xad, 0x6b, 0xf9, 0xc8, 0x88, 0xd5, 0x03, 0xa8, 0x44, 0x8f, 0x41, 0x0c, + 0xed, 0x58, 0x97, 0x7e, 0x35, 0xd2, 0xba, 0x9a, 0x8b, 0x8b, 0xf8, 0xe0, 0x04, 0xb5, 0xf2, 0x2b, + 0x7d, 0x82, 0xd9, 0x7a, 0x2e, 0x7d, 0x82, 0x79, 0x35, 0x5b, 0x4b, 0xc6, 0x63, 0x58, 0x4f, 0x16, + 0x5e, 0x19, 0x6f, 0xe9, 0x67, 0xe9, 0x9c, 0x7a, 0xae, 0xd6, 0xdb, 0x8b, 0x09, 0xf4, 0x41, 0x6a, + 0xa5, 0x86, 0xfa, 0x20, 0xb3, 0x75, 0x89, 0xfa, 0x20, 0x73, 0xea, 0x13, 0x91, 0x9b, 0x80, 0x7a, + 0xa2, 0xee, 0xc9, 0xb8, 0x91, 0x30, 0x89, 0x59, 0x8e, 0x6f, 0x2d, 0xc4, 0x47, 0x3c, 0xff, 0x00, + 0x36, 0x33, 0xf5, 0x54, 0x86, 0xf9, 0xf2, 0xba, 0xae, 0xd6, 0x77, 0xce, 0xa5, 0x89, 0xf8, 0xff, + 0x2e, 0x34, 0xd2, 0xd5, 0x55, 0xc6, 0x4d, 0xad, 0x69, 0x7e, 0xb9, 0x56, 0xcb, 0x3c, 0x8f, 0x44, + 0xdf, 0xb5, 0x64, 0xad, 0x95, 0xbe, 0x6b, 0xb9, 0x85, 0x5b, 0xfa, 0xae, 0x2d, 0x28, 0xd3, 0x5a, + 0x32, 0xbe, 0x82, 0x8d, 0x54, 0xd1, 0x95, 0xa1, 0x6f, 0x76, 0x6e, 0x0d, 0x57, 0xeb, 0xe6, 0x39, + 0x14, 0x11, 0xe7, 0xcf, 0xd1, 0x1a, 0xb3, 0x61, 0x37, 0x2e, 0x27, 0x36, 0x3b, 0x7e, 0xe9, 0xd0, + 0x6a, 0x66, 0x11, 0xba, 0x38, 0x69, 0xaf, 0x15, 0x74, 0x71, 0xca, 0x3e, 0x99, 0xd0, 0xc5, 0x29, + 0xef, 0x89, 0xc3, 0x92, 0xf1, 0x33, 0xb4, 0xd7, 0xb2, 0xc8, 0xd3, 0x68, 0x26, 0xf4, 0x43, 0x2b, + 0xe6, 0x6c, 0x5d, 0xc9, 0xc1, 0xe8, 0x66, 0x21, 0x2e, 0xa9, 0xd4, 0xcd, 0x42, 0xa6, 0x28, 0x54, + 0x37, 0x0b, 0x39, 0x55, 0x98, 0x4b, 0x74, 0xc0, 0x50, 0x05, 0x51, 0x34, 0xb3, 0xf4, 0xe3, 0x90, + 0x56, 0xfe, 0x63, 0x16, 0x73, 0xe9, 0x87, 0x05, 0xe3, 0xd3, 0xa8, 0x94, 0x2a, 0xbe, 0x6e, 0xd3, + 0x9c, 0x63, 0x54, 0xad, 0xdb, 0x4a, 0x95, 0x5c, 0x72, 0x63, 0xb4, 0x46, 0x51, 0x6d, 0x9b, 0x6e, + 0x8d, 0xd2, 0x95, 0x75, 0xba, 0x35, 0xca, 0x16, 0xc3, 0xc9, 0x95, 0x88, 0x2a, 0xdf, 0x12, 0x2b, + 0x91, 0x2e, 0x92, 0x4b, 0xac, 0x44, 0xb6, 0x58, 0x6e, 0xc9, 0x78, 0x04, 0x95, 0xa8, 0x5a, 0x4d, + 0x1f, 0x52, 0xba, 0x86, 0x4e, 0x1f, 0x52, 0xb6, 0xbc, 0x6d, 0xe9, 0x56, 0x81, 0xa4, 0x4d, 0xd6, + 0x8c, 0xe9, 0xd2, 0x96, 0x28, 0x4f, 0x6b, 0x35, 0xb3, 0x08, 0xdd, 0x52, 0x47, 0xe5, 0x61, 0xfa, + 0x40, 0xd2, 0x55, 0x67, 0xad, 0xab, 0xb9, 0x38, 0x5d, 0xce, 0x54, 0x99, 0x8d, 0x91, 0x12, 0xee, + 0xb8, 0x3e, 0x43, 0x97, 0xb3, 0x54, 0x4d, 0x4e, 0x24, 0xa9, 0x69, 0x0e, 0xc9, 0xf2, 0x9b, 0x94, + 0xa4, 0xa6, 0x38, 0x44, 0x92, 0xca, 0x4c, 0x32, 0x03, 0xd6, 0xf9, 0x5c, 0xcb, 0x47, 0xea, 0xac, + 0xe2, 0x0a, 0x18, 0x23, 0x23, 0x17, 0x0b, 0x58, 0xe5, 0x14, 0xcd, 0xb0, 0x3e, 0x6b, 0x65, 0x30, + 0x46, 0x56, 0x32, 0x74, 0x66, 0xd7, 0x17, 0x60, 0xf5, 0xfd, 0x8a, 0x8a, 0x58, 0xf4, 0xfd, 0x4a, + 0xd7, 0xc2, 0xe8, 0xfb, 0x95, 0xad, 0x7a, 0x61, 0x37, 0x93, 0x28, 0x88, 0xd1, 0xdd, 0x4c, 0x5e, + 0x6d, 0x8d, 0xee, 0x66, 0xf2, 0x2b, 0x69, 0x22, 0xc3, 0x87, 0x27, 0xc1, 0x94, 0xe1, 0x8b, 0xce, + 0x62, 0x69, 0xc3, 0x17, 0x9f, 0xbd, 0xe4, 0x42, 0x69, 0x75, 0x32, 0x46, 0x66, 0x5d, 0xf5, 0x0a, + 0x1d, 0x7d, 0xa1, 0xf2, 0x8a, 0x6b, 0x96, 0x94, 0x5e, 0xd0, 0x59, 0x2d, 0xa9, 0x17, 0x71, 0x8d, + 0x4b, 0x4a, 0x2f, 0xf4, 0x3a, 0x16, 0x4d, 0x2f, 0x88, 0x43, 0x46, 0x2f, 0x34, 0x26, 0x57, 0x73, + 0x71, 0xa9, 0x35, 0x49, 0x0d, 0x23, 0x51, 0xf7, 0x93, 0x5a, 0x93, 0x64, 0x73, 0xc1, 0x87, 0x59, + 0xed, 0x2e, 0xe0, 0x46, 0x82, 0x38, 0x53, 0x15, 0xa2, 0x6f, 0x53, 0x6e, 0x19, 0x8d, 0xe4, 0x99, + 0x28, 0x6f, 0xd1, 0x79, 0xe6, 0xd5, 0xcd, 0xe8, 0x3c, 0xf3, 0xeb, 0x62, 0x38, 0x02, 0x48, 0x17, + 0xb1, 0xe8, 0x11, 0xc0, 0x82, 0xaa, 0x19, 0x3d, 0x02, 0x58, 0x58, 0x03, 0xc3, 0xe1, 0x4b, 0xa6, + 0x82, 0x45, 0x0f, 0x5f, 0x16, 0x95, 0xc8, 0xe8, 0xe1, 0xcb, 0xe2, 0x12, 0x98, 0x25, 0xe3, 0x08, + 0x6a, 0x7a, 0xb5, 0x8b, 0x91, 0x8c, 0xd1, 0xd2, 0x85, 0x1d, 0xad, 0x1b, 0x8b, 0xd0, 0x3a, 0x43, + 0xbd, 0x4e, 0xc5, 0x48, 0x46, 0xa6, 0xe7, 0x31, 0xcc, 0x2d, 0x6f, 0x91, 0xc1, 0x4a, 0xb2, 0x02, + 0xc5, 0xc8, 0x44, 0xa6, 0x19, 0xb6, 0x37, 0xcf, 0xa1, 0xd0, 0x37, 0x2e, 0x5d, 0x72, 0xa2, 0x6f, + 0xdc, 0x82, 0xe2, 0x96, 0x96, 0x79, 0x1e, 0x49, 0xea, 0x18, 0xa0, 0x12, 0x6a, 0xc9, 0x63, 0x40, + 0xa2, 0x80, 0x22, 0x75, 0x0c, 0x48, 0x55, 0x2b, 0x30, 0x9f, 0xe8, 0x81, 0xbe, 0xce, 0x27, 0x5d, + 0xb9, 0xa2, 0xf3, 0xc9, 0xd6, 0x96, 0xf0, 0xbe, 0xe8, 0x4f, 0xeb, 0xf5, 0x7d, 0xc9, 0x29, 0x3a, + 0xd1, 0xf7, 0x25, 0xb7, 0x1e, 0x44, 0x05, 0xeb, 0xda, 0x5b, 0xf9, 0x64, 0xb0, 0x9e, 0xad, 0x14, + 0x49, 0x06, 0xeb, 0x79, 0xa5, 0x19, 0x4b, 0xc6, 0x90, 0x4b, 0xb2, 0x32, 0x19, 0xc3, 0xef, 0xe6, + 0x2c, 0x51, 0xe6, 0xe1, 0x7f, 0xeb, 0x9d, 0x97, 0x50, 0xe9, 0xbd, 0xe4, 0xd4, 0x3c, 0xe8, 0xbd, + 0x2c, 0x2e, 0xb6, 0xd0, 0x7b, 0x39, 0xaf, 0x70, 0x62, 0xc9, 0x98, 0x84, 0x85, 0x59, 0x99, 0x8e, + 0xde, 0xcd, 0x5f, 0xdb, 0x6c, 0x5f, 0xb7, 0x5e, 0x4e, 0x18, 0x75, 0xe7, 0x46, 0xd5, 0x58, 0xd9, + 0x84, 0xeb, 0x82, 0x85, 0xcf, 0x76, 0xf8, 0xde, 0x05, 0x28, 0xf5, 0x38, 0x21, 0x4e, 0xe2, 0x18, + 0x57, 0xd3, 0x61, 0xbd, 0x96, 0x18, 0x6a, 0x5d, 0xcb, 0x47, 0x86, 0xac, 0x9e, 0xae, 0xf2, 0x3f, + 0xb6, 0xf9, 0xe8, 0xbf, 0x03, 0x00, 0x00, 0xff, 0xff, 0xd2, 0x1b, 0xe5, 0x07, 0xe7, 0x46, 0x00, + 0x00, } diff --git a/api/gobgp.proto b/api/gobgp.proto index eec09eb7..e257c6d6 100644 --- a/api/gobgp.proto +++ b/api/gobgp.proto @@ -569,6 +569,7 @@ message PeerConf { repeated PrefixLimit prefix_limits = 14; string local_address = 15; string neighbor_interface = 16; + string vrf = 17; } message EbgpMultihop { diff --git a/api/grpc_server.go b/api/grpc_server.go index 36924fb0..654ef78c 100644 --- a/api/grpc_server.go +++ b/api/grpc_server.go @@ -125,6 +125,7 @@ func (s *Server) GetNeighbor(ctx context.Context, arg *GetNeighborRequest) (*Get PrefixLimits: prefixLimits, LocalAddress: localAddress, NeighborInterface: pconf.Config.NeighborInterface, + Vrf: pconf.Config.Vrf, }, Info: &PeerState{ BgpState: bgp.FSMState(s.SessionState.ToInt()).String(), @@ -777,6 +778,7 @@ func (s *Server) AddNeighbor(ctx context.Context, arg *AddNeighborRequest) (*Add pconf.Config.PeerGroup = a.Conf.PeerGroup pconf.Config.NeighborAddress = a.Conf.NeighborAddress pconf.Config.NeighborInterface = a.Conf.NeighborInterface + pconf.Config.Vrf = a.Conf.Vrf } if a.Timers != nil && a.Timers.Config != nil { pconf.Timers.Config.ConnectRetry = float64(a.Timers.Config.ConnectRetry) diff --git a/config/bgp_configs.go b/config/bgp_configs.go index 76b7e379..c4de955c 100644 --- a/config/bgp_configs.go +++ b/config/bgp_configs.go @@ -2522,6 +2522,8 @@ type NeighborState struct { Flops uint32 `mapstructure:"flops"` // original -> gobgp:neighbor-interface NeighborInterface string `mapstructure:"neighbor-interface"` + // original -> gobgp:vrf + Vrf string `mapstructure:"vrf"` // original -> gobgp:remote-router-id RemoteRouterId string `mapstructure:"remote-router-id"` } @@ -2601,6 +2603,9 @@ func (lhs *NeighborState) Equal(rhs *NeighborState) bool { if lhs.NeighborInterface != rhs.NeighborInterface { return false } + if lhs.Vrf != rhs.Vrf { + return false + } if lhs.RemoteRouterId != rhs.RemoteRouterId { return false } @@ -2638,6 +2643,8 @@ type NeighborConfig struct { AdminDown bool `mapstructure:"admin-down"` // original -> gobgp:neighbor-interface NeighborInterface string `mapstructure:"neighbor-interface"` + // original -> gobgp:vrf + Vrf string `mapstructure:"vrf"` } func (lhs *NeighborConfig) Equal(rhs *NeighborConfig) bool { @@ -2680,6 +2687,9 @@ func (lhs *NeighborConfig) Equal(rhs *NeighborConfig) bool { if lhs.NeighborInterface != rhs.NeighborInterface { return false } + if lhs.Vrf != rhs.Vrf { + return false + } return true } diff --git a/gobgp/cmd/common.go b/gobgp/cmd/common.go index 23e92fa6..d284701c 100644 --- a/gobgp/cmd/common.go +++ b/gobgp/cmd/common.go @@ -175,6 +175,7 @@ type PeerConf struct { LocalIp string `json:"local_ip,omitempty"` Interface string `json:"interface,omitempty"` Description string `json:"description,omitempty"` + VRF string `json:"vrf,omitempty"` } type Peer struct { @@ -209,6 +210,7 @@ func ApiStruct2Peer(p *gobgpapi.Peer) *Peer { LocalIp: localIp.String(), Interface: p.Conf.NeighborInterface, Description: p.Conf.Description, + VRF: p.Conf.Vrf, } return &Peer{ Conf: conf, diff --git a/gobgp/cmd/neighbor.go b/gobgp/cmd/neighbor.go index 342e0c17..f30f1643 100644 --- a/gobgp/cmd/neighbor.go +++ b/gobgp/cmd/neighbor.go @@ -31,7 +31,7 @@ import ( "time" ) -func getNeighbors() (peers, error) { +func getNeighbors(vrf string) (peers, error) { r, e := client.GetNeighbor(context.Background(), &api.GetNeighborRequest{}) if e != nil { fmt.Println(e) @@ -51,13 +51,16 @@ func getNeighbors() (peers, error) { } } } + if vrf != "" && p.Conf.Vrf != vrf { + continue + } m = append(m, ApiStruct2Peer(p)) } return m, nil } func getNeighbor(name string) (*Peer, error) { - l, e := getNeighbors() + l, e := getNeighbors("") if e != nil { return nil, e } @@ -69,8 +72,8 @@ func getNeighbor(name string) (*Peer, error) { return nil, fmt.Errorf("Neighbor %v doesn't exist.", name) } -func showNeighbors() error { - m, err := getNeighbors() +func showNeighbors(vrf string) error { + m, err := getNeighbors(vrf) if err != nil { return err } @@ -536,7 +539,6 @@ func showNeighborRib(r string, name string, args []string) error { resource = api.Resource_ADJ_OUT case CMD_VRF: def = bgp.RF_IPv4_UC - showLabel = true resource = api.Resource_VRF } rf, err := checkAddressFamily(def) @@ -801,13 +803,13 @@ func modNeighborPolicy(remoteIP, policyType, cmdType string, args []string) erro } func modNeighbor(cmdType string, args []string) error { - m := extractReserved(args, []string{"interface", "as"}) + m := extractReserved(args, []string{"interface", "as", "vrf"}) usage := fmt.Sprintf("usage: gobgp neighbor %s [<neighbor-address>| interface <neighbor-interface>]", cmdType) if cmdType == CMD_ADD { - usage += " as <VALUE>" + usage += " as <VALUE> [ vrf <vrf-name> ]" } - if len(m[""]) < 1 && len(m["interface"]) < 1 { + if (len(m[""]) != 1 && len(m["interface"]) != 1) || len(m["as"]) > 1 || len(m["vrf"]) > 1 { return fmt.Errorf("%s", usage) } unnumbered := len(m["interface"]) > 0 @@ -828,6 +830,9 @@ func modNeighbor(cmdType string, args []string) error { } else { peer.Conf.NeighborAddress = m[""][0] } + if len(m["vrf"]) == 1 { + peer.Conf.Vrf = m["vrf"][0] + } return peer } var err error @@ -965,7 +970,7 @@ func NewNeighborCmd() *cobra.Command { Run: func(cmd *cobra.Command, args []string) { var err error if len(args) == 0 { - err = showNeighbors() + err = showNeighbors("") } else if len(args) == 1 { err = showNeighbor(args) } else { diff --git a/gobgp/cmd/vrf.go b/gobgp/cmd/vrf.go index c1b1a88d..26683d16 100644 --- a/gobgp/cmd/vrf.go +++ b/gobgp/cmd/vrf.go @@ -99,7 +99,7 @@ func modVrf(typ string, args []string) error { case CMD_ADD: a := extractReserved(args, []string{"rd", "rt", "id"}) if len(a[""]) != 1 || len(a["rd"]) != 1 || len(a["rt"]) < 2 || len(a["id"]) > 1 { - return fmt.Errorf("Usage: gobgp vrf add <vrf name> id <id> rd <rd> rt { import | export | both } <rt>...") + return fmt.Errorf("Usage: gobgp vrf add <vrf name> [ id <id> ] rd <rd> rt { import | export | both } <rt>...") } name := a[""][0] rd, err := bgp.ParseRouteDistinguisher(a["rd"][0]) @@ -196,8 +196,39 @@ func NewVrfCmd() *cobra.Command { ribCmd.AddCommand(cmd) } + neighborCmd := &cobra.Command{ + Use: CMD_NEIGHBOR, + Run: func(cmd *cobra.Command, args []string) { + var err error + if len(args) == 1 { + var vs vrfs + vs, err = getVrfs() + if err != nil { + exitWithError(err) + } + found := false + for _, v := range vs { + if v.Name == args[0] { + found = true + break + } + } + if !found { + err = fmt.Errorf("vrf %s not found", args[0]) + } else { + err = showNeighbors(args[0]) + } + } else { + err = fmt.Errorf("usage: gobgp vrf <vrf-name> neighbor") + } + if err != nil { + exitWithError(err) + } + }, + } + vrfCmdImpl := &cobra.Command{} - vrfCmdImpl.AddCommand(ribCmd) + vrfCmdImpl.AddCommand(ribCmd, neighborCmd) vrfCmd := &cobra.Command{ Use: CMD_VRF, diff --git a/gobgpd/main.go b/gobgpd/main.go index aaabf333..a92c837e 100644 --- a/gobgpd/main.go +++ b/gobgpd/main.go @@ -265,15 +265,22 @@ func main() { for i, p := range added { log.Infof("Peer %v is added", p.Config.NeighborAddress) - bgpServer.AddNeighbor(&added[i]) + if err := bgpServer.AddNeighbor(&added[i]); err != nil { + log.Warn(err) + } } for i, p := range deleted { log.Infof("Peer %v is deleted", p.Config.NeighborAddress) - bgpServer.DeleteNeighbor(&deleted[i]) + if err := bgpServer.DeleteNeighbor(&deleted[i]); err != nil { + log.Warn(err) + } } for i, p := range updated { log.Infof("Peer %v is updated", p.Config.NeighborAddress) - u, _ := bgpServer.UpdateNeighbor(&updated[i]) + u, err := bgpServer.UpdateNeighbor(&updated[i]) + if err != nil { + log.Warn(err) + } updatePolicy = updatePolicy || u } diff --git a/packet/bgp/bgp.go b/packet/bgp/bgp.go index 6f64323a..9ad3a830 100644 --- a/packet/bgp/bgp.go +++ b/packet/bgp/bgp.go @@ -1395,8 +1395,12 @@ func (l *LabeledVPNIPAddrPrefix) SAFI() uint8 { } func (l *LabeledVPNIPAddrPrefix) String() string { + return fmt.Sprintf("%s:%s", l.RD, l.IPPrefix()) +} + +func (l *LabeledVPNIPAddrPrefix) IPPrefix() string { masklen := l.IPAddrPrefixDefault.Length - uint8(8*(l.Labels.Len()+l.RD.Len())) - return fmt.Sprintf("%s:%s/%d", l.RD, l.IPAddrPrefixDefault.Prefix, masklen) + return fmt.Sprintf("%s/%d", l.IPAddrPrefixDefault.Prefix, masklen) } func (l *LabeledVPNIPAddrPrefix) MarshalJSON() ([]byte, error) { diff --git a/server/peer.go b/server/peer.go index e9d0fe3e..ffbce86b 100644 --- a/server/peer.go +++ b/server/peer.go @@ -229,6 +229,22 @@ func (peer *Peer) filterpath(path *table.Path, withdrawals []*table.Path) *table } } } + + // only allow vpnv4 and vpnv6 paths to be advertised to VRFed neighbors. + // also check we can import this path using table.CanImportToVrf() + // if we can, make it local path by calling (*Path).ToLocal() + if path != nil && peer.fsm.pConf.Config.Vrf != "" { + if f := path.GetRouteFamily(); f != bgp.RF_IPv4_VPN && f != bgp.RF_IPv6_VPN { + return nil + } + vrf := peer.localRib.Vrfs[peer.fsm.pConf.Config.Vrf] + if table.CanImportToVrf(vrf, path) { + path = path.ToLocal() + } else { + return nil + } + } + if path = filterpath(peer, path, withdrawals); path == nil { return nil } diff --git a/server/server.go b/server/server.go index 8e26a45b..17710f11 100644 --- a/server/server.go +++ b/server/server.go @@ -816,8 +816,13 @@ func (server *BgpServer) handleFSMMessage(peer *Peer, e *FsmMsg) { } if len(pathList) > 0 { - var altered []*table.Path - altered = server.propagateUpdate(peer, pathList) + if v := peer.fsm.pConf.Config.Vrf; v != "" { + vrf := server.globalRib.Vrfs[v] + for idx, path := range pathList { + pathList[idx] = path.ToGlobal(vrf) + } + } + altered := server.propagateUpdate(peer, pathList) if server.isWatched(WATCH_EVENT_TYPE_POST_UPDATE) { _, y := peer.fsm.capMap[bgp.BGP_CAP_FOUR_OCTET_AS_NUMBER] l, _ := peer.fsm.LocalHostPort() @@ -1288,6 +1293,13 @@ func (s *BgpServer) DeleteVrf(name string) (err error) { s.mgmtCh <- func() { defer close(ch) + for _, n := range s.neighborMap { + if n.fsm.pConf.Config.Vrf == name { + err = fmt.Errorf("failed to delete VRF %s: neighbor %s is in use", name, n.ID()) + return + } + } + pathList, err := s.globalRib.DeleteVrf(name) if err == nil && len(pathList) > 0 { s.propagateUpdate(nil, pathList) @@ -1644,6 +1656,25 @@ func (server *BgpServer) addNeighbor(c *config.Neighbor) error { return fmt.Errorf("Can't overwrite the existing peer: %s", addr) } + if vrf := c.Config.Vrf; vrf != "" { + if c.RouteServer.Config.RouteServerClient { + return fmt.Errorf("route server client can't be enslaved to VRF") + } + if c.RouteReflector.Config.RouteReflectorClient { + return fmt.Errorf("route reflector client can't be enslaved to VRF") + } + families, _ := config.AfiSafis(c.AfiSafis).ToRfList() + for _, f := range families { + if f != bgp.RF_IPv4_UC && f != bgp.RF_IPv6_UC { + return fmt.Errorf("%s is not supported for VRF enslaved neighbor", f) + } + } + _, y := server.globalRib.Vrfs[vrf] + if !y { + return fmt.Errorf("VRF not found: %s", vrf) + } + } + if server.bgpConfig.Global.Config.Port > 0 { for _, l := range server.Listeners(addr) { if err := SetTcpMD5SigSockopts(l, addr, c.Config.AuthPassword); err != nil { diff --git a/table/destination.go b/table/destination.go index 50b946e9..2d081682 100644 --- a/table/destination.go +++ b/table/destination.go @@ -906,7 +906,7 @@ func (old *Destination) Select(option ...DestinationSelectOption) *Destination { ps := make([]*Path, 0, len(paths)) for _, p := range paths { if CanImportToVrf(vrf, p) { - ps = append(ps, p) + ps = append(ps, p.ToLocal()) } } paths = ps diff --git a/table/path.go b/table/path.go index 81d76ddf..13de9bf2 100644 --- a/table/path.go +++ b/table/path.go @@ -937,3 +937,100 @@ func (lhs *Path) Compare(rhs *Path) int { m2, _ := rhs.GetMed() return int(m2 - m1) } + +func (v *Vrf) ToGlobalPath(path *Path) error { + nlri := path.GetNlri() + switch rf := path.GetRouteFamily(); rf { + case bgp.RF_IPv4_UC: + n := nlri.(*bgp.IPAddrPrefix) + path.OriginInfo().nlri = bgp.NewLabeledVPNIPAddrPrefix(n.Length, n.Prefix.String(), *bgp.NewMPLSLabelStack(0), v.Rd) + case bgp.RF_IPv6_UC: + n := nlri.(*bgp.IPv6AddrPrefix) + path.OriginInfo().nlri = bgp.NewLabeledVPNIPv6AddrPrefix(n.Length, n.Prefix.String(), *bgp.NewMPLSLabelStack(0), v.Rd) + case bgp.RF_EVPN: + n := nlri.(*bgp.EVPNNLRI) + switch n.RouteType { + case bgp.EVPN_ROUTE_TYPE_MAC_IP_ADVERTISEMENT: + n.RouteTypeData.(*bgp.EVPNMacIPAdvertisementRoute).RD = v.Rd + case bgp.EVPN_INCLUSIVE_MULTICAST_ETHERNET_TAG: + n.RouteTypeData.(*bgp.EVPNMulticastEthernetTagRoute).RD = v.Rd + } + default: + return fmt.Errorf("unsupported route family for vrf: %s", rf) + } + path.SetExtCommunities(v.ExportRt, false) + return nil +} + +func (p *Path) ToGlobal(vrf *Vrf) *Path { + nlri := p.GetNlri() + nh := p.GetNexthop() + switch rf := p.GetRouteFamily(); rf { + case bgp.RF_IPv4_UC: + n := nlri.(*bgp.IPAddrPrefix) + nlri = bgp.NewLabeledVPNIPAddrPrefix(n.Length, n.Prefix.String(), *bgp.NewMPLSLabelStack(0), vrf.Rd) + case bgp.RF_IPv6_UC: + n := nlri.(*bgp.IPv6AddrPrefix) + nlri = bgp.NewLabeledVPNIPv6AddrPrefix(n.Length, n.Prefix.String(), *bgp.NewMPLSLabelStack(0), vrf.Rd) + case bgp.RF_EVPN: + n := nlri.(*bgp.EVPNNLRI) + switch n.RouteType { + case bgp.EVPN_ROUTE_TYPE_MAC_IP_ADVERTISEMENT: + old := n.RouteTypeData.(*bgp.EVPNMacIPAdvertisementRoute) + new := &bgp.EVPNMacIPAdvertisementRoute{ + RD: vrf.Rd, + ESI: old.ESI, + ETag: old.ETag, + MacAddressLength: old.MacAddressLength, + MacAddress: old.MacAddress, + IPAddressLength: old.IPAddressLength, + IPAddress: old.IPAddress, + Labels: old.Labels, + } + nlri = bgp.NewEVPNNLRI(n.RouteType, n.Length, new) + case bgp.EVPN_INCLUSIVE_MULTICAST_ETHERNET_TAG: + old := n.RouteTypeData.(*bgp.EVPNMulticastEthernetTagRoute) + new := &bgp.EVPNMulticastEthernetTagRoute{ + RD: vrf.Rd, + ETag: old.ETag, + IPAddressLength: old.IPAddressLength, + IPAddress: old.IPAddress, + } + nlri = bgp.NewEVPNNLRI(n.RouteType, n.Length, new) + } + default: + return p + } + path := NewPath(p.OriginInfo().source, nlri, p.IsWithdraw, p.GetPathAttrs(), p.OriginInfo().timestamp, false) + path.SetExtCommunities(vrf.ExportRt, false) + path.delPathAttr(bgp.BGP_ATTR_TYPE_NEXT_HOP) + path.setPathAttr(bgp.NewPathAttributeMpReachNLRI(nh.String(), []bgp.AddrPrefixInterface{nlri})) + return path +} + +func (p *Path) ToLocal() *Path { + nlri := p.GetNlri() + f := p.GetRouteFamily() + switch f { + case bgp.RF_IPv4_VPN: + n := nlri.(*bgp.LabeledVPNIPAddrPrefix) + _, c, _ := net.ParseCIDR(n.IPPrefix()) + ones, _ := c.Mask.Size() + nlri = bgp.NewIPAddrPrefix(uint8(ones), c.IP.String()) + case bgp.RF_IPv6_VPN: + n := nlri.(*bgp.LabeledVPNIPv6AddrPrefix) + _, c, _ := net.ParseCIDR(n.IPPrefix()) + ones, _ := c.Mask.Size() + nlri = bgp.NewIPAddrPrefix(uint8(ones), c.IP.String()) + default: + return p + } + path := NewPath(p.OriginInfo().source, nlri, p.IsWithdraw, p.GetPathAttrs(), p.OriginInfo().timestamp, false) + path.delPathAttr(bgp.BGP_ATTR_TYPE_EXTENDED_COMMUNITIES) + if f == bgp.RF_IPv4_VPN { + nh := path.GetNexthop() + path.delPathAttr(bgp.BGP_ATTR_TYPE_MP_REACH_NLRI) + path.setPathAttr(bgp.NewPathAttributeNextHop(nh.String())) + } + return path +} diff --git a/table/vrf.go b/table/vrf.go index 1440f896..480f963f 100644 --- a/table/vrf.go +++ b/table/vrf.go @@ -16,7 +16,6 @@ package table import ( - "fmt" "github.com/osrg/gobgp/packet/bgp" ) @@ -28,30 +27,6 @@ type Vrf struct { ExportRt []bgp.ExtendedCommunityInterface } -func (v *Vrf) ToGlobalPath(path *Path) error { - nlri := path.GetNlri() - switch rf := path.GetRouteFamily(); rf { - case bgp.RF_IPv4_UC: - n := nlri.(*bgp.IPAddrPrefix) - path.OriginInfo().nlri = bgp.NewLabeledVPNIPAddrPrefix(n.Length, n.Prefix.String(), *bgp.NewMPLSLabelStack(0), v.Rd) - case bgp.RF_IPv6_UC: - n := nlri.(*bgp.IPv6AddrPrefix) - path.OriginInfo().nlri = bgp.NewLabeledVPNIPv6AddrPrefix(n.Length, n.Prefix.String(), *bgp.NewMPLSLabelStack(0), v.Rd) - case bgp.RF_EVPN: - n := nlri.(*bgp.EVPNNLRI) - switch n.RouteType { - case bgp.EVPN_ROUTE_TYPE_MAC_IP_ADVERTISEMENT: - n.RouteTypeData.(*bgp.EVPNMacIPAdvertisementRoute).RD = v.Rd - case bgp.EVPN_INCLUSIVE_MULTICAST_ETHERNET_TAG: - n.RouteTypeData.(*bgp.EVPNMulticastEthernetTagRoute).RD = v.Rd - } - default: - return fmt.Errorf("unsupported route family for vrf: %s", rf) - } - path.SetExtCommunities(v.ExportRt, false) - return nil -} - func (v *Vrf) Clone() *Vrf { f := func(rt []bgp.ExtendedCommunityInterface) []bgp.ExtendedCommunityInterface { l := make([]bgp.ExtendedCommunityInterface, 0, len(rt)) diff --git a/test/lib/base.py b/test/lib/base.py index 3d14cf4c..5f73b45d 100644 --- a/test/lib/base.py +++ b/test/lib/base.py @@ -280,7 +280,7 @@ class BGPContainer(Container): 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): + v6=False, llgr=None, vrf=''): neigh_addr = '' local_addr = '' it = itertools.product(self.ip_addrs, peer.ip_addrs) @@ -318,7 +318,8 @@ class BGPContainer(Container): 'graceful_restart': graceful_restart, 'local_as': local_as, 'prefix_limit': prefix_limit, - 'llgr': llgr} + 'llgr': llgr, + 'vrf': vrf} 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 77060893..29a116a8 100644 --- a/test/lib/gobgp.py +++ b/test/lib/gobgp.py @@ -277,6 +277,7 @@ class GoBGPContainer(BGPContainer): {'neighbor-address': info['neigh_addr'].split('/')[0], 'peer-as': peer.asn, 'auth-password': info['passwd'], + 'vrf': info['vrf'], }, 'afi-safis': afi_safi_list, 'timers': {'config': { diff --git a/test/scenario_test/bgp_zebra_test.py b/test/scenario_test/bgp_zebra_test.py index 7693c355..a5b57cf8 100644 --- a/test/scenario_test/bgp_zebra_test.py +++ b/test/scenario_test/bgp_zebra_test.py @@ -190,10 +190,14 @@ class GoBGPTestBase(unittest.TestCase): log_level=parser_option.gobgp_log_level, config_format=parser_option.config_format, zebra=True) - g2 = GoBGPContainer(name='g2', asn=65001, router_id='192.168.0.2') - g3 = GoBGPContainer(name='g3', asn=65001, router_id='192.168.0.3') - g4 = GoBGPContainer(name='g4', asn=65000, router_id='192.168.0.4') - g5 = GoBGPContainer(name='g5', asn=65000, router_id='192.168.0.5') + g2 = GoBGPContainer(name='g2', asn=65001, router_id='192.168.0.2', + ctn_image_name=parser_option.gobgp_image) + g3 = GoBGPContainer(name='g3', asn=65001, router_id='192.168.0.3', + ctn_image_name=parser_option.gobgp_image) + g4 = GoBGPContainer(name='g4', asn=65000, router_id='192.168.0.4', + ctn_image_name=parser_option.gobgp_image) + g5 = GoBGPContainer(name='g5', asn=65000, router_id='192.168.0.5', + ctn_image_name=parser_option.gobgp_image) ctns = [g1, g2, g3, g4, g5] for ctn in ctns: diff --git a/test/scenario_test/route_server_test2.py b/test/scenario_test/route_server_test2.py index f31b91b0..477d81ea 100644 --- a/test/scenario_test/route_server_test2.py +++ b/test/scenario_test/route_server_test2.py @@ -39,7 +39,8 @@ class GoBGPTestBase(unittest.TestCase): ctn_image_name=gobgp_ctn_image_name, log_level=parser_option.gobgp_log_level) - g2 = GoBGPContainer(name='g2', asn=65001, router_id='192.168.0.2') + g2 = GoBGPContainer(name='g2', asn=65001, router_id='192.168.0.2', + ctn_image_name=gobgp_ctn_image_name) e1 = ExaBGPContainer(name='e1', asn=65002, router_id='192.168.0.3') ctns = [g1, g2, e1] diff --git a/test/scenario_test/vrf_neighbor_test.py b/test/scenario_test/vrf_neighbor_test.py new file mode 100644 index 00000000..74e5676a --- /dev/null +++ b/test/scenario_test/vrf_neighbor_test.py @@ -0,0 +1,176 @@ +# Copyright (C) 2016 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. + +import unittest +from fabric.api import local +from lib import base +from lib.gobgp import * +from lib.quagga import * +import sys +import os +import time +import nose +from noseplugin import OptionParser, parser_option + +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, + config_format='yaml') + g2 = GoBGPContainer(name='g2', asn=65002, router_id='192.168.0.2', + ctn_image_name=gobgp_ctn_image_name, + log_level=parser_option.gobgp_log_level, + config_format='yaml') + g3 = GoBGPContainer(name='g3', asn=65003, router_id='192.168.0.3', + ctn_image_name=gobgp_ctn_image_name, + log_level=parser_option.gobgp_log_level, + config_format='yaml') + g4 = GoBGPContainer(name='g4', asn=65004, router_id='192.168.0.4', + ctn_image_name=gobgp_ctn_image_name, + log_level=parser_option.gobgp_log_level, + config_format='yaml') + g5 = GoBGPContainer(name='g5', asn=65005, router_id='192.168.0.5', + ctn_image_name=gobgp_ctn_image_name, + log_level=parser_option.gobgp_log_level, + config_format='yaml') + g6 = GoBGPContainer(name='g6', asn=65006, router_id='192.168.0.6', + ctn_image_name=gobgp_ctn_image_name, + log_level=parser_option.gobgp_log_level, + config_format='yaml') + g7 = GoBGPContainer(name='g7', asn=65007, router_id='192.168.0.7', + ctn_image_name=gobgp_ctn_image_name, + log_level=parser_option.gobgp_log_level, + config_format='yaml') + + ctns = [g1, g2, g3, g4, g5, g6, g7] + + initial_wait_time = max(ctn.run() for ctn in ctns) + + time.sleep(initial_wait_time) + + g4.local("gobgp vrf add red rd 10:10 rt both 10:10") + g4.local("gobgp vrf add blue rd 20:20 rt both 20:20") + + g5.local("gobgp vrf add red rd 10:10 rt both 10:10") + g5.local("gobgp vrf add blue rd 20:20 rt both 20:20") + + g1.add_peer(g4) + g4.add_peer(g1, vrf='red') + + g2.add_peer(g4) + g4.add_peer(g2, vrf='red') + + g3.add_peer(g4) + g4.add_peer(g3, vrf='blue') + + g4.add_peer(g5, vpn=True) + g5.add_peer(g4, vpn=True) + + g5.add_peer(g6, vrf='red') + g6.add_peer(g5) + + g5.add_peer(g7, vrf='blue') + g7.add_peer(g5) + + cls.g1 = g1 + cls.g2 = g2 + cls.g3 = g3 + cls.g4 = g4 + cls.g5 = g5 + cls.g6 = g6 + cls.g7 = g7 + + # test each neighbor state is turned establish + def test_01_neighbor_established(self): + self.g4.wait_for(expected_state=BGP_FSM_ESTABLISHED, peer=self.g1) + self.g4.wait_for(expected_state=BGP_FSM_ESTABLISHED, peer=self.g2) + self.g4.wait_for(expected_state=BGP_FSM_ESTABLISHED, peer=self.g3) + self.g4.wait_for(expected_state=BGP_FSM_ESTABLISHED, peer=self.g5) + self.g5.wait_for(expected_state=BGP_FSM_ESTABLISHED, peer=self.g6) + self.g5.wait_for(expected_state=BGP_FSM_ESTABLISHED, peer=self.g7) + + def test_02_inject_from_vrf_red(self): + self.g1.local('gobgp global rib add 10.0.0.0/24') + + time.sleep(1) + + dst = self.g2.get_global_rib('10.0.0.0/24') + self.assertTrue(len(dst) == 1) + self.assertTrue(len(dst[0]['paths']) == 1) + path = dst[0]['paths'][0] + self.assertTrue([self.g4.asn, self.g1.asn] == path['aspath']) + + dst = self.g3.get_global_rib('10.0.0.0/24') + self.assertTrue(len(dst) == 0) + + dst = self.g4.get_global_rib(rf='vpnv4') + self.assertTrue(len(dst) == 1) + self.assertTrue(len(dst[0]['paths']) == 1) + path = dst[0]['paths'][0] + self.assertTrue([self.g1.asn] == path['aspath']) + + dst = self.g6.get_global_rib('10.0.0.0/24') + self.assertTrue(len(dst) == 1) + self.assertTrue(len(dst[0]['paths']) == 1) + path = dst[0]['paths'][0] + self.assertTrue([self.g5.asn, self.g4.asn, self.g1.asn] == path['aspath']) + + dst = self.g7.get_global_rib('10.0.0.0/24') + self.assertTrue(len(dst) == 0) + + def test_03_inject_from_vrf_blue(self): + self.g3.local('gobgp global rib add 10.0.0.0/24') + + time.sleep(1) + + dst = self.g2.get_global_rib('10.0.0.0/24') + self.assertTrue(len(dst) == 1) + self.assertTrue(len(dst[0]['paths']) == 1) + path = dst[0]['paths'][0] + self.assertTrue([self.g4.asn, self.g1.asn] == path['aspath']) + + dst = self.g4.get_global_rib(rf='vpnv4') + self.assertTrue(len(dst) == 2) + + dst = self.g6.get_global_rib('10.0.0.0/24') + self.assertTrue(len(dst) == 1) + self.assertTrue(len(dst[0]['paths']) == 1) + path = dst[0]['paths'][0] + self.assertTrue([self.g5.asn, self.g4.asn, self.g1.asn] == path['aspath']) + + dst = self.g7.get_global_rib('10.0.0.0/24') + self.assertTrue(len(dst) == 1) + self.assertTrue(len(dst[0]['paths']) == 1) + path = dst[0]['paths'][0] + self.assertTrue([self.g5.asn, self.g4.asn, self.g3.asn] == path['aspath']) + + +if __name__ == '__main__': + if os.geteuid() is not 0: + print "you are not root." + sys.exit(1) + 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]) diff --git a/tools/pyang_plugins/gobgp.yang b/tools/pyang_plugins/gobgp.yang index 03b3d5bd..6729349d 100644 --- a/tools/pyang_plugins/gobgp.yang +++ b/tools/pyang_plugins/gobgp.yang @@ -689,12 +689,18 @@ module gobgp { leaf neighbor-interface { type string; } + leaf vrf { + type string; + } } augment "/bgp:bgp/bgp:neighbors/bgp:neighbor/bgp:state" { leaf neighbor-interface { type string; } + leaf vrf { + type string; + } } augment "/bgp:bgp/bgp:neighbors/bgp:neighbor/bgp:state" { |