diff options
author | Kozlov Dmitry <dima@server> | 2010-11-11 11:45:18 +0300 |
---|---|---|
committer | Kozlov Dmitry <dima@server> | 2010-11-11 11:45:18 +0300 |
commit | dda81cb1d1ba0229aa4c9a90a6f2b2012a4e9326 (patch) | |
tree | cb59715c7ca9e0bd61d35bfccdd0b4a86fe1b4b1 /accel-pptpd/ctrl/pppoe/pppoe.h | |
parent | 8c58b84d5d246db41d02ee28448d24a4bfd3c02f (diff) | |
download | accel-ppp-dda81cb1d1ba0229aa4c9a90a6f2b2012a4e9326.tar.gz accel-ppp-dda81cb1d1ba0229aa4c9a90a6f2b2012a4e9326.zip |
pppoe: implemented mac filter
Diffstat (limited to 'accel-pptpd/ctrl/pppoe/pppoe.h')
-rw-r--r-- | accel-pptpd/ctrl/pppoe/pppoe.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/accel-pptpd/ctrl/pppoe/pppoe.h b/accel-pptpd/ctrl/pppoe/pppoe.h index 05061083..f194172b 100644 --- a/accel-pptpd/ctrl/pppoe/pppoe.h +++ b/accel-pptpd/ctrl/pppoe/pppoe.h @@ -55,5 +55,7 @@ struct pppoe_packet_t struct list_head tags; }; +int mac_filter_check(const uint8_t *addr); + #endif |