Skip to content

Commit 32b6066

Browse files
Giggummergify[bot]
authored andcommitted
conntrack: T6396: correction to helper message for custom timeout rule
(cherry picked from commit 0c75e24)
1 parent 679538c commit 32b6066

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

interface-definitions/system_conntrack.xml.in

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@
400400
<constraint>
401401
<validator name="numeric" argument="--range 1-999999"/>
402402
</constraint>
403-
<constraintErrorMessage>Ignore rule number must be between 1 and 999999</constraintErrorMessage>
403+
<constraintErrorMessage>Timeout rule number must be between 1 and 999999</constraintErrorMessage>
404404
</properties>
405405
<children>
406406
#include <include/generic-description.xml.i>
@@ -415,7 +415,7 @@
415415
</node>
416416
<leafNode name="inbound-interface">
417417
<properties>
418-
<help>Interface to ignore connections tracking on</help>
418+
<help>Interface to apply custom connection timers on</help>
419419
<completionHelp>
420420
<list>any</list>
421421
<script>${vyos_completion_dir}/list_interfaces</script>
@@ -458,7 +458,7 @@
458458
<constraint>
459459
<validator name="numeric" argument="--range 1-999999"/>
460460
</constraint>
461-
<constraintErrorMessage>Ignore rule number must be between 1 and 999999</constraintErrorMessage>
461+
<constraintErrorMessage>Timeout rule number must be between 1 and 999999</constraintErrorMessage>
462462
</properties>
463463
<children>
464464
#include <include/generic-description.xml.i>
@@ -473,7 +473,7 @@
473473
</node>
474474
<leafNode name="inbound-interface">
475475
<properties>
476-
<help>Interface to ignore connections tracking on</help>
476+
<help>Interface to apply custom connection timers on</help>
477477
<completionHelp>
478478
<list>any</list>
479479
<script>${vyos_completion_dir}/list_interfaces</script>

0 commit comments

Comments
 (0)