#include <linux/if_ether.h>
#include <linux/if_vlan.h>
#include <linux/module.h>
#include <linux/moduleparam.h>
#include <linux/netfilter/x_tables.h>
#include <linux/netfilter_bridge/ebtables.h>
#include <linux/netfilter_bridge/ebt_vlan.h>
Go to the source code of this file.
| #define EXIT_ON_MISMATCH |
( |
|
_MATCH_, |
|
|
|
_MASK_ |
|
) |
| {if (!((info->_MATCH_ == _MATCH_)^!!(info->invflags & _MASK_))) return false; } |
| #define GET_BITMASK |
( |
|
_BIT_MASK_ | ) |
info->bitmask & _BIT_MASK_ |
| #define MODULE_VERS "0.6" |
| MODULE_DESCRIPTION |
( |
"Ebtables: 802.1Q VLAN tag match" |
| ) |
|
| module_exit |
( |
ebt_vlan_fini |
| ) |
|
| module_init |
( |
ebt_vlan_init |
| ) |
|