diff options
| author | Luigi Rizzo <luigi@FreeBSD.org> | 2010-01-04 19:01:22 +0000 |
|---|---|---|
| committer | Luigi Rizzo <luigi@FreeBSD.org> | 2010-01-04 19:01:22 +0000 |
| commit | 7173b6e55475228fc29873667bfdb7561450642a (patch) | |
| tree | e632a2ed87ca91743db2bb3ace9525de5d414d89 /sys/netinet/ip_dummynet.h | |
| parent | 290dac20e61cccee6ac73284a3b181fe59e4473e (diff) | |
Notes
Diffstat (limited to 'sys/netinet/ip_dummynet.h')
| -rw-r--r-- | sys/netinet/ip_dummynet.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/netinet/ip_dummynet.h b/sys/netinet/ip_dummynet.h index 4d039ee67048..3a193e99c0c5 100644 --- a/sys/netinet/ip_dummynet.h +++ b/sys/netinet/ip_dummynet.h @@ -114,11 +114,7 @@ struct dn_heap { * other forms of packet reinjection. */ struct dn_pkt_tag { - /* first part, reinject info */ - uint32_t slot; /* slot of next rule to use */ - uint32_t rulenum; /* matching rule number */ - uint32_t rule_id; /* matching rule id */ - uint32_t chain_id; /* ruleset id */ + struct ipfw_rule_ref rule; /* matching rule */ /* second part, dummynet specific */ int dn_dir; /* action when packet comes out. */ |
