Signed-off-by: Isaku Yamahata <yamah...@valinux.co.jp> --- ofproto/ofproto-dpif.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/ofproto/ofproto-dpif.c b/ofproto/ofproto-dpif.c index 47c4789..4ffcbd7 100644 --- a/ofproto/ofproto-dpif.c +++ b/ofproto/ofproto-dpif.c @@ -5571,6 +5571,9 @@ do_xlate_action(const struct ofpact *a, struct action_xlate_ctx *ctx) break; case OFPACT_APPLY_ACTIONS: + do_xlate_actions__(ofpact_get_APPLY_ACTIONS(a)->ofpacts, ctx); + break; + case OFPACT_CLEAR_ACTIONS: case OFPACT_WRITE_ACTIONS: /* TODO:XXX */ -- 1.7.1.1 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev