aboutsummaryrefslogtreecommitdiff
path: root/sbin/ipfw/ipfw2.h
diff options
context:
space:
mode:
authorAlexander V. Chernikov <melifaro@FreeBSD.org>2014-07-29 22:44:26 +0000
committerAlexander V. Chernikov <melifaro@FreeBSD.org>2014-07-29 22:44:26 +0000
commit9d099b4f3887700ed2a3c58875bde79c2ba1a4a3 (patch)
tree0e45b9c7486c12007aabc924bc8523b0e8a47c2f /sbin/ipfw/ipfw2.h
parent0b565ac0e6f773a8f6072ce450901ef034139cc4 (diff)
downloadsrc-9d099b4f3887700ed2a3c58875bde79c2ba1a4a3.tar.gz
src-9d099b4f3887700ed2a3c58875bde79c2ba1a4a3.zip
* 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.
Notes
Notes: svn path=/projects/ipfw/; revision=269276
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 51a31186916d..cabc12cf8e33 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 */