diff options
author | Dmitry Kozlov <xeb@mail.ru> | 2014-07-17 14:16:54 +0400 |
---|---|---|
committer | Dmitry Kozlov <xeb@mail.ru> | 2014-07-17 14:17:38 +0400 |
commit | 35149a848e169a7717d30537b54770e513a34679 (patch) | |
tree | 841b68098b52bb1ef8aefd6fb41dd2e3d7446740 /drivers/ipoe/ipoe.h | |
parent | 953a944839db2dd4cf4eef5ef9cd94e4ba08e4d8 (diff) | |
download | accel-ppp-35149a848e169a7717d30537b54770e513a34679.tar.gz accel-ppp-35149a848e169a7717d30537b54770e513a34679.zip |
ipoe: fixed passing packets in 'redirect on reject' mode
Diffstat (limited to 'drivers/ipoe/ipoe.h')
-rw-r--r-- | drivers/ipoe/ipoe.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/ipoe/ipoe.h b/drivers/ipoe/ipoe.h index 7296505c..192fa2f2 100644 --- a/drivers/ipoe/ipoe.h +++ b/drivers/ipoe/ipoe.h @@ -18,6 +18,8 @@ enum { IPOE_CMD_DEL_VLAN_MON, IPOE_REP_PKT, IPOE_VLAN_NOTIFY, + IPOE_CMD_ADD_EXCLUDE, + IPOE_CMD_DEL_EXCLUDE, __IPOE_CMD_MAX, }; |