diff options
| author | Christian Breunig <christian@breunig.cc> | 2026-02-16 15:45:01 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-16 15:45:01 +0100 |
| commit | 33752c9a41f2e79c1ef3884188968d0f48bc79d8 (patch) | |
| tree | b309b02d15d913709a88bf120551e511559459a1 /interface-definitions/include/firewall/icmpv6.xml.i | |
| parent | 2bf396b489f89ee76d8f8ad6633bcea0aac82e26 (diff) | |
| parent | 93a5c32c0d473a8318e9733ce8ded544961a6a27 (diff) | |
| download | vyos-1x-33752c9a41f2e79c1ef3884188968d0f48bc79d8.tar.gz vyos-1x-33752c9a41f2e79c1ef3884188968d0f48bc79d8.zip | |
Merge pull request #4991 from c-po/policy-xml-cleanup
xml: T8271: cleanup duplicate includes and split duplicate code into new building blocks
Diffstat (limited to 'interface-definitions/include/firewall/icmpv6.xml.i')
| -rw-r--r-- | interface-definitions/include/firewall/icmpv6.xml.i | 12 |
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"/> |
