summaryrefslogtreecommitdiff
path: root/interface-definitions/include/firewall/icmpv6.xml.i
diff options
context:
space:
mode:
Diffstat (limited to 'interface-definitions/include/firewall/icmpv6.xml.i')
-rw-r--r--interface-definitions/include/firewall/icmpv6.xml.i12
1 files changed, 8 insertions, 4 deletions
diff --git a/interface-definitions/include/firewall/icmpv6.xml.i b/interface-definitions/include/firewall/icmpv6.xml.i
index c0118626e..9631f0012 100644
--- a/interface-definitions/include/firewall/icmpv6.xml.i
+++ b/interface-definitions/include/firewall/icmpv6.xml.i
@@ -6,7 +6,7 @@
<children>
<leafNode name="code">
<properties>
- <help>ICMPv6 code</help>
+ <help>ICMPv6 code field - depends on the message type</help>
<valueHelp>
<format>u32:0-255</format>
<description>ICMPv6 code (0-255)</description>
@@ -18,10 +18,14 @@
</leafNode>
<leafNode name="type">
<properties>
- <help>ICMPv6 type</help>
+ <help>ICMPv6 message type</help>
<valueHelp>
- <format>u32:0-255</format>
- <description>ICMPv6 type (0-255)</description>
+ <format>u32:0-127</format>
+ <description>ICMPv6 error message</description>
+ </valueHelp>
+ <valueHelp>
+ <format>u32:128-255</format>
+ <description>ICMPv6 information message</description>
</valueHelp>
<constraint>
<validator name="numeric" argument="--range 0-255"/>