Re: [Ryu-devel] [PATCH] lib/ofctl_utils: Log the datapath sent to

2016-06-30 Thread FUJITA Tomonori
On Tue, 28 Jun 2016 18:18:56 + Jason Kölker wrote: > If a controller has multiple switches connected it is useful to be able > to distinguish which datapath the msg is being sent to. > > Signed-off-by: Jason Kölker > --- > ryu/lib/ofctl_utils.py | 8 +++- > 1 file changed, 7 insertions

[Ryu-devel] [PATCH] lib/ofctl_utils: Log the datapath sent to

2016-06-28 Thread Jason Kölker
If a controller has multiple switches connected it is useful to be able to distinguish which datapath the msg is being sent to. Signed-off-by: Jason Kölker --- ryu/lib/ofctl_utils.py | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ryu/lib/ofctl_utils.py b/ryu/lib/ofctl