diff options
author | Christian Breunig <christian@breunig.cc> | 2024-05-31 10:35:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-31 10:35:32 +0200 |
commit | dccbc313fe56ec774120e9d5045beba4488bcb12 (patch) | |
tree | e37afeaec6208b84ad58ddfa8a2bb4b0dcb75a61 | |
parent | d127bb798e5f7727b392211c2d3b1619373e840c (diff) | |
parent | 0c75e2470f8db900ffcac4e3c84669b6aa4580dd (diff) | |
download | vyos-1x-dccbc313fe56ec774120e9d5045beba4488bcb12.tar.gz vyos-1x-dccbc313fe56ec774120e9d5045beba4488bcb12.zip |
Merge pull request #3563 from Giggum/vyos_t6396
conntrack: T6396: correction to helper message for ipv4/ipv6 custom timeout rule
-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 219c6e28e..66f3d4e05 100644 --- a/interface-definitions/system_conntrack.xml.in +++ b/interface-definitions/system_conntrack.xml.in @@ -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> @@ -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> @@ -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> @@ -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> |