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 16:33:06 -0500
commitebbbf91c5be9e8da0677d9d2469523b512739559 (patch)
tree5064d5d50a00d1a3799f7b69023c0906a6c66565
parent178fdf1f95107c227227818b9cc5102fb0e5f3e9 (diff)
downloadFreeBSD-src-ebbbf91c5be9e8da0677d9d2469523b512739559.zip
FreeBSD-src-ebbbf91c5be9e8da0677d9d2469523b512739559.tar.gz
Add the missing change from the last commit.
(cherry picked from commit f12a05b2e54dc5fd9af1b44316516af0a1e2a1c8)
-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