diff mbox series

[ovs-dev] ovn-controller: function ofctrl_inject_pkt() with wrong parameter

Message ID 1541120069-27697-1-git-send-email-xu.rong@zte.com.cn
State Accepted
Headers show
Series [ovs-dev] ovn-controller: function ofctrl_inject_pkt() with wrong parameter | expand

Commit Message

xurong00037997 Nov. 2, 2018, 12:54 a.m. UTC
Signed-off-by: xurong00037997 <xu.rong@zte.com.cn>

---
 ovn/controller/ovn-controller.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/ovn/controller/ovn-controller.c b/ovn/controller/ovn-controller.c
index 2b2779a..dd481b6 100644
--- a/ovn/controller/ovn-controller.c
+++ b/ovn/controller/ovn-controller.c
@@ -792,7 +792,7 @@  main(int argc, char *argv[])
 
                 if (pending_pkt.conn) {
                     char *error = ofctrl_inject_pkt(br_int, pending_pkt.flow_s,
-                                                    &port_groups, &addr_sets);
+                                                    &addr_sets, &port_groups);
                     if (error) {
                         unixctl_command_reply_error(pending_pkt.conn, error);
                         free(error);