summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rad/engine.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Include interface name in warning when a RA is recieved from a non-link-localclaudio2020-05-201-2/+3
* Correctly interlock config reloads imsgs.florian2019-03-151-1/+7
* fix line breakpamela2019-03-121-2/+3
* In the manner of recent changes to unwind(8) and slaacd(8), make imsgpamela2019-03-121-10/+33
* Change fatal() to fatalx() where errno is not set.pamela2019-03-111-4/+4
* Introduce the IMSG_DATA_SIZE() macro to replace recurring math on imsg.hdr.len to shorten and simplify code.pamela2019-03-021-10/+10
* We don't need IMSG_SHUTDOWN, we can just close the sockets.florian2019-01-291-4/+1
* Move dns settings to global options so that they don't need to beflorian2018-08-031-5/+10
* No need to copy rdns_lifetime around with an IMSG, it gets send to theflorian2018-07-201-4/+1
* Implement RFC 8106: IPv6 Router Advertisement Options for DNSflorian2018-07-151-4/+26
* cleanly shutdown by sending advertisement with lifetime 0florian2018-07-111-1/+4
* Send a RA with router lifetime of 0 when an interface is removed fromflorian2018-07-111-4/+42
* Detect when a router advertisement packet changes due to configflorian2018-07-111-8/+82
* remove newd control leftoversflorian2018-07-101-35/+1
* remove unused variable; pointed out by llvmflorian2018-07-101-2/+1
* Import rad(8).florian2018-07-101-0/+478