summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuiz Souza <luiz@netgate.com>2017-07-20 15:03:41 -0500
committerLuiz Souza <luiz@netgate.com>2017-07-20 15:04:09 -0500
commitf12a05b2e54dc5fd9af1b44316516af0a1e2a1c8 (patch)
tree4a6544ad26ae51a0d86a405049b1a659d413c4f2
parentedfbe4e11e3f835451d36dfb533e0785f4437497 (diff)
downloadFreeBSD-src-f12a05b2e54dc5fd9af1b44316516af0a1e2a1c8.zip
FreeBSD-src-f12a05b2e54dc5fd9af1b44316516af0a1e2a1c8.tar.gz
Add the missing change from the last commit.
-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 26f6e48..495e659 100644
--- a/sys/netinet/ip_fw.h
+++ b/sys/netinet/ip_fw.h
@@ -887,6 +887,7 @@ typedef struct _ipfw_obj_tentry {
uint16_t idx; /* Table name index */
uint16_t spare1;
uint64_t bcnt; /* Byte counter */
+ uint64_t mac; /* MAC address for mixed enties */
uint64_t pcnt; /* Packet counter */
time_t timestamp; /* Timestamp of last match */
union {
OpenPOWER on IntegriCloud