ofproto-dpif-xlate: Simplify the xlate_send_packet() function.
authorAlex Wang <alexw@nicira.com>
Fri, 11 Oct 2013 21:58:36 +0000 (14:58 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 11 Oct 2013 22:52:26 +0000 (15:52 -0700)
commit690efec27ba170cf1bb5bbdd28e9d354c049829a
treec4112f143daac8ff06e54f8abe119b91f29cba3f
parent419460f4e1465102bb9699e1e470b4a1349999b1
ofproto-dpif-xlate: Simplify the xlate_send_packet() function.

This commit simplifies the xlate_send_packet() function by calling
ofproto_dpif_execute_actions() function.

Signed-off-by: Alex Wang <alexw@nicira.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
ofproto/ofproto-dpif-xlate.c