index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.sbin
/
ospfd
/
ospfd.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make the imsg event structures static, properly define ospfd_process and
claudio
2021-01-19
1
-3
/
+4
*
Stop removing the control socket on exit and tighten the unveil even
remi
2020-09-16
1
-4
/
+2
*
Replace SIMPLEQ concatenation loop with SIMPLEQ_CONCAT
bket
2020-06-26
1
-9
/
+3
*
Change space to tab
denis
2020-03-29
1
-3
/
+3
*
Allow the interface setting "type p2p" to be configured globallz or per
remi
2020-01-21
1
-4
/
+3
*
These dependon related lines fit better a bit further up.
remi
2019-11-23
1
-5
/
+5
*
Add point-to-point support for broadcast interfaces.
remi
2019-11-19
1
-1
/
+10
*
Do not change router-id on reload if unspecified.
denis
2019-05-16
1
-1
/
+7
*
The recently introduced "router-id changed" warning is a bit long.
remi
2019-03-26
1
-3
/
+2
*
Abort reload if router-id changed
jca
2019-03-25
1
-2
/
+8
*
For external LSAs the type (1 or 2) is encoded in the metric field. Do not
remi
2019-01-15
1
-7
/
+12
*
Improve error message when daemon is already running.
florian
2019-01-14
1
-2
/
+2
*
Send a router LSA update when an interface was removed.
remi
2019-01-02
1
-2
/
+3
*
Add config option fib-priority to set a custom prio for routes ospfd
remi
2018-12-28
1
-2
/
+12
*
The parent process of ospfd is not supposed to write or execute files.
remi
2018-10-29
1
-1
/
+8
*
Prevent ospfd from starting if another ospfd is already using the same
remi
2018-08-29
1
-1
/
+16
*
Change the control socket to ospfd.sock.<rdomain>.
remi
2018-07-11
1
-3
/
+9
*
Set log_setverbose(1) early to see debug logs during parsing the config
remi
2018-07-09
1
-2
/
+2
*
Use the new route filter ROUTE_PRIOFILTER in ospfd. Usually we only
benno
2018-02-11
1
-3
/
+4
*
Style tweaks
jca
2018-02-09
1
-5
/
+4
*
Introduce "depend on". This allows ospfd to set the metric dependent
remi
2018-02-05
1
-8
/
+37
*
sync log.c from relayd et al to ospfd.
benno
2017-01-24
1
-7
/
+8
*
'unneded stuff' -> 'unneeded stuff' in comments.
krw
2016-09-28
1
-2
/
+2
*
A few bits of stray leading/embedded/trailing whitespace spotted while
krw
2016-09-04
1
-2
/
+2
*
Simplify shutdown process.
renato
2016-09-03
1
-57
/
+22
*
work on making log.c similar in all daemons:
benno
2016-09-02
1
-1
/
+2
*
Remove setproctitle() for the parent process. Because rc.d(8) uses process
sthen
2016-02-02
1
-4
/
+1
*
Pledge ospfd SE ("stdio inet mcast") and RDE ("stdio") move some code
claudio
2015-12-05
1
-4
/
+3
*
imsg_read will return EAGAIN in some cases so prep code for it.
claudio
2015-12-03
1
-3
/
+3
*
As done for bgpd recently, rename if_mediatype to if_type in ospfd/ospf6d.
stsp
2015-09-27
1
-2
/
+2
*
Fix a segfault at startup when if_change() ist called before
benno
2015-07-20
1
-3
/
+5
*
When removing interfaces in the RDE we also need to remove all the RDE
claudio
2015-03-14
1
-1
/
+3
*
Convert ospfd over to SOCK_CLOEXEC | SOCK_NONBLOCK and make the route
claudio
2015-02-10
1
-11
/
+7
*
Replace <sys/param.h> with <limits.h> and other less dirty headers where
deraadt
2015-01-16
1
-2
/
+1
*
Close connections when msgbuf_write() returns 0.
krw
2014-07-12
1
-3
/
+7
*
from claudio
benno
2013-11-13
1
-3
/
+3
*
whitespace tweak; gratuitous difference with ospf6d
sthen
2013-03-22
1
-2
/
+2
*
Decouple log_verbose() from log_init() so the verbose flag stays set with
sthen
2011-08-20
1
-2
/
+3
*
Do not special case loopback interfaces on init. Instead force them
claudio
2011-05-06
1
-3
/
+2
*
Fix some memory leaks. Mainly better cleanup on shutdown but the v_nexthop
claudio
2011-03-24
1
-2
/
+7
*
remove trailing spaces and tabs from source code; no binary changes
sobrado
2010-09-02
1
-2
/
+2
*
When merging interfaces after a config reload, the fsm state for interfaces
sthen
2010-05-14
1
-2
/
+3
*
implement ospfctl fib reload.
dlg
2010-02-19
1
-1
/
+4
*
Only merge interfaces that have the same address and netmask. Fixes a bug
claudio
2010-02-16
1
-4
/
+6
*
Implement IMSG_CTL_LOG_VERBOSE to enable or disable debug logging on runtime.
claudio
2009-11-02
1
-3
/
+8
*
sync ospfctl/ospfd with the common imsg code, making it lib ready as well.
eric
2009-06-06
1
-41
/
+48
*
make ospfd's imsg lib ready as well.
pyr
2009-06-05
1
-5
/
+17
*
Preliminary rdomain support, all hacked up by reyk@
claudio
2009-06-05
1
-2
/
+3
*
Remove redundant imsg_event_add calls; ok claudio@
jacekm
2009-05-31
1
-3
/
+1
*
The libevent callback function may be called with EV_READ and EV_WRITE
claudio
2009-05-31
1
-15
/
+7
[next]