[ovs-dev] [PATCH 1/1] ofproto-dpif: fix bundle_move() call in rstp_run().

2014-11-19 Thread Daniele Venturino
bundle_move() expects two “struct ofbundle” as arguments. Signed-off-by: Daniele Venturino daniele.ventur...@m3s.it --- ofproto/ofproto-dpif.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ofproto/ofproto-dpif.c b/ofproto/ofproto-dpif.c index 8778ed2..3f8768d 100644 ---

Re: [ovs-dev] [PATCH 1/1] ofproto-dpif: fix bundle_move() call in rstp_run().

2014-11-19 Thread Jarno Rajahalme
Acked-by: Jarno Rajahalme jrajaha...@nicira.com Pushed to master, Jarno On Nov 19, 2014, at 1:16 PM, Daniele Venturino daniele.ventur...@m3s.it wrote: bundle_move() expects two “struct ofbundle” as arguments. Signed-off-by: Daniele Venturino daniele.ventur...@m3s.it ---