X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fofp-util.def;h=3954dc0cbb4958b76ccc60fbb0b70a44c2045b09;hb=8e61c1104eddbe737a67cbf559fcb48971f59569;hp=e61049bbd44d11ecce79d8eb9a97c178175b68d6;hpb=e3432ee978b4fd740aa4db785742a28a573e2cde;p=sliver-openvswitch.git diff --git a/lib/ofp-util.def b/lib/ofp-util.def index e61049bbd..3954dc0cb 100644 --- a/lib/ofp-util.def +++ b/lib/ofp-util.def @@ -31,7 +31,7 @@ OFPAT11_ACTION(OFPAT11_SET_NW_TOS, ofp_action_nw_tos, 0, "mod_nw_tos") OFPAT11_ACTION(OFPAT11_SET_TP_SRC, ofp_action_tp_port, 0, "mod_tp_src") OFPAT11_ACTION(OFPAT11_SET_TP_DST, ofp_action_tp_port, 0, "mod_tp_dst") //OFPAT11_ACTION(OFPAT11_PUSH_VLAN, ofp11_action_push, 0, "push_vlan") -//OFPAT11_ACTION(OFPAT11_POP_VLAN, ofp_action_header, 0, "pop_vlan") +OFPAT11_ACTION(OFPAT11_POP_VLAN, ofp_action_header, 0, "pop_vlan") //OFPAT11_ACTION(OFPAT11_SET_QUEUE, ofp11_action_set_queue, 0, "set_queue") //OFPAT11_ACTION(OFPAT11_SET_NW_TTL, ofp11_action_nw_ttl, 0, "set_nw_ttl") OFPAT11_ACTION(OFPAT11_DEC_NW_TTL, ofp_action_header, 0, NULL)