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