HP-UX IPFilter V17.05 Administrator Guide HP-UX 11i v2 and HP-UX 11i v3
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
7.3 Configuring address pool 49