index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
slaacd
Age
Commit message (
Expand
)
Author
2017-05-31
Deleting a default route proposal is a bit of work and the code got
Florian Obser
2017-05-31
do not leak address and dfr proposals if an interface goes away
Florian Obser
2017-05-31
remove DEBUG_IMSG; I have figured out imsg flow by now; no binary
Florian Obser
2017-05-30
Oops, this was RTP_BGP during development to be able to easier spot
Florian Obser
2017-05-30
Send a source link-layer address option with our solicitations.
Florian Obser
2017-05-30
whitespace encountered during review
Theo de Raadt
2017-05-30
delete default route from FIB when we receive advertisement with
Florian Obser
2017-05-30
delete default route from FIB when it expires
Florian Obser
2017-05-30
no need to pass the slaacd_iface around, the proposal has the if_index
Florian Obser
2017-05-30
fix previous; actually free the memory
Florian Obser
2017-05-30
Remove default router proposals and address_proposals
Florian Obser
2017-05-30
Update default router states; pointed out by naddy
Florian Obser
2017-05-30
tweak previous; ok florian
Jason McIntyre
2017-05-30
fix a jumbled conditional clang warns about; ok florian@
Christian Weisgerber
2017-05-30
reduce lies
Florian Obser
2017-05-29
The kernel sets IN6_IFF_AUTOCONF for autoconf addresses, also make
Florian Obser
2017-05-29
clang points out that the first argument to setproctitle is a format
Florian Obser
2017-05-29
Compare the l2 address from which the slaac address was formed with
Florian Obser
2017-05-29
only send router solicitation on RTM_NEWADDR if the l2 address changed
Florian Obser
2017-05-28
only mark privacy addresses as such instead of all configured addresses
Christian Weisgerber
2017-05-28
removed if 0'ed code; it gets in the way of grepping for things
Florian Obser
2017-05-28
set autoconfprivacy flag; prodding naddy
Florian Obser
2017-05-28
pasto, typos, spelling; ok florian@
Christian Weisgerber
2017-05-28
get a new privacy address before the old one expires
Florian Obser
2017-05-28
No need to constantly re-add the default route. It will not expire
Florian Obser
2017-05-28
propose and configure default gateway
Florian Obser
2017-05-27
use sizeof("constant string") to avoid magic number
Florian Obser
2017-05-27
print router preference
Florian Obser
2017-05-27
Generate a fake ack (or is it an alternative ack?) internally.
Florian Obser
2017-05-27
remove unused vars
Florian Obser
2017-05-27
SOCK_CLOEXEC | SOCK_NONBLOCK
Florian Obser
2017-05-27
handle expiration / renewal of non-privacy addresses
Florian Obser
2017-05-27
there is no need to construct and send a proposal if we reached the
Florian Obser
2017-05-27
do not use %hhu
Florian Obser
2017-05-27
show address proposals in slaacdctl show interface output
Florian Obser
2017-05-27
delete proposal if address gets deleted
Florian Obser
2017-05-27
sync route socket processing to netcfgd
Florian Obser
2017-05-27
configure address on interface
Florian Obser
2017-05-27
remove unused vars
Florian Obser
2017-05-27
handle proposal ack
Florian Obser
2017-05-27
use new address_proposal struct to generate proposals
Florian Obser
2017-05-27
proposal state
Florian Obser
2017-05-27
no longer carry addresses in struct radv_prefix
Florian Obser
2017-05-27
we need to loop over all proposals
Florian Obser
2017-05-27
move towards $thing proposals and attach them to iface
Florian Obser
2017-05-27
send route label
Florian Obser
2017-05-27
bluhm pointed out that the prefix itself can be scoped, too. So we
Florian Obser
2017-04-10
slaacdctl -> slaacctl;
Jason McIntyre
2017-03-21
From a syslog perspective it does not make sense to log fatal and
Alexander Bluhm
2017-03-20
send proposals
Florian Obser
[next]