summaryrefslogtreecommitdiff
path: root/usr.sbin/rad
AgeCommit message (Expand)Author
2019-01-02minor tweaks;Jason McIntyre
2018-11-28Discovered prefixes should not override explicitly configuredFlorian Obser
2018-11-21Allow rad(8) to watch interface groups; e.g. "interface tap" in rad.conf.Reyk Floeter
2018-11-16Don't fatal if IPV6_LEAVE_GROUP fails.Reyk Floeter
2018-11-09Document interactions of rad(8), carp(4), and SOII:Stefan Sperling
2018-11-01- odd condition/test in PF lexerAlexandr Nedvedicky
2018-09-16If a prefix without length was specifed in the config file, thenAlexander Bluhm
2018-09-16With prefixlen 128, mask_prefix() in rad(8) caused a stack overflowAlexander Bluhm
2018-09-07replace malloc()+strlcpy() with strndup() in cmdline_symset().miko
2018-08-15SIOCGIFNETMASK_IN6 failing just means that someone delete the addressFlorian Obser
2018-08-05Since -s argument is no longer checked, during reexec, the argv size then mustRicardo Mestre
2018-08-04Leave the control socket behind on shutdown. It doesn't hurt anyone.Florian Obser
2018-08-03advertise slaacd.8;Jason McIntyre
2018-08-03sort; ok florianJason McIntyre
2018-08-03Move dns settings to global options so that they don't need to beFlorian Obser
2018-07-21sort;Jason McIntyre
2018-07-20No need to copy rdns_lifetime around with an IMSG, it gets send to theFlorian Obser
2018-07-20Fix mem leaks on config reload:Florian Obser
2018-07-20fix mem leak: missing freeifaddrsFlorian Obser
2018-07-20Introduce MTU option.bket
2018-07-20We need to track the auto prefix in ra_prefix_conf otherwise we can'tFlorian Obser
2018-07-20Rename "resolver" to "nameserver" in the configuration file.Florian Obser
2018-07-18Stop our own router advertisements from looping back to us.Florian Obser
2018-07-18Don't log_warn on normal conditions, it should be log_debug.Florian Obser
2018-07-15tweak previous;Jason McIntyre
2018-07-15Implement RFC 8106: IPv6 Router Advertisement Options for DNSFlorian Obser
2018-07-15mark up managed / other configurationFlorian Obser
2018-07-15It's a packet, not package.Florian Obser
2018-07-15nuke newd leftoverFlorian Obser
2018-07-13Monitor the route socket and regenerate the list of interfaces andFlorian Obser
2018-07-13add missing IMSG_STARTUP; unclear why this ever workedFlorian Obser
2018-07-13pass control socket in from mainFlorian Obser
2018-07-13pass in route socket from main; stub out handling for nowFlorian Obser
2018-07-13Explain what the example is doing.Florian Obser
2018-07-13various tweaks; ok florianJason McIntyre
2018-07-12use _rad userFlorian 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-11no longer neededFlorian Obser
2018-07-11there is nothing secret about rad.confFlorian 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