blob: 7e77896e1fbf0ef02b96a70e582def0a4fbf3fab [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#ifndef __LINUX_BRIDGE_EBT_ARPREPLY_H
2#define __LINUX_BRIDGE_EBT_ARPREPLY_H
3
Eric Dumazetd94d9fe2009-11-04 09:50:58 -08004struct ebt_arpreply_info {
Linus Torvalds1da177e2005-04-16 15:20:36 -07005 unsigned char mac[ETH_ALEN];
6 int target;
7};
8#define EBT_ARPREPLY_TARGET "arpreply"
9
10#endif