use new vsys promisc script
[sliver-openvswitch.git] / lib / odp-util.c
index 7caab09..901dac3 100644 (file)
@@ -1976,7 +1976,7 @@ static void
 commit_set_port_action(const struct flow *flow, struct flow *base,
                        struct ofpbuf *odp_actions)
 {
-    if (!base->tp_src || !base->tp_dst) {
+    if (!base->tp_src && !base->tp_dst) {
         return;
     }