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 /accel-pppd/ctrl/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 'accel-pppd/ctrl/ipoe/ipoe.h')
-rw-r--r-- | accel-pppd/ctrl/ipoe/ipoe.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/accel-pppd/ctrl/ipoe/ipoe.h b/accel-pppd/ctrl/ipoe/ipoe.h index b3a346f3..e50d7221 100644 --- a/accel-pppd/ctrl/ipoe/ipoe.h +++ b/accel-pppd/ctrl/ipoe/ipoe.h @@ -122,6 +122,8 @@ void ipoe_nl_get_sessions(struct list_head *list); int ipoe_nl_add_vlan_mon(int ifindex, long *mask, int len); int ipoe_nl_add_vlan_mon_vid(int ifindex, int vid); int ipoe_nl_del_vlan_mon(int ifindex); +int ipoe_nl_add_exclude(uint32_t addr, int mask); +void ipoe_nl_del_exclude(uint32_t addr); struct arp_serv *arpd_start(struct ipoe_serv *ipoe); void arpd_stop(struct arp_serv *arp); |