summaryrefslogtreecommitdiffstats
path: root/usr.sbin/slaacctl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make the control socket name depend on the routing domain we are in.florian2020-04-161-4/+11
| | | | | | | | | That way, when slaacd gets started in a different rdomain with route exec things just work, no need to provide an alternative control socket. Pointed out by claudio Original diff by benno, but I like my bikeshed purple. OK benno, claudio
* Send DNS proposals on route socket when new nameservers are learnedflorian2019-11-111-1/+41
| | | | | | from router advertisements. unwind(8) can solicit DNS proposals by sending an empty RTM_PROPOSAL message with priority RTP_PROPOSAL_SOLICIT.
* Correctly group initialization of AF_UNIX socket.florian2019-11-011-2/+2
| | | | | spotted by deraadt in new code, sweep by me. OK deraadt
* Remove redundant newline.florian2019-10-201-2/+1
| | | | pointed out by deraadt@
* Enable slaacctl(8) to print information on an advertised MTU.bket2018-07-271-1/+3
| | | | OK florian@
* add some missing punctuation, and remove some vertical whitespace;jmc2018-06-191-6/+4
|
* pledge earlier in preparation of pledgepathflorian2018-04-271-1/+4
|
* print id first to make this symetrical to address proposalsflorian2017-08-281-2/+2
|
* slaacd.sock moved to /dev a while ago.florian2017-08-221-5/+5
| | | | Noted by Christer Solskogen on misc@, thanks!
* typoflorian2017-08-221-2/+2
|
* Show timeouts for addresses and default routers.florian2017-08-181-9/+20
|
* print default router IPflorian2017-08-181-1/+2
|
* nano second resolution is meaninglessflorian2017-08-181-9/+4
|
* Use "infinity" for pltime / vltime.florian2017-08-181-5/+18
| | | | | It's a bit easier on the eyes than 4294967295. While here standardize on a width of 10.
* Move slaacd to /sbinflorian2017-06-031-2/+2
| | | | | | | | jca points out that all the other interface configuration tools live there (like ifconfig or dhclient). Furthermore it starts so early in the boot process that /usr might not be mounted yet if it's a nfs filesystem. sthen and deraadt agree
* No slaacd.conf(5) is currently planned. Remove Xr to nonexistent manual.tb2017-05-311-3/+2
| | | | ok florian
* whitespace encountered during reviewderaadt2017-05-301-2/+2
|
* propose and configure default gatewayflorian2017-05-281-1/+30
|
* print router preferenceflorian2017-05-271-1/+2
|
* do not use %hhuflorian2017-05-271-2/+2
|
* show address proposals in slaacdctl show interface outputflorian2017-05-271-1/+33
|
* no longer carry addresses in struct radv_prefixflorian2017-05-271-18/+1
|
* slaacdctl -> slaacctl;jmc2017-04-101-3/+3
|
* The canonical name for ctl programs is without 'd'.florian2017-04-105-0/+613
Pointed out by Brad. OK deraadt@