diff options
| author | Giggum <152240782+Giggum@users.noreply.github.com> | 2024-05-30 22:37:24 -0400 | 
|---|---|---|
| committer | Giggum <152240782+Giggum@users.noreply.github.com> | 2024-05-30 23:07:17 -0400 | 
| commit | 0c75e2470f8db900ffcac4e3c84669b6aa4580dd (patch) | |
| tree | e37afeaec6208b84ad58ddfa8a2bb4b0dcb75a61 | |
| parent | d127bb798e5f7727b392211c2d3b1619373e840c (diff) | |
| download | vyos-1x-0c75e2470f8db900ffcac4e3c84669b6aa4580dd.tar.gz vyos-1x-0c75e2470f8db900ffcac4e3c84669b6aa4580dd.zip | |
conntrack: T6396: correction to helper message for 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> | 
