summaryrefslogtreecommitdiff
path: root/usr.sbin/ospfd
AgeCommit message (Expand)Author
2024-08-22ospfd: fix whitespace error introduced in previousTheo Buehler
2024-08-21Mechanically replace inet_aton with inet_pton.Florian Obser
2024-08-21An area is either a decimal number or an IPv4 address.Florian Obser
2024-05-18remove prototypes with no matching function; ok claudio@Jonathan Gray
2023-12-13Use imsg_get_fd() to access the control fd.Claudio Jeker
2023-11-07iface->auth_key is not a real C string so use strnlen() to define the maximum.Claudio Jeker
2023-07-03Use ibuf_data() instead of directly accessing ibuf->buf.Claudio Jeker
2023-06-21Remove extra newlinesClaudio Jeker
2023-06-20Update ospfd to use new ibuf api.Claudio Jeker
2023-03-08Delete obsolete /* ARGSUSED */ lint comments.Philip Guenther
2023-03-02improve the Nd lines such that the format is consistent for theJason McIntyre
2023-02-08usr.sbin: missing void to appease clang 15's -Wstrict-prototype.Theo Buehler
2022-12-28spelling fixes; from paul tagliamonteJason McIntyre
2022-05-06Relax the limitation of what is an acceptable unicast IP.Claudio Jeker
2022-03-31man pages: add missing commas between subordinate and main clausesChristian Weisgerber
2021-12-13including sys/cdefs.h manually started as a result of netbsd trying toTheo de Raadt
2021-11-03log the interface along with the neighbour ID in various ospfd/ospf6dStuart Henderson
2021-10-15Don't declare variables as "unsigned char *" that are passed toChristian Weisgerber
2021-09-06repair missing paths on unveil failureTheo de Raadt
2021-01-25r1.102 forgot to tweak the "redistribute rtlabel" part of the grammar.David Gwynne
2021-01-19Allocate the recv buffer with malloc() on first call. This code assumesClaudio Jeker
2021-01-19Make the imsg event structures static, properly define ospfd_process andClaudio Jeker
2021-01-19Internalize a few more things into the control code. Both control_stateClaudio Jeker
2021-01-19Use a static pkt_ptr buffer instead of allocating it dynamically.Claudio Jeker
2021-01-19Use ospfe_imsg_compose_rde() instead of calling imsg_compose_event() withClaudio Jeker
2021-01-16Use struct ip_mreqn for the IP_MULTICAST_IF setsockopt. This wayClaudio Jeker
2021-01-12Use the interface index of struct ip_mreqn in IP_ADD_MEMBERSHIP to sendClaudio Jeker
2021-01-07Fix multiple shift/reduce conflicts in the parser because of the dependonClaudio Jeker
2020-12-29getifaddrs() can return entries where ifa_addr is NULL. Check for thisSebastian Benoit
2020-11-02print "depend on" information when available in "ospfctl sh int" output.David Gwynne
2020-11-02apply the "depend on" logic in the the default handling of rtr links.David Gwynne
2020-10-05Remove redundant code and lets code looks similarjan
2020-09-16Stop removing the control socket on exit and tighten the unveil evenremi
2020-08-20Use the ROUTE_FLAGFILTER setsockopt to filter out routing socket messagesJonathan Matthew
2020-06-26Replace SIMPLEQ concatenation loop with SIMPLEQ_CONCATbket
2020-05-16list example files in FILES with a short description: generally, "ExampleJason McIntyre
2020-05-06Do not use the pointer returned by ibuf_reserve() after calling anotherClaudio Jeker
2020-04-23replace examples of "Ic arg Ic arg" with "Ic arg arg" and stop the spread;Jason McIntyre
2020-03-29Change space to tabdenis
2020-02-10briefly mention /etc/examples/ in the FILES section of all theIngo Schwarze
2020-01-21Allow the interface setting "type p2p" to be configured globallz or perremi
2020-01-08Area-wide interface parameters need to be defined before the interfacesremi
2019-11-23These dependon related lines fit better a bit further up.remi
2019-11-19Add point-to-point support for broadcast interfaces.remi
2019-11-10Consistently use _rcctl enable foo_ in examples, it's simpler and lessLandry Breuil
2019-11-09Fix function name in error message.denis
2019-08-12On broadcast and point-to-point interfaces only accept hello packets whenremi
2019-08-12Warn when a neighbor changes its source IP address. Either it is becauseremi
2019-07-15Improve logging when sending a packet fails.remi
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt