Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-07-24 | ppp: Use link local IPv6 prefix by default during IPv6CP | Guillaume Nault | |
When no ipdb backend can assign IPv6 addresses during IPv6CP negociation, generate an ipv6db item with an empty address list. This allows IPv6CP negociation to continue and assign a link-local IPv6 address, without the need for an IPv6 pool or special Radius configuration. Signed-off-by: Guillaume Nault <g.nault@alphalink.fr> | |||
2013-01-25 | Fix boolean options parsing in configuration file | Guillaume Nault | |
Explicitely interpret zero values when parsing boolean options. This allows to unset boolean parameters such as "verbose" when reloading the configuration. Signed-off-by: Guillaume Nault <g.nault@alphalink.fr> | |||
2012-06-19 | general preparation for IPoE integration | Kozlov Dmitry | |
2012-06-05 | ppp: implemented unit cache | Kozlov Dmitry | |
If enabled accel-pppd will not destroy interface immediately after corresponding session is terminated, instead interface will be brought down and placed to cache for later use for new sessions. It should reduce kernel interface creation/deletion rate lack and increase responsibility of daemon | |||
2012-03-15 | Revert "ppp: move ip address release to proper place" | Kozlov Dmitry | |
This reverts commit d77729c3d6d4e646e0eb629a81faca90d61eea0c. | |||
2012-03-14 | ppp: move ip address release to proper place | Kozlov Dmitry | |
2012-01-13 | set FD_CLOEXEC on opened file descriptors | Kozlov Dmitry | |
2011-08-29 | ppp: set accept_ra=0, autoconf=0, forwarning=1 on ipv6 capable interfaces | Kozlov Dmitry | |
2011-08-29 | ppp: ipv6cp: fix initial ConfReq interface-id handling | Kozlov Dmitry | |
2011-08-29 | ipv6_dhcp: add routes to delegated prefixes | Kozlov Dmitry | |
2011-08-28 | ipv6: initial dhcpv6 support | Kozlov Dmitry | |
2011-08-24 | ppp:ipv6: introduced option ipv6-accept-peer-intf-id | Kozlov Dmitry | |
2011-08-24 | ppp: reworked layer startup procedure | Kozlov Dmitry | |
ppp: make IPCP and IPV6CP optional depends on configuration | |||
2011-08-23 | radius: ipv6 support | Dmitry Kozlov | |
2011-08-23 | ppp: rearranged interface startup procedure | Kozlov Dmitry | |
2011-08-23 | ppp: ipv6: multiple prefixes, route option, rdnss option implementation | Kozlov Dmitry | |
2011-08-23 | ppp: Neighbor Discovery for IP version 6 (prefix only) | Kozlov Dmitry | |
2011-08-22 | futher ipv6 work | Kozlov Dmitry | |