Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-02 | ipoe: dhcpv4: group radius array attrs into one dhcp option | Vladislav Grishenko | |
2017-12-27 | ipoe: implemented new load balancing mechanism | Dmitry Kozlov | |
new config options: [ipoe] weight=N - global weight interface=ethX,weight=N - per-interface weight How it works: On reception of DHCPDISCOVER accel-ppp sends broadcast DHCP message to port 67 with same xid and add special vendor-specific option where encodes its current session count multipled by weight. On reception of such message accel-ppp searches session with same xid and compares weight. If received weight is less than session's weight then it terminates this session. per-interface weight=0 has special meaning as backup (fail-over) interface, f.e. it terminates session on any received weight. By default weight based load balancing is disabled. To enable need to specify global or/and per-interface weight. | |||
2016-12-10 | ipoe: implemented support for freeradius dhcp attributes | Dmitry Kozlov | |
2015-11-17 | ipoe: implemented dhcp option 58 | Dmitry Kozlov | |
2014-11-22 | remove trailing whitespaces | Dmitry Kozlov | |
2014-10-27 | ipoe: implemented handling relayed DHCP clients | Dmitry Kozlov | |
2013-10-10 | ipoe: optimize use of raw sockets | Dmitry Kozlov | |
Signed-off-by: Dmitry Kozlov <xeb@mail.ru> | |||
2013-09-06 | ipoe: send broadcast DHCP packets if BROADCAST flag is set | Dmitry Kozlov | |
2013-09-06 | ipoe: various fixes in relay operation | Dmitry Kozlov | |
2013-08-22 | ipoe: implemented offer delaying | Dmitry Kozlov | |
2013-01-28 | ipoe: changed assignment of Server-ID and Router options | Kozlov Dmitry | |
2013-01-26 | ipoe: insert opt82 to each relay packet | Kozlov Dmitry | |
2013-01-26 | Revert "ipoe: insert opt82 to each relay packet" | Kozlov Dmitry | |
This reverts commit cde7ee4d629b32c810ceac836b70a4289b4f00b3. | |||
2013-01-26 | ipoe: insert opt82 to each relay packet | Kozlov Dmitry | |
2013-01-25 | ipoe: insert option 82 to relay request | Kozlov Dmitry | |
2012-08-03 | ipoe: implemented dhcp relay | Kozlov Dmitry | |
2012-07-19 | ipoe: implemented L4-Redirect radius attribute | Kozlov Dmitry | |
ipoe: implemented client address, router address and mask to be passed via radius | |||
2012-07-12 | ipoe: per-interface static dhcp pool of addresses | Kozlov Dmitry | |
2012-06-22 | initial ipoe implementation | Kozlov Dmitry | |