>
>
>
> size_t oc_offset = start_controller_op(ctx->ofpacts,
> ACTION_OPCODE_DHCP_OFFER, true);
> while (!lexer_match(ctx->lexer, LEX_T_RPAREN)) {
> if (!parse_dhcp_option(ctx, ctx->ofpacts)) {
> return;
> }
> }
> finish_controller_op(ctx->ofpacts, oc_offset);
>
> Thanks a lot!
>
> Ben
> Thanks Ben for the review and comments. I am working on addressing them. _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
