diff options
author | ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | 2015-12-06 10:38:16 +0900 |
---|---|---|
committer | ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | 2015-12-06 10:38:16 +0900 |
commit | ec6bcf13f15f9b717c87e4d22232a38572e1d6f2 (patch) | |
tree | 9eb1a5199324775f61bed64a70b29093bd8cfe38 /api/gobgp.pb.go | |
parent | 7ff862f3eefceb3a58ca8be09ead21336d5cb504 (diff) |
api/cli: show all longer prefixes with longer-prefixes option
Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp>
Diffstat (limited to 'api/gobgp.pb.go')
-rw-r--r-- | api/gobgp.pb.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/api/gobgp.pb.go b/api/gobgp.pb.go index d59a11da..a4f6069b 100644 --- a/api/gobgp.pb.go +++ b/api/gobgp.pb.go @@ -537,9 +537,9 @@ func (m *Path) String() string { return proto.CompactTextString(m) } func (*Path) ProtoMessage() {} type Destination struct { - Prefix string `protobuf:"bytes,1,opt,name=prefix" json:"prefix,omitempty"` - Paths []*Path `protobuf:"bytes,2,rep,name=paths" json:"paths,omitempty"` - LongerPrefix bool `protobuf:"varint,3,opt,name=longer_prefix" json:"longer_prefix,omitempty"` + Prefix string `protobuf:"bytes,1,opt,name=prefix" json:"prefix,omitempty"` + Paths []*Path `protobuf:"bytes,2,rep,name=paths" json:"paths,omitempty"` + LongerPrefixes bool `protobuf:"varint,3,opt,name=longer_prefixes" json:"longer_prefixes,omitempty"` } func (m *Destination) Reset() { *m = Destination{} } |