diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-05-21 21:48:50 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-05-21 21:48:50 +0200 |
commit | 06b72d9c2f479d77b2cf33ff71226e6b9fb9c068 (patch) | |
tree | 7336e48423f9f0e3a7107748b911dba7013f931d | |
parent | fcb3d5cacd9c5f92ce1e2edaa05c1afeac0c35d9 (diff) | |
download | vyos-1x-06b72d9c2f479d77b2cf33ff71226e6b9fb9c068.tar.gz vyos-1x-06b72d9c2f479d77b2cf33ff71226e6b9fb9c068.zip |
xml: flow-accounting: T4437: fix node help
-rw-r--r-- | interface-definitions/flow-accounting-conf.xml.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/interface-definitions/flow-accounting-conf.xml.in b/interface-definitions/flow-accounting-conf.xml.in index fc59f8ab3..878566b3f 100644 --- a/interface-definitions/flow-accounting-conf.xml.in +++ b/interface-definitions/flow-accounting-conf.xml.in @@ -220,7 +220,7 @@ </leafNode> <tagNode name="server"> <properties> - <help>Server to export NetFlow [REQUIRED]</help> + <help>NetFlow destination server</help> <valueHelp> <format>ipv4</format> <description>IPv4 server to export NetFlow</description> @@ -398,7 +398,7 @@ </leafNode> <tagNode name="server"> <properties> - <help>Server to export sFlow [REQUIRED]</help> + <help>sFlow destination server</help> <valueHelp> <format>ipv4</format> <description>IPv4 server to export sFlow</description> |