diff options
Diffstat (limited to 'interface-definitions')
| -rw-r--r-- | interface-definitions/firewall.xml.in | 2 | ||||
| -rw-r--r-- | interface-definitions/include/firewall/connection-mark.xml.i | 15 | ||||
| -rw-r--r-- | interface-definitions/include/policy/route-common.xml.i | 12 | ||||
| -rw-r--r-- | interface-definitions/policy-route.xml.in | 2 | 
4 files changed, 31 insertions, 0 deletions
diff --git a/interface-definitions/firewall.xml.in b/interface-definitions/firewall.xml.in index c964abb41..7d7e0a38f 100644 --- a/interface-definitions/firewall.xml.in +++ b/interface-definitions/firewall.xml.in @@ -461,6 +461,7 @@                #include <include/firewall/dscp.xml.i>                #include <include/firewall/packet-length.xml.i>                #include <include/firewall/hop-limit.xml.i> +              #include <include/firewall/connection-mark.xml.i>                <node name="icmpv6">                  <properties>                    <help>ICMPv6 type and code information</help> @@ -628,6 +629,7 @@                #include <include/firewall/common-rule.xml.i>                #include <include/firewall/dscp.xml.i>                #include <include/firewall/packet-length.xml.i> +              #include <include/firewall/connection-mark.xml.i>                <node name="icmp">                  <properties>                    <help>ICMP type and code information</help> diff --git a/interface-definitions/include/firewall/connection-mark.xml.i b/interface-definitions/include/firewall/connection-mark.xml.i new file mode 100644 index 000000000..2cb826635 --- /dev/null +++ b/interface-definitions/include/firewall/connection-mark.xml.i @@ -0,0 +1,15 @@ +<!-- include start from firewall/connection-mark.xml.i --> +<leafNode name="connection-mark"> +  <properties> +    <help>Connection mark</help> +    <valueHelp> +      <format>u32:1-2147483647</format> +      <description>Connection-mark to match</description> +    </valueHelp> +    <constraint> +      <validator name="numeric" argument="--range 1-2147483647"/> +    </constraint> +    <multi/> +  </properties> +</leafNode> +<!-- include end --> diff --git a/interface-definitions/include/policy/route-common.xml.i b/interface-definitions/include/policy/route-common.xml.i index 8b959c2a4..6973d7a8f 100644 --- a/interface-definitions/include/policy/route-common.xml.i +++ b/interface-definitions/include/policy/route-common.xml.i @@ -159,6 +159,18 @@      <help>Packet modifications</help>
    </properties>
    <children>
 +    <leafNode name="connection-mark">
 +      <properties>
 +        <help>Connection marking</help>
 +        <valueHelp>
 +          <format>u32:1-2147483647</format>
 +          <description>Connection marking</description>
 +        </valueHelp>
 +        <constraint>
 +          <validator name="numeric" argument="--range 1-2147483647"/>
 +        </constraint>
 +      </properties>
 +    </leafNode>
      <leafNode name="dscp">
        <properties>
          <help>Packet Differentiated Services Codepoint (DSCP)</help>
 diff --git a/interface-definitions/policy-route.xml.in b/interface-definitions/policy-route.xml.in index 48a5bf7d1..d7b159839 100644 --- a/interface-definitions/policy-route.xml.in +++ b/interface-definitions/policy-route.xml.in @@ -52,6 +52,7 @@                #include <include/firewall/dscp.xml.i>                #include <include/firewall/packet-length.xml.i>                #include <include/firewall/hop-limit.xml.i> +              #include <include/firewall/connection-mark.xml.i>              </children>            </tagNode>          </children> @@ -106,6 +107,7 @@                #include <include/firewall/dscp.xml.i>                #include <include/firewall/packet-length.xml.i>                #include <include/firewall/ttl.xml.i> +              #include <include/firewall/connection-mark.xml.i>              </children>            </tagNode>          </children>  | 
