From 84987fb8732b6d2cce89e4cbc4009f6341592ec9 Mon Sep 17 00:00:00 2001 From: IWASE Yusuke Date: Tue, 27 Feb 2018 13:15:32 +0900 Subject: 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 --- tools/spell-check/ignore.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools') 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 -- cgit v1.2.3