summaryrefslogtreecommitdiffhomepage
path: root/api/gobgp.pb.go
diff options
context:
space:
mode:
authorISHIDA Wataru <ishida.wataru@lab.ntt.co.jp>2015-08-27 00:04:39 +0900
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2015-08-27 00:51:19 +0900
commit319841ac5ec46c9e26517c83b56800155fb1498b (patch)
tree9b1948f83995737b2c8840fe6077e155defbb679 /api/gobgp.pb.go
parent51494759aded7098e151869e66dd5b2c4d96ecfd (diff)
api: add route family field to struct Path
we can't parse Path.nlri field (whose type is []byte) without route family. Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp>
Diffstat (limited to 'api/gobgp.pb.go')
-rw-r--r--api/gobgp.pb.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/api/gobgp.pb.go b/api/gobgp.pb.go
index dbcc63d5..876d5218 100644
--- a/api/gobgp.pb.go
+++ b/api/gobgp.pb.go
@@ -328,6 +328,7 @@ type Path struct {
IsWithdraw bool `protobuf:"varint,5,opt,name=is_withdraw" json:"is_withdraw,omitempty"`
Validation int32 `protobuf:"varint,6,opt,name=validation" json:"validation,omitempty"`
NoImplicitWithdraw bool `protobuf:"varint,7,opt,name=no_implicit_withdraw" json:"no_implicit_withdraw,omitempty"`
+ Rf uint32 `protobuf:"varint,8,opt,name=rf" json:"rf,omitempty"`
}
func (m *Path) Reset() { *m = Path{} }