summaryrefslogtreecommitdiff
path: root/accel-pppd/ipv6
AgeCommit message (Collapse)Author
2017-08-21dhcpv6: check if prefix_len equals 0, if so do not start dhcpv6 for this ↵Dmitry Kozlov
sessions
2016-07-11implemented support for network namespaceDmitry 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-04-30radius: add Delegated-IPv6-Prefix to accounting packetsDmitry Kozlov
2016-04-12ipv6: remove ipv6 address and routes on session terminationDmitry Kozlov
2016-03-31dhcpv6: fix typoDmitry Kozlov
2015-01-29ipv6: don't send NotOnLink for hint address (f.e. for address in Solicit ↵Dmitry Kozlov
message)
2014-12-01Merge branch 'master' of ssh://git.code.sf.net/p/accel-ppp/codeDmitry Kozlov
2014-12-01ipv6: if assigned prefix is <= 64 add it as address else add it as routeDmitry Kozlov
2014-11-22Merge branch 'master' of ssh://git.code.sf.net/p/accel-ppp/codeDmitry Kozlov
2014-11-22remove trailing whitespacesDmitry Kozlov
2014-11-21dhcpv6: do not answer to REBIND if client did not get address yetDmitry Kozlov
2014-11-05ipv6: move ipv6_dp from dhcpv6 private data to ap_sessionDmitry Kozlov
2014-09-13ipv6: randomize router adverts as per rfc4861 and add tunable ↵Vladislav Grishenko
MaxInitialRtrAdvCount, MaxInitialRtrAdvInterval parameters
2014-09-13ipv6: announce non-/64 prefixes as not usable for stateless address ↵Vladislav Grishenko
configuration
2014-07-24radius: exit from active interim request when termination event occuresDmitry Kozlov
2014-07-18ipv6: add support for prefixes greater than 64Dmitry Kozlov
2014-07-09ipv6_nd: retry to start ND later if bind failedDmitry Kozlov
There is some issue on binding raw ICMPv6 socket immediately after assigning address on 3.14 (and probably later) kernel. This causes ipv6_nd to fail to start. This patch makes ipv6_nd to try to bind later if bind fails.
2014-05-12triton: improved epoll events handlingDmitry Kozlov
2014-04-24ppp: ipv6: check that ipv6 was not closed in NDDmitry Kozlov
2013-01-25cmake: use CMAKE_FIND_ROOT_PATH and LIB_SUFFIXKozlov Dmitry
2012-09-05Fix format string errorsGuillaume Nault
Fix several errors and compiler warnings in format string arguments. Signed-off-by: Guillaume Nault <g.nault@alphalink.fr>
2012-08-29fix various typosKozlov Dmitry
2012-06-19general preparation for IPoE integrationKozlov Dmitry
2012-04-29dhcpv6: make SO_REUSEADDRKozlov Dmitry
2012-01-13set FD_CLOEXEC on opened file descriptorsKozlov Dmitry
2011-09-01dhcpv6: inplemented reply to rebindKozlov Dmitry
2011-08-30ipv6-nd: read additional parameters from configKozlov Dmitry
2011-08-30dhcpv6: implemented reply to Information-RequestKozlov Dmitry
2011-08-30dhcpv6: include missing rapid commit option to replyKozlov Dmitry
2011-08-30dhcpv6: rapid commit supportKozlov Dmitry
2011-08-30dhcpv6: ignore ::/0 addresses/prefixes in IA_NA/IA_PDKozlov Dmitry
2011-08-30dhcpv6: set T1/T2 fields in IA_NA/IA_PDKozlov Dmitry
2011-08-30ipv6-nd: read dns/dnssl from ipv6-dns sectionKozlov Dmitry
2011-08-30dhcpv6: various improvmentsKozlov Dmitry
2011-08-29ipv6pool: implemented prefix delegation supportKozlov Dmitry
2011-08-29ipv6_dhcp: add routes to delegated prefixesKozlov Dmitry
2011-08-28ipv6_dhcp: code optimizationKozlov Dmitry
2011-08-28ipv6_dhcp: use NoPrefixAvail instead of NoAddrsAvail for IA_PDKozlov Dmitry
2011-08-28ipv6_nd: don't advertise prefixes with length more then 64Kozlov Dmitry
2011-08-28ipv6_dhcp: implemented DNS,DNSSL,IA_PD optionsKozlov Dmitry
2011-08-28ipv6: initial dhcpv6 supportKozlov Dmitry