summaryrefslogtreecommitdiff
path: root/usr.sbin/slaacd
AgeCommit message (Expand)Author
2017-05-31Deleting a default route proposal is a bit of work and the code gotFlorian Obser
2017-05-31do not leak address and dfr proposals if an interface goes awayFlorian Obser
2017-05-31remove DEBUG_IMSG; I have figured out imsg flow by now; no binaryFlorian Obser
2017-05-30Oops, this was RTP_BGP during development to be able to easier spotFlorian Obser
2017-05-30Send a source link-layer address option with our solicitations.Florian Obser
2017-05-30whitespace encountered during reviewTheo de Raadt
2017-05-30delete default route from FIB when we receive advertisement withFlorian Obser
2017-05-30delete default route from FIB when it expiresFlorian Obser
2017-05-30no need to pass the slaacd_iface around, the proposal has the if_indexFlorian Obser
2017-05-30fix previous; actually free the memoryFlorian Obser
2017-05-30Remove default router proposals and address_proposalsFlorian Obser
2017-05-30Update default router states; pointed out by naddyFlorian Obser
2017-05-30tweak previous; ok florianJason McIntyre
2017-05-30fix a jumbled conditional clang warns about; ok florian@Christian Weisgerber
2017-05-30reduce liesFlorian Obser
2017-05-29The kernel sets IN6_IFF_AUTOCONF for autoconf addresses, also makeFlorian Obser
2017-05-29clang points out that the first argument to setproctitle is a formatFlorian Obser
2017-05-29Compare the l2 address from which the slaac address was formed withFlorian Obser
2017-05-29only send router solicitation on RTM_NEWADDR if the l2 address changedFlorian Obser
2017-05-28only mark privacy addresses as such instead of all configured addressesChristian Weisgerber
2017-05-28removed if 0'ed code; it gets in the way of grepping for thingsFlorian Obser
2017-05-28set autoconfprivacy flag; prodding naddyFlorian Obser
2017-05-28pasto, typos, spelling; ok florian@Christian Weisgerber
2017-05-28get a new privacy address before the old one expiresFlorian Obser
2017-05-28No need to constantly re-add the default route. It will not expireFlorian Obser
2017-05-28propose and configure default gatewayFlorian Obser
2017-05-27use sizeof("constant string") to avoid magic numberFlorian Obser
2017-05-27print router preferenceFlorian Obser
2017-05-27Generate a fake ack (or is it an alternative ack?) internally.Florian Obser
2017-05-27remove unused varsFlorian Obser
2017-05-27SOCK_CLOEXEC | SOCK_NONBLOCKFlorian Obser
2017-05-27handle expiration / renewal of non-privacy addressesFlorian Obser
2017-05-27there is no need to construct and send a proposal if we reached theFlorian Obser
2017-05-27do not use %hhuFlorian Obser
2017-05-27show address proposals in slaacdctl show interface outputFlorian Obser
2017-05-27delete proposal if address gets deletedFlorian Obser
2017-05-27sync route socket processing to netcfgdFlorian Obser
2017-05-27configure address on interfaceFlorian Obser
2017-05-27remove unused varsFlorian Obser
2017-05-27handle proposal ackFlorian Obser
2017-05-27use new address_proposal struct to generate proposalsFlorian Obser
2017-05-27proposal stateFlorian Obser
2017-05-27no longer carry addresses in struct radv_prefixFlorian Obser
2017-05-27we need to loop over all proposalsFlorian Obser
2017-05-27move towards $thing proposals and attach them to ifaceFlorian Obser
2017-05-27send route labelFlorian Obser
2017-05-27bluhm pointed out that the prefix itself can be scoped, too. So weFlorian Obser
2017-04-10slaacdctl -> slaacctl;Jason McIntyre
2017-03-21From a syslog perspective it does not make sense to log fatal andAlexander Bluhm
2017-03-20send proposalsFlorian Obser