summaryrefslogtreecommitdiffhomepage
path: root/api/gobgp.pb.go
diff options
context:
space:
mode:
Diffstat (limited to 'api/gobgp.pb.go')
-rw-r--r--api/gobgp.pb.go18
1 files changed, 18 insertions, 0 deletions
diff --git a/api/gobgp.pb.go b/api/gobgp.pb.go
index b0897927..cd935f84 100644
--- a/api/gobgp.pb.go
+++ b/api/gobgp.pb.go
@@ -45,6 +45,7 @@ It has these top-level messages:
CommunitySet
Conditions
CommunityAction
+ AsPrependAction
Actions
Statement
PolicyDefinition
@@ -1220,10 +1221,20 @@ func (m *CommunityAction) Reset() { *m = CommunityAction{} }
func (m *CommunityAction) String() string { return proto.CompactTextString(m) }
func (*CommunityAction) ProtoMessage() {}
+type AsPrependAction struct {
+ As string `protobuf:"bytes,1,opt,name=as" json:"as,omitempty"`
+ Repeatn uint32 `protobuf:"varint,2,opt,name=repeatn" json:"repeatn,omitempty"`
+}
+
+func (m *AsPrependAction) Reset() { *m = AsPrependAction{} }
+func (m *AsPrependAction) String() string { return proto.CompactTextString(m) }
+func (*AsPrependAction) ProtoMessage() {}
+
type Actions struct {
RouteAction string `protobuf:"bytes,1,opt,name=route_action" json:"route_action,omitempty"`
Community *CommunityAction `protobuf:"bytes,2,opt,name=community" json:"community,omitempty"`
Med string `protobuf:"bytes,3,opt,name=med" json:"med,omitempty"`
+ AsPrepend *AsPrependAction `protobuf:"bytes,4,opt,name=as_prepend" json:"as_prepend,omitempty"`
}
func (m *Actions) Reset() { *m = Actions{} }
@@ -1237,6 +1248,13 @@ func (m *Actions) GetCommunity() *CommunityAction {
return nil
}
+func (m *Actions) GetAsPrepend() *AsPrependAction {
+ if m != nil {
+ return m.AsPrepend
+ }
+ return nil
+}
+
type Statement struct {
StatementNeme string `protobuf:"bytes,1,opt,name=statement_neme" json:"statement_neme,omitempty"`
Conditions *Conditions `protobuf:"bytes,2,opt,name=conditions" json:"conditions,omitempty"`