On Fri, 1 Mar 2013 14:13:47 +0900 YAMAMOTO Takashi <[email protected]> wrote:
> cfg.py automatically replaces '-' in option names to '_' for config files. > so s/_/-/ in this file was a mistake. revert the commit. It means that Yamahata's comment is wrong? > Signed-off-by: YAMAMOTO Takashi <[email protected]> > --- > etc/ryu/ryu.conf | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/etc/ryu/ryu.conf b/etc/ryu/ryu.conf > index e1a4458..341de67 100644 > --- a/etc/ryu/ryu.conf > +++ b/etc/ryu/ryu.conf > @@ -2,7 +2,7 @@ > > [DEFAULT] > > -#wsapi-host=<hostip> > -#wsapi-port=<port:8080> > -#ofp-listen-host=<hostip> > -#ofp-listen-port=<port:6633> > +#wsapi_host=<hostip> > +#wsapi_port=<port:8080> > +#ofp_listen_host=<hostip> > +#ofp_listen_port=<port:6633> > -- > 1.7.12 > > > ------------------------------------------------------------------------------ > 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_feb > _______________________________________________ > Ryu-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ryu-devel ------------------------------------------------------------------------------ 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_feb _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
