|
Public Member Functions |
|
void | zap () |
|
void | add_port (const WvIPPortAddr &addr) |
|
void | add_redir (const WvIPPortAddr &src, int dstport) |
|
void | add_redir_all (int dstport) |
|
void | add_redir_port_range (const WvIPPortAddr &src_min, const WvIPPortAddr &src_max, int dstport) |
|
void | add_proto (WvStringParm proto) |
|
void | add_forward (const WvIPPortAddr &src, const WvIPPortAddr &dst, bool snat) |
|
void | del_proto (WvStringParm proto) |
|
void | del_port (const WvIPPortAddr &addr) |
|
void | del_redir (const WvIPPortAddr &src, int dstport) |
|
void | del_forward (const WvIPPortAddr &src, const WvIPPortAddr &dst, bool snat) |
|
void | del_redir_all (int dstport) |
|
void | del_redir_port_range (const WvIPPortAddr &src_min, const WvIPPortAddr &src_max, int dstport) |
Static Public Attributes |
|
static bool | enable = false |
|
static bool | ignore_errors = true |
Classes |
| class | Redir |
| class | RedirAll |
| class | RedirPortRange |