From d28e8b3a0d063a169a7f899acef3c6df3bf7aca2 Mon Sep 17 00:00:00 2001 From: Maxime Henrion Date: Thu, 24 Oct 2002 22:32:13 +0000 Subject: [PATCH] Oops, forgot to commit this file. This is part of the fix for ipfw2 panics on sparc64. --- sys/netinet/ip_fw.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/netinet/ip_fw.h b/sys/netinet/ip_fw.h index 90bac5c4bcf7..b3fffb8df9eb 100644 --- a/sys/netinet/ip_fw.h +++ b/sys/netinet/ip_fw.h @@ -276,6 +276,7 @@ typedef struct _ipfw_insn_log { struct ip_fw { struct ip_fw *next; /* linked list of rules */ struct ip_fw *next_rule; /* ptr to next [skipto] rule */ + u_int32_t set_disable; /* disabled sets (for userland) */ u_int16_t act_ofs; /* offset of action in 32-bit units */ u_int16_t cmd_len; /* # of 32-bit words in cmd */ u_int16_t rulenum; /* rule number */ @@ -331,6 +332,7 @@ struct _ipfw_dyn_rule { /* to generate keepalives) */ u_int16_t dyn_type; /* rule type */ u_int16_t count; /* refcount */ + u_int16_t rulenum; /* rule number (for userland) */ }; /*