On Fri, 16 Dec 2016 15:17:35 +0900
IWASE Yusuke wrote:
> The following patches enable 'ryu rpc-cli' command to execute a
> single command not interactively.
>
> e.g.)
> $ ryu rpc-cli --peers=bgp=localhost:50002 \
> --command='request bgp operator.show [{"params": ["rib", "ipv4"]}]'
>
> This f
The following patches enable 'ryu rpc-cli' command to execute a
single command not interactively.
e.g.)
$ ryu rpc-cli --peers=bgp=localhost:50002 \
--command='request bgp operator.show [{"params": ["rib", "ipv4"]}]'
This feature is convenient to controle BGPSpeaker states via shell
commands, fo