summaryrefslogtreecommitdiff
path: root/accel-pppd/ppp/ipv6cp_opt_intfid.c
AgeCommit message (Collapse)Author
2013-01-11Fix boolean options parsing in configuration fileGuillaume 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-05ppp: implemented unit cacheKozlov 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-15Revert "ppp: move ip address release to proper place"Kozlov Dmitry
This reverts commit d77729c3d6d4e646e0eb629a81faca90d61eea0c.
2012-03-14ppp: move ip address release to proper placeKozlov Dmitry
2012-01-13set FD_CLOEXEC on opened file descriptorsKozlov Dmitry
2011-08-29ppp: set accept_ra=0, autoconf=0, forwarning=1 on ipv6 capable interfacesKozlov Dmitry
2011-08-29ppp: ipv6cp: fix initial ConfReq interface-id handlingKozlov Dmitry
2011-08-29ipv6_dhcp: add routes to delegated prefixesKozlov Dmitry
2011-08-28ipv6: initial dhcpv6 supportKozlov Dmitry
2011-08-24ppp:ipv6: introduced option ipv6-accept-peer-intf-idKozlov Dmitry
2011-08-24ppp: reworked layer startup procedureKozlov Dmitry
ppp: make IPCP and IPV6CP optional depends on configuration
2011-08-23radius: ipv6 supportDmitry Kozlov
2011-08-23ppp: rearranged interface startup procedureKozlov Dmitry
2011-08-23ppp: ipv6: multiple prefixes, route option, rdnss option implementationKozlov Dmitry
2011-08-23ppp: Neighbor Discovery for IP version 6 (prefix only)Kozlov Dmitry
2011-08-22futher ipv6 workKozlov Dmitry