|
@@ -1,27 +1,18 @@
|
|
|
// Code generated by protoc-gen-gogo. DO NOT EDIT.
|
|
|
// source: agent.proto
|
|
|
|
|
|
-/*
|
|
|
- Package libnetwork is a generated protocol buffer package.
|
|
|
-
|
|
|
- It is generated from these files:
|
|
|
- agent.proto
|
|
|
-
|
|
|
- It has these top-level messages:
|
|
|
- EndpointRecord
|
|
|
- PortConfig
|
|
|
-*/
|
|
|
package libnetwork
|
|
|
|
|
|
-import proto "github.com/gogo/protobuf/proto"
|
|
|
-import fmt "fmt"
|
|
|
-import math "math"
|
|
|
-import _ "github.com/gogo/protobuf/gogoproto"
|
|
|
-
|
|
|
-import strings "strings"
|
|
|
-import reflect "reflect"
|
|
|
-
|
|
|
-import io "io"
|
|
|
+import (
|
|
|
+ fmt "fmt"
|
|
|
+ _ "github.com/gogo/protobuf/gogoproto"
|
|
|
+ proto "github.com/gogo/protobuf/proto"
|
|
|
+ io "io"
|
|
|
+ math "math"
|
|
|
+ math_bits "math/bits"
|
|
|
+ reflect "reflect"
|
|
|
+ strings "strings"
|
|
|
+)
|
|
|
|
|
|
// Reference imports to suppress errors if they are not otherwise used.
|
|
|
var _ = proto.Marshal
|
|
@@ -32,7 +23,7 @@ var _ = math.Inf
|
|
|
// is compatible with the proto package it is being compiled against.
|
|
|
// A compilation error at this line likely means your copy of the
|
|
|
// proto package needs to be updated.
|
|
|
-const _ = proto.GoGoProtoPackageIsVersion2 // please upgrade the proto package
|
|
|
+const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package
|
|
|
|
|
|
type PortConfig_Protocol int32
|
|
|
|
|
@@ -47,6 +38,7 @@ var PortConfig_Protocol_name = map[int32]string{
|
|
|
1: "UDP",
|
|
|
2: "SCTP",
|
|
|
}
|
|
|
+
|
|
|
var PortConfig_Protocol_value = map[string]int32{
|
|
|
"TCP": 0,
|
|
|
"UDP": 1,
|
|
@@ -56,7 +48,10 @@ var PortConfig_Protocol_value = map[string]int32{
|
|
|
func (x PortConfig_Protocol) String() string {
|
|
|
return proto.EnumName(PortConfig_Protocol_name, int32(x))
|
|
|
}
|
|
|
-func (PortConfig_Protocol) EnumDescriptor() ([]byte, []int) { return fileDescriptorAgent, []int{1, 0} }
|
|
|
+
|
|
|
+func (PortConfig_Protocol) EnumDescriptor() ([]byte, []int) {
|
|
|
+ return fileDescriptor_56ede974c0020f77, []int{1, 0}
|
|
|
+}
|
|
|
|
|
|
// EndpointRecord specifies all the endpoint specific information that
|
|
|
// needs to gossiped to nodes participating in the network.
|
|
@@ -72,18 +67,46 @@ type EndpointRecord struct {
|
|
|
// IP assigned to this endpoint.
|
|
|
EndpointIP string `protobuf:"bytes,5,opt,name=endpoint_ip,json=endpointIp,proto3" json:"endpoint_ip,omitempty"`
|
|
|
// IngressPorts exposed by the service to which this endpoint belongs.
|
|
|
- IngressPorts []*PortConfig `protobuf:"bytes,6,rep,name=ingress_ports,json=ingressPorts" json:"ingress_ports,omitempty"`
|
|
|
+ IngressPorts []*PortConfig `protobuf:"bytes,6,rep,name=ingress_ports,json=ingressPorts,proto3" json:"ingress_ports,omitempty"`
|
|
|
// A list of aliases which are alternate names for the service
|
|
|
- Aliases []string `protobuf:"bytes,7,rep,name=aliases" json:"aliases,omitempty"`
|
|
|
+ Aliases []string `protobuf:"bytes,7,rep,name=aliases,proto3" json:"aliases,omitempty"`
|
|
|
// List of aliases task specific aliases
|
|
|
- TaskAliases []string `protobuf:"bytes,8,rep,name=task_aliases,json=taskAliases" json:"task_aliases,omitempty"`
|
|
|
+ TaskAliases []string `protobuf:"bytes,8,rep,name=task_aliases,json=taskAliases,proto3" json:"task_aliases,omitempty"`
|
|
|
// Whether this enpoint's service has been disabled
|
|
|
ServiceDisabled bool `protobuf:"varint,9,opt,name=service_disabled,json=serviceDisabled,proto3" json:"service_disabled,omitempty"`
|
|
|
}
|
|
|
|
|
|
-func (m *EndpointRecord) Reset() { *m = EndpointRecord{} }
|
|
|
-func (*EndpointRecord) ProtoMessage() {}
|
|
|
-func (*EndpointRecord) Descriptor() ([]byte, []int) { return fileDescriptorAgent, []int{0} }
|
|
|
+func (m *EndpointRecord) Reset() { *m = EndpointRecord{} }
|
|
|
+func (*EndpointRecord) ProtoMessage() {}
|
|
|
+func (*EndpointRecord) Descriptor() ([]byte, []int) {
|
|
|
+ return fileDescriptor_56ede974c0020f77, []int{0}
|
|
|
+}
|
|
|
+func (m *EndpointRecord) XXX_Unmarshal(b []byte) error {
|
|
|
+ return m.Unmarshal(b)
|
|
|
+}
|
|
|
+func (m *EndpointRecord) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
+ if deterministic {
|
|
|
+ return xxx_messageInfo_EndpointRecord.Marshal(b, m, deterministic)
|
|
|
+ } else {
|
|
|
+ b = b[:cap(b)]
|
|
|
+ n, err := m.MarshalToSizedBuffer(b)
|
|
|
+ if err != nil {
|
|
|
+ return nil, err
|
|
|
+ }
|
|
|
+ return b[:n], nil
|
|
|
+ }
|
|
|
+}
|
|
|
+func (m *EndpointRecord) XXX_Merge(src proto.Message) {
|
|
|
+ xxx_messageInfo_EndpointRecord.Merge(m, src)
|
|
|
+}
|
|
|
+func (m *EndpointRecord) XXX_Size() int {
|
|
|
+ return m.Size()
|
|
|
+}
|
|
|
+func (m *EndpointRecord) XXX_DiscardUnknown() {
|
|
|
+ xxx_messageInfo_EndpointRecord.DiscardUnknown(m)
|
|
|
+}
|
|
|
+
|
|
|
+var xxx_messageInfo_EndpointRecord proto.InternalMessageInfo
|
|
|
|
|
|
func (m *EndpointRecord) GetName() string {
|
|
|
if m != nil {
|
|
@@ -170,9 +193,37 @@ type PortConfig struct {
|
|
|
PublishedPort uint32 `protobuf:"varint,4,opt,name=published_port,json=publishedPort,proto3" json:"published_port,omitempty"`
|
|
|
}
|
|
|
|
|
|
-func (m *PortConfig) Reset() { *m = PortConfig{} }
|
|
|
-func (*PortConfig) ProtoMessage() {}
|
|
|
-func (*PortConfig) Descriptor() ([]byte, []int) { return fileDescriptorAgent, []int{1} }
|
|
|
+func (m *PortConfig) Reset() { *m = PortConfig{} }
|
|
|
+func (*PortConfig) ProtoMessage() {}
|
|
|
+func (*PortConfig) Descriptor() ([]byte, []int) {
|
|
|
+ return fileDescriptor_56ede974c0020f77, []int{1}
|
|
|
+}
|
|
|
+func (m *PortConfig) XXX_Unmarshal(b []byte) error {
|
|
|
+ return m.Unmarshal(b)
|
|
|
+}
|
|
|
+func (m *PortConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
+ if deterministic {
|
|
|
+ return xxx_messageInfo_PortConfig.Marshal(b, m, deterministic)
|
|
|
+ } else {
|
|
|
+ b = b[:cap(b)]
|
|
|
+ n, err := m.MarshalToSizedBuffer(b)
|
|
|
+ if err != nil {
|
|
|
+ return nil, err
|
|
|
+ }
|
|
|
+ return b[:n], nil
|
|
|
+ }
|
|
|
+}
|
|
|
+func (m *PortConfig) XXX_Merge(src proto.Message) {
|
|
|
+ xxx_messageInfo_PortConfig.Merge(m, src)
|
|
|
+}
|
|
|
+func (m *PortConfig) XXX_Size() int {
|
|
|
+ return m.Size()
|
|
|
+}
|
|
|
+func (m *PortConfig) XXX_DiscardUnknown() {
|
|
|
+ xxx_messageInfo_PortConfig.DiscardUnknown(m)
|
|
|
+}
|
|
|
+
|
|
|
+var xxx_messageInfo_PortConfig proto.InternalMessageInfo
|
|
|
|
|
|
func (m *PortConfig) GetName() string {
|
|
|
if m != nil {
|
|
@@ -203,10 +254,48 @@ func (m *PortConfig) GetPublishedPort() uint32 {
|
|
|
}
|
|
|
|
|
|
func init() {
|
|
|
+ proto.RegisterEnum("libnetwork.PortConfig_Protocol", PortConfig_Protocol_name, PortConfig_Protocol_value)
|
|
|
proto.RegisterType((*EndpointRecord)(nil), "libnetwork.EndpointRecord")
|
|
|
proto.RegisterType((*PortConfig)(nil), "libnetwork.PortConfig")
|
|
|
- proto.RegisterEnum("libnetwork.PortConfig_Protocol", PortConfig_Protocol_name, PortConfig_Protocol_value)
|
|
|
}
|
|
|
+
|
|
|
+func init() { proto.RegisterFile("agent.proto", fileDescriptor_56ede974c0020f77) }
|
|
|
+
|
|
|
+var fileDescriptor_56ede974c0020f77 = []byte{
|
|
|
+ // 486 bytes of a gzipped FileDescriptorProto
|
|
|
+ 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x6c, 0x91, 0x31, 0x6f, 0xd3, 0x40,
|
|
|
+ 0x18, 0x86, 0xed, 0x24, 0xb4, 0xf1, 0xe7, 0x24, 0x8d, 0x6e, 0x40, 0x56, 0x86, 0x8b, 0x89, 0x40,
|
|
|
+ 0x0a, 0x12, 0x38, 0x52, 0x19, 0x3b, 0xd1, 0x84, 0xc1, 0x0b, 0xb2, 0xae, 0x29, 0x6b, 0xb0, 0xe3,
|
|
|
+ 0xab, 0x7b, 0xaa, 0xeb, 0xb3, 0x7c, 0x97, 0xb2, 0xb2, 0x81, 0x3a, 0xf1, 0x07, 0x3a, 0xf1, 0x67,
|
|
|
+ 0x18, 0x3b, 0x76, 0xaa, 0xa8, 0xf3, 0x07, 0x58, 0xd9, 0xd0, 0x9d, 0xed, 0x46, 0x48, 0xdd, 0x7c,
|
|
|
+ 0xcf, 0xfb, 0x7c, 0xd6, 0x77, 0xef, 0x81, 0x1d, 0x26, 0x34, 0x93, 0x5e, 0x5e, 0x70, 0xc9, 0x11,
|
|
|
+ 0xa4, 0x2c, 0xca, 0xa8, 0xfc, 0xc2, 0x8b, 0x8b, 0xd1, 0xdb, 0x84, 0xc9, 0xf3, 0x4d, 0xe4, 0xad,
|
|
|
+ 0xf9, 0xe5, 0x2c, 0xe1, 0x09, 0x9f, 0x69, 0x25, 0xda, 0x9c, 0xe9, 0x93, 0x3e, 0xe8, 0xaf, 0x6a,
|
|
|
+ 0x74, 0xf2, 0xb7, 0x05, 0x83, 0x0f, 0x59, 0x9c, 0x73, 0x96, 0x49, 0x42, 0xd7, 0xbc, 0x88, 0x11,
|
|
|
+ 0x82, 0x4e, 0x16, 0x5e, 0x52, 0xc7, 0x74, 0xcd, 0xa9, 0x45, 0xf4, 0x37, 0x7a, 0x01, 0x3d, 0x41,
|
|
|
+ 0x8b, 0x2b, 0xb6, 0xa6, 0x2b, 0x9d, 0xb5, 0x74, 0x66, 0xd7, 0xec, 0xa3, 0x52, 0xde, 0x00, 0x34,
|
|
|
+ 0x0a, 0x8b, 0x9d, 0xb6, 0x12, 0x8e, 0xfb, 0xe5, 0xfd, 0xd8, 0x3a, 0xa9, 0xa8, 0xbf, 0x20, 0x56,
|
|
|
+ 0x2d, 0xf8, 0xb1, 0xb2, 0xaf, 0x58, 0x21, 0x37, 0x61, 0xba, 0x62, 0xb9, 0xd3, 0xd9, 0xd9, 0x9f,
|
|
|
+ 0x2a, 0xea, 0x07, 0xc4, 0xaa, 0x05, 0x3f, 0x47, 0x33, 0xb0, 0x69, 0xbd, 0xa4, 0xd2, 0x9f, 0x69,
|
|
|
+ 0x7d, 0x50, 0xde, 0x8f, 0xa1, 0xd9, 0xdd, 0x0f, 0x08, 0x34, 0x8a, 0x9f, 0xa3, 0x23, 0xe8, 0xb3,
|
|
|
+ 0x2c, 0x29, 0xa8, 0x10, 0xab, 0x9c, 0x17, 0x52, 0x38, 0x7b, 0x6e, 0x7b, 0x6a, 0x1f, 0x3e, 0xf7,
|
|
|
+ 0x76, 0x4d, 0x79, 0x01, 0x2f, 0xe4, 0x9c, 0x67, 0x67, 0x2c, 0x21, 0xbd, 0x5a, 0x56, 0x48, 0x20,
|
|
|
+ 0x07, 0xf6, 0xc3, 0x94, 0x85, 0x82, 0x0a, 0x67, 0xdf, 0x6d, 0x4f, 0x2d, 0xd2, 0x1c, 0x55, 0x0d,
|
|
|
+ 0x32, 0x14, 0x17, 0xab, 0x26, 0xee, 0xea, 0xd8, 0x56, 0xec, 0x7d, 0xad, 0xbc, 0x86, 0x61, 0x53,
|
|
|
+ 0x43, 0xcc, 0x44, 0x18, 0xa5, 0x34, 0x76, 0x2c, 0xd7, 0x9c, 0x76, 0xc9, 0x41, 0xcd, 0x17, 0x35,
|
|
|
+ 0x9e, 0x7c, 0x6b, 0x01, 0xec, 0x96, 0x78, 0xb2, 0xf7, 0x23, 0xe8, 0xea, 0x77, 0x5a, 0xf3, 0x54,
|
|
|
+ 0x77, 0x3e, 0x38, 0x1c, 0x3f, 0x7d, 0x05, 0x2f, 0xa8, 0x35, 0xf2, 0x38, 0x80, 0xc6, 0x60, 0xcb,
|
|
|
+ 0xb0, 0x48, 0xa8, 0xd4, 0x1d, 0xe8, 0x27, 0xe9, 0x13, 0xa8, 0x90, 0x9a, 0x44, 0xaf, 0x60, 0x90,
|
|
|
+ 0x6f, 0xa2, 0x94, 0x89, 0x73, 0x1a, 0x57, 0x4e, 0x47, 0x3b, 0xfd, 0x47, 0xaa, 0xb4, 0xc9, 0x67,
|
|
|
+ 0xe8, 0x36, 0x7f, 0x47, 0x0e, 0xb4, 0x97, 0xf3, 0x60, 0x68, 0x8c, 0x0e, 0xae, 0x6f, 0x5c, 0xbb,
|
|
|
+ 0xc1, 0xcb, 0x79, 0xa0, 0x92, 0xd3, 0x45, 0x30, 0x34, 0xff, 0x4f, 0x4e, 0x17, 0x01, 0x1a, 0x41,
|
|
|
+ 0xe7, 0x64, 0xbe, 0x0c, 0x86, 0xad, 0xd1, 0xf0, 0xfa, 0xc6, 0xed, 0x35, 0x91, 0x62, 0xa3, 0xce,
|
|
|
+ 0xf7, 0x9f, 0xd8, 0x38, 0x7e, 0x79, 0xf7, 0x80, 0x8d, 0x3f, 0x0f, 0xd8, 0xfc, 0x5a, 0x62, 0xf3,
|
|
|
+ 0x57, 0x89, 0xcd, 0xdb, 0x12, 0x9b, 0xbf, 0x4b, 0x6c, 0xfe, 0xd8, 0x62, 0xe3, 0x76, 0x8b, 0x8d,
|
|
|
+ 0xbb, 0x2d, 0x36, 0xa2, 0x3d, 0x7d, 0xb3, 0x77, 0xff, 0x02, 0x00, 0x00, 0xff, 0xff, 0xc0, 0xc6,
|
|
|
+ 0x3a, 0x88, 0xfc, 0x02, 0x00, 0x00,
|
|
|
+}
|
|
|
+
|
|
|
func (this *EndpointRecord) GoString() string {
|
|
|
if this == nil {
|
|
|
return "nil"
|
|
@@ -251,7 +340,7 @@ func valueToGoStringAgent(v interface{}, typ string) string {
|
|
|
func (m *EndpointRecord) Marshal() (dAtA []byte, err error) {
|
|
|
size := m.Size()
|
|
|
dAtA = make([]byte, size)
|
|
|
- n, err := m.MarshalTo(dAtA)
|
|
|
+ n, err := m.MarshalToSizedBuffer(dAtA[:size])
|
|
|
if err != nil {
|
|
|
return nil, err
|
|
|
}
|
|
@@ -259,99 +348,99 @@ func (m *EndpointRecord) Marshal() (dAtA []byte, err error) {
|
|
|
}
|
|
|
|
|
|
func (m *EndpointRecord) MarshalTo(dAtA []byte) (int, error) {
|
|
|
- var i int
|
|
|
+ size := m.Size()
|
|
|
+ return m.MarshalToSizedBuffer(dAtA[:size])
|
|
|
+}
|
|
|
+
|
|
|
+func (m *EndpointRecord) MarshalToSizedBuffer(dAtA []byte) (int, error) {
|
|
|
+ i := len(dAtA)
|
|
|
_ = i
|
|
|
var l int
|
|
|
_ = l
|
|
|
- if len(m.Name) > 0 {
|
|
|
- dAtA[i] = 0xa
|
|
|
- i++
|
|
|
- i = encodeVarintAgent(dAtA, i, uint64(len(m.Name)))
|
|
|
- i += copy(dAtA[i:], m.Name)
|
|
|
+ if m.ServiceDisabled {
|
|
|
+ i--
|
|
|
+ if m.ServiceDisabled {
|
|
|
+ dAtA[i] = 1
|
|
|
+ } else {
|
|
|
+ dAtA[i] = 0
|
|
|
+ }
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x48
|
|
|
}
|
|
|
- if len(m.ServiceName) > 0 {
|
|
|
- dAtA[i] = 0x12
|
|
|
- i++
|
|
|
- i = encodeVarintAgent(dAtA, i, uint64(len(m.ServiceName)))
|
|
|
- i += copy(dAtA[i:], m.ServiceName)
|
|
|
+ if len(m.TaskAliases) > 0 {
|
|
|
+ for iNdEx := len(m.TaskAliases) - 1; iNdEx >= 0; iNdEx-- {
|
|
|
+ i -= len(m.TaskAliases[iNdEx])
|
|
|
+ copy(dAtA[i:], m.TaskAliases[iNdEx])
|
|
|
+ i = encodeVarintAgent(dAtA, i, uint64(len(m.TaskAliases[iNdEx])))
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x42
|
|
|
+ }
|
|
|
}
|
|
|
- if len(m.ServiceID) > 0 {
|
|
|
- dAtA[i] = 0x1a
|
|
|
- i++
|
|
|
- i = encodeVarintAgent(dAtA, i, uint64(len(m.ServiceID)))
|
|
|
- i += copy(dAtA[i:], m.ServiceID)
|
|
|
+ if len(m.Aliases) > 0 {
|
|
|
+ for iNdEx := len(m.Aliases) - 1; iNdEx >= 0; iNdEx-- {
|
|
|
+ i -= len(m.Aliases[iNdEx])
|
|
|
+ copy(dAtA[i:], m.Aliases[iNdEx])
|
|
|
+ i = encodeVarintAgent(dAtA, i, uint64(len(m.Aliases[iNdEx])))
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x3a
|
|
|
+ }
|
|
|
}
|
|
|
- if len(m.VirtualIP) > 0 {
|
|
|
- dAtA[i] = 0x22
|
|
|
- i++
|
|
|
- i = encodeVarintAgent(dAtA, i, uint64(len(m.VirtualIP)))
|
|
|
- i += copy(dAtA[i:], m.VirtualIP)
|
|
|
+ if len(m.IngressPorts) > 0 {
|
|
|
+ for iNdEx := len(m.IngressPorts) - 1; iNdEx >= 0; iNdEx-- {
|
|
|
+ {
|
|
|
+ size, err := m.IngressPorts[iNdEx].MarshalToSizedBuffer(dAtA[:i])
|
|
|
+ if err != nil {
|
|
|
+ return 0, err
|
|
|
+ }
|
|
|
+ i -= size
|
|
|
+ i = encodeVarintAgent(dAtA, i, uint64(size))
|
|
|
+ }
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x32
|
|
|
+ }
|
|
|
}
|
|
|
if len(m.EndpointIP) > 0 {
|
|
|
- dAtA[i] = 0x2a
|
|
|
- i++
|
|
|
+ i -= len(m.EndpointIP)
|
|
|
+ copy(dAtA[i:], m.EndpointIP)
|
|
|
i = encodeVarintAgent(dAtA, i, uint64(len(m.EndpointIP)))
|
|
|
- i += copy(dAtA[i:], m.EndpointIP)
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x2a
|
|
|
}
|
|
|
- if len(m.IngressPorts) > 0 {
|
|
|
- for _, msg := range m.IngressPorts {
|
|
|
- dAtA[i] = 0x32
|
|
|
- i++
|
|
|
- i = encodeVarintAgent(dAtA, i, uint64(msg.Size()))
|
|
|
- n, err := msg.MarshalTo(dAtA[i:])
|
|
|
- if err != nil {
|
|
|
- return 0, err
|
|
|
- }
|
|
|
- i += n
|
|
|
- }
|
|
|
+ if len(m.VirtualIP) > 0 {
|
|
|
+ i -= len(m.VirtualIP)
|
|
|
+ copy(dAtA[i:], m.VirtualIP)
|
|
|
+ i = encodeVarintAgent(dAtA, i, uint64(len(m.VirtualIP)))
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x22
|
|
|
}
|
|
|
- if len(m.Aliases) > 0 {
|
|
|
- for _, s := range m.Aliases {
|
|
|
- dAtA[i] = 0x3a
|
|
|
- i++
|
|
|
- l = len(s)
|
|
|
- for l >= 1<<7 {
|
|
|
- dAtA[i] = uint8(uint64(l)&0x7f | 0x80)
|
|
|
- l >>= 7
|
|
|
- i++
|
|
|
- }
|
|
|
- dAtA[i] = uint8(l)
|
|
|
- i++
|
|
|
- i += copy(dAtA[i:], s)
|
|
|
- }
|
|
|
+ if len(m.ServiceID) > 0 {
|
|
|
+ i -= len(m.ServiceID)
|
|
|
+ copy(dAtA[i:], m.ServiceID)
|
|
|
+ i = encodeVarintAgent(dAtA, i, uint64(len(m.ServiceID)))
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x1a
|
|
|
}
|
|
|
- if len(m.TaskAliases) > 0 {
|
|
|
- for _, s := range m.TaskAliases {
|
|
|
- dAtA[i] = 0x42
|
|
|
- i++
|
|
|
- l = len(s)
|
|
|
- for l >= 1<<7 {
|
|
|
- dAtA[i] = uint8(uint64(l)&0x7f | 0x80)
|
|
|
- l >>= 7
|
|
|
- i++
|
|
|
- }
|
|
|
- dAtA[i] = uint8(l)
|
|
|
- i++
|
|
|
- i += copy(dAtA[i:], s)
|
|
|
- }
|
|
|
+ if len(m.ServiceName) > 0 {
|
|
|
+ i -= len(m.ServiceName)
|
|
|
+ copy(dAtA[i:], m.ServiceName)
|
|
|
+ i = encodeVarintAgent(dAtA, i, uint64(len(m.ServiceName)))
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x12
|
|
|
}
|
|
|
- if m.ServiceDisabled {
|
|
|
- dAtA[i] = 0x48
|
|
|
- i++
|
|
|
- if m.ServiceDisabled {
|
|
|
- dAtA[i] = 1
|
|
|
- } else {
|
|
|
- dAtA[i] = 0
|
|
|
- }
|
|
|
- i++
|
|
|
+ if len(m.Name) > 0 {
|
|
|
+ i -= len(m.Name)
|
|
|
+ copy(dAtA[i:], m.Name)
|
|
|
+ i = encodeVarintAgent(dAtA, i, uint64(len(m.Name)))
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0xa
|
|
|
}
|
|
|
- return i, nil
|
|
|
+ return len(dAtA) - i, nil
|
|
|
}
|
|
|
|
|
|
func (m *PortConfig) Marshal() (dAtA []byte, err error) {
|
|
|
size := m.Size()
|
|
|
dAtA = make([]byte, size)
|
|
|
- n, err := m.MarshalTo(dAtA)
|
|
|
+ n, err := m.MarshalToSizedBuffer(dAtA[:size])
|
|
|
if err != nil {
|
|
|
return nil, err
|
|
|
}
|
|
@@ -359,44 +448,55 @@ func (m *PortConfig) Marshal() (dAtA []byte, err error) {
|
|
|
}
|
|
|
|
|
|
func (m *PortConfig) MarshalTo(dAtA []byte) (int, error) {
|
|
|
- var i int
|
|
|
+ size := m.Size()
|
|
|
+ return m.MarshalToSizedBuffer(dAtA[:size])
|
|
|
+}
|
|
|
+
|
|
|
+func (m *PortConfig) MarshalToSizedBuffer(dAtA []byte) (int, error) {
|
|
|
+ i := len(dAtA)
|
|
|
_ = i
|
|
|
var l int
|
|
|
_ = l
|
|
|
- if len(m.Name) > 0 {
|
|
|
- dAtA[i] = 0xa
|
|
|
- i++
|
|
|
- i = encodeVarintAgent(dAtA, i, uint64(len(m.Name)))
|
|
|
- i += copy(dAtA[i:], m.Name)
|
|
|
- }
|
|
|
- if m.Protocol != 0 {
|
|
|
- dAtA[i] = 0x10
|
|
|
- i++
|
|
|
- i = encodeVarintAgent(dAtA, i, uint64(m.Protocol))
|
|
|
+ if m.PublishedPort != 0 {
|
|
|
+ i = encodeVarintAgent(dAtA, i, uint64(m.PublishedPort))
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x20
|
|
|
}
|
|
|
if m.TargetPort != 0 {
|
|
|
- dAtA[i] = 0x18
|
|
|
- i++
|
|
|
i = encodeVarintAgent(dAtA, i, uint64(m.TargetPort))
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x18
|
|
|
}
|
|
|
- if m.PublishedPort != 0 {
|
|
|
- dAtA[i] = 0x20
|
|
|
- i++
|
|
|
- i = encodeVarintAgent(dAtA, i, uint64(m.PublishedPort))
|
|
|
+ if m.Protocol != 0 {
|
|
|
+ i = encodeVarintAgent(dAtA, i, uint64(m.Protocol))
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x10
|
|
|
}
|
|
|
- return i, nil
|
|
|
+ if len(m.Name) > 0 {
|
|
|
+ i -= len(m.Name)
|
|
|
+ copy(dAtA[i:], m.Name)
|
|
|
+ i = encodeVarintAgent(dAtA, i, uint64(len(m.Name)))
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0xa
|
|
|
+ }
|
|
|
+ return len(dAtA) - i, nil
|
|
|
}
|
|
|
|
|
|
func encodeVarintAgent(dAtA []byte, offset int, v uint64) int {
|
|
|
+ offset -= sovAgent(v)
|
|
|
+ base := offset
|
|
|
for v >= 1<<7 {
|
|
|
dAtA[offset] = uint8(v&0x7f | 0x80)
|
|
|
v >>= 7
|
|
|
offset++
|
|
|
}
|
|
|
dAtA[offset] = uint8(v)
|
|
|
- return offset + 1
|
|
|
+ return base
|
|
|
}
|
|
|
func (m *EndpointRecord) Size() (n int) {
|
|
|
+ if m == nil {
|
|
|
+ return 0
|
|
|
+ }
|
|
|
var l int
|
|
|
_ = l
|
|
|
l = len(m.Name)
|
|
@@ -444,6 +544,9 @@ func (m *EndpointRecord) Size() (n int) {
|
|
|
}
|
|
|
|
|
|
func (m *PortConfig) Size() (n int) {
|
|
|
+ if m == nil {
|
|
|
+ return 0
|
|
|
+ }
|
|
|
var l int
|
|
|
_ = l
|
|
|
l = len(m.Name)
|
|
@@ -463,14 +566,7 @@ func (m *PortConfig) Size() (n int) {
|
|
|
}
|
|
|
|
|
|
func sovAgent(x uint64) (n int) {
|
|
|
- for {
|
|
|
- n++
|
|
|
- x >>= 7
|
|
|
- if x == 0 {
|
|
|
- break
|
|
|
- }
|
|
|
- }
|
|
|
- return n
|
|
|
+ return (math_bits.Len64(x|1) + 6) / 7
|
|
|
}
|
|
|
func sozAgent(x uint64) (n int) {
|
|
|
return sovAgent(uint64((x << 1) ^ uint64((int64(x) >> 63))))
|
|
@@ -479,13 +575,18 @@ func (this *EndpointRecord) String() string {
|
|
|
if this == nil {
|
|
|
return "nil"
|
|
|
}
|
|
|
+ repeatedStringForIngressPorts := "[]*PortConfig{"
|
|
|
+ for _, f := range this.IngressPorts {
|
|
|
+ repeatedStringForIngressPorts += strings.Replace(f.String(), "PortConfig", "PortConfig", 1) + ","
|
|
|
+ }
|
|
|
+ repeatedStringForIngressPorts += "}"
|
|
|
s := strings.Join([]string{`&EndpointRecord{`,
|
|
|
`Name:` + fmt.Sprintf("%v", this.Name) + `,`,
|
|
|
`ServiceName:` + fmt.Sprintf("%v", this.ServiceName) + `,`,
|
|
|
`ServiceID:` + fmt.Sprintf("%v", this.ServiceID) + `,`,
|
|
|
`VirtualIP:` + fmt.Sprintf("%v", this.VirtualIP) + `,`,
|
|
|
`EndpointIP:` + fmt.Sprintf("%v", this.EndpointIP) + `,`,
|
|
|
- `IngressPorts:` + strings.Replace(fmt.Sprintf("%v", this.IngressPorts), "PortConfig", "PortConfig", 1) + `,`,
|
|
|
+ `IngressPorts:` + repeatedStringForIngressPorts + `,`,
|
|
|
`Aliases:` + fmt.Sprintf("%v", this.Aliases) + `,`,
|
|
|
`TaskAliases:` + fmt.Sprintf("%v", this.TaskAliases) + `,`,
|
|
|
`ServiceDisabled:` + fmt.Sprintf("%v", this.ServiceDisabled) + `,`,
|
|
@@ -529,7 +630,7 @@ func (m *EndpointRecord) Unmarshal(dAtA []byte) error {
|
|
|
}
|
|
|
b := dAtA[iNdEx]
|
|
|
iNdEx++
|
|
|
- wire |= (uint64(b) & 0x7F) << shift
|
|
|
+ wire |= uint64(b&0x7F) << shift
|
|
|
if b < 0x80 {
|
|
|
break
|
|
|
}
|
|
@@ -557,7 +658,7 @@ func (m *EndpointRecord) Unmarshal(dAtA []byte) error {
|
|
|
}
|
|
|
b := dAtA[iNdEx]
|
|
|
iNdEx++
|
|
|
- stringLen |= (uint64(b) & 0x7F) << shift
|
|
|
+ stringLen |= uint64(b&0x7F) << shift
|
|
|
if b < 0x80 {
|
|
|
break
|
|
|
}
|
|
@@ -567,6 +668,9 @@ func (m *EndpointRecord) Unmarshal(dAtA []byte) error {
|
|
|
return ErrInvalidLengthAgent
|
|
|
}
|
|
|
postIndex := iNdEx + intStringLen
|
|
|
+ if postIndex < 0 {
|
|
|
+ return ErrInvalidLengthAgent
|
|
|
+ }
|
|
|
if postIndex > l {
|
|
|
return io.ErrUnexpectedEOF
|
|
|
}
|
|
@@ -586,7 +690,7 @@ func (m *EndpointRecord) Unmarshal(dAtA []byte) error {
|
|
|
}
|
|
|
b := dAtA[iNdEx]
|
|
|
iNdEx++
|
|
|
- stringLen |= (uint64(b) & 0x7F) << shift
|
|
|
+ stringLen |= uint64(b&0x7F) << shift
|
|
|
if b < 0x80 {
|
|
|
break
|
|
|
}
|
|
@@ -596,6 +700,9 @@ func (m *EndpointRecord) Unmarshal(dAtA []byte) error {
|
|
|
return ErrInvalidLengthAgent
|
|
|
}
|
|
|
postIndex := iNdEx + intStringLen
|
|
|
+ if postIndex < 0 {
|
|
|
+ return ErrInvalidLengthAgent
|
|
|
+ }
|
|
|
if postIndex > l {
|
|
|
return io.ErrUnexpectedEOF
|
|
|
}
|
|
@@ -615,7 +722,7 @@ func (m *EndpointRecord) Unmarshal(dAtA []byte) error {
|
|
|
}
|
|
|
b := dAtA[iNdEx]
|
|
|
iNdEx++
|
|
|
- stringLen |= (uint64(b) & 0x7F) << shift
|
|
|
+ stringLen |= uint64(b&0x7F) << shift
|
|
|
if b < 0x80 {
|
|
|
break
|
|
|
}
|
|
@@ -625,6 +732,9 @@ func (m *EndpointRecord) Unmarshal(dAtA []byte) error {
|
|
|
return ErrInvalidLengthAgent
|
|
|
}
|
|
|
postIndex := iNdEx + intStringLen
|
|
|
+ if postIndex < 0 {
|
|
|
+ return ErrInvalidLengthAgent
|
|
|
+ }
|
|
|
if postIndex > l {
|
|
|
return io.ErrUnexpectedEOF
|
|
|
}
|
|
@@ -644,7 +754,7 @@ func (m *EndpointRecord) Unmarshal(dAtA []byte) error {
|
|
|
}
|
|
|
b := dAtA[iNdEx]
|
|
|
iNdEx++
|
|
|
- stringLen |= (uint64(b) & 0x7F) << shift
|
|
|
+ stringLen |= uint64(b&0x7F) << shift
|
|
|
if b < 0x80 {
|
|
|
break
|
|
|
}
|
|
@@ -654,6 +764,9 @@ func (m *EndpointRecord) Unmarshal(dAtA []byte) error {
|
|
|
return ErrInvalidLengthAgent
|
|
|
}
|
|
|
postIndex := iNdEx + intStringLen
|
|
|
+ if postIndex < 0 {
|
|
|
+ return ErrInvalidLengthAgent
|
|
|
+ }
|
|
|
if postIndex > l {
|
|
|
return io.ErrUnexpectedEOF
|
|
|
}
|
|
@@ -673,7 +786,7 @@ func (m *EndpointRecord) Unmarshal(dAtA []byte) error {
|
|
|
}
|
|
|
b := dAtA[iNdEx]
|
|
|
iNdEx++
|
|
|
- stringLen |= (uint64(b) & 0x7F) << shift
|
|
|
+ stringLen |= uint64(b&0x7F) << shift
|
|
|
if b < 0x80 {
|
|
|
break
|
|
|
}
|
|
@@ -683,6 +796,9 @@ func (m *EndpointRecord) Unmarshal(dAtA []byte) error {
|
|
|
return ErrInvalidLengthAgent
|
|
|
}
|
|
|
postIndex := iNdEx + intStringLen
|
|
|
+ if postIndex < 0 {
|
|
|
+ return ErrInvalidLengthAgent
|
|
|
+ }
|
|
|
if postIndex > l {
|
|
|
return io.ErrUnexpectedEOF
|
|
|
}
|
|
@@ -702,7 +818,7 @@ func (m *EndpointRecord) Unmarshal(dAtA []byte) error {
|
|
|
}
|
|
|
b := dAtA[iNdEx]
|
|
|
iNdEx++
|
|
|
- msglen |= (int(b) & 0x7F) << shift
|
|
|
+ msglen |= int(b&0x7F) << shift
|
|
|
if b < 0x80 {
|
|
|
break
|
|
|
}
|
|
@@ -711,6 +827,9 @@ func (m *EndpointRecord) Unmarshal(dAtA []byte) error {
|
|
|
return ErrInvalidLengthAgent
|
|
|
}
|
|
|
postIndex := iNdEx + msglen
|
|
|
+ if postIndex < 0 {
|
|
|
+ return ErrInvalidLengthAgent
|
|
|
+ }
|
|
|
if postIndex > l {
|
|
|
return io.ErrUnexpectedEOF
|
|
|
}
|
|
@@ -733,7 +852,7 @@ func (m *EndpointRecord) Unmarshal(dAtA []byte) error {
|
|
|
}
|
|
|
b := dAtA[iNdEx]
|
|
|
iNdEx++
|
|
|
- stringLen |= (uint64(b) & 0x7F) << shift
|
|
|
+ stringLen |= uint64(b&0x7F) << shift
|
|
|
if b < 0x80 {
|
|
|
break
|
|
|
}
|
|
@@ -743,6 +862,9 @@ func (m *EndpointRecord) Unmarshal(dAtA []byte) error {
|
|
|
return ErrInvalidLengthAgent
|
|
|
}
|
|
|
postIndex := iNdEx + intStringLen
|
|
|
+ if postIndex < 0 {
|
|
|
+ return ErrInvalidLengthAgent
|
|
|
+ }
|
|
|
if postIndex > l {
|
|
|
return io.ErrUnexpectedEOF
|
|
|
}
|
|
@@ -762,7 +884,7 @@ func (m *EndpointRecord) Unmarshal(dAtA []byte) error {
|
|
|
}
|
|
|
b := dAtA[iNdEx]
|
|
|
iNdEx++
|
|
|
- stringLen |= (uint64(b) & 0x7F) << shift
|
|
|
+ stringLen |= uint64(b&0x7F) << shift
|
|
|
if b < 0x80 {
|
|
|
break
|
|
|
}
|
|
@@ -772,6 +894,9 @@ func (m *EndpointRecord) Unmarshal(dAtA []byte) error {
|
|
|
return ErrInvalidLengthAgent
|
|
|
}
|
|
|
postIndex := iNdEx + intStringLen
|
|
|
+ if postIndex < 0 {
|
|
|
+ return ErrInvalidLengthAgent
|
|
|
+ }
|
|
|
if postIndex > l {
|
|
|
return io.ErrUnexpectedEOF
|
|
|
}
|
|
@@ -791,7 +916,7 @@ func (m *EndpointRecord) Unmarshal(dAtA []byte) error {
|
|
|
}
|
|
|
b := dAtA[iNdEx]
|
|
|
iNdEx++
|
|
|
- v |= (int(b) & 0x7F) << shift
|
|
|
+ v |= int(b&0x7F) << shift
|
|
|
if b < 0x80 {
|
|
|
break
|
|
|
}
|
|
@@ -803,7 +928,7 @@ func (m *EndpointRecord) Unmarshal(dAtA []byte) error {
|
|
|
if err != nil {
|
|
|
return err
|
|
|
}
|
|
|
- if skippy < 0 {
|
|
|
+ if (skippy < 0) || (iNdEx+skippy) < 0 {
|
|
|
return ErrInvalidLengthAgent
|
|
|
}
|
|
|
if (iNdEx + skippy) > l {
|
|
@@ -833,7 +958,7 @@ func (m *PortConfig) Unmarshal(dAtA []byte) error {
|
|
|
}
|
|
|
b := dAtA[iNdEx]
|
|
|
iNdEx++
|
|
|
- wire |= (uint64(b) & 0x7F) << shift
|
|
|
+ wire |= uint64(b&0x7F) << shift
|
|
|
if b < 0x80 {
|
|
|
break
|
|
|
}
|
|
@@ -861,7 +986,7 @@ func (m *PortConfig) Unmarshal(dAtA []byte) error {
|
|
|
}
|
|
|
b := dAtA[iNdEx]
|
|
|
iNdEx++
|
|
|
- stringLen |= (uint64(b) & 0x7F) << shift
|
|
|
+ stringLen |= uint64(b&0x7F) << shift
|
|
|
if b < 0x80 {
|
|
|
break
|
|
|
}
|
|
@@ -871,6 +996,9 @@ func (m *PortConfig) Unmarshal(dAtA []byte) error {
|
|
|
return ErrInvalidLengthAgent
|
|
|
}
|
|
|
postIndex := iNdEx + intStringLen
|
|
|
+ if postIndex < 0 {
|
|
|
+ return ErrInvalidLengthAgent
|
|
|
+ }
|
|
|
if postIndex > l {
|
|
|
return io.ErrUnexpectedEOF
|
|
|
}
|
|
@@ -890,7 +1018,7 @@ func (m *PortConfig) Unmarshal(dAtA []byte) error {
|
|
|
}
|
|
|
b := dAtA[iNdEx]
|
|
|
iNdEx++
|
|
|
- m.Protocol |= (PortConfig_Protocol(b) & 0x7F) << shift
|
|
|
+ m.Protocol |= PortConfig_Protocol(b&0x7F) << shift
|
|
|
if b < 0x80 {
|
|
|
break
|
|
|
}
|
|
@@ -909,7 +1037,7 @@ func (m *PortConfig) Unmarshal(dAtA []byte) error {
|
|
|
}
|
|
|
b := dAtA[iNdEx]
|
|
|
iNdEx++
|
|
|
- m.TargetPort |= (uint32(b) & 0x7F) << shift
|
|
|
+ m.TargetPort |= uint32(b&0x7F) << shift
|
|
|
if b < 0x80 {
|
|
|
break
|
|
|
}
|
|
@@ -928,7 +1056,7 @@ func (m *PortConfig) Unmarshal(dAtA []byte) error {
|
|
|
}
|
|
|
b := dAtA[iNdEx]
|
|
|
iNdEx++
|
|
|
- m.PublishedPort |= (uint32(b) & 0x7F) << shift
|
|
|
+ m.PublishedPort |= uint32(b&0x7F) << shift
|
|
|
if b < 0x80 {
|
|
|
break
|
|
|
}
|
|
@@ -939,7 +1067,7 @@ func (m *PortConfig) Unmarshal(dAtA []byte) error {
|
|
|
if err != nil {
|
|
|
return err
|
|
|
}
|
|
|
- if skippy < 0 {
|
|
|
+ if (skippy < 0) || (iNdEx+skippy) < 0 {
|
|
|
return ErrInvalidLengthAgent
|
|
|
}
|
|
|
if (iNdEx + skippy) > l {
|
|
@@ -957,6 +1085,7 @@ func (m *PortConfig) Unmarshal(dAtA []byte) error {
|
|
|
func skipAgent(dAtA []byte) (n int, err error) {
|
|
|
l := len(dAtA)
|
|
|
iNdEx := 0
|
|
|
+ depth := 0
|
|
|
for iNdEx < l {
|
|
|
var wire uint64
|
|
|
for shift := uint(0); ; shift += 7 {
|
|
@@ -988,10 +1117,8 @@ func skipAgent(dAtA []byte) (n int, err error) {
|
|
|
break
|
|
|
}
|
|
|
}
|
|
|
- return iNdEx, nil
|
|
|
case 1:
|
|
|
iNdEx += 8
|
|
|
- return iNdEx, nil
|
|
|
case 2:
|
|
|
var length int
|
|
|
for shift := uint(0); ; shift += 7 {
|
|
@@ -1008,88 +1135,34 @@ func skipAgent(dAtA []byte) (n int, err error) {
|
|
|
break
|
|
|
}
|
|
|
}
|
|
|
- iNdEx += length
|
|
|
if length < 0 {
|
|
|
return 0, ErrInvalidLengthAgent
|
|
|
}
|
|
|
- return iNdEx, nil
|
|
|
+ iNdEx += length
|
|
|
case 3:
|
|
|
- for {
|
|
|
- var innerWire uint64
|
|
|
- var start int = iNdEx
|
|
|
- for shift := uint(0); ; shift += 7 {
|
|
|
- if shift >= 64 {
|
|
|
- return 0, ErrIntOverflowAgent
|
|
|
- }
|
|
|
- if iNdEx >= l {
|
|
|
- return 0, io.ErrUnexpectedEOF
|
|
|
- }
|
|
|
- b := dAtA[iNdEx]
|
|
|
- iNdEx++
|
|
|
- innerWire |= (uint64(b) & 0x7F) << shift
|
|
|
- if b < 0x80 {
|
|
|
- break
|
|
|
- }
|
|
|
- }
|
|
|
- innerWireType := int(innerWire & 0x7)
|
|
|
- if innerWireType == 4 {
|
|
|
- break
|
|
|
- }
|
|
|
- next, err := skipAgent(dAtA[start:])
|
|
|
- if err != nil {
|
|
|
- return 0, err
|
|
|
- }
|
|
|
- iNdEx = start + next
|
|
|
- }
|
|
|
- return iNdEx, nil
|
|
|
+ depth++
|
|
|
case 4:
|
|
|
- return iNdEx, nil
|
|
|
+ if depth == 0 {
|
|
|
+ return 0, ErrUnexpectedEndOfGroupAgent
|
|
|
+ }
|
|
|
+ depth--
|
|
|
case 5:
|
|
|
iNdEx += 4
|
|
|
- return iNdEx, nil
|
|
|
default:
|
|
|
return 0, fmt.Errorf("proto: illegal wireType %d", wireType)
|
|
|
}
|
|
|
+ if iNdEx < 0 {
|
|
|
+ return 0, ErrInvalidLengthAgent
|
|
|
+ }
|
|
|
+ if depth == 0 {
|
|
|
+ return iNdEx, nil
|
|
|
+ }
|
|
|
}
|
|
|
- panic("unreachable")
|
|
|
+ return 0, io.ErrUnexpectedEOF
|
|
|
}
|
|
|
|
|
|
var (
|
|
|
- ErrInvalidLengthAgent = fmt.Errorf("proto: negative length found during unmarshaling")
|
|
|
- ErrIntOverflowAgent = fmt.Errorf("proto: integer overflow")
|
|
|
+ ErrInvalidLengthAgent = fmt.Errorf("proto: negative length found during unmarshaling")
|
|
|
+ ErrIntOverflowAgent = fmt.Errorf("proto: integer overflow")
|
|
|
+ ErrUnexpectedEndOfGroupAgent = fmt.Errorf("proto: unexpected end of group")
|
|
|
)
|
|
|
-
|
|
|
-func init() { proto.RegisterFile("agent.proto", fileDescriptorAgent) }
|
|
|
-
|
|
|
-var fileDescriptorAgent = []byte{
|
|
|
- // 459 bytes of a gzipped FileDescriptorProto
|
|
|
- 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x6c, 0x91, 0x31, 0x6f, 0xd3, 0x4c,
|
|
|
- 0x18, 0xc7, 0xe3, 0xc4, 0x6f, 0x1b, 0x3f, 0x4e, 0x52, 0xeb, 0xf4, 0x0a, 0x59, 0x1e, 0x1c, 0x13,
|
|
|
- 0x09, 0x29, 0x48, 0x28, 0x95, 0xca, 0xd8, 0x89, 0x26, 0x0c, 0x5e, 0x90, 0x75, 0x4d, 0x59, 0x83,
|
|
|
- 0x13, 0x1f, 0xe6, 0x54, 0xe3, 0xb3, 0xee, 0xae, 0x65, 0x65, 0x03, 0xf5, 0x3b, 0x74, 0xe2, 0xcb,
|
|
|
- 0x30, 0x32, 0x32, 0x55, 0xd4, 0x9f, 0x80, 0x95, 0x0d, 0xdd, 0xf9, 0xae, 0x11, 0x52, 0xb7, 0xf3,
|
|
|
- 0xef, 0xff, 0x3b, 0xeb, 0xb9, 0xff, 0x03, 0x7e, 0x5e, 0x92, 0x5a, 0x2e, 0x1a, 0xce, 0x24, 0x43,
|
|
|
- 0x50, 0xd1, 0x6d, 0x4d, 0xe4, 0x27, 0xc6, 0x2f, 0xa3, 0xff, 0x4b, 0x56, 0x32, 0x8d, 0x8f, 0xd5,
|
|
|
- 0xa9, 0x33, 0x66, 0x7f, 0xfa, 0x30, 0x79, 0x5d, 0x17, 0x0d, 0xa3, 0xb5, 0xc4, 0x64, 0xc7, 0x78,
|
|
|
- 0x81, 0x10, 0xb8, 0x75, 0xfe, 0x91, 0x84, 0x4e, 0xe2, 0xcc, 0x3d, 0xac, 0xcf, 0xe8, 0x29, 0x8c,
|
|
|
- 0x04, 0xe1, 0xd7, 0x74, 0x47, 0x36, 0x3a, 0xeb, 0xeb, 0xcc, 0x37, 0xec, 0x8d, 0x52, 0x5e, 0x00,
|
|
|
- 0x58, 0x85, 0x16, 0xe1, 0x40, 0x09, 0x67, 0xe3, 0xf6, 0x6e, 0xea, 0x9d, 0x77, 0x34, 0x5d, 0x61,
|
|
|
- 0xcf, 0x08, 0x69, 0xa1, 0xec, 0x6b, 0xca, 0xe5, 0x55, 0x5e, 0x6d, 0x68, 0x13, 0xba, 0x7b, 0xfb,
|
|
|
- 0x6d, 0x47, 0xd3, 0x0c, 0x7b, 0x46, 0x48, 0x1b, 0x74, 0x0c, 0x3e, 0x31, 0x43, 0x2a, 0xfd, 0x3f,
|
|
|
- 0xad, 0x4f, 0xda, 0xbb, 0x29, 0xd8, 0xd9, 0xd3, 0x0c, 0x83, 0x55, 0xd2, 0x06, 0x9d, 0xc2, 0x98,
|
|
|
- 0xd6, 0x25, 0x27, 0x42, 0x6c, 0x1a, 0xc6, 0xa5, 0x08, 0x0f, 0x92, 0xc1, 0xdc, 0x3f, 0x79, 0xb2,
|
|
|
- 0xd8, 0x17, 0xb2, 0xc8, 0x18, 0x97, 0x4b, 0x56, 0xbf, 0xa7, 0x25, 0x1e, 0x19, 0x59, 0x21, 0x81,
|
|
|
- 0x42, 0x38, 0xcc, 0x2b, 0x9a, 0x0b, 0x22, 0xc2, 0xc3, 0x64, 0x30, 0xf7, 0xb0, 0xfd, 0x54, 0x35,
|
|
|
- 0xc8, 0x5c, 0x5c, 0x6e, 0x6c, 0x3c, 0xd4, 0xb1, 0xaf, 0xd8, 0x2b, 0xa3, 0x3c, 0x87, 0xc0, 0xd6,
|
|
|
- 0x50, 0x50, 0x91, 0x6f, 0x2b, 0x52, 0x84, 0x5e, 0xe2, 0xcc, 0x87, 0xf8, 0xc8, 0xf0, 0x95, 0xc1,
|
|
|
- 0xb3, 0x2f, 0x7d, 0x80, 0xfd, 0x10, 0x8f, 0xf6, 0x7e, 0x0a, 0x43, 0xbd, 0xa7, 0x1d, 0xab, 0x74,
|
|
|
- 0xe7, 0x93, 0x93, 0xe9, 0xe3, 0x4f, 0x58, 0x64, 0x46, 0xc3, 0x0f, 0x17, 0xd0, 0x14, 0x7c, 0x99,
|
|
|
- 0xf3, 0x92, 0x48, 0xdd, 0x81, 0x5e, 0xc9, 0x18, 0x43, 0x87, 0xd4, 0x4d, 0xf4, 0x0c, 0x26, 0xcd,
|
|
|
- 0xd5, 0xb6, 0xa2, 0xe2, 0x03, 0x29, 0x3a, 0xc7, 0xd5, 0xce, 0xf8, 0x81, 0x2a, 0x6d, 0xf6, 0x0e,
|
|
|
- 0x86, 0xf6, 0xef, 0x28, 0x84, 0xc1, 0x7a, 0x99, 0x05, 0xbd, 0xe8, 0xe8, 0xe6, 0x36, 0xf1, 0x2d,
|
|
|
- 0x5e, 0x2f, 0x33, 0x95, 0x5c, 0xac, 0xb2, 0xc0, 0xf9, 0x37, 0xb9, 0x58, 0x65, 0x28, 0x02, 0xf7,
|
|
|
- 0x7c, 0xb9, 0xce, 0x82, 0x7e, 0x14, 0xdc, 0xdc, 0x26, 0x23, 0x1b, 0x29, 0x16, 0xb9, 0x5f, 0xbf,
|
|
|
- 0xc5, 0xbd, 0xb3, 0xf0, 0xe7, 0x7d, 0xdc, 0xfb, 0x7d, 0x1f, 0x3b, 0x9f, 0xdb, 0xd8, 0xf9, 0xde,
|
|
|
- 0xc6, 0xce, 0x8f, 0x36, 0x76, 0x7e, 0xb5, 0xb1, 0xb3, 0x3d, 0xd0, 0xaf, 0x79, 0xf9, 0x37, 0x00,
|
|
|
- 0x00, 0xff, 0xff, 0x55, 0x29, 0x75, 0x5c, 0xd7, 0x02, 0x00, 0x00,
|
|
|
-}
|