summaryrefslogtreecommitdiff
path: root/interface-definitions/service-ids-ddos-protection.xml.in
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2022-07-21 20:26:08 +0200
committerChristian Poessinger <christian@poessinger.com>2022-07-21 20:26:08 +0200
commit902586e248dd84883a097a3daca0b1129db25b38 (patch)
tree0242eddb47ada1e9d937cb87fe0786c7be7cfae1 /interface-definitions/service-ids-ddos-protection.xml.in
parenta06a2b58cac1559a35d60916628a234359d213d9 (diff)
downloadvyos-1x-902586e248dd84883a097a3daca0b1129db25b38.tar.gz
vyos-1x-902586e248dd84883a097a3daca0b1129db25b38.zip
fastnetmon: T4555: add IPv6 support
Diffstat (limited to 'interface-definitions/service-ids-ddos-protection.xml.in')
-rw-r--r--interface-definitions/service-ids-ddos-protection.xml.in9
1 files changed, 7 insertions, 2 deletions
diff --git a/interface-definitions/service-ids-ddos-protection.xml.in b/interface-definitions/service-ids-ddos-protection.xml.in
index fe22994b5..0a0d78948 100644
--- a/interface-definitions/service-ids-ddos-protection.xml.in
+++ b/interface-definitions/service-ids-ddos-protection.xml.in
@@ -68,13 +68,18 @@
</node>
<leafNode name="network">
<properties>
- <help>Define monitoring networks</help>
+ <help>Specify IPv4 and IPv6 networks which belong to you</help>
<valueHelp>
<format>ipv4net</format>
- <description>Processed network</description>
+ <description>Your IPv4 prefix(es)</description>
+ </valueHelp>
+ <valueHelp>
+ <format>ipv6net</format>
+ <description>Your IPv6 prefix(es)</description>
</valueHelp>
<constraint>
<validator name="ipv4-prefix"/>
+ <validator name="ipv6-prefix"/>
</constraint>
<multi/>
</properties>