diff options
| author | Bart De Schuymer <bdschuym@pandora.be> | 2003-05-03 16:13:24 -0700 |
|---|---|---|
| committer | David S. Miller <davem@nuts.ninka.net> | 2003-05-03 16:13:24 -0700 |
| commit | 233f8451488b9a33bd2d8256b739dd37757784b6 (patch) | |
| tree | 3d75e28f2ca14b8ead2f0f36515db245878a246e /include | |
| parent | 659a58e30b0f233f6fa0c3f9d6a295c08c56990f (diff) | |
[EBTABLES]: Add ebtables match for the pkt_type member of an skbuff.
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/netfilter_bridge/ebt_pkttype.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/include/linux/netfilter_bridge/ebt_pkttype.h b/include/linux/netfilter_bridge/ebt_pkttype.h new file mode 100644 index 000000000000..0d64bbb29c66 --- /dev/null +++ b/include/linux/netfilter_bridge/ebt_pkttype.h @@ -0,0 +1,11 @@ +#ifndef __LINUX_BRIDGE_EBT_PKTTYPE_H +#define __LINUX_BRIDGE_EBT_PKTTYPE_H + +struct ebt_pkttype_info +{ + uint8_t pkt_type; + uint8_t invert; +}; +#define EBT_PKTTYPE_MATCH "pkttype" + +#endif |
