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
2023-12-13
Use imsg_get_fd() to access the control fd.
Claudio Jeker
2023-11-07
iface->auth_key is not a real C string so use strnlen() to define the maximum.
Claudio Jeker
2023-07-03
Use ibuf_data() instead of directly accessing ibuf->buf.
Claudio Jeker
2023-06-21
Remove extra newlines
Claudio Jeker
2023-06-20
Update ospfd to use new ibuf api.
Claudio Jeker
2023-03-08
Delete obsolete /* ARGSUSED */ lint comments.
Philip Guenther
2023-03-02
improve the Nd lines such that the format is consistent for the
Jason McIntyre
2023-02-08
usr.sbin: missing void to appease clang 15's -Wstrict-prototype.
Theo Buehler
2022-12-28
spelling fixes; from paul tagliamonte
Jason McIntyre
2022-05-06
Relax the limitation of what is an acceptable unicast IP.
Claudio Jeker
2022-03-31
man pages: add missing commas between subordinate and main clauses
Christian Weisgerber
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
[next]