From 94836fe9a9e247361eb80d16e095c736732a7c61 Mon Sep 17 00:00:00 2001 From: ISHIDA Wataru Date: Thu, 1 Oct 2015 21:30:04 +0900 Subject: cli: add command to show accepted/rejected routes $ gobgp neighbor accepted $ gobgp neighbor rejected Signed-off-by: ISHIDA Wataru --- api/gobgp.pb.go | 1 + 1 file changed, 1 insertion(+) (limited to 'api/gobgp.pb.go') diff --git a/api/gobgp.pb.go b/api/gobgp.pb.go index fe6949f4..97ededd1 100644 --- a/api/gobgp.pb.go +++ b/api/gobgp.pb.go @@ -249,6 +249,7 @@ type Path struct { Rf uint32 `protobuf:"varint,8,opt,name=rf" json:"rf,omitempty"` SourceAsn uint32 `protobuf:"varint,9,opt,name=source_asn" json:"source_asn,omitempty"` SourceId string `protobuf:"bytes,10,opt,name=source_id" json:"source_id,omitempty"` + Filtered bool `protobuf:"varint,11,opt,name=filtered" json:"filtered,omitempty"` } func (m *Path) Reset() { *m = Path{} } -- cgit v1.2.3