summaryrefslogtreecommitdiff
path: root/interface-definitions/include/firewall
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2026-02-15 12:56:45 +0100
committerChristian Breunig <christian@breunig.cc>2026-02-15 12:58:14 +0100
commit93a5c32c0d473a8318e9733ce8ded544961a6a27 (patch)
treef1b8d47c2d8e1e25c944f9218496f0d78ebe7005 /interface-definitions/include/firewall
parent6b8139a9ed7426356f9515603e855fb89e5506af (diff)
downloadvyos-1x-93a5c32c0d473a8318e9733ce8ded544961a6a27.tar.gz
vyos-1x-93a5c32c0d473a8318e9733ce8ded544961a6a27.zip
xml: T8271: add additional information for ICMPv6 compeltion help
Diffstat (limited to 'interface-definitions/include/firewall')
-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"/>