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
2021-12-13
including sys/cdefs.h manually started as a result of netbsd trying to
Theo de Raadt
2021-11-03
log the interface along with the neighbour ID in various ospfd/ospf6d
Stuart Henderson
2021-10-15
Don't declare variables as "unsigned char *" that are passed to
Christian Weisgerber
2021-09-06
repair missing paths on unveil failure
Theo de Raadt
2021-01-25
r1.102 forgot to tweak the "redistribute rtlabel" part of the grammar.
David Gwynne
2021-01-19
Allocate the recv buffer with malloc() on first call. This code assumes
Claudio Jeker
2021-01-19
Make the imsg event structures static, properly define ospfd_process and
Claudio Jeker
2021-01-19
Internalize a few more things into the control code. Both control_state
Claudio Jeker
2021-01-19
Use a static pkt_ptr buffer instead of allocating it dynamically.
Claudio Jeker
2021-01-19
Use ospfe_imsg_compose_rde() instead of calling imsg_compose_event() with
Claudio Jeker
2021-01-16
Use struct ip_mreqn for the IP_MULTICAST_IF setsockopt. This way
Claudio Jeker
2021-01-12
Use the interface index of struct ip_mreqn in IP_ADD_MEMBERSHIP to send
Claudio Jeker
2021-01-07
Fix multiple shift/reduce conflicts in the parser because of the dependon
Claudio Jeker
2020-12-29
getifaddrs() can return entries where ifa_addr is NULL. Check for this
Sebastian Benoit
2020-11-02
print "depend on" information when available in "ospfctl sh int" output.
David Gwynne
2020-11-02
apply the "depend on" logic in the the default handling of rtr links.
David Gwynne
2020-10-05
Remove redundant code and lets code looks similar
jan
2020-09-16
Stop removing the control socket on exit and tighten the unveil even
remi
2020-08-20
Use the ROUTE_FLAGFILTER setsockopt to filter out routing socket messages
Jonathan Matthew
2020-06-26
Replace SIMPLEQ concatenation loop with SIMPLEQ_CONCAT
bket
2020-05-16
list example files in FILES with a short description: generally, "Example
Jason McIntyre
2020-05-06
Do not use the pointer returned by ibuf_reserve() after calling another
Claudio Jeker
2020-04-23
replace examples of "Ic arg Ic arg" with "Ic arg arg" and stop the spread;
Jason McIntyre
2020-03-29
Change space to tab
denis
2020-02-10
briefly mention /etc/examples/ in the FILES section of all the
Ingo Schwarze
2020-01-21
Allow the interface setting "type p2p" to be configured globallz or per
remi
2020-01-08
Area-wide interface parameters need to be defined before the interfaces
remi
2019-11-23
These dependon related lines fit better a bit further up.
remi
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
[next]