summaryrefslogtreecommitdiffhomepage
path: root/ryu/services/protocols/bgp/operator/ssh.py
diff options
context:
space:
mode:
Diffstat (limited to 'ryu/services/protocols/bgp/operator/ssh.py')
-rw-r--r--ryu/services/protocols/bgp/operator/ssh.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ryu/services/protocols/bgp/operator/ssh.py b/ryu/services/protocols/bgp/operator/ssh.py
index cb2f63b4..5690f674 100644
--- a/ryu/services/protocols/bgp/operator/ssh.py
+++ b/ryu/services/protocols/bgp/operator/ssh.py
@@ -516,4 +516,5 @@ class Cli(Activity):
server = hub.StreamServer(listen_info, ssh_server_factory)
server.serve_forever()
+
SSH_CLI_CONTROLLER = Cli()