summaryrefslogtreecommitdiff
path: root/usr.sbin/rad/engine.c
AgeCommit message (Expand)Author
2019-03-15Correctly interlock config reloads imsgs.Florian Obser
2019-03-12fix line breakpamela
2019-03-12In the manner of recent changes to unwind(8) and slaacd(8), make imsgpamela
2019-03-11Change fatal() to fatalx() where errno is not set.pamela
2019-03-02Introduce the IMSG_DATA_SIZE() macro to replace recurring math on imsg.hdr.le...pamela
2019-01-29We don't need IMSG_SHUTDOWN, we can just close the sockets.Florian Obser
2018-08-03Move dns settings to global options so that they don't need to beFlorian Obser
2018-07-20No need to copy rdns_lifetime around with an IMSG, it gets send to theFlorian Obser
2018-07-15Implement RFC 8106: IPv6 Router Advertisement Options for DNSFlorian Obser
2018-07-11cleanly shutdown by sending advertisement with lifetime 0Florian Obser
2018-07-11Send a RA with router lifetime of 0 when an interface is removed fromFlorian Obser
2018-07-11Detect when a router advertisement packet changes due to configFlorian Obser
2018-07-10remove newd control leftoversFlorian Obser
2018-07-10remove unused variable; pointed out by llvmFlorian Obser
2018-07-10Import rad(8).Florian Obser