diff options
author | Dmitry Kozlov <xeb@mail.ru> | 2016-03-18 15:22:55 +0300 |
---|---|---|
committer | Dmitry Kozlov <xeb@mail.ru> | 2016-03-18 15:22:55 +0300 |
commit | d9e66279652a9e6639d5a82581bcc0fd7d999aff (patch) | |
tree | effa1cd1bb6ca7ac8425ae7a72974f6df546d3b6 /accel-pppd/accel-ppp.conf.5 | |
parent | dbebb99e532822ae70a68dd8f6bc27cce52fc47e (diff) | |
download | accel-ppp-d9e66279652a9e6639d5a82581bcc0fd7d999aff.tar.gz accel-ppp-d9e66279652a9e6639d5a82581bcc0fd7d999aff.zip |
ipoe: restored local-net function
local-net is used to filter incomming packets which may start UP session
Diffstat (limited to 'accel-pppd/accel-ppp.conf.5')
-rw-r--r-- | accel-pppd/accel-ppp.conf.5 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/accel-pppd/accel-ppp.conf.5 b/accel-pppd/accel-ppp.conf.5 index 4deec4e..648fd24 100644 --- a/accel-pppd/accel-ppp.conf.5 +++ b/accel-pppd/accel-ppp.conf.5 @@ -354,6 +354,9 @@ The .B proxy-arp parameter specifies whether accel-ppp should reply to arp requests. .TP +.BI "local-net=" x.x.x.x/mask +Specifies networks from which packets will be treated as unclassified. You may specify multiple local-net options. +.TP .BI "proto=" n Specifies number of protocol to be used for inserted routes. .TP |