aboutsummaryrefslogtreecommitdiff
path: root/lib/learning-switch.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/learning-switch.c')
-rw-r--r--lib/learning-switch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/learning-switch.c b/lib/learning-switch.c
index 7a60f3c3..9f08da55 100644
--- a/lib/learning-switch.c
+++ b/lib/learning-switch.c
@@ -535,7 +535,7 @@ process_packet_in(struct lswitch *sw, const struct ofp_header *oh)
/* Extract flow data from 'opi' into 'flow'. */
ofpbuf_use_const(&pkt, pi.packet, pi.packet_len);
- flow_extract(&pkt, 0, NULL, pi.fmd.in_port, &flow);
+ flow_extract(&pkt, 0, 0, NULL, pi.fmd.in_port, &flow);
flow.tunnel.tun_id = pi.fmd.tun_id;
/* Choose output port. */