summaryrefslogtreecommitdiffhomepage
path: root/api
diff options
context:
space:
mode:
authorISHIDA Wataru <ishida.wataru@lab.ntt.co.jp>2015-12-30 20:56:27 +0900
committerISHIDA Wataru <ishida.wataru@lab.ntt.co.jp>2016-01-09 22:52:15 +0900
commitd94bb930dc2778a39dd96050193743136a26fb0e (patch)
tree2eb3755fc82df74a28f433cf79b2ec2b7febd7d8 /api
parentaff1c244ad0d88a814f2ce573800717ccd08b450 (diff)
api: support bmp configuration
Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp>
Diffstat (limited to 'api')
-rw-r--r--api/gobgp.pb.go565
-rw-r--r--api/gobgp.proto13
2 files changed, 332 insertions, 246 deletions
diff --git a/api/gobgp.pb.go b/api/gobgp.pb.go
index 5db3f480..b85923ea 100644
--- a/api/gobgp.pb.go
+++ b/api/gobgp.pb.go
@@ -17,6 +17,7 @@ It has these top-level messages:
ModNeighborArguments
MrtArguments
ModMrtArguments
+ ModBmpArguments
ModRpkiArguments
ModVrfArguments
ModDefinedSetArguments
@@ -342,6 +343,32 @@ func (x Error_ErrorCode) String() string {
}
func (Error_ErrorCode) EnumDescriptor() ([]byte, []int) { return fileDescriptor0, []int{0, 0} }
+type ModBmpArguments_MonitoringPolicy int32
+
+const (
+ ModBmpArguments_PRE ModBmpArguments_MonitoringPolicy = 0
+ ModBmpArguments_POST ModBmpArguments_MonitoringPolicy = 1
+ ModBmpArguments_BOTH ModBmpArguments_MonitoringPolicy = 2
+)
+
+var ModBmpArguments_MonitoringPolicy_name = map[int32]string{
+ 0: "PRE",
+ 1: "POST",
+ 2: "BOTH",
+}
+var ModBmpArguments_MonitoringPolicy_value = map[string]int32{
+ "PRE": 0,
+ "POST": 1,
+ "BOTH": 2,
+}
+
+func (x ModBmpArguments_MonitoringPolicy) String() string {
+ return proto.EnumName(ModBmpArguments_MonitoringPolicy_name, int32(x))
+}
+func (ModBmpArguments_MonitoringPolicy) EnumDescriptor() ([]byte, []int) {
+ return fileDescriptor0, []int{8, 0}
+}
+
type ROAResult_ValidationResult int32
const (
@@ -368,7 +395,7 @@ func (x ROAResult_ValidationResult) String() string {
return proto.EnumName(ROAResult_ValidationResult_name, int32(x))
}
func (ROAResult_ValidationResult) EnumDescriptor() ([]byte, []int) {
- return fileDescriptor0, []int{49, 0}
+ return fileDescriptor0, []int{50, 0}
}
type Error struct {
@@ -478,6 +505,18 @@ func (m *ModMrtArguments) String() string { return proto.CompactTextS
func (*ModMrtArguments) ProtoMessage() {}
func (*ModMrtArguments) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{7} }
+type ModBmpArguments struct {
+ Operation Operation `protobuf:"varint,1,opt,name=operation,enum=gobgpapi.Operation" json:"operation,omitempty"`
+ Address string `protobuf:"bytes,2,opt,name=address" json:"address,omitempty"`
+ Port uint32 `protobuf:"varint,3,opt,name=port" json:"port,omitempty"`
+ Type ModBmpArguments_MonitoringPolicy `protobuf:"varint,4,opt,name=type,enum=gobgpapi.ModBmpArguments_MonitoringPolicy" json:"type,omitempty"`
+}
+
+func (m *ModBmpArguments) Reset() { *m = ModBmpArguments{} }
+func (m *ModBmpArguments) String() string { return proto.CompactTextString(m) }
+func (*ModBmpArguments) ProtoMessage() {}
+func (*ModBmpArguments) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{8} }
+
type ModRpkiArguments struct {
Operation Operation `protobuf:"varint,1,opt,name=operation,enum=gobgpapi.Operation" json:"operation,omitempty"`
Address string `protobuf:"bytes,2,opt,name=address" json:"address,omitempty"`
@@ -487,7 +526,7 @@ type ModRpkiArguments struct {
func (m *ModRpkiArguments) Reset() { *m = ModRpkiArguments{} }
func (m *ModRpkiArguments) String() string { return proto.CompactTextString(m) }
func (*ModRpkiArguments) ProtoMessage() {}
-func (*ModRpkiArguments) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{8} }
+func (*ModRpkiArguments) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{9} }
type ModVrfArguments struct {
Operation Operation `protobuf:"varint,1,opt,name=operation,enum=gobgpapi.Operation" json:"operation,omitempty"`
@@ -497,7 +536,7 @@ type ModVrfArguments struct {
func (m *ModVrfArguments) Reset() { *m = ModVrfArguments{} }
func (m *ModVrfArguments) String() string { return proto.CompactTextString(m) }
func (*ModVrfArguments) ProtoMessage() {}
-func (*ModVrfArguments) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{9} }
+func (*ModVrfArguments) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{10} }
func (m *ModVrfArguments) GetVrf() *Vrf {
if m != nil {
@@ -514,7 +553,7 @@ type ModDefinedSetArguments struct {
func (m *ModDefinedSetArguments) Reset() { *m = ModDefinedSetArguments{} }
func (m *ModDefinedSetArguments) String() string { return proto.CompactTextString(m) }
func (*ModDefinedSetArguments) ProtoMessage() {}
-func (*ModDefinedSetArguments) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{10} }
+func (*ModDefinedSetArguments) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{11} }
func (m *ModDefinedSetArguments) GetSet() *DefinedSet {
if m != nil {
@@ -531,7 +570,7 @@ type ModStatementArguments struct {
func (m *ModStatementArguments) Reset() { *m = ModStatementArguments{} }
func (m *ModStatementArguments) String() string { return proto.CompactTextString(m) }
func (*ModStatementArguments) ProtoMessage() {}
-func (*ModStatementArguments) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{11} }
+func (*ModStatementArguments) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{12} }
func (m *ModStatementArguments) GetStatement() *Statement {
if m != nil {
@@ -556,7 +595,7 @@ type ModPolicyArguments struct {
func (m *ModPolicyArguments) Reset() { *m = ModPolicyArguments{} }
func (m *ModPolicyArguments) String() string { return proto.CompactTextString(m) }
func (*ModPolicyArguments) ProtoMessage() {}
-func (*ModPolicyArguments) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{12} }
+func (*ModPolicyArguments) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{13} }
func (m *ModPolicyArguments) GetPolicy() *Policy {
if m != nil {
@@ -573,7 +612,7 @@ type ModPolicyAssignmentArguments struct {
func (m *ModPolicyAssignmentArguments) Reset() { *m = ModPolicyAssignmentArguments{} }
func (m *ModPolicyAssignmentArguments) String() string { return proto.CompactTextString(m) }
func (*ModPolicyAssignmentArguments) ProtoMessage() {}
-func (*ModPolicyAssignmentArguments) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{13} }
+func (*ModPolicyAssignmentArguments) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{14} }
func (m *ModPolicyAssignmentArguments) GetAssignment() *PolicyAssignment {
if m != nil {
@@ -590,7 +629,7 @@ type ModGlobalConfigArguments struct {
func (m *ModGlobalConfigArguments) Reset() { *m = ModGlobalConfigArguments{} }
func (m *ModGlobalConfigArguments) String() string { return proto.CompactTextString(m) }
func (*ModGlobalConfigArguments) ProtoMessage() {}
-func (*ModGlobalConfigArguments) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{14} }
+func (*ModGlobalConfigArguments) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{15} }
func (m *ModGlobalConfigArguments) GetGlobal() *Global {
if m != nil {
@@ -616,7 +655,7 @@ type Path struct {
func (m *Path) Reset() { *m = Path{} }
func (m *Path) String() string { return proto.CompactTextString(m) }
func (*Path) ProtoMessage() {}
-func (*Path) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{15} }
+func (*Path) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{16} }
type Destination struct {
Prefix string `protobuf:"bytes,1,opt,name=prefix" json:"prefix,omitempty"`
@@ -627,7 +666,7 @@ type Destination struct {
func (m *Destination) Reset() { *m = Destination{} }
func (m *Destination) String() string { return proto.CompactTextString(m) }
func (*Destination) ProtoMessage() {}
-func (*Destination) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{16} }
+func (*Destination) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{17} }
func (m *Destination) GetPaths() []*Path {
if m != nil {
@@ -646,7 +685,7 @@ type Table struct {
func (m *Table) Reset() { *m = Table{} }
func (m *Table) String() string { return proto.CompactTextString(m) }
func (*Table) ProtoMessage() {}
-func (*Table) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{17} }
+func (*Table) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{18} }
func (m *Table) GetDestinations() []*Destination {
if m != nil {
@@ -670,7 +709,7 @@ type Peer struct {
func (m *Peer) Reset() { *m = Peer{} }
func (m *Peer) String() string { return proto.CompactTextString(m) }
func (*Peer) ProtoMessage() {}
-func (*Peer) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{18} }
+func (*Peer) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{19} }
func (m *Peer) GetApplyPolicy() *ApplyPolicy {
if m != nil {
@@ -737,7 +776,7 @@ type ApplyPolicy struct {
func (m *ApplyPolicy) Reset() { *m = ApplyPolicy{} }
func (m *ApplyPolicy) String() string { return proto.CompactTextString(m) }
func (*ApplyPolicy) ProtoMessage() {}
-func (*ApplyPolicy) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{19} }
+func (*ApplyPolicy) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{20} }
func (m *ApplyPolicy) GetInPolicy() *PolicyAssignment {
if m != nil {
@@ -779,7 +818,7 @@ type PeerConf struct {
func (m *PeerConf) Reset() { *m = PeerConf{} }
func (m *PeerConf) String() string { return proto.CompactTextString(m) }
func (*PeerConf) ProtoMessage() {}
-func (*PeerConf) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{20} }
+func (*PeerConf) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{21} }
type EbgpMultihop struct {
Enabled bool `protobuf:"varint,1,opt,name=enabled" json:"enabled,omitempty"`
@@ -789,7 +828,7 @@ type EbgpMultihop struct {
func (m *EbgpMultihop) Reset() { *m = EbgpMultihop{} }
func (m *EbgpMultihop) String() string { return proto.CompactTextString(m) }
func (*EbgpMultihop) ProtoMessage() {}
-func (*EbgpMultihop) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{21} }
+func (*EbgpMultihop) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{22} }
type RouteReflector struct {
RouteReflectorClient bool `protobuf:"varint,1,opt,name=route_reflector_client" json:"route_reflector_client,omitempty"`
@@ -799,7 +838,7 @@ type RouteReflector struct {
func (m *RouteReflector) Reset() { *m = RouteReflector{} }
func (m *RouteReflector) String() string { return proto.CompactTextString(m) }
func (*RouteReflector) ProtoMessage() {}
-func (*RouteReflector) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{22} }
+func (*RouteReflector) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{23} }
type PeerState struct {
AuthPassword string `protobuf:"bytes,1,opt,name=auth_password" json:"auth_password,omitempty"`
@@ -828,7 +867,7 @@ type PeerState struct {
func (m *PeerState) Reset() { *m = PeerState{} }
func (m *PeerState) String() string { return proto.CompactTextString(m) }
func (*PeerState) ProtoMessage() {}
-func (*PeerState) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{23} }
+func (*PeerState) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{24} }
func (m *PeerState) GetMessages() *Messages {
if m != nil {
@@ -852,7 +891,7 @@ type Messages struct {
func (m *Messages) Reset() { *m = Messages{} }
func (m *Messages) String() string { return proto.CompactTextString(m) }
func (*Messages) ProtoMessage() {}
-func (*Messages) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{24} }
+func (*Messages) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{25} }
func (m *Messages) GetReceived() *Message {
if m != nil {
@@ -881,7 +920,7 @@ type Message struct {
func (m *Message) Reset() { *m = Message{} }
func (m *Message) String() string { return proto.CompactTextString(m) }
func (*Message) ProtoMessage() {}
-func (*Message) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{25} }
+func (*Message) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{26} }
type Queues struct {
Input uint32 `protobuf:"varint,1,opt,name=input" json:"input,omitempty"`
@@ -891,7 +930,7 @@ type Queues struct {
func (m *Queues) Reset() { *m = Queues{} }
func (m *Queues) String() string { return proto.CompactTextString(m) }
func (*Queues) ProtoMessage() {}
-func (*Queues) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{26} }
+func (*Queues) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{27} }
type Timers struct {
Config *TimersConfig `protobuf:"bytes,1,opt,name=config" json:"config,omitempty"`
@@ -901,7 +940,7 @@ type Timers struct {
func (m *Timers) Reset() { *m = Timers{} }
func (m *Timers) String() string { return proto.CompactTextString(m) }
func (*Timers) ProtoMessage() {}
-func (*Timers) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{27} }
+func (*Timers) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{28} }
func (m *Timers) GetConfig() *TimersConfig {
if m != nil {
@@ -927,7 +966,7 @@ type TimersConfig struct {
func (m *TimersConfig) Reset() { *m = TimersConfig{} }
func (m *TimersConfig) String() string { return proto.CompactTextString(m) }
func (*TimersConfig) ProtoMessage() {}
-func (*TimersConfig) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{28} }
+func (*TimersConfig) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{29} }
type TimersState struct {
ConnectRetry uint64 `protobuf:"varint,1,opt,name=connect_retry" json:"connect_retry,omitempty"`
@@ -942,7 +981,7 @@ type TimersState struct {
func (m *TimersState) Reset() { *m = TimersState{} }
func (m *TimersState) String() string { return proto.CompactTextString(m) }
func (*TimersState) ProtoMessage() {}
-func (*TimersState) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{29} }
+func (*TimersState) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{30} }
type Transport struct {
LocalAddress string `protobuf:"bytes,1,opt,name=local_address" json:"local_address,omitempty"`
@@ -957,7 +996,7 @@ type Transport struct {
func (m *Transport) Reset() { *m = Transport{} }
func (m *Transport) String() string { return proto.CompactTextString(m) }
func (*Transport) ProtoMessage() {}
-func (*Transport) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{30} }
+func (*Transport) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{31} }
type RouteServer struct {
RouteServerClient bool `protobuf:"varint,1,opt,name=route_server_client" json:"route_server_client,omitempty"`
@@ -966,7 +1005,7 @@ type RouteServer struct {
func (m *RouteServer) Reset() { *m = RouteServer{} }
func (m *RouteServer) String() string { return proto.CompactTextString(m) }
func (*RouteServer) ProtoMessage() {}
-func (*RouteServer) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{31} }
+func (*RouteServer) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{32} }
type Prefix struct {
IpPrefix string `protobuf:"bytes,1,opt,name=ip_prefix" json:"ip_prefix,omitempty"`
@@ -977,7 +1016,7 @@ type Prefix struct {
func (m *Prefix) Reset() { *m = Prefix{} }
func (m *Prefix) String() string { return proto.CompactTextString(m) }
func (*Prefix) ProtoMessage() {}
-func (*Prefix) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{32} }
+func (*Prefix) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{33} }
type DefinedSet struct {
Type DefinedType `protobuf:"varint,1,opt,name=type,enum=gobgpapi.DefinedType" json:"type,omitempty"`
@@ -989,7 +1028,7 @@ type DefinedSet struct {
func (m *DefinedSet) Reset() { *m = DefinedSet{} }
func (m *DefinedSet) String() string { return proto.CompactTextString(m) }
func (*DefinedSet) ProtoMessage() {}
-func (*DefinedSet) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{33} }
+func (*DefinedSet) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{34} }
func (m *DefinedSet) GetPrefixes() []*Prefix {
if m != nil {
@@ -1006,7 +1045,7 @@ type MatchSet struct {
func (m *MatchSet) Reset() { *m = MatchSet{} }
func (m *MatchSet) String() string { return proto.CompactTextString(m) }
func (*MatchSet) ProtoMessage() {}
-func (*MatchSet) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{34} }
+func (*MatchSet) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{35} }
type AsPathLength struct {
Type AsPathLengthType `protobuf:"varint,1,opt,name=type,enum=gobgpapi.AsPathLengthType" json:"type,omitempty"`
@@ -1016,7 +1055,7 @@ type AsPathLength struct {
func (m *AsPathLength) Reset() { *m = AsPathLength{} }
func (m *AsPathLength) String() string { return proto.CompactTextString(m) }
func (*AsPathLength) ProtoMessage() {}
-func (*AsPathLength) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{35} }
+func (*AsPathLength) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{36} }
type Conditions struct {
PrefixSet *MatchSet `protobuf:"bytes,1,opt,name=prefix_set" json:"prefix_set,omitempty"`
@@ -1031,7 +1070,7 @@ type Conditions struct {
func (m *Conditions) Reset() { *m = Conditions{} }
func (m *Conditions) String() string { return proto.CompactTextString(m) }
func (*Conditions) ProtoMessage() {}
-func (*Conditions) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{36} }
+func (*Conditions) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{37} }
func (m *Conditions) GetPrefixSet() *MatchSet {
if m != nil {
@@ -1083,7 +1122,7 @@ type CommunityAction struct {
func (m *CommunityAction) Reset() { *m = CommunityAction{} }
func (m *CommunityAction) String() string { return proto.CompactTextString(m) }
func (*CommunityAction) ProtoMessage() {}
-func (*CommunityAction) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{37} }
+func (*CommunityAction) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{38} }
type MedAction struct {
Type MedActionType `protobuf:"varint,1,opt,name=type,enum=gobgpapi.MedActionType" json:"type,omitempty"`
@@ -1093,7 +1132,7 @@ type MedAction struct {
func (m *MedAction) Reset() { *m = MedAction{} }
func (m *MedAction) String() string { return proto.CompactTextString(m) }
func (*MedAction) ProtoMessage() {}
-func (*MedAction) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{38} }
+func (*MedAction) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{39} }
type AsPrependAction struct {
Asn uint32 `protobuf:"varint,1,opt,name=asn" json:"asn,omitempty"`
@@ -1104,7 +1143,7 @@ type AsPrependAction struct {
func (m *AsPrependAction) Reset() { *m = AsPrependAction{} }
func (m *AsPrependAction) String() string { return proto.CompactTextString(m) }
func (*AsPrependAction) ProtoMessage() {}
-func (*AsPrependAction) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{39} }
+func (*AsPrependAction) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{40} }
type Actions struct {
RouteAction RouteAction `protobuf:"varint,1,opt,name=route_action,enum=gobgpapi.RouteAction" json:"route_action,omitempty"`
@@ -1117,7 +1156,7 @@ type Actions struct {
func (m *Actions) Reset() { *m = Actions{} }
func (m *Actions) String() string { return proto.CompactTextString(m) }
func (*Actions) ProtoMessage() {}
-func (*Actions) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{40} }
+func (*Actions) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{41} }
func (m *Actions) GetCommunity() *CommunityAction {
if m != nil {
@@ -1156,7 +1195,7 @@ type Statement struct {
func (m *Statement) Reset() { *m = Statement{} }
func (m *Statement) String() string { return proto.CompactTextString(m) }
func (*Statement) ProtoMessage() {}
-func (*Statement) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{41} }
+func (*Statement) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{42} }
func (m *Statement) GetConditions() *Conditions {
if m != nil {
@@ -1180,7 +1219,7 @@ type Policy struct {
func (m *Policy) Reset() { *m = Policy{} }
func (m *Policy) String() string { return proto.CompactTextString(m) }
func (*Policy) ProtoMessage() {}
-func (*Policy) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{42} }
+func (*Policy) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{43} }
func (m *Policy) GetStatements() []*Statement {
if m != nil {
@@ -1200,7 +1239,7 @@ type PolicyAssignment struct {
func (m *PolicyAssignment) Reset() { *m = PolicyAssignment{} }
func (m *PolicyAssignment) String() string { return proto.CompactTextString(m) }
func (*PolicyAssignment) ProtoMessage() {}
-func (*PolicyAssignment) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{43} }
+func (*PolicyAssignment) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{44} }
func (m *PolicyAssignment) GetPolicies() []*Policy {
if m != nil {
@@ -1216,7 +1255,7 @@ type MrtMessage struct {
func (m *MrtMessage) Reset() { *m = MrtMessage{} }
func (m *MrtMessage) String() string { return proto.CompactTextString(m) }
func (*MrtMessage) ProtoMessage() {}
-func (*MrtMessage) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{44} }
+func (*MrtMessage) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{45} }
type RPKIConf struct {
Address string `protobuf:"bytes,1,opt,name=address" json:"address,omitempty"`
@@ -1226,7 +1265,7 @@ type RPKIConf struct {
func (m *RPKIConf) Reset() { *m = RPKIConf{} }
func (m *RPKIConf) String() string { return proto.CompactTextString(m) }
func (*RPKIConf) ProtoMessage() {}
-func (*RPKIConf) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{45} }
+func (*RPKIConf) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{46} }
type RPKIState struct {
Uptime int64 `protobuf:"varint,1,opt,name=uptime" json:"uptime,omitempty"`
@@ -1238,7 +1277,7 @@ type RPKIState struct {
func (m *RPKIState) Reset() { *m = RPKIState{} }
func (m *RPKIState) String() string { return proto.CompactTextString(m) }
func (*RPKIState) ProtoMessage() {}
-func (*RPKIState) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{46} }
+func (*RPKIState) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{47} }
type RPKI struct {
Conf *RPKIConf `protobuf:"bytes,1,opt,name=conf" json:"conf,omitempty"`
@@ -1248,7 +1287,7 @@ type RPKI struct {
func (m *RPKI) Reset() { *m = RPKI{} }
func (m *RPKI) String() string { return proto.CompactTextString(m) }
func (*RPKI) ProtoMessage() {}
-func (*RPKI) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{47} }
+func (*RPKI) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{48} }
func (m *RPKI) GetConf() *RPKIConf {
if m != nil {
@@ -1275,7 +1314,7 @@ type ROA struct {
func (m *ROA) Reset() { *m = ROA{} }
func (m *ROA) String() string { return proto.CompactTextString(m) }
func (*ROA) ProtoMessage() {}
-func (*ROA) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{48} }
+func (*ROA) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{49} }
func (m *ROA) GetConf() *RPKIConf {
if m != nil {
@@ -1295,7 +1334,7 @@ type ROAResult struct {
func (m *ROAResult) Reset() { *m = ROAResult{} }
func (m *ROAResult) String() string { return proto.CompactTextString(m) }
func (*ROAResult) ProtoMessage() {}
-func (*ROAResult) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{49} }
+func (*ROAResult) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{50} }
func (m *ROAResult) GetRoas() []*ROA {
if m != nil {
@@ -1314,7 +1353,7 @@ type Vrf struct {
func (m *Vrf) Reset() { *m = Vrf{} }
func (m *Vrf) String() string { return proto.CompactTextString(m) }
func (*Vrf) ProtoMessage() {}
-func (*Vrf) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{50} }
+func (*Vrf) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{51} }
type Global struct {
As uint32 `protobuf:"varint,1,opt,name=as" json:"as,omitempty"`
@@ -1325,7 +1364,7 @@ type Global struct {
func (m *Global) Reset() { *m = Global{} }
func (m *Global) String() string { return proto.CompactTextString(m) }
func (*Global) ProtoMessage() {}
-func (*Global) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{51} }
+func (*Global) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{52} }
func init() {
proto.RegisterType((*Error)(nil), "gobgpapi.Error")
@@ -1336,6 +1375,7 @@ func init() {
proto.RegisterType((*ModNeighborArguments)(nil), "gobgpapi.ModNeighborArguments")
proto.RegisterType((*MrtArguments)(nil), "gobgpapi.MrtArguments")
proto.RegisterType((*ModMrtArguments)(nil), "gobgpapi.ModMrtArguments")
+ proto.RegisterType((*ModBmpArguments)(nil), "gobgpapi.ModBmpArguments")
proto.RegisterType((*ModRpkiArguments)(nil), "gobgpapi.ModRpkiArguments")
proto.RegisterType((*ModVrfArguments)(nil), "gobgpapi.ModVrfArguments")
proto.RegisterType((*ModDefinedSetArguments)(nil), "gobgpapi.ModDefinedSetArguments")
@@ -1390,6 +1430,7 @@ func init() {
proto.RegisterEnum("gobgpapi.MedActionType", MedActionType_name, MedActionType_value)
proto.RegisterEnum("gobgpapi.PolicyType", PolicyType_name, PolicyType_value)
proto.RegisterEnum("gobgpapi.Error_ErrorCode", Error_ErrorCode_name, Error_ErrorCode_value)
+ proto.RegisterEnum("gobgpapi.ModBmpArguments_MonitoringPolicy", ModBmpArguments_MonitoringPolicy_name, ModBmpArguments_MonitoringPolicy_value)
proto.RegisterEnum("gobgpapi.ROAResult_ValidationResult", ROAResult_ValidationResult_name, ROAResult_ValidationResult_value)
}
@@ -1420,6 +1461,7 @@ type GobgpApiClient interface {
MonitorROAValidation(ctx context.Context, in *Arguments, opts ...grpc.CallOption) (GobgpApi_MonitorROAValidationClient, error)
GetMrt(ctx context.Context, in *MrtArguments, opts ...grpc.CallOption) (GobgpApi_GetMrtClient, error)
ModMrt(ctx context.Context, in *ModMrtArguments, opts ...grpc.CallOption) (*Error, error)
+ ModBmp(ctx context.Context, in *ModBmpArguments, opts ...grpc.CallOption) (*Error, error)
GetRPKI(ctx context.Context, in *Arguments, opts ...grpc.CallOption) (GobgpApi_GetRPKIClient, error)
ModRPKI(ctx context.Context, in *ModRpkiArguments, opts ...grpc.CallOption) (*Error, error)
GetROA(ctx context.Context, in *Arguments, opts ...grpc.CallOption) (GobgpApi_GetROAClient, error)
@@ -1766,6 +1808,15 @@ func (c *gobgpApiClient) ModMrt(ctx context.Context, in *ModMrtArguments, opts .
return out, nil
}
+func (c *gobgpApiClient) ModBmp(ctx context.Context, in *ModBmpArguments, opts ...grpc.CallOption) (*Error, error) {
+ out := new(Error)
+ err := grpc.Invoke(ctx, "/gobgpapi.GobgpApi/ModBmp", in, out, c.cc, opts...)
+ if err != nil {
+ return nil, err
+ }
+ return out, nil
+}
+
func (c *gobgpApiClient) GetRPKI(ctx context.Context, in *Arguments, opts ...grpc.CallOption) (GobgpApi_GetRPKIClient, error) {
stream, err := grpc.NewClientStream(ctx, &_GobgpApi_serviceDesc.Streams[6], c.cc, "/gobgpapi.GobgpApi/GetRPKI", opts...)
if err != nil {
@@ -2071,6 +2122,7 @@ type GobgpApiServer interface {
MonitorROAValidation(*Arguments, GobgpApi_MonitorROAValidationServer) error
GetMrt(*MrtArguments, GobgpApi_GetMrtServer) error
ModMrt(context.Context, *ModMrtArguments) (*Error, error)
+ ModBmp(context.Context, *ModBmpArguments) (*Error, error)
GetRPKI(*Arguments, GobgpApi_GetRPKIServer) error
ModRPKI(context.Context, *ModRpkiArguments) (*Error, error)
GetROA(*Arguments, GobgpApi_GetROAServer) error
@@ -2392,6 +2444,18 @@ func _GobgpApi_ModMrt_Handler(srv interface{}, ctx context.Context, dec func(int
return out, nil
}
+func _GobgpApi_ModBmp_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error) (interface{}, error) {
+ in := new(ModBmpArguments)
+ if err := dec(in); err != nil {
+ return nil, err
+ }
+ out, err := srv.(GobgpApiServer).ModBmp(ctx, in)
+ if err != nil {
+ return nil, err
+ }
+ return out, nil
+}
+
func _GobgpApi_GetRPKI_Handler(srv interface{}, stream grpc.ServerStream) error {
m := new(Arguments)
if err := stream.RecvMsg(m); err != nil {
@@ -2699,6 +2763,10 @@ var _GobgpApi_serviceDesc = grpc.ServiceDesc{
Handler: _GobgpApi_ModMrt_Handler,
},
{
+ MethodName: "ModBmp",
+ Handler: _GobgpApi_ModBmp_Handler,
+ },
+ {
MethodName: "ModRPKI",
Handler: _GobgpApi_ModRPKI_Handler,
},
@@ -2804,206 +2872,211 @@ var _GobgpApi_serviceDesc = grpc.ServiceDesc{
}
var fileDescriptor0 = []byte{
- // 3213 bytes of a gzipped FileDescriptorProto
- 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0xbc, 0x1a, 0xdb, 0x72, 0xdb, 0xc6,
- 0xd5, 0xbc, 0x8a, 0x3c, 0x24, 0x25, 0x0a, 0x92, 0x1d, 0x9a, 0xb9, 0x39, 0x68, 0x6a, 0x3b, 0x4a,
- 0xec, 0x38, 0xce, 0xa5, 0x99, 0x24, 0x9d, 0x96, 0x26, 0x61, 0x9b, 0x89, 0x24, 0x2a, 0x14, 0xa5,
- 0x49, 0xa6, 0x9d, 0xc1, 0x40, 0x24, 0x48, 0xa1, 0x21, 0x01, 0x18, 0x00, 0x6d, 0xab, 0xd3, 0xb7,
- 0xf6, 0x2b, 0x3a, 0x9d, 0xce, 0xb4, 0x0f, 0xfd, 0x84, 0xbe, 0xf4, 0x23, 0xfa, 0x11, 0x7d, 0xc8,
- 0x2f, 0xf4, 0xb1, 0xe7, 0x9c, 0x5d, 0x10, 0x00, 0x09, 0xd9, 0x92, 0x33, 0xd3, 0x17, 0x8b, 0xd8,
- 0x3d, 0xb7, 0x3d, 0xf7, 0xb3, 0x6b, 0xa8, 0x4c, 0x9c, 0x93, 0x89, 0x7b, 0xd7, 0xf5, 0x9c, 0xc0,
- 0x51, 0x4a, 0xfc, 0x61, 0xb8, 0x96, 0x6a, 0x40, 0x41, 0xf3, 0x3c, 0xc7, 0x53, 0x6e, 0x41, 0x7e,
- 0xe8, 0x8c, 0xcc, 0x46, 0xe6, 0x46, 0xe6, 0xf6, 0xfa, 0xfd, 0xeb, 0x77, 0x43, 0x88, 0xbb, 0xbc,
- 0x2d, 0xfe, 0x6d, 0x23, 0x80, 0x52, 0x81, 0xdc, 0xcc, 0x9f, 0x34, 0xb2, 0x08, 0x57, 0x56, 0x55,
- 0x28, 0xc7, 0x77, 0xd6, 0x0e, 0x8f, 0xda, 0x6d, 0xed, 0xf0, 0xb0, 0x7e, 0x45, 0x29, 0x41, 0xfe,
- 0x61, 0xab, 0xbb, 0x5b, 0xcf, 0xa8, 0x3d, 0x28, 0xb7, 0xbc, 0xc9, 0x7c, 0x66, 0xda, 0x81, 0xaf,
- 0xbc, 0x0b, 0x25, 0xcf, 0xf4, 0x9d, 0xb9, 0x37, 0x0c, 0x59, 0x29, 0x11, 0xab, 0xbe, 0xdc, 0x51,
- 0xd6, 0xa1, 0x38, 0x36, 0x66, 0xd6, 0xf4, 0x8c, 0xd9, 0xd4, 0x94, 0x2a, 0xe4, 0x6d, 0x63, 0x66,
- 0x36, 0x72, 0xcc, 0xf4, 0xcf, 0x19, 0xa8, 0xef, 0x39, 0xa3, 0x03, 0x23, 0x38, 0x8d, 0x08, 0xdf,
- 0x84, 0xb2, 0xe3, 0x9a, 0x9e, 0x11, 0x58, 0x8e, 0x2d, 0x29, 0x6f, 0x45, 0x94, 0x7b, 0xe1, 0x56,
- 0x42, 0x80, 0xec, 0xb9, 0x02, 0x24, 0x18, 0x2a, 0x6f, 0x40, 0xde, 0x45, 0x66, 0x8d, 0x3c, 0x7e,
- 0x55, 0xee, 0xaf, 0x47, 0xf0, 0x24, 0x02, 0xc1, 0xce, 0xe7, 0xd6, 0xa8, 0x51, 0xc0, 0xdd, 0xaa,
- 0xfa, 0x36, 0x6c, 0x48, 0xd9, 0x90, 0x98, 0xeb, 0xd8, 0xbe, 0xb9, 0x00, 0xc8, 0x30, 0xc0, 0x18,
- 0x36, 0x25, 0x80, 0x7f, 0x59, 0xb5, 0x84, 0x52, 0xb1, 0xee, 0x95, 0x37, 0xa1, 0x40, 0x52, 0xf9,
- 0x28, 0x64, 0x6e, 0x55, 0x2c, 0xf5, 0xb7, 0xb0, 0x8d, 0x7c, 0xf6, 0x4d, 0x6b, 0x72, 0x7a, 0xe2,
- 0x78, 0x97, 0x57, 0x14, 0x1d, 0xda, 0x34, 0x3d, 0x66, 0x96, 0xa4, 0x8e, 0xab, 0xaa, 0x0b, 0xd5,
- 0x3d, 0x2f, 0xf8, 0xa9, 0x76, 0xad, 0x43, 0xc9, 0xb2, 0x03, 0xd3, 0x7b, 0x6a, 0x4c, 0x59, 0xd5,
- 0x79, 0xa5, 0x01, 0x75, 0x5b, 0x8a, 0xac, 0x1b, 0xa3, 0x11, 0xd2, 0xf4, 0x59, 0xed, 0x65, 0xf5,
- 0x1b, 0x56, 0x6c, 0x82, 0xe9, 0x45, 0x8f, 0x82, 0x6c, 0xc6, 0xd6, 0xd4, 0x8c, 0x74, 0xa7, 0x7e,
- 0xcf, 0x1e, 0xd4, 0x77, 0x7f, 0xb0, 0x2e, 0x4f, 0x6d, 0x03, 0xd6, 0x42, 0xc9, 0x84, 0x21, 0xd0,
- 0x2c, 0xae, 0xe3, 0x05, 0x7c, 0x82, 0x9a, 0x7a, 0xc4, 0x72, 0x1e, 0x7b, 0xe3, 0xcb, 0x53, 0x6e,
- 0x42, 0xee, 0xa9, 0x37, 0x96, 0x1a, 0xaf, 0x45, 0x10, 0x48, 0x4c, 0x1d, 0xc2, 0x35, 0x24, 0xdb,
- 0x31, 0xc7, 0x96, 0x6d, 0x8e, 0x0e, 0xcd, 0x57, 0xd0, 0xc2, 0x3b, 0x90, 0xf3, 0xcd, 0x40, 0x52,
- 0xdf, 0x8e, 0x20, 0x22, 0x9a, 0xea, 0x04, 0xae, 0x22, 0x93, 0xc3, 0xc0, 0x08, 0x4c, 0xa2, 0x7d,
- 0x79, 0x1e, 0x08, 0xe7, 0x87, 0xd8, 0x92, 0x53, 0x0c, 0x6e, 0x41, 0x58, 0xfd, 0x6b, 0x06, 0x14,
- 0x8a, 0x02, 0x67, 0x6a, 0x0d, 0xcf, 0x2e, 0xcf, 0xe6, 0x06, 0x14, 0x5d, 0x46, 0x95, 0x3c, 0xea,
- 0x31, 0xef, 0xe4, 0x75, 0x3c, 0xec, 0x75, 0xcf, 0x1c, 0x9b, 0x9e, 0x6e, 0x3e, 0xb7, 0xfc, 0xc0,
- 0xb2, 0x27, 0xfa, 0x42, 0x2e, 0x9f, 0x0d, 0x55, 0x52, 0x5e, 0x87, 0x2d, 0x17, 0xad, 0x88, 0xde,
- 0x67, 0xc6, 0x37, 0xc9, 0xdb, 0x4a, 0xea, 0x53, 0x78, 0x23, 0x92, 0xcf, 0xf7, 0xad, 0x89, 0xfd,
- 0x6a, 0x0a, 0xb9, 0x0b, 0x60, 0x2c, 0xd0, 0xa5, 0xb4, 0xcd, 0x65, 0x69, 0x23, 0x06, 0xea, 0x08,
- 0x1a, 0xc8, 0xf7, 0xd1, 0xd4, 0x39, 0x31, 0xa6, 0x6d, 0xc7, 0x1e, 0x5b, 0x93, 0x57, 0xd2, 0xce,
- 0x84, 0x09, 0xac, 0x6a, 0x47, 0x10, 0x56, 0xff, 0x9d, 0x81, 0x7c, 0x98, 0xbb, 0xec, 0xa9, 0x67,
- 0x89, 0xd4, 0x44, 0xe1, 0x89, 0x19, 0x25, 0xf0, 0xc8, 0xb1, 0x73, 0xf8, 0x8d, 0xa9, 0xde, 0x98,
- 0x88, 0x24, 0x98, 0x23, 0xd0, 0x13, 0xd3, 0x0f, 0x84, 0x7e, 0x94, 0x2d, 0xa8, 0x58, 0xbe, 0xfe,
- 0xcc, 0x0a, 0x4e, 0x47, 0x9e, 0xf1, 0x8c, 0x73, 0x5f, 0x49, 0x51, 0x00, 0x30, 0x92, 0xad, 0x91,
- 0x90, 0xb0, 0x88, 0x6b, 0x05, 0x4c, 0x23, 0xdb, 0xb6, 0xa3, 0x5b, 0x33, 0x17, 0x0f, 0x6a, 0x05,
- 0x11, 0xc6, 0x1a, 0x63, 0x44, 0x09, 0xa1, 0xc4, 0x09, 0x01, 0x29, 0x88, 0x54, 0xa1, 0x1b, 0xbe,
- 0xdd, 0x28, 0xf3, 0xda, 0x26, 0xfa, 0x94, 0x58, 0xc3, 0x1c, 0x0a, 0x1c, 0x71, 0x22, 0xa0, 0x31,
- 0x71, 0x98, 0xa3, 0x46, 0x85, 0xed, 0x75, 0x04, 0x95, 0x8e, 0x49, 0x86, 0x16, 0x2a, 0xa0, 0x93,
- 0xa0, 0xfd, 0xad, 0xe7, 0x7c, 0xb2, 0x58, 0xae, 0xcc, 0xa6, 0xe5, 0x4a, 0xe5, 0x35, 0xd8, 0x98,
- 0x3a, 0xf6, 0x04, 0xdd, 0x45, 0x60, 0x99, 0xd2, 0x47, 0xd4, 0x00, 0x0a, 0x03, 0xe3, 0x64, 0x6a,
- 0xa2, 0x4e, 0xf3, 0xc1, 0x99, 0x7b, 0xf1, 0xe4, 0x1c, 0x1d, 0x8c, 0xb3, 0x82, 0xf2, 0x3e, 0x54,
- 0x47, 0x91, 0x7c, 0xe4, 0x65, 0x24, 0xc7, 0xd5, 0x78, 0x14, 0x2e, 0x76, 0xd5, 0xff, 0x64, 0xd1,
- 0x3c, 0x98, 0x65, 0xf9, 0x9c, 0x44, 0xc5, 0x32, 0x85, 0xe4, 0x4c, 0xc7, 0x70, 0xdd, 0xe9, 0x99,
- 0x2e, 0xfd, 0x3f, 0xc7, 0x16, 0x8e, 0xd1, 0x69, 0xd1, 0xae, 0x0c, 0x82, 0x1b, 0x54, 0xd3, 0xed,
+ // 3285 bytes of a gzipped FileDescriptorProto
+ 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0xbc, 0x1a, 0xcb, 0x72, 0xdb, 0xd6,
+ 0xd5, 0x7c, 0x8a, 0x3c, 0x24, 0x25, 0x0a, 0x92, 0x1d, 0x99, 0x79, 0x39, 0x68, 0x6a, 0x3b, 0x4a,
+ 0xec, 0x38, 0xce, 0xa3, 0x99, 0x24, 0x9d, 0x96, 0x22, 0x61, 0x9b, 0x89, 0x24, 0x32, 0x14, 0xa5,
+ 0x49, 0xa6, 0x9d, 0xc1, 0x40, 0x24, 0x48, 0xa1, 0x21, 0x01, 0x04, 0x00, 0xfd, 0xe8, 0x74, 0xd7,
+ 0x7e, 0x45, 0xa7, 0xd3, 0x99, 0x76, 0xd1, 0x75, 0x57, 0xdd, 0x74, 0xd9, 0x0f, 0xe8, 0x47, 0x74,
+ 0x91, 0xdf, 0xe8, 0x39, 0xe7, 0x5e, 0x10, 0x00, 0x09, 0xd9, 0x92, 0xd3, 0xe9, 0xc6, 0x22, 0xee,
+ 0x3d, 0xaf, 0x7b, 0xde, 0xe7, 0x5e, 0x43, 0x65, 0xe2, 0x9c, 0x4e, 0xdc, 0xbb, 0xae, 0xe7, 0x04,
+ 0x8e, 0x52, 0xe2, 0x0f, 0xc3, 0xb5, 0x54, 0x03, 0x0a, 0x9a, 0xe7, 0x39, 0x9e, 0x72, 0x0b, 0xf2,
+ 0x43, 0x67, 0x64, 0xee, 0x64, 0x6e, 0x64, 0x6e, 0xaf, 0xdf, 0xbf, 0x7e, 0x37, 0x84, 0xb8, 0xcb,
+ 0xdb, 0xe2, 0xdf, 0x16, 0x02, 0x28, 0x15, 0xc8, 0xcd, 0xfc, 0xc9, 0x4e, 0x16, 0xe1, 0xca, 0xaa,
+ 0x0a, 0xe5, 0xf8, 0xce, 0xda, 0xd1, 0x71, 0xab, 0xa5, 0x1d, 0x1d, 0xd5, 0xaf, 0x28, 0x25, 0xc8,
+ 0x3f, 0x68, 0x76, 0xf6, 0xeb, 0x19, 0xb5, 0x0b, 0xe5, 0xa6, 0x37, 0x99, 0xcf, 0x4c, 0x3b, 0xf0,
+ 0x95, 0xb7, 0xa1, 0xe4, 0x99, 0xbe, 0x33, 0xf7, 0x86, 0x21, 0x2b, 0x25, 0x62, 0xd5, 0x97, 0x3b,
+ 0xca, 0x3a, 0x14, 0xc7, 0xc6, 0xcc, 0x9a, 0x3e, 0x63, 0x36, 0x35, 0xa5, 0x0a, 0x79, 0xdb, 0x98,
+ 0x99, 0x3b, 0x39, 0x66, 0xfa, 0xc7, 0x0c, 0xd4, 0x0f, 0x9c, 0x51, 0xcf, 0x08, 0xce, 0x22, 0xc2,
+ 0x37, 0xa1, 0xec, 0xb8, 0xa6, 0x67, 0x04, 0x96, 0x63, 0x4b, 0xca, 0x5b, 0x11, 0xe5, 0x6e, 0xb8,
+ 0x95, 0x10, 0x20, 0x7b, 0xae, 0x00, 0x09, 0x86, 0xca, 0x6b, 0x90, 0x77, 0x91, 0xd9, 0x4e, 0x1e,
+ 0xbf, 0x2a, 0xf7, 0xd7, 0x23, 0x78, 0x12, 0x81, 0x60, 0xe7, 0x73, 0x6b, 0xb4, 0x53, 0xc0, 0xdd,
+ 0xaa, 0xfa, 0x26, 0x6c, 0x48, 0xd9, 0x90, 0x98, 0xeb, 0xd8, 0xbe, 0xb9, 0x00, 0xc8, 0x30, 0xc0,
+ 0x18, 0x36, 0x25, 0x80, 0x7f, 0x59, 0xb5, 0x84, 0x52, 0xb1, 0xee, 0x95, 0xd7, 0xa1, 0x40, 0x52,
+ 0xf9, 0x28, 0x64, 0x6e, 0x55, 0x2c, 0xf5, 0xd7, 0xb0, 0x8d, 0x7c, 0x0e, 0x4d, 0x6b, 0x72, 0x76,
+ 0xea, 0x78, 0x97, 0x57, 0x14, 0x1d, 0xda, 0x34, 0x3d, 0x66, 0x96, 0xa4, 0x8e, 0xab, 0xaa, 0x0b,
+ 0xd5, 0x03, 0x2f, 0xf8, 0xb1, 0x76, 0xad, 0x43, 0xc9, 0xb2, 0x03, 0xd3, 0x7b, 0x6c, 0x4c, 0x59,
+ 0xd5, 0x79, 0x65, 0x07, 0xea, 0xb6, 0x14, 0x59, 0x37, 0x46, 0x23, 0xa4, 0xe9, 0xb3, 0xda, 0xcb,
+ 0xea, 0x57, 0xac, 0xd8, 0x04, 0xd3, 0x8b, 0x1e, 0x05, 0xd9, 0x8c, 0xad, 0xa9, 0x19, 0xe9, 0x4e,
+ 0xfd, 0x57, 0x86, 0xa9, 0xed, 0xcd, 0xdc, 0xcb, 0x53, 0xdb, 0x80, 0xb5, 0x50, 0x32, 0x61, 0x08,
+ 0x34, 0x8b, 0xeb, 0x78, 0x01, 0x9f, 0xa0, 0xa6, 0x7c, 0x0a, 0xf9, 0xe0, 0x99, 0x6b, 0xb2, 0xd4,
+ 0xeb, 0xf7, 0x77, 0x23, 0x0a, 0x4b, 0xfc, 0xf0, 0xdb, 0xb6, 0x02, 0xc7, 0xb3, 0xec, 0x49, 0xcf,
+ 0x99, 0x5a, 0xc3, 0x67, 0xea, 0xfb, 0xe4, 0xd6, 0xc9, 0x35, 0x65, 0x0d, 0x72, 0xbd, 0xbe, 0x26,
+ 0xe2, 0xa9, 0xd7, 0x3d, 0x1a, 0xd4, 0x33, 0xf4, 0x6b, 0xaf, 0x3b, 0x78, 0x54, 0xcf, 0xaa, 0xdf,
+ 0x72, 0x1c, 0xf4, 0xdd, 0xef, 0xac, 0xff, 0xf5, 0x29, 0xd4, 0x63, 0xd6, 0xcf, 0x89, 0x37, 0xbe,
+ 0x3c, 0xe5, 0x06, 0xe4, 0x1e, 0x7b, 0x63, 0xe9, 0x37, 0xb5, 0x08, 0x02, 0x89, 0xa9, 0x43, 0xb8,
+ 0x86, 0x64, 0xdb, 0xe6, 0xd8, 0xb2, 0xcd, 0xd1, 0x91, 0xf9, 0x12, 0xb6, 0x7c, 0x0b, 0x72, 0xbe,
+ 0x19, 0x48, 0xea, 0xdb, 0x11, 0x44, 0x44, 0x53, 0x9d, 0xc0, 0x55, 0x64, 0x72, 0x14, 0x18, 0x81,
+ 0x49, 0xb4, 0x2f, 0xcf, 0x03, 0xe1, 0xfc, 0x10, 0x5b, 0x72, 0x8a, 0xc1, 0x2d, 0x08, 0xab, 0x7f,
+ 0xce, 0x80, 0x42, 0xb1, 0xcc, 0xa6, 0xba, 0x3c, 0x9b, 0x1b, 0x50, 0x74, 0x19, 0x55, 0xf2, 0xa8,
+ 0xc7, 0x62, 0x4c, 0x58, 0xff, 0x2d, 0xb8, 0xee, 0x99, 0x63, 0xd3, 0xd3, 0xcd, 0xa7, 0x96, 0x1f,
+ 0xa0, 0x57, 0xe8, 0x0b, 0xb9, 0x7c, 0x36, 0x54, 0x49, 0x79, 0x15, 0xb6, 0x5c, 0xb4, 0x22, 0xc6,
+ 0x90, 0x19, 0xdf, 0x24, 0xef, 0x2b, 0xa9, 0x8f, 0xe1, 0xb5, 0x48, 0x3e, 0xdf, 0xb7, 0x26, 0xf6,
+ 0xcb, 0x29, 0xe4, 0x2e, 0x80, 0xb1, 0x40, 0x97, 0xd2, 0x36, 0x96, 0xa5, 0x8d, 0x18, 0xa8, 0x23,
+ 0xd8, 0x41, 0xbe, 0x0f, 0xa7, 0xce, 0xa9, 0x31, 0x6d, 0x39, 0xf6, 0xd8, 0x9a, 0xbc, 0x94, 0x76,
+ 0x26, 0x4c, 0x60, 0x55, 0x3b, 0x82, 0xb0, 0xfa, 0xef, 0x0c, 0xc6, 0x84, 0xcc, 0xc0, 0xf6, 0xd4,
+ 0xb3, 0x44, 0x82, 0xa5, 0x24, 0x83, 0x79, 0x31, 0xf0, 0xc8, 0xb1, 0x73, 0xf8, 0x8d, 0x05, 0xcb,
+ 0x98, 0x88, 0x54, 0x9e, 0x23, 0xd0, 0x53, 0xd3, 0x0f, 0x84, 0x7e, 0x94, 0x2d, 0xa8, 0x58, 0xbe,
+ 0xfe, 0xc4, 0x0a, 0xce, 0x46, 0x9e, 0xf1, 0x84, 0x33, 0x78, 0x49, 0x51, 0x00, 0x30, 0x1f, 0x59,
+ 0x23, 0x21, 0x61, 0x11, 0xd7, 0x0a, 0x98, 0x0c, 0xb7, 0x6d, 0x47, 0xb7, 0x66, 0x2e, 0x1e, 0xd4,
+ 0x0a, 0x22, 0x8c, 0x35, 0xc6, 0x88, 0xd2, 0x5a, 0x89, 0x53, 0x00, 0x52, 0x10, 0x09, 0x4f, 0x37,
+ 0x7c, 0x7b, 0xa7, 0xcc, 0x6b, 0x9b, 0xe8, 0x53, 0x62, 0x0d, 0x2b, 0x01, 0x70, 0xc4, 0x89, 0xb4,
+ 0x84, 0xe9, 0xcf, 0x1c, 0xed, 0x54, 0xd8, 0x5e, 0xc7, 0x50, 0x69, 0x9b, 0x64, 0x68, 0xa1, 0x02,
+ 0x3a, 0x09, 0xda, 0xdf, 0x7a, 0xca, 0x27, 0x8b, 0x65, 0xfc, 0x6c, 0x5a, 0xc6, 0x57, 0x5e, 0x81,
+ 0x8d, 0xa9, 0x63, 0x4f, 0xd0, 0x5d, 0x04, 0x96, 0x29, 0x7d, 0x44, 0x0d, 0xa0, 0x30, 0x30, 0x4e,
+ 0xa7, 0x26, 0xea, 0x54, 0xe4, 0xa6, 0x8b, 0x96, 0x98, 0xe8, 0x60, 0x22, 0xb7, 0xbd, 0x0b, 0xd5,
+ 0x51, 0x24, 0x1f, 0x79, 0x19, 0xc9, 0x71, 0x35, 0x1e, 0x85, 0x8b, 0x5d, 0xf5, 0x3f, 0x59, 0x34,
+ 0x0f, 0xd6, 0x0a, 0x3e, 0x27, 0x51, 0xb1, 0x4c, 0x21, 0x39, 0xd3, 0x31, 0x5c, 0x77, 0xfa, 0x4c,
+ 0x97, 0xfe, 0x9f, 0x63, 0x0b, 0xc7, 0xe8, 0x34, 0x69, 0x57, 0x06, 0xc1, 0x0d, 0xea, 0x4c, 0xec,
0x31, 0x5b, 0xa7, 0x12, 0x17, 0x9a, 0x88, 0x93, 0x77, 0x29, 0x77, 0xa0, 0x66, 0xe2, 0x9a, 0x3e,
- 0x9b, 0x4f, 0x03, 0xeb, 0xd4, 0x71, 0xd9, 0x68, 0x95, 0xfb, 0xd7, 0x62, 0xe5, 0x1f, 0xff, 0xee,
- 0xc9, 0x5d, 0xe5, 0x23, 0xd8, 0xf0, 0x9c, 0x79, 0x60, 0xea, 0xa8, 0xa5, 0xa9, 0x39, 0x0c, 0x1c,
- 0x8f, 0x0d, 0x52, 0xb9, 0xdf, 0x88, 0x29, 0x84, 0x00, 0xfa, 0xe1, 0x3e, 0x06, 0x62, 0xde, 0xb2,
- 0xc7, 0x0e, 0x9b, 0x29, 0x91, 0x0c, 0x48, 0x06, 0x4e, 0x08, 0xe4, 0xaf, 0x81, 0x35, 0x33, 0xd1,
- 0xed, 0xaa, 0xcb, 0xfe, 0x3a, 0xe0, 0x75, 0xf2, 0xfc, 0xc0, 0x33, 0x6c, 0x9f, 0xd3, 0x6c, 0x6d,
- 0x99, 0xd2, 0x20, 0xdc, 0x22, 0xed, 0x08, 0xf9, 0x38, 0xaa, 0xbd, 0xc6, 0xc6, 0xb2, 0x76, 0x58,
- 0xb8, 0x43, 0xde, 0x54, 0xff, 0x9e, 0x81, 0x4a, 0x5c, 0x5b, 0x77, 0xa0, 0x6c, 0xd9, 0xa1, 0x5e,
- 0x33, 0x2f, 0x8b, 0x54, 0xd4, 0x45, 0xcd, 0x7c, 0x4e, 0x5c, 0xf5, 0x44, 0x2a, 0x7a, 0x09, 0x0a,
- 0x06, 0x42, 0x0c, 0x25, 0xf7, 0xd2, 0x7c, 0xf0, 0x97, 0x2c, 0x94, 0x16, 0xd6, 0xba, 0x0a, 0x35,
- 0x63, 0x1e, 0x9c, 0xea, 0x2e, 0xa6, 0x94, 0x67, 0x8e, 0x37, 0x92, 0xce, 0x8d, 0xb1, 0x88, 0xbe,
- 0x35, 0xf4, 0x2c, 0x97, 0xe3, 0x2e, 0x1b, 0x86, 0xc8, 0xd4, 0x19, 0x1a, 0x53, 0x0c, 0x24, 0xe9,
- 0x82, 0xe7, 0x96, 0x56, 0xaa, 0x68, 0x54, 0xea, 0x09, 0xb4, 0x10, 0x86, 0x21, 0x2f, 0x4c, 0x50,
- 0x9b, 0xc2, 0x27, 0xca, 0x14, 0x86, 0xbc, 0xc6, 0x61, 0xb0, 0xc6, 0x60, 0xd7, 0x61, 0xd3, 0x33,
- 0x67, 0x0e, 0xe6, 0x4f, 0xd7, 0xb3, 0x9e, 0xa2, 0x29, 0x89, 0x82, 0x08, 0xe4, 0x26, 0x28, 0xc2,
- 0x12, 0xe3, 0xa9, 0xe1, 0xea, 0x23, 0x63, 0xe6, 0x62, 0x0e, 0xe6, 0x80, 0x2e, 0x29, 0xd7, 0x60,
- 0xdd, 0x37, 0xed, 0x91, 0x3e, 0x74, 0x66, 0xb3, 0xb9, 0x6d, 0x05, 0x67, 0xec, 0x44, 0xcc, 0x95,
- 0xc8, 0x21, 0xd2, 0xd0, 0x70, 0xd1, 0x61, 0x28, 0x05, 0x21, 0x57, 0x71, 0x0c, 0x5a, 0xaa, 0xf2,
- 0x12, 0x40, 0x16, 0x13, 0x41, 0x8d, 0xeb, 0xf8, 0xa7, 0x50, 0x4d, 0x38, 0x28, 0x9e, 0x04, 0xcb,
- 0x3c, 0x06, 0xac, 0xd0, 0x4d, 0x49, 0xd9, 0x86, 0x6a, 0xe8, 0xdb, 0x7a, 0x10, 0x88, 0x8c, 0x58,
- 0x53, 0x07, 0xb0, 0xbe, 0xe4, 0xa6, 0x6f, 0xc1, 0xb5, 0x25, 0xcf, 0xd6, 0x87, 0x18, 0x76, 0x98,
- 0xb3, 0x05, 0x1d, 0x15, 0x9a, 0xab, 0xfb, 0x73, 0x1f, 0x53, 0x10, 0x65, 0x25, 0x41, 0xf5, 0xc7,
- 0x1c, 0x94, 0x23, 0xaf, 0xfe, 0x69, 0xc6, 0xc2, 0x7e, 0x6a, 0x86, 0x06, 0xc2, 0xf4, 0xeb, 0xcb,
- 0xb6, 0x33, 0x16, 0xbe, 0x7b, 0x72, 0x27, 0xd5, 0xa4, 0x85, 0x65, 0x93, 0x16, 0x53, 0x4c, 0xba,
- 0xb6, 0x6a, 0x52, 0x61, 0x37, 0x8c, 0xc5, 0x27, 0x73, 0x73, 0x8e, 0x5c, 0xcb, 0xcb, 0xb1, 0xf8,
- 0x2d, 0xaf, 0xa7, 0x1b, 0x1d, 0x5e, 0x60, 0xf4, 0xca, 0x39, 0x46, 0xaf, 0x32, 0x0e, 0xaa, 0xc9,
- 0x47, 0xb1, 0x51, 0x17, 0xa2, 0x08, 0xb3, 0x61, 0x6b, 0x64, 0x0f, 0x7f, 0xee, 0x52, 0xac, 0x98,
- 0x23, 0xb2, 0xbd, 0x71, 0x82, 0x59, 0x30, 0xa0, 0x3c, 0xb8, 0x8e, 0x4e, 0xc0, 0xa2, 0x53, 0xde,
- 0x12, 0x28, 0x1b, 0xa1, 0x66, 0x8d, 0xd1, 0xcc, 0x0a, 0xe9, 0xd4, 0x43, 0xcd, 0x7a, 0xe6, 0xd0,
- 0xb4, 0x9e, 0xa2, 0x47, 0x6c, 0x86, 0x3d, 0xa7, 0x31, 0x1c, 0x9a, 0x2e, 0x12, 0x6e, 0x28, 0xa1,
- 0x6a, 0x8c, 0x11, 0x66, 0x84, 0xc0, 0xfa, 0x3d, 0xae, 0x6d, 0xf1, 0x5a, 0x0d, 0x0a, 0x78, 0x12,
- 0xfd, 0x49, 0x63, 0x3b, 0xfc, 0x1c, 0x4f, 0x1d, 0xd7, 0x6f, 0x5c, 0x65, 0x4b, 0x1f, 0x40, 0x69,
- 0x61, 0x83, 0x9f, 0xc5, 0x38, 0x88, 0xac, 0xb1, 0xb9, 0x62, 0x29, 0xe5, 0x6d, 0xc8, 0xfb, 0x51,
- 0x03, 0xb0, 0x0a, 0xa0, 0xfe, 0x31, 0x03, 0x6b, 0x21, 0x30, 0xfa, 0xec, 0x7e, 0x6f, 0xd0, 0x7d,
- 0xd8, 0x6d, 0xb7, 0x06, 0xdd, 0xde, 0x3e, 0x53, 0xcd, 0x53, 0x45, 0x39, 0x3a, 0xe8, 0xb4, 0x06,
- 0x1a, 0x13, 0xc9, 0x53, 0xbd, 0xe9, 0x1d, 0x68, 0xfb, 0xb2, 0x6f, 0x46, 0x7d, 0x7c, 0xa3, 0x69,
- 0x07, 0xad, 0xdd, 0xee, 0xb1, 0xc6, 0x0e, 0x93, 0x27, 0x17, 0xe8, 0x6b, 0x0f, 0xfb, 0xda, 0xe1,
- 0x63, 0xf6, 0x09, 0x86, 0xe9, 0x74, 0x0f, 0xdb, 0xad, 0x7e, 0x47, 0xeb, 0xb0, 0x57, 0xe4, 0xe9,
- 0x5c, 0x83, 0xde, 0xa0, 0xb5, 0xcb, 0x0e, 0x91, 0x57, 0x6f, 0x41, 0x51, 0x5a, 0x19, 0x37, 0x2c,
- 0xdb, 0x9d, 0x0b, 0xf7, 0xaf, 0x11, 0x73, 0x54, 0x07, 0x7d, 0x0b, 0x57, 0x3f, 0x86, 0xe2, 0x22,
- 0x35, 0x17, 0x87, 0xdc, 0xa7, 0xc8, 0xc3, 0x5f, 0x5b, 0x4e, 0xde, 0xa2, 0x8b, 0x41, 0x87, 0x2e,
- 0x08, 0xbb, 0x64, 0x97, 0x73, 0xb2, 0x00, 0xe3, 0xa0, 0x51, 0xff, 0x00, 0xd5, 0x04, 0x16, 0x7a,
- 0x07, 0x52, 0xb7, 0x31, 0xe0, 0x30, 0xf0, 0x02, 0xef, 0x4c, 0xea, 0x02, 0x4f, 0x72, 0xea, 0x4c,
- 0x47, 0x3a, 0x95, 0x0d, 0xa9, 0x0e, 0xf4, 0xbd, 0x1f, 0x4c, 0xd3, 0xc5, 0xf6, 0x03, 0x3d, 0x73,
- 0x69, 0xa8, 0xb8, 0x09, 0x6f, 0xa1, 0x5f, 0x58, 0xb3, 0xf9, 0x4c, 0x97, 0x86, 0xf6, 0xb9, 0xd9,
- 0x8b, 0xe0, 0x58, 0x63, 0xea, 0xbf, 0xb0, 0x22, 0xc4, 0xa4, 0xf9, 0xff, 0x72, 0xe7, 0x4e, 0xc9,
- 0x9c, 0x38, 0x81, 0x65, 0x90, 0xcf, 0x47, 0x1c, 0x0a, 0xa1, 0xf9, 0xe7, 0x2e, 0x7f, 0x0b, 0xcb,
- 0xa1, 0x1b, 0x8f, 0x9c, 0x67, 0x36, 0xaf, 0x08, 0xe3, 0xfd, 0x2d, 0x03, 0xe5, 0xa8, 0x14, 0xa2,
- 0xec, 0x32, 0xa5, 0xc8, 0xbc, 0x20, 0xd2, 0x0f, 0xfa, 0xba, 0x58, 0xe6, 0x52, 0x9a, 0x0d, 0x43,
- 0x70, 0x16, 0xcc, 0xf5, 0x91, 0xe5, 0x0f, 0x31, 0xac, 0xbd, 0x33, 0xd9, 0x1f, 0xa3, 0x1b, 0x52,
- 0xee, 0xa2, 0x13, 0xcd, 0xe8, 0x66, 0x20, 0x1f, 0xc6, 0xb1, 0x4c, 0xd2, 0xc9, 0x84, 0x83, 0xd1,
- 0x27, 0xd7, 0x99, 0xb2, 0x48, 0x3a, 0xe8, 0x82, 0xc1, 0x10, 0xbb, 0x0b, 0x84, 0xe2, 0x8a, 0xa1,
- 0xee, 0x40, 0x25, 0x56, 0x82, 0xa9, 0x05, 0x8f, 0xd7, 0xeb, 0x44, 0xca, 0x55, 0xf7, 0xa0, 0x78,
- 0xc0, 0xdd, 0x18, 0x29, 0xdc, 0x72, 0xf5, 0x44, 0x43, 0x87, 0x1d, 0xdb, 0xcc, 0xf0, 0x7f, 0xd0,
- 0x71, 0xaa, 0x9b, 0x60, 0x92, 0x45, 0x05, 0xcb, 0xc3, 0x2c, 0x6f, 0x18, 0xcf, 0xe5, 0x5c, 0xf6,
- 0x04, 0x20, 0x9a, 0x74, 0x30, 0x6a, 0xe3, 0xfd, 0xdc, 0xd5, 0x95, 0x69, 0x68, 0x80, 0x9b, 0x4b,
- 0x2d, 0x1d, 0x7e, 0x4d, 0x71, 0x96, 0xe0, 0x71, 0xbb, 0x8c, 0x05, 0xa1, 0xb4, 0xe8, 0x15, 0x45,
- 0x33, 0x17, 0x1f, 0x42, 0x78, 0x47, 0xfd, 0x12, 0xd3, 0x84, 0x11, 0x0c, 0x4f, 0x89, 0xe1, 0x3b,
- 0x09, 0x86, 0xb1, 0xee, 0x85, 0x21, 0x56, 0xd9, 0xa9, 0x8f, 0xa1, 0xda, 0xf2, 0xa9, 0x3b, 0xdd,
- 0xe5, 0x93, 0x28, 0xb7, 0x13, 0x04, 0x62, 0x3d, 0x43, 0x1c, 0x8a, 0xe9, 0xa0, 0xab, 0x88, 0xd3,
- 0xcb, 0x60, 0xfd, 0x47, 0x16, 0x00, 0xe3, 0x69, 0x64, 0x71, 0xeb, 0x89, 0xfe, 0x08, 0x42, 0x72,
- 0x9d, 0xc6, 0xc1, 0xcc, 0x4a, 0x71, 0x09, 0x25, 0xbe, 0x0d, 0xd5, 0x45, 0x71, 0x89, 0x06, 0xc7,
- 0x34, 0xc8, 0xbb, 0xb0, 0x6e, 0xf8, 0x3a, 0x35, 0xd8, 0x52, 0xed, 0xb2, 0xb1, 0xb9, 0x96, 0x2e,
- 0xa4, 0x72, 0x0b, 0x33, 0xb5, 0x84, 0x27, 0xc2, 0xf9, 0x73, 0x09, 0xbf, 0x47, 0x01, 0x28, 0xeb,
- 0x05, 0x83, 0x16, 0xce, 0x05, 0xbd, 0x03, 0x9b, 0xe6, 0xf3, 0x40, 0x4f, 0x82, 0x17, 0xcf, 0x05,
- 0x27, 0x77, 0xc5, 0xe9, 0x1f, 0xe3, 0xda, 0xc7, 0xf6, 0x80, 0xbd, 0xb3, 0xa0, 0x1e, 0xc2, 0x46,
- 0x3b, 0xc4, 0x6f, 0x0d, 0x79, 0x90, 0x78, 0x3f, 0xa1, 0xf5, 0x37, 0x23, 0x4a, 0x4b, 0x80, 0xac,
- 0x78, 0x24, 0x1a, 0xf2, 0x0f, 0x3b, 0xf6, 0xb2, 0xda, 0x82, 0xf2, 0x9e, 0x39, 0x92, 0xe4, 0x7e,
- 0x9e, 0x20, 0xf7, 0x5a, 0xbc, 0x0e, 0x8c, 0x62, 0x84, 0x30, 0xfb, 0x62, 0x5e, 0x98, 0x0b, 0x57,
- 0xc8, 0xa9, 0x1a, 0x6c, 0xa0, 0xfe, 0x3c, 0xd3, 0xc5, 0x02, 0x2a, 0x09, 0xd1, 0x68, 0xe6, 0xdb,
- 0x51, 0x76, 0xa6, 0x4d, 0x23, 0x16, 0xd0, 0x73, 0xdf, 0x44, 0x5b, 0x8c, 0x03, 0x0c, 0x5d, 0x3f,
- 0x90, 0xc3, 0xcc, 0x8f, 0x58, 0x63, 0x04, 0xba, 0x1f, 0x75, 0xca, 0xc6, 0x30, 0x36, 0x4e, 0x2e,
- 0x77, 0xca, 0x92, 0xd9, 0x07, 0x50, 0x8e, 0xca, 0xb6, 0x70, 0x83, 0xeb, 0xe7, 0x6a, 0x02, 0x5b,
- 0x88, 0xdc, 0x0c, 0x6b, 0x61, 0x6e, 0xb9, 0x4d, 0x8f, 0xb4, 0x70, 0x87, 0x86, 0x62, 0x8a, 0x67,
- 0x3a, 0x90, 0x34, 0xff, 0xf5, 0x84, 0xaf, 0x24, 0xce, 0x7a, 0x8f, 0x3a, 0xed, 0x98, 0x69, 0xa5,
- 0x17, 0x9c, 0x2f, 0x82, 0x3a, 0x81, 0xf2, 0xe2, 0xae, 0x61, 0x11, 0x56, 0x22, 0x71, 0xdc, 0x06,
- 0x18, 0x2e, 0x62, 0x61, 0xf5, 0x32, 0x24, 0x16, 0x27, 0x2a, 0xac, 0x09, 0xe5, 0xf8, 0xf2, 0x2c,
- 0xb1, 0xb2, 0x2d, 0xd5, 0xa8, 0xfe, 0x0a, 0x73, 0x94, 0x98, 0x1e, 0x92, 0x5c, 0x6e, 0xe1, 0x1c,
- 0x1b, 0x5d, 0x29, 0x88, 0xa1, 0x33, 0xf5, 0x22, 0xe4, 0x9f, 0x19, 0xa8, 0xaf, 0xcc, 0x09, 0x6a,
- 0xc2, 0x4b, 0xb6, 0x97, 0xc7, 0x03, 0x76, 0x91, 0x57, 0xb9, 0xc7, 0xa4, 0x9c, 0x45, 0x14, 0xac,
- 0xd4, 0x9c, 0x25, 0xce, 0x71, 0x13, 0xd6, 0x46, 0xe6, 0xd8, 0xa0, 0xa0, 0x28, 0xbc, 0xc0, 0x27,
- 0xd4, 0x26, 0xc0, 0x9e, 0x17, 0x84, 0x2d, 0x0b, 0xf2, 0xc1, 0xa9, 0xdf, 0x90, 0x57, 0x9c, 0xf7,
- 0xa0, 0xd4, 0x3f, 0xf8, 0xa6, 0xcb, 0x33, 0x4b, 0xec, 0xb6, 0x2c, 0x93, 0x56, 0x28, 0x44, 0x8a,
- 0xfa, 0x0d, 0x94, 0x09, 0x43, 0x94, 0xdd, 0xa8, 0xd4, 0x65, 0xf8, 0xe6, 0x21, 0x5e, 0xea, 0x38,
- 0x20, 0xc8, 0xc1, 0xc3, 0x9e, 0x4b, 0xb7, 0xdc, 0xa7, 0x9f, 0xc8, 0x2b, 0x8a, 0xa5, 0xe5, 0xcf,
- 0xd8, 0xb5, 0x72, 0xea, 0x2e, 0xe4, 0x89, 0xf8, 0x62, 0x1c, 0x5e, 0x49, 0x79, 0x0b, 0x61, 0xd5,
- 0x64, 0x93, 0xb2, 0x95, 0x04, 0x11, 0x2d, 0xca, 0x18, 0x72, 0xfd, 0x5e, 0x8b, 0xa6, 0x10, 0xc3,
- 0x97, 0xf1, 0x47, 0x7d, 0x34, 0x67, 0x54, 0xcc, 0x7e, 0x32, 0x04, 0xf1, 0x0c, 0x58, 0x7a, 0xe8,
- 0x3b, 0x17, 0x7e, 0xcb, 0xfa, 0x25, 0x46, 0xae, 0x73, 0x47, 0xf3, 0x50, 0x16, 0xf5, 0x4f, 0x59,
- 0xd4, 0x49, 0xaf, 0xd5, 0xe7, 0x04, 0x45, 0x2c, 0x1c, 0xcf, 0x9a, 0x60, 0x77, 0xbb, 0xe0, 0x1a,
- 0x91, 0x14, 0xf5, 0xe9, 0x73, 0x00, 0xea, 0x19, 0x64, 0x46, 0xcb, 0xb1, 0xf1, 0xde, 0x8d, 0x11,
- 0x0e, 0x69, 0xdd, 0x3d, 0x5e, 0xdc, 0xd1, 0x48, 0xe2, 0x88, 0x69, 0x9b, 0xcf, 0x42, 0xcc, 0xfc,
- 0x25, 0x30, 0x5f, 0x87, 0xbc, 0xe7, 0xf0, 0xd8, 0x98, 0x4b, 0x5e, 0x59, 0x22, 0x8e, 0xda, 0x86,
- 0xfa, 0x0a, 0x42, 0x09, 0xf2, 0xfb, 0xbd, 0x7d, 0xad, 0x7e, 0x05, 0x73, 0x5c, 0x19, 0xbb, 0x5c,
- 0xfd, 0x61, 0xef, 0x68, 0xbf, 0x53, 0xcf, 0x28, 0x65, 0x28, 0x1c, 0x63, 0xf7, 0xda, 0xa9, 0x67,
- 0xe9, 0x1d, 0xa1, 0xbb, 0x2f, 0x3e, 0x28, 0xf7, 0xe5, 0x8e, 0xbd, 0xf1, 0x52, 0x78, 0xa1, 0xf2,
- 0x3d, 0x31, 0x75, 0xf1, 0x84, 0x28, 0x87, 0x6a, 0x4f, 0xd4, 0x66, 0x5e, 0x92, 0xa3, 0xb9, 0x17,
- 0xb0, 0xa3, 0x57, 0xd5, 0xaf, 0xa0, 0x28, 0xee, 0xbe, 0x96, 0x0d, 0xc7, 0x59, 0x70, 0x31, 0xc4,
- 0xb1, 0x7b, 0x52, 0x95, 0x37, 0x6d, 0x7d, 0x71, 0xa7, 0x5b, 0xd8, 0x69, 0xa3, 0x43, 0x87, 0x21,
- 0x05, 0x48, 0x69, 0xb7, 0xf7, 0xa0, 0xb5, 0x8b, 0x67, 0x40, 0xa1, 0x77, 0x7b, 0x6d, 0xfc, 0x99,
- 0xa1, 0xe5, 0x56, 0xe7, 0x6b, 0xbd, 0xbb, 0x2f, 0x0e, 0x40, 0xbf, 0x7b, 0x47, 0x83, 0x7a, 0x4e,
- 0x59, 0xc3, 0x03, 0xf4, 0x1f, 0xd6, 0xf3, 0x3b, 0xbf, 0x83, 0x72, 0x74, 0x47, 0x87, 0xab, 0xad,
- 0x4e, 0x07, 0x49, 0xe0, 0x8f, 0x8e, 0x46, 0x04, 0x10, 0x09, 0x7f, 0xe8, 0xad, 0xdd, 0x5d, 0x41,
- 0xa1, 0xaf, 0x1d, 0xec, 0xb6, 0xda, 0x1a, 0x52, 0x40, 0xd2, 0xda, 0x7e, 0xeb, 0xc1, 0xae, 0x56,
- 0xcf, 0x33, 0x54, 0xf7, 0x90, 0x3f, 0x0a, 0xc4, 0x1e, 0xdb, 0x7b, 0x6d, 0x50, 0x2f, 0x92, 0x36,
- 0x0f, 0x7b, 0x0f, 0x07, 0xe2, 0x73, 0x6d, 0x47, 0xa7, 0xeb, 0xb0, 0xa8, 0x91, 0x41, 0x0a, 0x07,
- 0x38, 0x0b, 0x74, 0xbf, 0x43, 0x86, 0x55, 0x28, 0xed, 0x6b, 0xdd, 0x47, 0x8f, 0x1f, 0xf4, 0xfa,
- 0xc8, 0x15, 0xd9, 0x0f, 0x5a, 0x8f, 0xa4, 0xcc, 0x87, 0xfa, 0x41, 0x6b, 0xf0, 0x18, 0x39, 0x22,
- 0xb5, 0x76, 0x6f, 0x6f, 0xef, 0x68, 0xbf, 0x3b, 0xf8, 0xbe, 0x4e, 0x0d, 0x6f, 0x4d, 0xfb, 0x6e,
- 0xa0, 0x47, 0x4b, 0x85, 0x9d, 0xf7, 0xb0, 0xaa, 0x2d, 0x1a, 0x17, 0x3a, 0xcc, 0xfe, 0xf7, 0xe2,
- 0x30, 0x24, 0x3f, 0x6b, 0x03, 0x4d, 0xa8, 0xf5, 0x07, 0xf5, 0xec, 0xce, 0x0e, 0xd4, 0x57, 0x5a,
- 0x94, 0x22, 0x64, 0xb5, 0x6f, 0x11, 0x01, 0xff, 0x3e, 0xd2, 0x10, 0x1e, 0xff, 0xe2, 0x89, 0xb2,
- 0x3b, 0x1f, 0xca, 0xfe, 0x50, 0x66, 0xfe, 0xc8, 0x5b, 0x48, 0xbd, 0xed, 0xb6, 0x76, 0x30, 0x10,
- 0xc4, 0xfb, 0xda, 0xd7, 0x5a, 0x9b, 0x88, 0x1f, 0xc1, 0x56, 0x5a, 0x25, 0x46, 0x89, 0x17, 0xd2,
- 0xea, 0x42, 0xd1, 0xdb, 0x50, 0x8f, 0x96, 0xfa, 0xda, 0x5e, 0xef, 0x98, 0x18, 0x5f, 0x85, 0xcd,
- 0xf8, 0xaa, 0x50, 0x79, 0x76, 0xe7, 0x0e, 0xd4, 0x92, 0x15, 0x19, 0xd5, 0xb3, 0xa7, 0x75, 0xf4,
- 0xbd, 0x1e, 0x91, 0xda, 0x80, 0x0a, 0x7d, 0x84, 0xe0, 0x99, 0x9d, 0x0f, 0x00, 0x62, 0xa9, 0x19,
- 0x0f, 0x83, 0x6e, 0xc0, 0x32, 0x77, 0xf7, 0x0e, 0x7a, 0x7d, 0x29, 0xb3, 0xf6, 0x1d, 0xff, 0xce,
- 0xde, 0xff, 0x2f, 0x26, 0xb4, 0x47, 0x14, 0x28, 0x2d, 0xd7, 0x52, 0xbe, 0x80, 0x8d, 0x47, 0x66,
- 0x10, 0xbf, 0xf0, 0x55, 0x62, 0x69, 0x67, 0x71, 0xf9, 0xdb, 0x5c, 0xbd, 0xc4, 0xbd, 0xa2, 0x3c,
- 0xe6, 0xa7, 0x86, 0x04, 0xae, 0x1a, 0xab, 0xb7, 0xe7, 0xdc, 0x23, 0x37, 0x37, 0x96, 0x1e, 0xf7,
- 0x90, 0xd2, 0x2f, 0xa0, 0x8a, 0x52, 0x84, 0x8f, 0x45, 0x7e, 0xba, 0x08, 0xcb, 0x6f, 0x40, 0x57,
- 0xee, 0x65, 0x94, 0x4f, 0xa0, 0x12, 0x43, 0xbc, 0x20, 0x9e, 0xf2, 0x6b, 0x54, 0x60, 0xf4, 0x36,
- 0xa5, 0xbc, 0x95, 0x10, 0x7a, 0xe5, 0xc9, 0x2a, 0x4d, 0xe0, 0x0f, 0x30, 0x0a, 0xcd, 0xa0, 0x6f,
- 0x9d, 0x28, 0xb1, 0x4d, 0xbe, 0xaa, 0x6d, 0x2e, 0x2f, 0x20, 0xf4, 0x87, 0x18, 0x28, 0xa6, 0x4f,
- 0x6d, 0x5f, 0x9a, 0x7c, 0x29, 0xe4, 0x3f, 0xc6, 0x70, 0x72, 0xc6, 0xc1, 0xe5, 0x90, 0x3e, 0x85,
- 0xca, 0x02, 0xa9, 0x6b, 0x5f, 0x18, 0xed, 0x33, 0xa8, 0x2e, 0xd0, 0x7a, 0xf3, 0x8b, 0xb3, 0xbb,
- 0x0f, 0xa5, 0xc3, 0xd3, 0x79, 0x40, 0xa5, 0xf1, 0xc2, 0x38, 0xf7, 0xd0, 0x0d, 0xf9, 0x7e, 0xec,
- 0xc2, 0x18, 0x1f, 0x61, 0xc2, 0xb1, 0xfc, 0x4b, 0xa1, 0x3c, 0xc0, 0x58, 0x11, 0x2f, 0x9c, 0x4a,
- 0x33, 0x61, 0xd9, 0xc4, 0x8b, 0x6d, 0xf3, 0xfa, 0xca, 0x5e, 0xf8, 0x62, 0x8a, 0x34, 0xbe, 0xc2,
- 0xd1, 0x49, 0xbe, 0x92, 0x2a, 0xaf, 0xaf, 0x00, 0xfa, 0x2f, 0xe2, 0x7f, 0x3b, 0xa3, 0x74, 0xe8,
- 0x75, 0x09, 0x53, 0x82, 0xe3, 0x3d, 0x30, 0xfd, 0xa0, 0x7d, 0x6a, 0xd8, 0x13, 0x73, 0x94, 0x2e,
- 0xff, 0x39, 0x57, 0xf0, 0xe4, 0xdb, 0x5f, 0xd2, 0x23, 0x21, 0x53, 0x89, 0x6e, 0xf5, 0x2e, 0x1c,
- 0x18, 0x1d, 0x7a, 0x7e, 0x65, 0x64, 0x2c, 0x85, 0x51, 0x19, 0x4c, 0x27, 0xb0, 0x95, 0x52, 0x6c,
- 0x99, 0xca, 0x17, 0xec, 0xe6, 0xd8, 0x68, 0x29, 0xb1, 0x59, 0x2a, 0xfe, 0x06, 0xda, 0xdc, 0x4e,
- 0xac, 0x87, 0xd7, 0x49, 0x84, 0xfb, 0x19, 0x14, 0xc5, 0x83, 0xa9, 0x92, 0xd4, 0x74, 0x02, 0x3d,
- 0xd5, 0xaf, 0xd6, 0x28, 0xb4, 0xa8, 0x63, 0x7a, 0xd9, 0x69, 0x09, 0x88, 0x79, 0x7d, 0xce, 0x26,
- 0x67, 0x9c, 0xa4, 0xc9, 0x13, 0x4f, 0xac, 0xe7, 0x78, 0x24, 0x71, 0xc3, 0x8e, 0x2a, 0x95, 0xd9,
- 0x52, 0x4b, 0x41, 0xbc, 0x3e, 0x62, 0xf9, 0xb0, 0x29, 0xf0, 0x5f, 0x8a, 0x42, 0x0f, 0xa7, 0x91,
- 0x2a, 0xa8, 0x8f, 0x48, 0xaa, 0x22, 0xfe, 0x4a, 0x9b, 0x26, 0xdc, 0x2f, 0xa1, 0x86, 0xac, 0x62,
- 0xd7, 0x06, 0xa9, 0xcf, 0xa6, 0xcd, 0xf4, 0xc7, 0x54, 0x4a, 0x73, 0xeb, 0x09, 0x74, 0xff, 0x72,
- 0xf8, 0xec, 0x45, 0xb5, 0xc4, 0xab, 0xaf, 0x72, 0x23, 0x21, 0x7f, 0xca, 0x73, 0x70, 0xda, 0x31,
- 0xbe, 0xe0, 0xec, 0x1e, 0x4d, 0x44, 0x69, 0x93, 0x48, 0x33, 0x75, 0x3c, 0x09, 0x55, 0xb0, 0x58,
- 0xf1, 0x2f, 0x83, 0x8c, 0x07, 0x78, 0x00, 0xd5, 0xf8, 0x8b, 0xb2, 0xf2, 0x76, 0x42, 0xfe, 0xd5,
- 0x97, 0xe6, 0xf4, 0x14, 0x54, 0x46, 0x11, 0xe4, 0x7c, 0xb2, 0x32, 0xb1, 0x34, 0x57, 0x56, 0x44,
- 0x2a, 0x0e, 0x51, 0x70, 0xd8, 0xb9, 0x18, 0x12, 0x4a, 0xfb, 0x15, 0x76, 0x35, 0xe1, 0xab, 0xaf,
- 0xf2, 0x46, 0x32, 0xed, 0x24, 0x9f, 0xaa, 0xd3, 0xe4, 0xec, 0xc1, 0xd6, 0x42, 0xce, 0xd8, 0x34,
- 0xf7, 0x82, 0xe7, 0x9d, 0xe6, 0x8b, 0x9e, 0x7e, 0xae, 0x28, 0x07, 0xb0, 0x95, 0xf2, 0x08, 0xad,
- 0xdc, 0x4c, 0x13, 0x6c, 0xf5, 0x8d, 0x3a, 0x45, 0xc4, 0x93, 0x22, 0xff, 0xff, 0x9f, 0x8f, 0xff,
- 0x17, 0x00, 0x00, 0xff, 0xff, 0xb7, 0x09, 0x8a, 0xbc, 0x0e, 0x24, 0x00, 0x00,
+ 0x9b, 0x4f, 0x03, 0xeb, 0xcc, 0x71, 0xd9, 0x68, 0x95, 0xfb, 0xd7, 0x62, 0x4d, 0x0c, 0xfe, 0x3d,
+ 0x90, 0xbb, 0xca, 0x07, 0xb0, 0xe1, 0x39, 0xf3, 0xc0, 0xd4, 0x51, 0x4b, 0x53, 0x73, 0x88, 0xf9,
+ 0x96, 0x0d, 0x52, 0xb9, 0xbf, 0x13, 0x53, 0x08, 0x01, 0xf4, 0xc3, 0x7d, 0x0c, 0xc4, 0xbc, 0x65,
+ 0x8f, 0x1d, 0x36, 0x53, 0x22, 0x19, 0x90, 0x0c, 0x9c, 0x10, 0xc8, 0x5f, 0x03, 0x6b, 0x66, 0xa2,
+ 0xdb, 0x55, 0x97, 0xfd, 0x75, 0xc0, 0xeb, 0xe4, 0xf9, 0x81, 0x67, 0xd8, 0x3e, 0xa7, 0xd9, 0xda,
+ 0x32, 0xa5, 0x41, 0xb8, 0x45, 0xda, 0x11, 0xf2, 0x71, 0x54, 0x7b, 0x3b, 0x1b, 0xcb, 0xda, 0x61,
+ 0xe1, 0x8e, 0x78, 0x53, 0xfd, 0x6b, 0x06, 0x2a, 0x71, 0x6d, 0xdd, 0x81, 0xb2, 0x65, 0x87, 0x7a,
+ 0xcd, 0xbc, 0x28, 0x52, 0x51, 0x17, 0x35, 0xf3, 0x29, 0x71, 0xd5, 0x13, 0xa9, 0xe8, 0x05, 0x28,
+ 0x18, 0x08, 0x31, 0x94, 0xdc, 0x0b, 0xf3, 0xc1, 0x9f, 0xb2, 0x50, 0x5a, 0x58, 0xeb, 0x2a, 0xd4,
+ 0x8c, 0x79, 0x70, 0xa6, 0xbb, 0x98, 0x52, 0x9e, 0x38, 0xde, 0x48, 0x3a, 0x37, 0xc6, 0x22, 0xfa,
+ 0xd6, 0xd0, 0xb3, 0x5c, 0x8e, 0xbb, 0x6c, 0x18, 0x22, 0x53, 0x67, 0x68, 0x4c, 0x31, 0x90, 0xa4,
+ 0x0b, 0x9e, 0xdb, 0x20, 0x50, 0x45, 0xa3, 0x86, 0x85, 0x40, 0x0b, 0x61, 0x18, 0xf2, 0xc2, 0x04,
+ 0xb5, 0x29, 0x7c, 0xa2, 0x4c, 0x61, 0xc8, 0x6b, 0x1c, 0x06, 0x6b, 0x0c, 0x76, 0x1d, 0x36, 0x3d,
+ 0x73, 0xe6, 0x60, 0xfe, 0x74, 0x3d, 0xeb, 0x31, 0x9a, 0x92, 0x28, 0x88, 0x40, 0x6e, 0x80, 0x22,
+ 0x2c, 0x31, 0x9e, 0x1a, 0xae, 0x3e, 0x32, 0x66, 0x2e, 0xe6, 0x60, 0x0e, 0xe8, 0x92, 0x72, 0x0d,
+ 0xd6, 0x7d, 0xd3, 0x1e, 0xe9, 0x43, 0x67, 0x36, 0x9b, 0x63, 0xd5, 0x7e, 0xc6, 0x4e, 0xc4, 0x5c,
+ 0x89, 0x1c, 0x22, 0x0d, 0x0d, 0x17, 0x1d, 0x86, 0x52, 0x10, 0x72, 0x15, 0xc7, 0xa0, 0xa5, 0x2a,
+ 0x2f, 0x01, 0x64, 0x31, 0x11, 0xd4, 0xb8, 0x1b, 0xf9, 0x18, 0xaa, 0x09, 0x07, 0xc5, 0x93, 0x60,
+ 0xb3, 0x82, 0x01, 0x2b, 0x74, 0x53, 0x52, 0xb6, 0xa1, 0x1a, 0xfa, 0xb6, 0x1e, 0x04, 0x22, 0x23,
+ 0xd6, 0xd4, 0x01, 0xac, 0x2f, 0xb9, 0xe9, 0x1b, 0x70, 0x6d, 0xc9, 0xb3, 0xf5, 0x21, 0x86, 0x1d,
+ 0xe6, 0x6c, 0x41, 0x47, 0x85, 0xc6, 0xea, 0xfe, 0xdc, 0xc7, 0x14, 0x44, 0x59, 0x49, 0x50, 0xfd,
+ 0x21, 0x07, 0xe5, 0xc8, 0xab, 0x7f, 0x9c, 0xb1, 0xb0, 0x2b, 0x9c, 0xa1, 0x81, 0x30, 0xfd, 0xfa,
+ 0xb2, 0x79, 0x8e, 0x85, 0xef, 0x81, 0xdc, 0x49, 0x35, 0x69, 0x61, 0xd9, 0xa4, 0xc5, 0x14, 0x93,
+ 0xae, 0xad, 0x9a, 0x54, 0xd8, 0x0d, 0x63, 0xf1, 0xfb, 0xb9, 0x39, 0x47, 0xae, 0xe5, 0xe5, 0x58,
+ 0xfc, 0x9a, 0xd7, 0xd3, 0x8d, 0x0e, 0xcf, 0x31, 0x7a, 0xe5, 0x1c, 0xa3, 0x57, 0x19, 0x07, 0xd5,
+ 0xe4, 0xa3, 0xd8, 0xa8, 0x0b, 0x51, 0x84, 0xd9, 0xb0, 0x35, 0xb2, 0x87, 0x3f, 0x77, 0x29, 0x56,
+ 0xcc, 0x11, 0xd9, 0xde, 0x38, 0xc5, 0x2c, 0x18, 0x50, 0x1e, 0x5c, 0x47, 0x27, 0x60, 0xd1, 0x29,
+ 0x6f, 0x09, 0x94, 0x8d, 0x50, 0xb3, 0xc6, 0x68, 0x66, 0x85, 0x74, 0xea, 0xa1, 0x66, 0x3d, 0x73,
+ 0x68, 0x5a, 0x8f, 0xd1, 0x23, 0x36, 0xc3, 0xce, 0xd9, 0x18, 0x0e, 0x4d, 0x17, 0x09, 0xef, 0x28,
+ 0xa1, 0x6a, 0x8c, 0x11, 0x66, 0x84, 0xc0, 0xfa, 0x2d, 0xae, 0x6d, 0xf1, 0x5a, 0x0d, 0x0a, 0x78,
+ 0x12, 0xfd, 0xfb, 0x9d, 0xed, 0xf0, 0x73, 0x3c, 0x75, 0x5c, 0x7f, 0xe7, 0x2a, 0x5b, 0xba, 0x07,
+ 0xa5, 0x85, 0x0d, 0x7e, 0x12, 0xe3, 0x20, 0xb2, 0xc6, 0xe6, 0x8a, 0xa5, 0x94, 0x37, 0x21, 0xef,
+ 0x47, 0x0d, 0xc0, 0x2a, 0x80, 0xfa, 0xfb, 0x0c, 0xac, 0x85, 0xc0, 0xe8, 0xb3, 0x87, 0xdd, 0x41,
+ 0xe7, 0x41, 0xa7, 0xd5, 0x1c, 0x74, 0xba, 0x87, 0x4c, 0x35, 0x4f, 0x15, 0xe5, 0xb8, 0xd7, 0x6e,
+ 0x0e, 0x34, 0x26, 0x92, 0xa7, 0x7a, 0xd3, 0xed, 0x69, 0x87, 0xb2, 0xfb, 0x47, 0x7d, 0x7c, 0xa5,
+ 0x69, 0xbd, 0xe6, 0x7e, 0xe7, 0x44, 0x63, 0x87, 0xc9, 0x93, 0x0b, 0xf4, 0xb5, 0x07, 0x7d, 0xed,
+ 0xe8, 0x11, 0xfb, 0x04, 0xc3, 0xb4, 0x3b, 0x47, 0xad, 0x66, 0xbf, 0xad, 0xb5, 0xd9, 0x2b, 0xf2,
+ 0x74, 0xae, 0x41, 0x77, 0xd0, 0xdc, 0x67, 0x87, 0xc8, 0xab, 0xb7, 0xa0, 0x28, 0xad, 0x8c, 0x1b,
+ 0x96, 0xed, 0xce, 0x85, 0xfb, 0xd7, 0x88, 0x39, 0xaa, 0x83, 0xbe, 0x85, 0xab, 0x9f, 0x40, 0x71,
+ 0x91, 0x9a, 0x8b, 0x43, 0xee, 0x53, 0xe4, 0xe1, 0xaf, 0x2d, 0x27, 0x6f, 0xd1, 0xc5, 0xa0, 0x43,
+ 0x17, 0x84, 0x5d, 0xb2, 0xcb, 0x39, 0x59, 0x80, 0x71, 0xd0, 0xa8, 0xbf, 0x83, 0x6a, 0x02, 0x0b,
+ 0xbd, 0x03, 0xa9, 0xdb, 0x18, 0x70, 0x18, 0x78, 0x81, 0xf7, 0x4c, 0xea, 0x02, 0x4f, 0x72, 0xe6,
+ 0x4c, 0x47, 0x3a, 0x95, 0x0d, 0xa9, 0x0e, 0xf4, 0xbd, 0xef, 0x4c, 0xd3, 0xc5, 0xf6, 0x03, 0x3d,
+ 0x73, 0x69, 0x34, 0xba, 0x09, 0x6f, 0xa0, 0x5f, 0x58, 0xb3, 0xf9, 0x4c, 0x97, 0x86, 0xf6, 0xb9,
+ 0xd9, 0x8b, 0xe0, 0x58, 0x63, 0xea, 0x3f, 0xb1, 0x22, 0xc4, 0xa4, 0xf9, 0xff, 0x72, 0xe7, 0x4e,
+ 0xc9, 0x9c, 0x38, 0x81, 0x65, 0x90, 0xcf, 0x47, 0x1c, 0x0a, 0xa1, 0xf9, 0xe7, 0x2e, 0x7f, 0x0b,
+ 0xcb, 0xa1, 0x1b, 0x8f, 0x9c, 0x27, 0x36, 0xaf, 0x08, 0xe3, 0xfd, 0x25, 0x03, 0xe5, 0xa8, 0x14,
+ 0xa2, 0xec, 0x32, 0xa5, 0xc8, 0xbc, 0x20, 0xd2, 0x0f, 0xfa, 0xba, 0x58, 0xe6, 0x52, 0x9a, 0x0d,
+ 0x43, 0x70, 0x16, 0xcc, 0xf5, 0x91, 0xe5, 0x0f, 0x31, 0xac, 0xbd, 0x67, 0xb2, 0x3f, 0x46, 0x37,
+ 0xa4, 0xdc, 0x45, 0x27, 0x9a, 0xd1, 0xfd, 0x46, 0x3e, 0x8c, 0x63, 0x99, 0xa4, 0x93, 0x09, 0x07,
+ 0xa3, 0x4f, 0xae, 0x33, 0x65, 0x91, 0x74, 0xd0, 0x05, 0x83, 0x21, 0x76, 0x17, 0x08, 0xc5, 0x15,
+ 0x43, 0xdd, 0x85, 0x4a, 0xac, 0x04, 0x53, 0x0b, 0x1e, 0xaf, 0xd7, 0x89, 0x94, 0xab, 0x1e, 0x40,
+ 0xb1, 0xc7, 0xdd, 0x18, 0x29, 0xdc, 0x72, 0xf5, 0x44, 0x43, 0x87, 0x1d, 0xdb, 0xcc, 0xf0, 0xbf,
+ 0xd3, 0x71, 0x36, 0x9d, 0x60, 0x92, 0x45, 0x05, 0xcb, 0xc3, 0x2c, 0x6f, 0x18, 0x4f, 0xe5, 0x5c,
+ 0xf6, 0x3d, 0x40, 0x34, 0xe9, 0x60, 0xd4, 0xc6, 0xfb, 0xb9, 0xab, 0x2b, 0xd3, 0xd0, 0x00, 0x37,
+ 0x97, 0x5a, 0x3a, 0xfc, 0x9a, 0xe2, 0x2c, 0xc1, 0x97, 0x06, 0x65, 0x2c, 0x08, 0xa5, 0x45, 0xaf,
+ 0x28, 0x9a, 0xb9, 0xf8, 0x10, 0xc2, 0x3b, 0xea, 0xe7, 0x98, 0x26, 0x8c, 0x60, 0x78, 0x46, 0x0c,
+ 0xdf, 0x4a, 0x30, 0x8c, 0x75, 0x2f, 0x0c, 0xb1, 0xca, 0x4e, 0x7d, 0x04, 0xd5, 0xa6, 0x4f, 0xdd,
+ 0xe9, 0x3e, 0x9f, 0x44, 0xb9, 0x9d, 0x20, 0x10, 0xeb, 0x19, 0xe2, 0x50, 0x4c, 0x07, 0x5d, 0x45,
+ 0x9c, 0x5e, 0x06, 0xeb, 0xdf, 0xb2, 0x00, 0x18, 0x4f, 0x23, 0x8b, 0x5b, 0x4f, 0xf4, 0x47, 0x10,
+ 0x92, 0xeb, 0x34, 0x0e, 0x66, 0x56, 0x8a, 0x4b, 0x28, 0xf1, 0x6d, 0xa8, 0x2e, 0x8a, 0x4b, 0x34,
+ 0x38, 0xa6, 0x41, 0xde, 0x85, 0x75, 0xc3, 0xd7, 0xa9, 0xc1, 0x96, 0x6a, 0x97, 0x8d, 0xcd, 0xb5,
+ 0x74, 0x21, 0x95, 0x5b, 0x98, 0xa9, 0x25, 0x3c, 0x11, 0xce, 0x9f, 0x4b, 0xf8, 0x1d, 0x0a, 0x40,
+ 0x59, 0x2f, 0x18, 0xb4, 0x70, 0x2e, 0xe8, 0x1d, 0xd8, 0x34, 0x9f, 0x06, 0x7a, 0x12, 0xbc, 0x78,
+ 0x2e, 0x38, 0xb9, 0x2b, 0x4e, 0xff, 0x18, 0xd7, 0x3e, 0xb6, 0x07, 0xec, 0x9d, 0x05, 0xf5, 0x08,
+ 0x36, 0x5a, 0x21, 0x7e, 0x73, 0xc8, 0x83, 0xc4, 0xbb, 0x09, 0xad, 0xbf, 0x1e, 0x51, 0x5a, 0x02,
+ 0x64, 0xc5, 0x23, 0xd1, 0x90, 0x7f, 0xd8, 0xb1, 0x97, 0xd5, 0x26, 0x94, 0x0f, 0xcc, 0x91, 0x24,
+ 0xf7, 0xd3, 0x04, 0xb9, 0x57, 0xe2, 0x75, 0x60, 0x14, 0x23, 0x84, 0xd9, 0x17, 0xf3, 0xc2, 0x5c,
+ 0xb8, 0x42, 0x4e, 0xd5, 0x60, 0x03, 0xf5, 0xe7, 0x99, 0x2e, 0x16, 0x50, 0x49, 0x88, 0x46, 0x33,
+ 0xdf, 0x8e, 0xb2, 0x33, 0x6d, 0x1a, 0xb1, 0x80, 0x9e, 0xfb, 0x26, 0xda, 0x62, 0x1c, 0x60, 0xe8,
+ 0xfa, 0x81, 0x1c, 0x66, 0x7e, 0xc0, 0x1a, 0x23, 0xd0, 0xfd, 0xa8, 0x53, 0x36, 0x86, 0xb1, 0x71,
+ 0x72, 0xb9, 0x53, 0x96, 0xcc, 0xde, 0x83, 0x72, 0x54, 0xb6, 0x85, 0x1b, 0x5c, 0x3f, 0x57, 0x13,
+ 0xd8, 0x42, 0xe4, 0x66, 0x58, 0x0b, 0x73, 0xcb, 0x6d, 0x7a, 0xa4, 0x85, 0x3b, 0x34, 0x14, 0x53,
+ 0x3c, 0xd3, 0x81, 0xa4, 0xf9, 0xaf, 0x27, 0x7c, 0x25, 0x71, 0xd6, 0x7b, 0xd4, 0x69, 0xc7, 0x4c,
+ 0x2b, 0xbd, 0xe0, 0x7c, 0x11, 0xd4, 0x09, 0x94, 0x17, 0x77, 0x0d, 0x8b, 0xb0, 0x12, 0x89, 0xe3,
+ 0x36, 0xc0, 0x70, 0x11, 0x0b, 0xab, 0x97, 0x21, 0xb1, 0x38, 0x51, 0x61, 0x4d, 0x28, 0xc7, 0x97,
+ 0x67, 0x89, 0x95, 0x6d, 0xa9, 0x46, 0xf5, 0x17, 0x98, 0xa3, 0xc4, 0xf4, 0x90, 0xe4, 0x72, 0x0b,
+ 0xe7, 0xd8, 0xe8, 0x4a, 0x41, 0x0c, 0x9d, 0xa9, 0x17, 0x21, 0xff, 0xc8, 0x40, 0x7d, 0x65, 0x4e,
+ 0x50, 0x13, 0x5e, 0xb2, 0xbd, 0x3c, 0x1e, 0xb0, 0x8b, 0xbc, 0xcc, 0x6d, 0x2c, 0xe5, 0x2c, 0xa2,
+ 0x60, 0xa5, 0xe6, 0x2c, 0x71, 0x8e, 0x9b, 0xb0, 0x36, 0x32, 0xc7, 0x06, 0x05, 0x45, 0xe1, 0x39,
+ 0x3e, 0xa1, 0x36, 0x00, 0x0e, 0xbc, 0x20, 0x6c, 0x59, 0x90, 0x0f, 0x4e, 0xfd, 0x86, 0xbc, 0xa8,
+ 0xbd, 0x07, 0xa5, 0x7e, 0xef, 0xab, 0x0e, 0xcf, 0x2c, 0xb1, 0xdb, 0xb2, 0x4c, 0x5a, 0xa1, 0x10,
+ 0x29, 0xea, 0x57, 0x50, 0x26, 0x0c, 0x51, 0x76, 0xa3, 0x52, 0x97, 0xe1, 0x9b, 0x87, 0x78, 0xa9,
+ 0xe3, 0x80, 0x20, 0x07, 0x0f, 0x7b, 0x2e, 0xdd, 0x72, 0x1f, 0x7f, 0x24, 0xaf, 0x28, 0x96, 0x96,
+ 0x3f, 0x61, 0xd7, 0xca, 0xa9, 0xfb, 0x90, 0x27, 0xe2, 0x8b, 0x71, 0x78, 0x25, 0xe5, 0x2d, 0x84,
+ 0x55, 0x93, 0x4d, 0xca, 0x56, 0x12, 0x44, 0xb4, 0x28, 0x63, 0xc8, 0xf5, 0xbb, 0x4d, 0x9a, 0x42,
+ 0x0c, 0x5f, 0xc6, 0x1f, 0xf5, 0xd1, 0x9c, 0x51, 0x31, 0xfb, 0xc9, 0x10, 0xc4, 0x33, 0x60, 0xe9,
+ 0xa1, 0xef, 0x5c, 0xf8, 0x2d, 0xeb, 0x97, 0x18, 0xb9, 0xce, 0x1d, 0xcd, 0x43, 0x59, 0xd4, 0x3f,
+ 0x64, 0x51, 0x27, 0xdd, 0x66, 0x9f, 0x13, 0x14, 0xb1, 0x70, 0x3c, 0x6b, 0x82, 0xdd, 0xed, 0x82,
+ 0x6b, 0x44, 0x52, 0xd4, 0xa7, 0x4f, 0x01, 0xa8, 0x67, 0x90, 0x19, 0x2d, 0xc7, 0xc6, 0x7b, 0x3b,
+ 0x46, 0x38, 0xa4, 0x75, 0xf7, 0x64, 0x71, 0x47, 0x23, 0x89, 0x23, 0xa6, 0x6d, 0x3e, 0x09, 0x31,
+ 0xf3, 0x97, 0xc0, 0x7c, 0x15, 0xf2, 0x9e, 0xc3, 0x63, 0x63, 0x2e, 0x79, 0x65, 0x89, 0x38, 0x6a,
+ 0x0b, 0xea, 0x2b, 0x08, 0x25, 0xc8, 0x1f, 0x76, 0x0f, 0xe9, 0x5a, 0xb6, 0x06, 0x65, 0xec, 0x72,
+ 0xf5, 0x07, 0xdd, 0xe3, 0xc3, 0x76, 0x3d, 0xa3, 0x94, 0xa1, 0x70, 0x82, 0xdd, 0x6b, 0xbb, 0x9e,
+ 0xa5, 0xd7, 0x90, 0xce, 0xa1, 0xf8, 0xa0, 0xdc, 0x97, 0x3b, 0xf1, 0xc6, 0x4b, 0xe1, 0x85, 0xca,
+ 0xf7, 0xc4, 0xd4, 0xc5, 0x13, 0xa2, 0x1c, 0xaa, 0x3d, 0x51, 0x9b, 0x79, 0x49, 0x8e, 0xe6, 0x5e,
+ 0xc0, 0x8e, 0x5e, 0x55, 0xbf, 0x80, 0xa2, 0xb8, 0xfb, 0x5a, 0x36, 0x1c, 0x67, 0xc1, 0xc5, 0x10,
+ 0xc7, 0xee, 0x49, 0x55, 0xde, 0xb4, 0xf5, 0xc5, 0x9d, 0x6e, 0x61, 0xb7, 0x85, 0x0e, 0x1d, 0x86,
+ 0x14, 0x20, 0xa5, 0xfd, 0xee, 0x5e, 0x73, 0x1f, 0xcf, 0x80, 0x42, 0xef, 0x77, 0x5b, 0xf8, 0x33,
+ 0x43, 0xcb, 0xcd, 0xf6, 0x97, 0x7a, 0xe7, 0x50, 0x1c, 0x80, 0x7e, 0x77, 0x8f, 0x07, 0xf5, 0x1c,
+ 0xdd, 0x43, 0x9f, 0xf4, 0x1f, 0xd4, 0xf3, 0xbb, 0xbf, 0x81, 0x72, 0x74, 0x47, 0x87, 0xab, 0xcd,
+ 0x76, 0x1b, 0x49, 0xe0, 0x8f, 0xb6, 0x46, 0x04, 0x10, 0x09, 0x7f, 0xe8, 0xcd, 0xfd, 0x7d, 0x41,
+ 0xa1, 0xaf, 0xf5, 0xf6, 0x9b, 0x2d, 0x0d, 0x29, 0x20, 0x69, 0xed, 0xb0, 0xb9, 0xb7, 0xaf, 0xd5,
+ 0xf3, 0x0c, 0xd5, 0x39, 0xe2, 0x8f, 0x02, 0xb1, 0xc7, 0xf6, 0x5e, 0x1b, 0xd4, 0x8b, 0xa4, 0xcd,
+ 0xa3, 0xee, 0x83, 0x81, 0xf8, 0x5c, 0xdb, 0xd5, 0xe9, 0x3a, 0x2c, 0x6a, 0x64, 0x90, 0x42, 0x0f,
+ 0x67, 0x81, 0xce, 0x37, 0xc8, 0xb0, 0x0a, 0xa5, 0x43, 0xad, 0xf3, 0xf0, 0xd1, 0x5e, 0xb7, 0x8f,
+ 0x5c, 0x91, 0xfd, 0xa0, 0xf9, 0x50, 0xca, 0x7c, 0xa4, 0xf7, 0x9a, 0x83, 0x47, 0xc8, 0x11, 0xa9,
+ 0xb5, 0xba, 0x07, 0x07, 0xc7, 0x87, 0x9d, 0xc1, 0xb7, 0x75, 0x6a, 0x78, 0x6b, 0xda, 0x37, 0x03,
+ 0x3d, 0x5a, 0x2a, 0xec, 0xbe, 0x83, 0x55, 0x6d, 0xd1, 0xb8, 0xd0, 0x61, 0x0e, 0xbf, 0x15, 0x87,
+ 0x21, 0xf9, 0x59, 0x1b, 0x68, 0x42, 0xad, 0x3f, 0xa8, 0x67, 0x77, 0x77, 0xa1, 0xbe, 0xd2, 0xa2,
+ 0x14, 0x21, 0xab, 0x7d, 0x8d, 0x08, 0xf8, 0xf7, 0xa1, 0x86, 0xf0, 0xf8, 0x17, 0x4f, 0x94, 0xdd,
+ 0x7d, 0x5f, 0xf6, 0x87, 0x32, 0xf3, 0x47, 0xde, 0x42, 0xea, 0x6d, 0xb5, 0xb4, 0xde, 0x40, 0x10,
+ 0xef, 0x6b, 0x5f, 0x6a, 0x2d, 0x22, 0x7e, 0x0c, 0x5b, 0x69, 0x95, 0x18, 0x25, 0x5e, 0x48, 0xab,
+ 0x0b, 0x45, 0x6f, 0x43, 0x3d, 0x5a, 0xea, 0x6b, 0x07, 0xdd, 0x13, 0x62, 0x7c, 0x15, 0x36, 0xe3,
+ 0xab, 0x42, 0xe5, 0xd9, 0xdd, 0x3b, 0x50, 0x4b, 0x56, 0x64, 0x54, 0xcf, 0x81, 0xd6, 0xd6, 0x0f,
+ 0xba, 0x44, 0x6a, 0x03, 0x2a, 0xf4, 0x11, 0x82, 0x67, 0x76, 0xdf, 0x03, 0x88, 0xa5, 0x66, 0x3c,
+ 0x0c, 0xba, 0x01, 0xcb, 0xdc, 0x39, 0xe8, 0x75, 0xfb, 0x52, 0x66, 0xed, 0x1b, 0xfe, 0x9d, 0xbd,
+ 0xff, 0xf7, 0x4d, 0x28, 0x3d, 0xa4, 0x40, 0x69, 0xba, 0x96, 0xf2, 0x19, 0x6c, 0x3c, 0x34, 0x83,
+ 0xf8, 0x85, 0xaf, 0x12, 0x4b, 0x3b, 0x8b, 0xcb, 0xdf, 0xc6, 0xea, 0x25, 0xee, 0x15, 0xe5, 0x11,
+ 0x3f, 0x35, 0x24, 0x70, 0xd5, 0xc4, 0xab, 0x49, 0xea, 0x3d, 0x72, 0x63, 0x63, 0xe9, 0x89, 0x12,
+ 0x29, 0xfd, 0x0c, 0xaa, 0x28, 0x45, 0xf8, 0xe4, 0xe5, 0xa7, 0x8b, 0xb0, 0xfc, 0x92, 0x75, 0xe5,
+ 0x5e, 0x46, 0xf9, 0x08, 0x2a, 0x31, 0xc4, 0x0b, 0xe2, 0x29, 0xbf, 0x44, 0x05, 0x46, 0x2f, 0x6c,
+ 0xca, 0x1b, 0x09, 0xa1, 0x57, 0x1e, 0xde, 0xd2, 0x04, 0x7e, 0x0f, 0xa3, 0xd0, 0x0c, 0xfa, 0xd6,
+ 0xa9, 0x12, 0xdb, 0xe4, 0xab, 0xda, 0xc6, 0xf2, 0x02, 0x42, 0xbf, 0x8f, 0x81, 0x62, 0xfa, 0xd4,
+ 0xf6, 0xa5, 0xc9, 0x97, 0x42, 0xfe, 0x43, 0x0c, 0x27, 0x67, 0x1c, 0x5c, 0x0e, 0xe9, 0x63, 0xa8,
+ 0x2c, 0x90, 0x3a, 0xf6, 0x85, 0xd1, 0x3e, 0x81, 0xea, 0x02, 0xad, 0x3b, 0xbf, 0x38, 0xbb, 0xfb,
+ 0x50, 0x3a, 0x3a, 0x9b, 0x07, 0x54, 0x1a, 0x2f, 0x8c, 0x73, 0x0f, 0xdd, 0x90, 0xef, 0xc7, 0x2e,
+ 0x8c, 0xf1, 0x01, 0x26, 0x1c, 0xcb, 0xbf, 0x14, 0xca, 0x1e, 0xc6, 0x8a, 0x78, 0xa7, 0x55, 0x1a,
+ 0x09, 0xcb, 0x26, 0xde, 0x9d, 0x1b, 0xd7, 0x57, 0xf6, 0xc2, 0x77, 0x5f, 0xa4, 0xf1, 0x05, 0x8e,
+ 0x4e, 0xf2, 0xad, 0x57, 0x79, 0x75, 0x05, 0xd0, 0x7f, 0x1e, 0xff, 0xdb, 0x19, 0xa5, 0x4d, 0xaf,
+ 0x4b, 0xfc, 0x1e, 0xb8, 0x67, 0xfa, 0x41, 0xeb, 0xcc, 0xb0, 0x27, 0xe6, 0x28, 0x5d, 0xfe, 0x73,
+ 0xae, 0xe0, 0xc9, 0xb7, 0x3f, 0x5f, 0xbc, 0x2a, 0x46, 0xb7, 0x7a, 0x17, 0x0e, 0x8c, 0x36, 0x3d,
+ 0x22, 0x33, 0x32, 0x96, 0xc2, 0xa8, 0x0c, 0xa6, 0x13, 0xd8, 0x4a, 0x29, 0xb6, 0x4c, 0xe5, 0x33,
+ 0x76, 0x73, 0x6c, 0xb4, 0x94, 0xd8, 0x2c, 0x15, 0x7f, 0xc9, 0x6d, 0x6c, 0x27, 0xd6, 0xc3, 0xeb,
+ 0x24, 0xc2, 0xfd, 0x04, 0x8a, 0xe2, 0xd9, 0x57, 0x49, 0x6a, 0x3a, 0x81, 0x9e, 0xea, 0x8f, 0x45,
+ 0xf1, 0xe0, 0xba, 0x84, 0x17, 0x7f, 0x82, 0x4d, 0xf7, 0xc7, 0x35, 0x0a, 0x49, 0xea, 0xb4, 0x5e,
+ 0xa4, 0x25, 0x02, 0x62, 0x19, 0x3f, 0x65, 0x57, 0x61, 0x9c, 0xa4, 0xab, 0x24, 0x9e, 0x66, 0xcf,
+ 0xf1, 0x64, 0xe2, 0x86, 0x9d, 0x58, 0x2a, 0xb3, 0xa5, 0x56, 0x84, 0x78, 0x7d, 0xc0, 0xf2, 0x61,
+ 0x33, 0xe1, 0xbf, 0x10, 0x85, 0x1e, 0x5c, 0x23, 0x15, 0x52, 0xff, 0x91, 0x54, 0x45, 0xfc, 0x75,
+ 0x37, 0x4d, 0xb8, 0x9f, 0x43, 0x0d, 0x59, 0xc5, 0xae, 0x1b, 0x52, 0x9f, 0x5b, 0x1b, 0xe9, 0x8f,
+ 0xb0, 0x94, 0x1e, 0xd7, 0x13, 0xe8, 0xfe, 0xe5, 0xf0, 0xd9, 0xfb, 0x6a, 0x89, 0xd7, 0x62, 0xe5,
+ 0x46, 0x42, 0xfe, 0x94, 0x67, 0xe4, 0xb4, 0x63, 0x7c, 0xc6, 0x55, 0x21, 0x9a, 0xa4, 0xd2, 0x26,
+ 0x98, 0x46, 0xea, 0x58, 0x13, 0xaa, 0x60, 0xb1, 0xe2, 0x5f, 0x06, 0x19, 0x0f, 0xb0, 0x07, 0xd5,
+ 0xf8, 0x4b, 0xb4, 0xf2, 0x66, 0x42, 0xfe, 0xd5, 0x17, 0xea, 0xf4, 0xd4, 0x55, 0x46, 0x11, 0xe4,
+ 0x5c, 0xb3, 0x32, 0xe9, 0x34, 0x56, 0x56, 0x44, 0x0a, 0x0f, 0x51, 0x70, 0x48, 0xba, 0x18, 0x12,
+ 0x4a, 0xfb, 0x05, 0x76, 0x43, 0xe1, 0x6b, 0xb1, 0xf2, 0x5a, 0x32, 0x5d, 0x25, 0x9f, 0xb8, 0xd3,
+ 0xe4, 0xec, 0xc2, 0xd6, 0x42, 0xce, 0xd8, 0x14, 0xf8, 0x9c, 0x67, 0xa1, 0xc6, 0xf3, 0x9e, 0x8c,
+ 0xae, 0x28, 0x3d, 0xd8, 0x4a, 0x79, 0xbc, 0x56, 0x6e, 0xa6, 0x09, 0xb6, 0xfa, 0xb6, 0x9d, 0x22,
+ 0xe2, 0x69, 0x91, 0xff, 0xf7, 0xd3, 0x87, 0xff, 0x0d, 0x00, 0x00, 0xff, 0xff, 0x62, 0x11, 0x2c,
+ 0xd3, 0x0c, 0x25, 0x00, 0x00,
}
diff --git a/api/gobgp.proto b/api/gobgp.proto
index 732aef59..fbc375fa 100644
--- a/api/gobgp.proto
+++ b/api/gobgp.proto
@@ -40,6 +40,7 @@ service GobgpApi {
rpc MonitorROAValidation(Arguments) returns (stream ROAResult) {}
rpc GetMrt(MrtArguments) returns (stream MrtMessage) {}
rpc ModMrt(ModMrtArguments) returns (Error) {}
+ rpc ModBmp(ModBmpArguments) returns (Error) {}
rpc GetRPKI(Arguments) returns (stream RPKI) {}
rpc ModRPKI(ModRpkiArguments) returns (Error) {}
rpc GetROA(Arguments) returns (stream ROA) {}
@@ -108,6 +109,18 @@ message ModMrtArguments {
string filename = 2;
}
+message ModBmpArguments {
+ Operation operation = 1;
+ string address = 2;
+ uint32 port = 3;
+ enum MonitoringPolicy {
+ PRE = 0;
+ POST = 1;
+ BOTH = 2;
+ }
+ MonitoringPolicy type = 4;
+}
+
message ModRpkiArguments {
Operation operation = 1;
string address = 2;