Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-29 | ipoe: fixed handling DHCP vendor-specific attributes | Dmitry Kozlov | |
2017-10-25 | ipoe: fixed bug | Dmitry Kozlov | |
Assign opt82_ses=ses if shared=0 | |||
2017-09-25 | ipoe: introduced interface option mtu=N | Dmitry Kozlov | |
2017-08-08 | ipoe: add client ip (second ip) as route when nat=1 (make quagga happy) | Dmitry Kozlov | |
2017-05-08 | ipoe: implemented support for vendor specific attrbiutes | Dmitry Kozlov | |
introduced new config option: [ipoe] vendor=Name this affects to all attributes specified in attr-xxx options | |||
2017-04-18 | implemented session count limiting | Dmitry Kozlov | |
new config option: [common] max-sessions=N If set then accel-pppd stops reply to new connection requests if total number of sessions (active and starting) is reached specified limit. | |||
2017-04-18 | Revert "implemented session count limiting" | Dmitry Kozlov | |
This reverts commit 88a908974b0b2e9c7eee8ad9a8b0b4432e95d167. | |||
2017-04-18 | implemented session count limiting | Dmitry Kozlov | |
new config option: [common] max-sessions=N If set then accel-pppd stops reply to new connection requests if total number of sessions (active and starting) is reached specified limit. | |||
2017-04-18 | Revert "implemented session count limiting" | Dmitry Kozlov | |
This reverts commit 9ea88bac7d5bf8fc5cf2d5f7d0a734ec7a9e6df6. | |||
2017-04-18 | implemented session count limiting | Dmitry Kozlov | |
new config option: [common] max-sessions=N If set then accel-pppd stops reply to new connection requests if total number of sessions (active and starting) is reached specified limit. | |||
2017-04-04 | ipoe: included lua bitop library | Dmitry Kozlov | |
Included bitop library http://bitop.luajit.org/index.html It may be used to extract vlan components in username function: function username(ses) vid=ses:vlan() svid=bit.rshift(vid,16) cvid=bit.band(vid,0xffff) ... end | |||
2017-04-04 | ipoe: implemented ability to change ipset by CoA | Dmitry Kozlov | |
For this need to send 2 attributes: L4-Redirect=1,L4-Redirect-Ipset=new-set | |||
2017-03-27 | ipoe: fixed bug (unexpected session start in UP mode) | Dmitry Kozlov | |
2017-03-27 | ipoe: fixed prefix calculation from ipaddr | Dmitry Kozlov | |
2017-02-15 | ipoe: fixed conditions to turn on arp handling | Dmitry Kozlov | |
2016-12-10 | ipoe: implemented support for freeradius dhcp attributes | Dmitry Kozlov | |
2016-12-09 | ipoe: assign 2 ptp address to interface for sessions with nat | Dmitry Kozlov | |
2016-12-08 | ipoe: fixed nat support | Dmitry Kozlov | |
2016-12-06 | ipoe,pppoe: do not check for vlan-mon module is loaded | Dmitry Kozlov | |
2016-11-29 | ipoe: apply offer-delay rules to arp initiated sessions | Dmitry Kozlov | |
2016-11-29 | ipoe: do not start UP session by arp request immediately (wait for IP packet) | Dmitry Kozlov | |
2016-11-29 | ipoe: assign point-to-point addresses to non-shared physical interface ↵ | Dmitry Kozlov | |
(prevents route cleaning by interface renaming) | |||
2016-11-28 | ipoe: fixed typo (incorrect assignment) | Dmitry Kozlov | |
2016-11-28 | ipoe: bug fix | Dmitry Kozlov | |
2016-11-12 | ipoe: add support for peer-to-peer client interfaces | Michael Furmur | |
2016-07-19 | ipoe: switch session net | Dmitry Kozlov | |
2016-07-11 | implemented support for network namespace | Dmitry Kozlov | |
This is done using radius attribute NAS-Port-Id. The new format of this attribute is NAS-Port-Id=[ns/][name]. Namespaces must be created malually by "ip netns add ..." command | |||
2016-06-08 | ipoe: fixed incorrect arp reply (reply for request which started session) | Dmitry Kozlov | |
2016-06-08 | ipoe: fixed incorrect initialization of interface's hwaddr in internal structure | Dmitry Kozlov | |
2016-04-12 | ipoe: generate EUI-64 interface identifier for ipv6 addresses | Dmitry Kozlov | |
2016-04-05 | ipoe: continue to reply to dhcp requests on active sessions when "shutdown ↵ | Dmitry Kozlov | |
soft" is active | |||
2016-04-05 | improved logging: if session's interface is empty log ctrl's interface | Dmitry Kozlov | |
2016-04-04 | vlan_mon: make possible to work other module after message "vlan not started" | Dmitry Kozlov | |
2016-04-04 | ipoe,pppoe,vlan_mon: deleted conditions to simultaneous start ipoe and pppoe ↵ | Dmitry Kozlov | |
on same interfaces (started by vlan_mon) | |||
2016-04-02 | ipoe: ignore start=auto for shared=1 interfaces | Dmitry Kozlov | |
2016-03-29 | ipoe: populate existing vlan interfaces by vlan info when vlan monitor event ↵ | Dmitry Kozlov | |
occurs | |||
2016-03-29 | ipoe: do not cleanup shared=1 interfaces | Dmitry Kozlov | |
2016-03-19 | ipoe: send arp reply for sessions started by arp request | Dmitry Kozlov | |
2016-03-19 | ipoe: bug fix | Dmitry Kozlov | |
2016-03-19 | ipoe: log interface renaming | Dmitry Kozlov | |
2016-03-18 | ipoe: implemented starting UP session by arp request | Dmitry Kozlov | |
2016-03-18 | ipoe: call ap_session_set_ifindex to correct interface counters | Dmitry Kozlov | |
2016-03-18 | ipoe: translate UP session to dhcp session when dhcp request received (for ↵ | Dmitry Kozlov | |
shared=0 interfaces) | |||
2016-03-18 | ipoe: implemented new option "start=auto" | Dmitry Kozlov | |
If start=auto is specified then accel-pppd automatically starts session with username = interface name on shared=0 interfaces. Use it with conjuction vlan_mon. So any packet may start session. | |||
2016-03-18 | ipoe: remove interfaces started by vlan_mon if they do not match config (on ↵ | Dmitry Kozlov | |
reload) | |||
2016-03-18 | ipoe: do not start second session on shared=0 interfaces | Dmitry Kozlov | |
2016-03-18 | ipoe: restored local-net function | Dmitry Kozlov | |
local-net is used to filter incomming packets which may start UP session | |||
2016-03-18 | make termination caused by SIGTERM soft | Dmitry Kozlov | |
2016-03-17 | Merge branch 'master' of ssh://git.code.sf.net/p/accel-ppp/code | Dmitry Kozlov | |
2016-03-17 | vlan_mon,ipoe,pppoe: implemented detection of vlan existance | Dmitry Kozlov | |