diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-01-25 08:24:17 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-01-25 08:24:17 +0100 |
commit | 1dfb36be7c202ce12f2fe0e3ed3f0e48149605ba (patch) | |
tree | e17753030f2e3c28c72a82439c31f1754b4714a6 /interface-definitions | |
parent | c029e1f2d07354a574818f036b22c8f619c100e1 (diff) | |
download | vyos-1x-1dfb36be7c202ce12f2fe0e3ed3f0e48149605ba.tar.gz vyos-1x-1dfb36be7c202ce12f2fe0e3ed3f0e48149605ba.zip |
bonding: fix "arp-monitor target" help string
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/interfaces-bonding.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interface-definitions/interfaces-bonding.xml.in b/interface-definitions/interfaces-bonding.xml.in index 55f0f148f..1efbd7d8a 100644 --- a/interface-definitions/interfaces-bonding.xml.in +++ b/interface-definitions/interfaces-bonding.xml.in @@ -39,7 +39,7 @@ <help>IP address used for ARP monitoring</help> <valueHelp> <format>ipv4</format> - <description>Network Time Protocol (NTP) IPv4 address</description> + <description>Specify IPv4 address of ARP requests when interval is enabled</description> </valueHelp> <constraint> <validator name="ipv4-address"/> |