Re: [ovs-dev] [PATCH 2/8] rconn: Make OF 1.4 bundle messages 'admitted'.

2014-12-22 Thread Jarno Rajahalme
On Dec 11, 2014, at 5:43 PM, Ben Pfaff wrote: > On Mon, Dec 08, 2014 at 02:01:28PM -0800, Jarno Rajahalme wrote: >> Use of OF 1.4 bundle messages by a controller should indicate that the >> controller has decided to use the switch, hence make is_admitted_msg() >> return 'true' for them. >> >> S

Re: [ovs-dev] [PATCH 2/8] rconn: Make OF 1.4 bundle messages 'admitted'.

2014-12-11 Thread Ben Pfaff
On Mon, Dec 08, 2014 at 02:01:28PM -0800, Jarno Rajahalme wrote: > Use of OF 1.4 bundle messages by a controller should indicate that the > controller has decided to use the switch, hence make is_admitted_msg() > return 'true' for them. > > Signed-off-by: Jarno Rajahalme Wow, I'm really impresse

[ovs-dev] [PATCH 2/8] rconn: Make OF 1.4 bundle messages 'admitted'.

2014-12-08 Thread Jarno Rajahalme
Use of OF 1.4 bundle messages by a controller should indicate that the controller has decided to use the switch, hence make is_admitted_msg() return 'true' for them. Signed-off-by: Jarno Rajahalme --- lib/rconn.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/rcon