net/bnxt: fix NAT template
[dpdk.git] / drivers / net / bnxt / tf_ulp / ulp_template_db_tbl.c
index 4388a0a..f2e2a59 100644 (file)
@@ -259,8 +259,8 @@ struct bnxt_ulp_rte_act_info ulp_act_info[] = {
        .proto_act_func          = NULL
        },
        [RTE_FLOW_ACTION_TYPE_DEC_TTL] = {
-               .act_type                = BNXT_ULP_ACT_TYPE_SUPPORTED,
-               .proto_act_func          = ulp_rte_dec_ttl_act_handler
+       .act_type                = BNXT_ULP_ACT_TYPE_SUPPORTED,
+       .proto_act_func          = ulp_rte_dec_ttl_act_handler
        },
        [RTE_FLOW_ACTION_TYPE_SET_TTL] = {
        .act_type                = BNXT_ULP_ACT_TYPE_NOT_SUPPORTED,