diff options
author | Luiz Souza <luiz@netgate.com> | 2017-07-20 15:03:41 -0500 |
---|---|---|
committer | Luiz Souza <luiz@netgate.com> | 2017-07-20 21:51:50 -0500 |
commit | 8dbc0949f82738c63e8e9ec0999574757250bad1 (patch) | |
tree | 34b79069b0be8e964304962ab87c0490617fb749 | |
parent | aaa6e321e0b856adce0ef6f9d47735df646aa354 (diff) | |
download | FreeBSD-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.h | 1 |
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 { |