summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rad/rad.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use defines instead of raw numbers for intervals specified by RFCflorian2020-03-301-12/+14
* Introduce the IMSG_DATA_SIZE() macro to replace recurring math on imsg.hdr.len to shorten and simplify code.pamela2019-03-021-1/+3
* We don't need IMSG_SHUTDOWN, we can just close the sockets.florian2019-01-291-2/+1
* Move dns settings to global options so that they don't need to beflorian2018-08-031-16/+17
* No need to copy rdns_lifetime around with an IMSG, it gets send to theflorian2018-07-201-2/+1
* Fix mem leaks on config reload:florian2018-07-201-3/+3
* Introduce MTU option.bket2018-07-201-2/+3
* Implement RFC 8106: IPv6 Router Advertisement Options for DNSflorian2018-07-151-6/+29
* nuke newd leftoverflorian2018-07-151-2/+1
* pass control socket in from mainflorian2018-07-131-1/+2
* pass in route socket from main; stub out handling for nowflorian2018-07-131-1/+2
* use _rad userflorian2018-07-121-2/+2
* cleanly shutdown by sending advertisement with lifetime 0florian2018-07-111-1/+2
* Send a RA with router lifetime of 0 when an interface is removed fromflorian2018-07-111-1/+2
* Detect when a router advertisement packet changes due to configflorian2018-07-111-1/+2
* no longer neededflorian2018-07-111-3/+1
* remove newd control leftoversflorian2018-07-101-21/+1
* Import rad(8).florian2018-07-101-0/+161