diff options
| author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2026-08-04 20:16:32 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-08-04 20:16:32 +0300 |
| commit | 8ab1f35bd45ce4fc74f55cb6a010855bcd5e08be (patch) | |
| tree | 5277c4f642fb1f23013665541faf4321c6f026b3 | |
| parent | dcea6663811aa505bb0cf83f42bffa73408cb234 (diff) | |
| download | vyos-1x-sever-sever-patch-T9163.tar.gz vyos-1x-sever-sever-patch-T9163.zip | |
T9163: Fix typos in the completion help for the service conntrack-syncsever-sever-patch-T9163
Cosmetic bug
| -rw-r--r-- | interface-definitions/service_conntrack-sync.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interface-definitions/service_conntrack-sync.xml.in b/interface-definitions/service_conntrack-sync.xml.in index 4f5ccbf96..dc771d64a 100644 --- a/interface-definitions/service_conntrack-sync.xml.in +++ b/interface-definitions/service_conntrack-sync.xml.in @@ -145,7 +145,7 @@ <children> <leafNode name="peer"> <properties> - <help>IP address of the peer to send the UDP conntrack info too. This disable multicast.</help> + <help>IP address of the peer to send the UDP conntrack info to. This disables multicast.</help> <valueHelp> <format>ipv4</format> <description>IP address to listen for incoming connections</description> |
