summaryrefslogtreecommitdiffstats
path: root/include/ebtables_u.h
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2002-07-26 12:47:33 +0000
committerBart De Schuymer <bdschuym@pandora.be>2002-07-26 12:47:33 +0000
commite3cceb7a2986d24aa6de89fd4481f79eba1a1e51 (patch)
treefb1a822a51ddec27cd7af7d95984574f3ce890fe /include/ebtables_u.h
parent4c4447d85b6c84c3da21c8f70650abffdf7b33ec (diff)
bugfix
Diffstat (limited to 'include/ebtables_u.h')
-rw-r--r--include/ebtables_u.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/ebtables_u.h b/include/ebtables_u.h
index 09b7e58..fa34e18 100644
--- a/include/ebtables_u.h
+++ b/include/ebtables_u.h
@@ -101,10 +101,10 @@ struct ebt_u_entry
char logical_in[IFNAMSIZ];
char out[IFNAMSIZ];
char logical_out[IFNAMSIZ];
- char sourcemac[ETH_ALEN];
- char sourcemsk[ETH_ALEN];
- char destmac[ETH_ALEN];
- char destmsk[ETH_ALEN];
+ unsigned char sourcemac[ETH_ALEN];
+ unsigned char sourcemsk[ETH_ALEN];
+ unsigned char destmac[ETH_ALEN];
+ unsigned char destmsk[ETH_ALEN];
struct ebt_u_match_list *m_list;
struct ebt_u_watcher_list *w_list;
struct ebt_entry_target *t;