diff options
Diffstat (limited to 'accel-pppd/accel-ppp.conf.5')
-rw-r--r-- | accel-pppd/accel-ppp.conf.5 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/accel-pppd/accel-ppp.conf.5 b/accel-pppd/accel-ppp.conf.5 index e566d475..c69c5ed0 100644 --- a/accel-pppd/accel-ppp.conf.5 +++ b/accel-pppd/accel-ppp.conf.5 @@ -830,20 +830,20 @@ Specifies whether to shuffle initial address list. .BI "gw=" range Specifies range of local address of ppp interfaces if form: .br -.B x.x.x.x/mask[,name=pool_name] +.B x.x.x.x/mask[,name=pool_name][,next=next_pool_name] (for example 10.0.0.0/8) .br -.B x.x.x.x-y[,name=pool_name] +.B x.x.x.x-y[,name=pool_name][,next=next_pool_name] (for example 10.0.0.1-254) .TP .BI "tunnel=" range Specifies range of remote address of ppp interfaces if form: .br -.B x.x.x.x/mask[,name=pool_name] +.B x.x.x.x/mask[,name=pool_name][,next=next_pool_name] .br -.B x.x.x.x-y[,name=pool_name] +.B x.x.x.x-y[,name=pool_name][,next=next_pool_name] .TP -.BI "x.x.x.x/mask[,name=pool_name] or x.x.x.x-y[,name=pool_name]" +.BI "x.x.x.x/mask[,name=pool_name][,next=next_pool_name] or x.x.x.x-y[,name=pool_name][,next=next_pool_name]" Also specifies range of remote address of ppp interfaces. .TP .BI "attr=" attribute |