diff options
author | Dmitry Kozlov <xeb@mail.ru> | 2013-06-22 21:53:06 +0400 |
---|---|---|
committer | Dmitry Kozlov <xeb@mail.ru> | 2013-06-22 21:53:06 +0400 |
commit | b2d6202a84a377531a7d16a2a87b6e85b782c051 (patch) | |
tree | e0fc05297b7c7b7ca70629739ac09a38f573ca22 /accel-pppd/accel-ppp.conf.5 | |
parent | 81fce25dbbc103a0e0ebdd4ff586c00b0292d05e (diff) | |
download | accel-ppp-b2d6202a84a377531a7d16a2a87b6e85b782c051.tar.gz accel-ppp-b2d6202a84a377531a7d16a2a87b6e85b782c051.zip |
ipoe: introduced proxy-arp option
Diffstat (limited to 'accel-pppd/accel-ppp.conf.5')
-rw-r--r-- | accel-pppd/accel-ppp.conf.5 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/accel-pppd/accel-ppp.conf.5 b/accel-pppd/accel-ppp.conf.5 index 269043eb..23970232 100644 --- a/accel-pppd/accel-ppp.conf.5 +++ b/accel-pppd/accel-ppp.conf.5 @@ -242,11 +242,17 @@ Specifies default value for per-interface .B relay parameter. .TP +.BI "proxy-arp=" n +Specifies default value for per-interface +.B proxy-arp +parameter. +.TP .BI "interface=" [re:]name[,mode=L2|L3][,shared=0|1][,start=dhcpv4|up] .BI "" [,range=x.x.x.x/mask][,ifcfg=0|1] .BI "" [,relay=x.x.x.x] .BI "" [,giaddr=x.x.x.x] .BI "" [,src=x.x.x.x] +.BI "" [,proxy-arp=0|1|2] .br Specifies interface to listen dhcp or unclassified packets. You may specify multiple .B interface @@ -297,6 +303,10 @@ parameter specifies relay agent IP address. The .B src parameter specifies ip address to use as source when adding route to client. +.br +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. |