summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ospf6d/control.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Do the same control cleanup as in ospfd. Move control_state and ctl_connsclaudio2021-01-191-8/+2
| | | | into control.c nothing outside needs access to this.
* Stop removing the control socket on exit and tighten the unveil evenremi2020-09-161-2/+2
| | | | | | further. This is in line with what other networking daemons do. ok mestre@
* Prevent ospf6d from starting when another process is listening on theremi2018-09-011-1/+2
| | | | | | control socket. ok florian@
* Same session_socket_blockmode() changes as done to ospfd. Also do the sameclaudio2015-02-101-8/+1
| | | | kroute change (make socket non-blocking and add trigger for partial reads).
* Allow use of an alternative control socket, ported from ospfd. ok claudio@sthen2013-03-221-3/+3
|
* Handle file descriptor exhaustion in the accept() case.deraadt2012-04-101-1/+2
| | | | ok claudio
* make ospf6ctl/ospf6d imsg-in-a-lib ready too.eric2009-06-061-2/+2
| | | | | | ospf6ctl is already broken in tree (not connected to build). ok pyr@
* Welcome ospf6dnorby2007-10-081-0/+50
The new ospf6d daemon will support OSPFv3, basically OSPF for IPv6 networks. It is heavily based on ospfd(8), it is more or less a copy and paste of it. Currently some unneeded stuff has been removed and the trasition from IPv4 to IPv6 has begun. ospf6d is not very usefull at the moment, it is being imported to allow more people to work on it concurrently. Not yet connected to the builds. ok claudio@ dlg@