HP-UX IPFilter A.03.05.14 Release Notes

HP-UX IPFilter Release Notes
Compatibility Information and Installation Requirements
Chapter 1 13
HP-UX IPFilter enables you to uniquely identify an ICMPv6 message using its type and code.
A new keyword, icmpv6-type, is introduced. Use the following rule to pass ICMPv6 type 135
code 0 packets:
pass in quick proto icmpv6 from any to any icmpv6-type 135 code 0
NOTE The type and code can only be specified as a decimal number.
At minimum, the following rules must be configured:
pass in quick proto icmpv6 from any to any icmpv6-type 133
pass in quick proto icmpv6 from any to any icmpv6-type 134
pass in quick proto icmpv6 from any to any icmpv6-type 135
pass in quick proto icmpv6 from any to any icmpv6-type 136
pass out quick proto icmpv6 from any to any icmpv6-type 133
pass out quick proto icmpv6 from any to any icmpv6-type 134
pass out quick proto icmpv6 from any to any icmpv6-type 135
pass out quick proto icmpv6 from any to any icmpv6-type 136
The following is additional information about message types 133-136:
133—Router solicitation
134—Router advertisement
135—Neighbor solicitation
136—Neighbor advertisement
Disk Space Required for Installation
This product requires 10 Mbytes of disk space.
Common Mistakes or Gotchas
None