diff options
Diffstat (limited to 'docs/sources/grpc-client.md')
-rw-r--r-- | docs/sources/grpc-client.md | 20 |
1 files changed, 7 insertions, 13 deletions
diff --git a/docs/sources/grpc-client.md b/docs/sources/grpc-client.md index 32acef14..3cb8e55c 100644 --- a/docs/sources/grpc-client.md +++ b/docs/sources/grpc-client.md @@ -64,19 +64,13 @@ $ protoc -I $GOBGP_API --ruby_out=. --grpc_out=. --plugin=protoc-gen-grpc=`whic Let's run this script. ```bash -$ruby -I . ./get_neighbors.rb -BGP neighbor is 192.168.10.2, remote AS 65001 - BGP version 4, remote route ID <nil> - BGP state = BGP_FSM_ACTIVE, up for 0 - BGP OutQ = 0, Flops = 0 - Hold time is 0, keepalive interval is 0 seconds - Configured hold time is 90 -BGP neighbor is 192.168.10.3, remote AS 65001 - BGP version 4, remote route ID <nil> - BGP state = BGP_FSM_ACTIVE, up for 0 - BGP OutQ = 0, Flops = 0 - Hold time is 0, keepalive interval is 0 seconds - Configured hold time is 90 +$ ruby -I . ./get_neighbors.rb 172.18.0.2 +BGP neighbor is 10.0.0.2, remote AS 65002 + BGP version 4, remote route ID + BGP state = active, up for 0 + BGP OutQ = 0, Flops = 0 + Hold time is 0, keepalive interval is 0 seconds + Configured hold time is 90 ``` ## <a name="cpp"> C++ |