commit | e94eaf74a01f9f4b346b80fb40f4e23e2b58e796 | [log] [tgz] |
---|---|---|
author | Bart De Schuymer <bdschuym@pandora.be> | Sun Aug 28 16:06:22 2005 +0000 |
committer | Bart De Schuymer <bdschuym@pandora.be> | Sun Aug 28 16:06:22 2005 +0000 |
tree | 2582bd339847026e5b13068a6e3dc9b1ac14f203 | |
parent | 482fbafe27ee88899c54417d89633ddc01ece1df [diff] [blame] |
put rules in doubly linked list
diff --git a/include/ebtables_u.h b/include/ebtables_u.h index 1c87117..e63cc45 100644 --- a/include/ebtables_u.h +++ b/include/ebtables_u.h
@@ -123,6 +123,7 @@ struct ebt_u_match_list *m_list; struct ebt_u_watcher_list *w_list; struct ebt_entry_target *t; + struct ebt_u_entry *prev; struct ebt_u_entry *next; struct ebt_counter cnt; struct ebt_counter cnt_surplus; /* for increasing/decreasing a counter and for option 'C' */