@@ -4827,26 +4827,26 @@ namespace yy {
4827
4827
case 340 : // act: "ACTION_CTL_AUDIT_ENGINE" "CONFIG_VALUE_ON"
4828
4828
#line 2628 "seclang-parser.yy"
4829
4829
{
4830
- // ACTION_NOT_SUPPORTED("CtlAuditEngine", @0 );
4831
- ACTION_CONTAINER (yylhs. value . as < std::unique_ptr<actions::Action> > () , new actions::Action (yystack_[ 1 ]. value . as < std::string > () ));
4830
+ ACTION_NOT_SUPPORTED (" CtlAuditEngine" , yystack_[ 2 ]. location );
4831
+ // ACTION_CONTAINER($$ , new actions::Action($1 ));
4832
4832
}
4833
4833
#line 4834 "seclang-parser.cc"
4834
4834
break ;
4835
4835
4836
4836
case 341 : // act: "ACTION_CTL_AUDIT_ENGINE" "CONFIG_VALUE_OFF"
4837
4837
#line 2633 "seclang-parser.yy"
4838
4838
{
4839
- // ACTION_NOT_SUPPORTED("CtlAuditEngine", @0 );
4840
- ACTION_CONTAINER (yylhs. value . as < std::unique_ptr<actions::Action> > () , new actions::Action (yystack_[ 1 ]. value . as < std::string > () ));
4839
+ ACTION_NOT_SUPPORTED (" CtlAuditEngine" , yystack_[ 2 ]. location );
4840
+ // ACTION_CONTAINER($$ , new actions::Action($1 ));
4841
4841
}
4842
4842
#line 4843 "seclang-parser.cc"
4843
4843
break ;
4844
4844
4845
4845
case 342 : // act: "ACTION_CTL_AUDIT_ENGINE" "CONFIG_VALUE_RELEVANT_ONLY"
4846
4846
#line 2638 "seclang-parser.yy"
4847
4847
{
4848
- // ACTION_NOT_SUPPORTED("CtlAuditEngine", @0 );
4849
- ACTION_CONTAINER (yylhs. value . as < std::unique_ptr<actions::Action> > () , new actions::Action (yystack_[ 1 ]. value . as < std::string > () ));
4848
+ ACTION_NOT_SUPPORTED (" CtlAuditEngine" , yystack_[ 2 ]. location );
4849
+ // ACTION_CONTAINER($$ , new actions::Action($1 ));
4850
4850
}
4851
4851
#line 4852 "seclang-parser.cc"
4852
4852
break ;
@@ -4886,17 +4886,17 @@ namespace yy {
4886
4886
case 347 : // act: "ACTION_CTL_FORCE_REQ_BODY_VAR" "CONFIG_VALUE_ON"
4887
4887
#line 2659 "seclang-parser.yy"
4888
4888
{
4889
- // ACTION_NOT_SUPPORTED("CtlForceReequestBody ", @0 );
4890
- ACTION_CONTAINER (yylhs. value . as < std::unique_ptr<actions::Action> > () , new actions::Action (yystack_[ 1 ]. value . as < std::string > () ));
4889
+ ACTION_NOT_SUPPORTED (" CtlForceRequestBodyVariable " , yystack_[ 2 ]. location );
4890
+ // ACTION_CONTAINER($$ , new actions::Action($1 ));
4891
4891
}
4892
4892
#line 4893 "seclang-parser.cc"
4893
4893
break ;
4894
4894
4895
4895
case 348 : // act: "ACTION_CTL_FORCE_REQ_BODY_VAR" "CONFIG_VALUE_OFF"
4896
4896
#line 2664 "seclang-parser.yy"
4897
4897
{
4898
- // ACTION_NOT_SUPPORTED("CtlForceReequestBody ", @0 );
4899
- ACTION_CONTAINER (yylhs. value . as < std::unique_ptr<actions::Action> > () , new actions::Action (yystack_[ 1 ]. value . as < std::string > () ));
4898
+ ACTION_NOT_SUPPORTED (" CtlForceRequestBodyVariable " , yystack_[ 2 ]. location );
4899
+ // ACTION_CONTAINER($$ , new actions::Action($1 ));
4900
4900
}
4901
4901
#line 4902 "seclang-parser.cc"
4902
4902
break ;
0 commit comments