blob: 87c088c21848e23bc8efa86fbbdcf67e200b4fd6 [file] [log] [blame]
#ifndef _IP6T_MAC_H
#define _IP6T_MAC_H
struct ip6t_mac_info {
unsigned char srcaddr[ETH_ALEN];
int invert;
};
#endif /*_IPT_MAC_H*/