summaryrefslogtreecommitdiffstats
path: root/kernel/linux/include/linux/netfilter_bridge/ebtables.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/linux/include/linux/netfilter_bridge/ebtables.h')
-rw-r--r--kernel/linux/include/linux/netfilter_bridge/ebtables.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kernel/linux/include/linux/netfilter_bridge/ebtables.h b/kernel/linux/include/linux/netfilter_bridge/ebtables.h
index 7d11194..ef7f2d4 100644
--- a/kernel/linux/include/linux/netfilter_bridge/ebtables.h
+++ b/kernel/linux/include/linux/netfilter_bridge/ebtables.h
@@ -144,10 +144,10 @@ struct ebt_entry {
char out[IFNAMSIZ];
// the logical out-dev
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];
// sizeof ebt_entry + matches
unsigned int watchers_offset;
// sizeof ebt_entry + matches + watchers