diff options
Diffstat (limited to 'api/gobgp.pb.go')
-rw-r--r-- | api/gobgp.pb.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/gobgp.pb.go b/api/gobgp.pb.go index bc1cad51..e4214a66 100644 --- a/api/gobgp.pb.go +++ b/api/gobgp.pb.go @@ -1162,6 +1162,7 @@ func (*CommunityAction) 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"` } func (m *Actions) Reset() { *m = Actions{} } |