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 21:51:50 -0500
commit8dbc0949f82738c63e8e9ec0999574757250bad1 (patch)
tree34b79069b0be8e964304962ab87c0490617fb749
parentaaa6e321e0b856adce0ef6f9d47735df646aa354 (diff)
downloadFreeBSD-src-8dbc0949f82738c63e8e9ec0999574757250bad1.zip
FreeBSD-src-8dbc0949f82738c63e8e9ec0999574757250bad1.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