ofproto: Support missing set_nw_dst and set_tp_dst translations
authorJustin Pettit <jpettit@nicira.com>
Tue, 17 Nov 2009 02:08:12 +0000 (18:08 -0800)
committerJustin Pettit <jpettit@nicira.com>
Tue, 17 Nov 2009 02:12:44 +0000 (18:12 -0800)
commit2d70a31aced4b50f888464a1f986bf82b2aa69d1
treedc01b7ea24b9eccdc4d7498263f6f0402e0903ed
parent985224ac0c6a2eeebf71c58b12893eafe2386a3d
ofproto: Support missing set_nw_dst and set_tp_dst translations

The function that translates OpenFlow actions into datapath actions was
missing definitions for OFPAT_SET_NW_DST and OFPAT_SET_TP_DST.  This
meant those actions would not occur in the datapath.
ofproto/ofproto.c