diff options
Diffstat (limited to 'fwd.h')
| -rw-r--r-- | fwd.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -106,6 +106,8 @@ struct fwd_ports { void fwd_rule_add(struct fwd_ports *fwd, uint8_t flags, const union inany_addr *addr, const char *ifname, in_port_t first, in_port_t last, in_port_t to); +const struct fwd_rule *fwd_rule_search(const struct fwd_ports *fwd, + const struct flowside *ini); void fwd_rules_print(const struct fwd_ports *fwd); void fwd_scan_ports_init(struct ctx *c); |
