ofproto-dpif: Move DHCP in-band control special case into xlate_actions().
authorBen Pfaff <blp@nicira.com>
Tue, 27 Sep 2011 22:19:30 +0000 (15:19 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 14 Oct 2011 21:08:44 +0000 (14:08 -0700)
commitb6848f1333e3905268366e7a9b6d454a41b7b694
tree48240a99c57e868088d05e265fd2aa298cdebafb
parent3a706b33aab1d5b79394ee74bd3a34d2bf00093c
ofproto-dpif: Move DHCP in-band control special case into xlate_actions().

This eliminates an extra round trip to the kernel for this special case
and keeps all the flow translation logic in one place.
ofproto/ofproto-dpif.c