Skip to content

Commit

Permalink
conntrack: T6396: correction to helper message for custom timeout rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Giggum committed May 31, 2024
1 parent d127bb7 commit 0c75e24
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions interface-definitions/system_conntrack.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@
<constraint>
<validator name="numeric" argument="--range 1-999999"/>
</constraint>
<constraintErrorMessage>Ignore rule number must be between 1 and 999999</constraintErrorMessage>
<constraintErrorMessage>Timeout rule number must be between 1 and 999999</constraintErrorMessage>
</properties>
<children>
#include <include/generic-description.xml.i>
Expand All @@ -421,7 +421,7 @@
</node>
<leafNode name="inbound-interface">
<properties>
<help>Interface to ignore connections tracking on</help>
<help>Interface to apply custom connection timers on</help>
<completionHelp>
<list>any</list>
<script>${vyos_completion_dir}/list_interfaces</script>
Expand Down Expand Up @@ -464,7 +464,7 @@
<constraint>
<validator name="numeric" argument="--range 1-999999"/>
</constraint>
<constraintErrorMessage>Ignore rule number must be between 1 and 999999</constraintErrorMessage>
<constraintErrorMessage>Timeout rule number must be between 1 and 999999</constraintErrorMessage>
</properties>
<children>
#include <include/generic-description.xml.i>
Expand All @@ -479,7 +479,7 @@
</node>
<leafNode name="inbound-interface">
<properties>
<help>Interface to ignore connections tracking on</help>
<help>Interface to apply custom connection timers on</help>
<completionHelp>
<list>any</list>
<script>${vyos_completion_dir}/list_interfaces</script>
Expand Down

0 comments on commit 0c75e24

Please sign in to comment.