-d | Change the default directory used with -R and -W options for saving state information. |
-n | Dont actually take any action that would affect information stored in the kernel or on disk. |
-v | Provides a verbose description of whats being done. |
-i <ifname1>,<ifname2> |
| Change all instances of interface name ifname1 in the state save file to ifname2. Useful if youre restoring state information after a hardware reconfiguration or change. |
-N | Operate on NAT information. |
-S | Operate on filtering state information. |
-u | Unlock state tables in the kernel. |
-l | Lock state tables in the kernel. |
-r | Read information in from the specified file and load it into the kernel. This requires the state tables to have already been locked and does not change the lock once complete. |
-w | Write information out to the specified file and from the kernel. This requires the state tables to have already been locked and does not change the lock once complete. |
-R | Restores all saved state information, if any, from two files, ipstate.ipf and ipnat.ipf, stored in the /var/db/ipf directory unless otherwise specified by the -d option. The state tables are locked at the beginning of this operation and unlocked once complete. |
-W | Saves in-kernel state information, if any, out to two files, ipstate.ipf and ipnat.ipf, stored in the /var/db/ipf directory unless otherwise specified by the -d option. The state tables are locked at the beginning of this operation and unlocked once complete. |
|