@@ -86863,14 +86863,6 @@ def enum(object)
8686386863 httpd_traceoptions_type
8686486864 ),
8686586865 a(str("management-url"), arg),
86866- # Ported from vSRX 18.4R1.8
86867- b(str("http"),
86868- a(str("port"), arg),
86869- b(str("interface"),
86870- interface_name
86871- )
86872- ),
86873- # End of vSRX 18.4R1.8
8687486866 b(str("https"),
8687586867 c(
8687686868 a(str("port"), arg),
@@ -111182,10 +111174,10 @@ def enum(object)
111182111174 b(str("deny-configuration"),
111183111175 regular_expression
111184111176 ),
111185- a(str("allow-commands-regexps"), arg ),
111186- a(str("deny-commands-regexps"), arg ),
111187- a(str("allow-configuration-regexps"), arg ),
111188- a(str("deny-configuration-regexps"), arg ),
111177+ a(str("allow-commands-regexps"), regular_expression ),
111178+ a(str("deny-commands-regexps"), regular_expression ),
111179+ a(str("allow-configuration-regexps"), regular_expression ),
111180+ a(str("deny-configuration-regexps"), regular_expression ),
111189111181 str("configuration-breadcrumbs"),
111190111182 b(a(str("confirm-commands"), arg),
111191111183 c(
0 commit comments