summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-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;