HP-UX IPFilter Version 17 Administrator's Guide
number/name Specifies the reference number/name that is used by the filtering rule.
7.3.2 Examples
The following example creates an address pool using the tree storage format that is referenced
in the IPF rule which allows packets from this pool.
table role = ipf type = tree name = mypool
{ 10.1.1.41/32; 10.1.1.42/32; 192.168.1.0/24; }
pass in from pool/mypool to any
The following example creates an address pool using the hash storage format that is referenced
in the IPF rule which blocks packets from this pool.
table role = ipf type = hash name = myhash
{ 192.1.1.41/32; 192.1.1.42/32; 10.1.1.0/24; }
block in from pool/myhash to any
74 Address Pooling