On Wed, Mar 13, 2013 at 01:29:13PM +0900, YAMAMOTO Takashi wrote: > > Signed-off-by: YAMAMOTO Takashi <yamam...@valinux.co.jp> > --- > etc/ryu/ryu.conf | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/etc/ryu/ryu.conf b/etc/ryu/ryu.conf > index 341de67..702492e 100644 > --- a/etc/ryu/ryu.conf > +++ b/etc/ryu/ryu.conf > @@ -6,3 +6,8 @@ > #wsapi_port=<port:8080> > #ofp_listen_host=<hostip> > #ofp_listen_port=<port:6633> > + > +cli_transports=ssh > +cli_ssh_username=admin > +cli_ssh_password=pass > +cli_ssh_hostkey=/tmp/ryu/key
It is bad idea to put those value as default given that default value for username/password is None. Can those be commented out? username and password at least. This is convenient for you, though. > -- > 1.8.0.1 > > > ------------------------------------------------------------------------------ > Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics > Download AppDynamics Lite for free today: > http://p.sf.net/sfu/appdyn_d2d_mar > _______________________________________________ > Ryu-devel mailing list > Ryu-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/ryu-devel > -- yamahata ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_mar _______________________________________________ Ryu-devel mailing list Ryu-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ryu-devel