Re: [Ryu-devel] [PATCH 0/8] rpc_cli: Enable to execute a single command

2016-12-29 Thread FUJITA Tomonori
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

[Ryu-devel] [PATCH 0/8] rpc_cli: Enable to execute a single command

2016-12-15 Thread IWASE Yusuke
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