From ebbbf91c5be9e8da0677d9d2469523b512739559 Mon Sep 17 00:00:00 2001 From: Luiz Souza Date: Thu, 20 Jul 2017 15:03:41 -0500 Subject: Add the missing change from the last commit. (cherry picked from commit f12a05b2e54dc5fd9af1b44316516af0a1e2a1c8) --- sys/netinet/ip_fw.h | 1 + 1 file changed, 1 insertion(+) 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 { -- cgit v1.1