diff options
author | Dmitry Kozlov <xeb@mail.ru> | 2014-10-29 20:57:59 +0300 |
---|---|---|
committer | Dmitry Kozlov <xeb@mail.ru> | 2014-10-29 20:57:59 +0300 |
commit | 4492abfd6b7a410d24fdc488545efd64a22c05b8 (patch) | |
tree | b65fdc433e4c36253174f4248c14e5c75619fad0 /accel-pppd/accel-ppp.conf | |
parent | 5ea15c8f7be55992cb874d38d8c7c17280448d82 (diff) | |
download | accel-ppp-4492abfd6b7a410d24fdc488545efd64a22c05b8.tar.gz accel-ppp-4492abfd6b7a410d24fdc488545efd64a22c05b8.zip |
ipoe: implemneted ability to send L4 redirect table/L4 redirect ipset via radius attributes
Introduced following options:
attr-l4-redirect-table (type integer)
attr-l4-redirect-ipset (type string)
Please note, to enable L4 redirect attr-l4-redirect must be specified and sent
Diffstat (limited to 'accel-pppd/accel-ppp.conf')
-rw-r--r-- | accel-pppd/accel-ppp.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/accel-pppd/accel-ppp.conf b/accel-pppd/accel-ppp.conf index b7187f3e..29879348 100644 --- a/accel-pppd/accel-ppp.conf +++ b/accel-pppd/accel-ppp.conf @@ -122,6 +122,8 @@ start=dhcpv4 #attr-dhcp-lease-time=DHCP-Lease-Time #attr-dhcp-opt82=DHCP-Option82 #attr-l4-redirect=L4-Redirect +#attr-l4-redirect-table=4 +#attr-l4-redirect-ipset=l4-redirect #local-net=192.168.0.0/16 #lua-file=/etc/accel-ppp.lua #offer-delay=0,100:100,200:200,-1:1000 |