diff options
Diffstat (limited to 'api/gobgp.pb.go')
-rw-r--r-- | api/gobgp.pb.go | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/api/gobgp.pb.go b/api/gobgp.pb.go index 30b925aa..17da4c6b 100644 --- a/api/gobgp.pb.go +++ b/api/gobgp.pb.go @@ -1178,8 +1178,9 @@ func (m *Vrf) String() string { return proto.CompactTextString(m) } func (*Vrf) ProtoMessage() {} type Global struct { - As uint32 `protobuf:"varint,1,opt,name=as" json:"as,omitempty"` - RouterId string `protobuf:"bytes,2,opt,name=router_id" json:"router_id,omitempty"` + As uint32 `protobuf:"varint,1,opt,name=as" json:"as,omitempty"` + RouterId string `protobuf:"bytes,2,opt,name=router_id" json:"router_id,omitempty"` + ListenPort int32 `protobuf:"varint,3,opt,name=listen_port" json:"listen_port,omitempty"` } func (m *Global) Reset() { *m = Global{} } |