summaryrefslogtreecommitdiff
path: root/src/radv.c
Commit message (Expand)AuthorAgeFilesLines
* Add --no-dhcpv4-interface and --no-dhcpv6-interface options.Simon Kelley2023-04-121-3/+6
* Bump copyrights to 2023.Simon Kelley2023-04-051-1/+1
* Add source address to RA packet dumps.Simon Kelley2022-09-061-1/+7
* Tweak packet dump code to make port numbers more accurate.Simon Kelley2022-09-051-2/+2
* Handle options other than source link-layer address in router solicitations.Simon Kelley2022-01-291-8/+16
* Extend packet dump system to RA.Simon Kelley2022-01-291-3/+15
* Bump copyright to 2022.Simon Kelley2022-01-241-1/+1
* Fix coverity detected issue in radv.cPetr Menšík2021-09-111-0/+2
* Bump copyright notices for 2021. Happy New Year!Simon Kelley2021-01-241-1/+1
* Change default lease time for DHCPv6 to one day.v2.82rc1Simon Kelley2020-07-121-2/+5
* Fix RA problems with two interfaces on same IPv6 subnet.Simon Kelley2020-01-271-10/+12
* Don't send RAs on interfaces without a link-local address.Simon Kelley2020-01-051-1/+4
* Update copyrights to 2020.Simon Kelley2020-01-051-1/+1
* Remove unclear gcc-ism in conditional expression.Simon Kelley2019-03-051-1/+1
* Spelling fixes.Ville Skyttä2018-01-141-1/+1
* Update copyrights to 2018.Simon Kelley2018-01-011-1/+1
* Security fix, CVE-2017-14492, DHCPv6 RA heap overflow.Simon Kelley2017-09-251-0/+3
* Bump year in copyrights.Simon Kelley2017-06-241-1/+1
* Extend --ra-param mtu: field to allow an interface name.Vladislav Grishenko2017-04-241-1/+2
* Add mtu facility to --ra-param.David Flamand2017-04-111-11/+20
* Comprehensive spelling/typo fixes.Josh Soref2017-02-061-5/+5
* Don't reset packet length on transmission, in case of retransmission.Simon Kelley2016-07-221-1/+1
* Zero packet buffers before building output, to reduce risk of information lea...Simon Kelley2016-07-221-1/+1
* Check return of expand() always.Simon Kelley2016-07-061-1/+3
* Avoid losing timer when deleting a RA context.S L2016-02-121-5/+14
* Update copyright notices. Happy new year!Simon Kelley2016-01-061-1/+1
* Documenation updates for --bridge-interface and "off-link".Neil Jerram2015-06-101-3/+3
* Apply --bridge-interfaces to unsolicited router advertisements.Neil Jerram2015-06-101-2/+84
* Upply --bridge-interface aliasing to solicited router advertisements.Neil Jerram2015-06-101-5/+40
* Allow router advertisements to have the "off-link" bit set.Neil Jerram2015-06-101-4/+9
* Fix boilerplate code for re-running system calls on EINTR and EAGAIN etc.Simon Kelley2015-03-111-2/+3
* Update copyrights for dawn of 2015.Simon Kelley2015-01-311-1/+1
* Revert route-information option in RA. There are problems with some clients.Simon Kelley2014-09-131-26/+0
* RFC4191 route information option.Ilya Ponetaev2014-09-091-12/+39
* ra-advrouter mode for RFC-3775 mobile IPv6 support.mobile-raSimon Kelley2014-04-251-9/+35
* Merge branch 'master' of ssh://central/var/cache/git/dnsmasqSimon Kelley2014-01-121-26/+84
|\
| * [fd00::} and [fe80::] special addresses in DHCPv6 options.v2.69test3Simon Kelley2014-01-111-25/+83
| * Fix missing RA RDNS option with --dhcp-option=option6:23,[::]Simon Kelley2014-01-101-1/+1
| * Update copyright for 2014.Simon Kelley2014-01-081-1/+1
* | Send correct O and M bits when advertising only deprecated prefixes.Simon Kelley2013-12-191-2/+20
|/
* Relax rules in prefix length in (IPv6) dhcp-range.v2.68rc5Vladislav Grishenko2013-12-031-14/+14
* When advertising ONLY deleted IPv6 prefixes, set router lifetime to zero.Simon Kelley2013-11-151-5/+10
* Fix problems when advertising deleted IPv6 prefixes.v2.68test2Simon Kelley2013-11-151-1/+1
* Better defaults for address and lifetime of RDNS option in RA.Simon Kelley2013-10-141-8/+8
* Add --quiet-* options.Kevin Darbyshire-Bryant2013-10-111-3/+6
* Add --ra-param and remove --force-fast-raSimon Kelley2013-10-101-25/+95
* Do multicast interface selection portably for router advertisements.v2.67test17Simon Kelley2013-09-301-3/+6
* Support MAC addresses in dhcp-host and dhcp-mac for DHCPv6.v2.67test15Simon Kelley2013-09-201-4/+10
* Add --force-fast-ra option.Simon Kelley2013-07-291-1/+1
* Advertise lost prefixes with pref_time == 0 for 2 hours.v2.67test8Simon Kelley2013-07-261-23/+93