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
/
ospfd
Age
Commit message (
Expand
)
Author
2019-11-19
Add point-to-point support for broadcast interfaces.
remi
2019-11-10
Consistently use _rcctl enable foo_ in examples, it's simpler and less
Landry Breuil
2019-11-09
Fix function name in error message.
denis
2019-08-12
On broadcast and point-to-point interfaces only accept hello packets when
remi
2019-08-12
Warn when a neighbor changes its source IP address. Either it is because
remi
2019-07-15
Improve logging when sending a packet fails.
remi
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
2019-06-10
less macro;
Jason McIntyre
2019-06-10
document that area can take a number as well as an id
David Gwynne
2019-06-07
Allow specifying area by number as well as id. No change to outputs.
David Gwynne
2019-05-16
Do not change router-id on reload if unspecified.
denis
2019-04-29
Check that depend on interfaces are in the same rdomain. If they are not
remi
2019-04-23
whitespace fix
remi
2019-04-23
Use the network address instead of the interface address for the "link id"
remi
2019-04-23
For originating router LSAs for P2P interfaces check for linkstate
remi
2019-04-04
RFC 2328 mandates in 12.4.1.1 that the Link ID of the Type 3 link has to
remi
2019-03-26
The recently introduced "router-id changed" warning is a bit long.
remi
2019-03-25
Abort reload if router-id changed
Jeremie Courreges-Anglas
2019-02-13
(unsigned) means (unsigned int) which on ptrdiff_t or size_t or other
Theo de Raadt
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
2019-01-02
Send a router LSA update when an interface was removed.
remi
2018-12-28
Add config option fib-priority to set a custom prio for routes ospfd
remi
2018-11-01
- odd condition/test in PF lexer
Alexandr Nedvedicky
2018-10-29
The parent process of ospfd is not supposed to write or execute files.
remi
2018-09-27
whitepspace fix
Sebastian Benoit
2018-09-07
replace malloc()+strlcpy() with strndup() in cmdline_symset().
miko
2018-08-29
Prevent ospfd from starting if another ospfd is already using the same
remi
2018-07-27
remove errant Ed added in previous;
Jason McIntyre
2018-07-26
note under which circumstances ospfd uses the route priofilter
Sebastian Benoit
2018-07-11
Print the rdomain config option if present.
remi
2018-07-11
Change the control socket to ospfd.sock.<rdomain>.
remi
2018-07-11
Do for most running out of memory err() what was done for most running
Kenneth R Westerback
2018-07-10
Since we use multiple cloning routes (mpath) if more than one ip address
friehm
2018-07-09
Set log_setverbose(1) early to see debug logs during parsing the config
remi
2018-07-09
No need to mention which memory allocation entry point failed (malloc,
Kenneth R Westerback
2018-07-08
Be consistent in warn() and log_warn() usage when
Kenneth R Westerback
2018-06-25
Add IMSG_IFADDRADD to ospfe and the master process.
remi
2018-06-18
remove the SECTIONS header, since a one line DESCRIPTION is a bit silly;
Jason McIntyre
2018-06-11
Fix an off-by-one line count when using include statements.
denis
2018-04-26
Plug leak in error case of the common 'varset' implementations.
Kenneth R Westerback
2018-03-11
Increase SO_RCVBUF of the ospf socket to 256k having this buffer can result
Claudio Jeker
2018-02-22
The IF_EVT_NBR_CHNG event needs to be fired when a neighbor transitions to
Claudio Jeker
2018-02-11
Use the new route filter ROUTE_PRIOFILTER in ospfd. Usually we only
Sebastian Benoit
2018-02-09
Style tweaks
Jeremie Courreges-Anglas
2018-02-09
Simplify logic a bit by moving a block. nbr_stop_itimer() does not use
Claudio Jeker
2018-02-08
Bump the read sockbuf of the routing socket to 2MB, may help reduce some of
Claudio Jeker
2018-02-05
simplify macros, and avoid some arg splitting;
Jason McIntyre
2018-02-05
Introduce "depend on". This allows ospfd to set the metric dependent
remi
2017-11-07
document how ospfd interacts with carp
remi
[next]