Signed-off-by: YAMAMOTO Takashi <yamam...@valinux.co.jp> --- ofproto/ofproto-dpif.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/ofproto/ofproto-dpif.c b/ofproto/ofproto-dpif.c index 3648dd7..4195c35 100644 --- a/ofproto/ofproto-dpif.c +++ b/ofproto/ofproto-dpif.c @@ -1220,13 +1220,13 @@ add_internal_flows(struct ofproto_dpif *ofproto) ofpbuf_clear(&ofpacts); error = add_internal_miss_flow(ofproto, id++, &ofpacts, - &ofproto->no_packet_in_rule); + &ofproto->no_packet_in_rule); if (error) { return error; } error = add_internal_miss_flow(ofproto, id++, &ofpacts, - &ofproto->drop_frags_rule); + &ofproto->drop_frags_rule); if (error) { return error; } @@ -1243,7 +1243,7 @@ add_internal_flows(struct ofproto_dpif *ofproto) match_init_catchall(&match); match_set_recirc_id(&match, 0); - error = ofproto_dpif_add_internal_flow(ofproto, &match, 2, &ofpacts, + error = ofproto_dpif_add_internal_flow(ofproto, &match, 2, &ofpacts, &unused_rulep); if (error) { return error; @@ -1256,7 +1256,7 @@ add_internal_flows(struct ofproto_dpif *ofproto) */ ofpbuf_clear(&ofpacts); match_init_catchall(&match); - error = ofproto_dpif_add_internal_flow(ofproto, &match, 1, &ofpacts, + error = ofproto_dpif_add_internal_flow(ofproto, &match, 1, &ofpacts, &unused_rulep); return error; -- 1.8.3.1 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev