diff options
author | IWASE Yusuke <iwase.yusuke0@gmail.com> | 2018-06-20 23:15:11 +0900 |
---|---|---|
committer | IWASE Yusuke <iwase.yusuke0@gmail.com> | 2018-06-21 10:40:25 +0900 |
commit | 493d024701e3034824f9f62010c2beeabe1f2253 (patch) | |
tree | f40c40d994c6754ee4ea050d8d23e0ba97c511c1 /client | |
parent | 92814f7b85c01ffc7eca750cfec3b7bbc200a2d3 (diff) |
api: Define protobuf for BGP Capabilities
Example of protoc command:
$ export PROTOBUF=${HOME}/protobuf/src
$ export GOBGP=${GOPATH}/src/github.com/osrg/gobgp
$ protoc \
-I ${PROTOBUF} \
-I ${GOBGP}/api \
--go_out=plugins=grpc:${GOBGP}/api \
${GOBGP}/api/gobgp.proto \
${GOBGP}/api/attribute.proto \
${GOBGP}/api/capability.proto
Signed-off-by: IWASE Yusuke <iwase.yusuke0@gmail.com>
Diffstat (limited to 'client')
0 files changed, 0 insertions, 0 deletions