diff options
author | Christian Breunig <christian@breunig.cc> | 2024-05-31 11:37:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-31 11:37:11 +0200 |
commit | 87e4a6f8e5470a1c5ef7a8f119c1c6ccecdf62ff (patch) | |
tree | 4fc82b40f98a06cdb4fabde586d7e1ab59e7c431 | |
parent | 679538cb9d009ad68ecbf1083dea344bbf4493cf (diff) | |
parent | 32b6066f64b7ae73dcb82af9c939d6009cbdaed6 (diff) | |
download | vyos-1x-87e4a6f8e5470a1c5ef7a8f119c1c6ccecdf62ff.tar.gz vyos-1x-87e4a6f8e5470a1c5ef7a8f119c1c6ccecdf62ff.zip |
Merge pull request #3565 from vyos/mergify/bp/sagitta/pr-3563
conntrack: T6396: correction to helper message for ipv4/ipv6 custom timeout rule (backport #3563)
-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> |