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
/
ospf6d
/
ospf6d.c
Age
Commit message (
Expand
)
Author
2020-06-26
Replace SIMPLEQ concatenation loop with SIMPLEQ_CONCAT
bket
2020-01-02
Rename orig_rtr_lsa_area() to orig_rtr_lsa()
denis
2019-12-16
Rework route priority filter.
denis
2019-03-25
One more TODO entry for reload support: check router-id changes
Jeremie Courreges-Anglas
2019-01-15
For external LSAs the type (1 or 2) is encoded in the metric field. Do not
remi
2019-01-14
Improve error message when daemon is already running.
Florian Obser
2018-12-29
Add config option fib-priority to set a custom prio for routes ospf6d
remi
2018-10-30
ospf6d does not support reloading so its parent proc does not need
remi
2018-09-01
Prevent ospf6d from starting when another process is listening on the
remi
2018-07-12
Add support for rdomains.
remi
2018-07-12
With the "depend on" option routes are sent out with a metric of 65535 if
remi
2018-07-09
Set log_setverbose(1) early to see debug logs during parsing the config
remi
2017-11-05
Disable config reload, ospf6d just exits on reload with simple setups.
Jeremie Courreges-Anglas
2017-08-12
bring ospf6d's log.c in sync with ospfd and bgpd
Sebastian Benoit
2017-05-30
Adding multipath route support to ospf6d. Almost copied from ospfd.
friehm
2016-09-03
Simplify shutdown process.
Renato Westphal
2016-09-02
work on making log.c similar in all daemons:
Sebastian Benoit
2016-02-02
Remove setproctitle() for the parent process. Because rc.d(8) uses process
Stuart Henderson
2015-12-05
EAGAIN handling for imsg_read. OK henning@ benno@
Claudio Jeker
2015-09-27
As done for bgpd recently, rename if_mediatype to if_type in ospfd/ospf6d.
Stefan Sperling
2015-02-10
Same session_socket_blockmode() changes as done to ospfd. Also do the same
Claudio Jeker
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2014-07-12
Close connections when msgbuf_write() returns 0.
Kenneth R Westerback
2013-11-13
handle msgbuf_write() returning EAGAIN,
Sebastian Benoit
2013-03-22
Allow use of an alternative control socket, ported from ospfd. ok claudio@
Stuart Henderson
2011-08-20
Decouple log_verbose() from log_init() so the verbose flag stays set with
Stuart Henderson
2010-08-22
Redistributing the default route with ospf6d did not work correctly.
Alexander Bluhm
2010-07-06
Update the interfaces changes from kroute to rde via imsg. This
Alexander Bluhm
2010-07-01
The prefixes of interface addresses of an ospf link have to be
Alexander Bluhm
2009-12-22
Crap. Remove debug code that I did not plan to commit.
Claudio Jeker
2009-12-22
Holy inconsitancy Batman! While it is impossible to use embeded scope ids
Claudio Jeker
2009-11-02
Add IMSG_CTL_LOG_VERBOSE similar to ospfd it allows to toggle debug logging.
Claudio Jeker
2009-06-06
make ospf6ctl/ospf6d imsg-in-a-lib ready too.
Eric Faurot
2009-05-31
Remove redundant imsg_event_add calls; ok claudio@
Jacek Masiulaniec
2009-05-31
libevent handler fix to allow EV_READ and EV_WRITE to be set at the same
Claudio Jeker
2009-03-28
Print the correct function name in log_debug().
Michele Marchetto
2008-12-28
a few documentation updates for opsf6(8) and ospf6ctl(8): remove an
Igor Sobrado
2008-05-13
Unmangle previous commit. spotted by markus@ (wow !)
Pierre-Yves Ritschard
2008-05-12
Error out with usage line if additional arguments are given after the
Pierre-Yves Ritschard
2007-12-13
Monster commit of stuff I did mostly last month. What it does:
Claudio Jeker
2007-10-25
Support -D makro=value like bgpd and ripd. OK norby@
Claudio Jeker
2007-10-20
Sync parse.y with recent enhancements in hoststated.
Pierre-Yves Ritschard
2007-10-16
First step at making kroute IPv6 aware. This resulted in many additional
Claudio Jeker
2007-10-13
in all these programs using the same pfctl-derived parse.y, re-unify the
Theo de Raadt
2007-10-11
No need to store the interface mask. An interface represents a link and is
Claudio Jeker
2007-10-11
From ospfd:
Claudio Jeker
2007-10-08
Welcome ospf6d
Esben Norby