summaryrefslogtreecommitdiffstats
path: root/sbin/ipfw/ipfw2.h
diff options
context:
space:
mode:
authormelifaro <melifaro@FreeBSD.org>2014-07-29 22:44:26 +0000
committermelifaro <melifaro@FreeBSD.org>2014-07-29 22:44:26 +0000
commitbf787a59a7c6413b1dd1682177a0f93b72f0b0b3 (patch)
tree0e45b9c7486c12007aabc924bc8523b0e8a47c2f /sbin/ipfw/ipfw2.h
parent7e2cb6d90122052f5da200ce45c6e923f38e5b31 (diff)
downloadFreeBSD-src-bf787a59a7c6413b1dd1682177a0f93b72f0b0b3.zip
FreeBSD-src-bf787a59a7c6413b1dd1682177a0f93b72f0b0b3.tar.gz
* Dump available table algorithms via "ipfw talist" cmd.
Kernel changes: * Add type/refcount fields to table algo instances. * Add IP_FW_TABLES_ALIST opcode to export available algorihms to userland. Userland changes: * Fix cores on empty input inside "ipfw table" handler. * Add "ipfw talist" cmd to print availabled kernel algorithms. * Change "table info" output to reflect long algorithm config lines.
Diffstat (limited to 'sbin/ipfw/ipfw2.h')
-rw-r--r--sbin/ipfw/ipfw2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/ipfw/ipfw2.h b/sbin/ipfw/ipfw2.h
index 51a3118..cabc12c 100644
--- a/sbin/ipfw/ipfw2.h
+++ b/sbin/ipfw/ipfw2.h
@@ -297,6 +297,7 @@ void ipfw_flush(int force);
void ipfw_zero(int ac, char *av[], int optname);
void ipfw_list(int ac, char *av[], int show_counters);
void ipfw_list_tifaces(void);
+void ipfw_list_ta(int ac, char *av[]);
#ifdef PF
/* altq.c */
OpenPOWER on IntegriCloud