summaryrefslogtreecommitdiffstats
path: root/userspace/ebtables2/include/ebtables_u.h
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2005-08-28 16:06:22 +0000
committerBart De Schuymer <bdschuym@pandora.be>2005-08-28 16:06:22 +0000
commite55af933bc7b08ea75e81a66594180da71a8bd8f (patch)
treeb71cd1a76bb5948459ea3eff6f6c679f21ba2638 /userspace/ebtables2/include/ebtables_u.h
parent4ba0a6c9b5ed7f9c3180a040366fbd623cbded22 (diff)
put rules in doubly linked list
Diffstat (limited to 'userspace/ebtables2/include/ebtables_u.h')
-rw-r--r--userspace/ebtables2/include/ebtables_u.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/userspace/ebtables2/include/ebtables_u.h b/userspace/ebtables2/include/ebtables_u.h
index 1c87117..e63cc45 100644
--- a/userspace/ebtables2/include/ebtables_u.h
+++ b/userspace/ebtables2/include/ebtables_u.h
@@ -123,6 +123,7 @@ struct ebt_u_entry
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' */