diff options
author | Dmitry Kozlov <xeb@mail.ru> | 2014-05-12 15:12:21 +0400 |
---|---|---|
committer | Dmitry Kozlov <xeb@mail.ru> | 2014-05-12 15:12:21 +0400 |
commit | 48e3ff7f660efdf56b2dd53955de7e790f51e336 (patch) | |
tree | c4114c28e9c76e66566f765c2cfd5af0b4611f90 /accel-pppd/accel-ppp.conf | |
parent | 1c79692a883d065c4d0c185e91c16afda49d5d36 (diff) | |
download | accel-ppp-48e3ff7f660efdf56b2dd53955de7e790f51e336.tar.gz accel-ppp-48e3ff7f660efdf56b2dd53955de7e790f51e336.zip |
pppoe: introduced called-sid option.
This new option will control how to represent Called-Station-ID.
Its value maybe ifname,mac or ifname:mac.
By default mac is used to keep compatibility with old versions.
Also old option ifname-in-sid is removed from documentation, but is still supported for compatibility.
Diffstat (limited to 'accel-pppd/accel-ppp.conf')
-rw-r--r-- | accel-pppd/accel-ppp.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accel-pppd/accel-ppp.conf b/accel-pppd/accel-ppp.conf index f399361..b833aae 100644 --- a/accel-pppd/accel-ppp.conf +++ b/accel-pppd/accel-ppp.conf @@ -70,7 +70,7 @@ verbose=1 #service-name=yyy #pado-delay=0 #pado-delay=0,100:100,200:200,-1:500 -#ifname-in-sid=called-sid +called-sid=mac #tr101=1 #padi-limit=0 #ip-pool=pppoe |