diff options
-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 { |