diff options
author | IWASE Yusuke <iwase.yusuke0@gmail.com> | 2018-02-27 13:15:32 +0900 |
---|---|---|
committer | IWASE Yusuke <iwase.yusuke0@gmail.com> | 2018-06-13 08:55:27 +0900 |
commit | 84987fb8732b6d2cce89e4cbc4009f6341592ec9 (patch) | |
tree | 9f3581c1d526fa72868724799c16b8045019436d /tools | |
parent | 34acacddea8047843dbcaf8e0aa46dc895d40afa (diff) |
api: Define protobuf structure for BGP Path Attributes
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
Signed-off-by: IWASE Yusuke <iwase.yusuke0@gmail.com>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/spell-check/ignore.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/spell-check/ignore.txt b/tools/spell-check/ignore.txt index 4163d941..4ad36108 100644 --- a/tools/spell-check/ignore.txt +++ b/tools/spell-check/ignore.txt @@ -15,6 +15,8 @@ itoa setsockopt Sprintf strconv +Unmarshal +unmarshal # Implementation specific dumpv2 |