Re: [Ryu-devel] [PATCH] ofconfig: add commit and discard_changes operation support

2014-02-17 Thread FUJITA Tomonori
On Mon, 17 Feb 2014 12:17:19 +0900 (JST) yamam...@valinux.co.jp (YAMAMOTO Takashi) wrote: > > They are necessary for switches that don't support the feature of > > modifying 'running' configuration directly; instead, needs to modify > > 'candidate' configuration and then commit (or discard). > >

Re: [Ryu-devel] [PATCH] ofconfig: add commit and discard_changes operation support

2014-02-16 Thread YAMAMOTO Takashi
> They are necessary for switches that don't support the feature of > modifying 'running' configuration directly; instead, needs to modify > 'candidate' configuration and then commit (or discard). > > Also fix do_get method's comment typo. > > Signed-off-by: FUJITA Tomonori looks good to me. t

[Ryu-devel] [PATCH] ofconfig: add commit and discard_changes operation support

2014-02-15 Thread FUJITA Tomonori
They are necessary for switches that don't support the feature of modifying 'running' configuration directly; instead, needs to modify 'candidate' configuration and then commit (or discard). Also fix do_get method's comment typo. Signed-off-by: FUJITA Tomonori --- ryu/cmd/of_config_cli.py