diff options
author | Giggum <152240782+Giggum@users.noreply.github.com> | 2024-05-30 22:37:24 -0400 |
---|---|---|
committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2024-05-31 08:36:17 +0000 |
commit | 32b6066f64b7ae73dcb82af9c939d6009cbdaed6 (patch) | |
tree | 4fc82b40f98a06cdb4fabde586d7e1ab59e7c431 /interface-definitions/system_conntrack.xml.in | |
parent | 679538cb9d009ad68ecbf1083dea344bbf4493cf (diff) | |
download | vyos-1x-32b6066f64b7ae73dcb82af9c939d6009cbdaed6.tar.gz vyos-1x-32b6066f64b7ae73dcb82af9c939d6009cbdaed6.zip |
conntrack: T6396: correction to helper message for custom timeout rule
(cherry picked from commit 0c75e2470f8db900ffcac4e3c84669b6aa4580dd)
Diffstat (limited to 'interface-definitions/system_conntrack.xml.in')
-rw-r--r-- | interface-definitions/system_conntrack.xml.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/interface-definitions/system_conntrack.xml.in b/interface-definitions/system_conntrack.xml.in index a348097cc..b97fbd80b 100644 --- a/interface-definitions/system_conntrack.xml.in +++ b/interface-definitions/system_conntrack.xml.in @@ -400,7 +400,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> @@ -415,7 +415,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> @@ -458,7 +458,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> @@ -473,7 +473,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> |