diff options
author | Dmitry Kozlov <xeb@mail.ru> | 2013-06-11 15:05:45 +0400 |
---|---|---|
committer | Dmitry Kozlov <xeb@mail.ru> | 2013-06-11 15:05:45 +0400 |
commit | 8aec5cc096fcf6ac31d8041aabb1ac5e8fea0b83 (patch) | |
tree | b6aa2aac3bf399f5780aa8b944d06b09bd5b8695 /accel-pppd/accel-ppp.conf.5 | |
parent | 88e73d66fc884cced7cdccae9710373f1f4e6b60 (diff) | |
download | accel-ppp-8aec5cc096fcf6ac31d8041aabb1ac5e8fea0b83.tar.gz accel-ppp-8aec5cc096fcf6ac31d8041aabb1ac5e8fea0b83.zip |
ipoe: add per-interface 'src' option (use it as source in route)
Diffstat (limited to 'accel-pppd/accel-ppp.conf.5')
-rw-r--r-- | accel-pppd/accel-ppp.conf.5 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/accel-pppd/accel-ppp.conf.5 b/accel-pppd/accel-ppp.conf.5 index 4aca90fa..9311d228 100644 --- a/accel-pppd/accel-ppp.conf.5 +++ b/accel-pppd/accel-ppp.conf.5 @@ -243,6 +243,7 @@ parameter. .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] .br Specifies interface to listen dhcp or unclassified packets. You may specify multiple .B interface @@ -289,6 +290,10 @@ is also needed. The .B giaddr parameter specifies relay agent IP address. +.br +The +.B src +parameter specifies ip address to use as source when adding route to client. .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. |