summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_fw.h
diff options
context:
space:
mode:
authorae <ae@FreeBSD.org>2015-11-03 10:21:53 +0000
committerae <ae@FreeBSD.org>2015-11-03 10:21:53 +0000
commit750b62ddbe83065a7addaeebf7b25c178265dc35 (patch)
treea2573899214f447b2413410ae4bf368561c93709 /sys/netinet/ip_fw.h
parentcc94c225159ae5c3b4aff8e6744dd028dc0542db (diff)
downloadFreeBSD-src-750b62ddbe83065a7addaeebf7b25c178265dc35.zip
FreeBSD-src-750b62ddbe83065a7addaeebf7b25c178265dc35.tar.gz
Implement `ipfw internal olist` command to list named objects.
Reviewed by: melifaro Obtained from: Yandex LLC Sponsored by: Yandex LLC
Diffstat (limited to 'sys/netinet/ip_fw.h')
-rw-r--r--sys/netinet/ip_fw.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netinet/ip_fw.h b/sys/netinet/ip_fw.h
index d1764bb..e52ff1a 100644
--- a/sys/netinet/ip_fw.h
+++ b/sys/netinet/ip_fw.h
@@ -107,6 +107,7 @@ typedef struct _ip_fw3_opheader {
#define IP_FW_NAT44_XGETLOG 115 /* Get log from NAT44 instance */
#define IP_FW_DUMP_SOPTCODES 116 /* Dump available sopts/versions */
+#define IP_FW_DUMP_SRVOBJECTS 117 /* Dump existing named objects */
/*
* The kernel representation of ipfw rules is made of a list of
OpenPOWER on IntegriCloud