summaryrefslogtreecommitdiff
path: root/usr.sbin/ospf6d
AgeCommit message (Expand)Author
3 daysConvert simple stuff in usr.sbin over to new imsgbuf_init behaviourClaudio Jeker
3 daysConvert the common imsgbuf_read calls to the post EAGAIN world.Claudio Jeker
3 daysUse imsgbuf_queuelen() instead of accessing the w.queue member.Claudio Jeker
3 daysUse imsgbuf_clear() where appropriate instead of msgbuf_clear().Claudio Jeker
3 daysRename imsg_init, imsg_clear, imsg_read, imsg_write and imsg_flush toClaudio Jeker
3 daysConvert imsg_write() callers to the new simplified return logic.Claudio Jeker
3 daysIntroduce imsg_write() and use it instead of msgbuf_write().Claudio Jeker
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
2024-05-15Mark network control packets with DSCP CS6 (parity with ospfd)Job Snijders
2023-12-13Use imsg_get_fd() to access the control fd.Claudio Jeker
2023-07-04a little knf, no functional changeDavid Gwynne
2023-07-03Use ibuf_data() instead of direct access to ibuf->buf,Claudio Jeker
2023-06-21add "fib reload" support to ospf6d/ospf6ctl, and trigger itStuart Henderson
2023-06-21Update ospf6d 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
2022-12-28spelling fixes; from paul tagliamonteJason McIntyre
2022-03-31man pages: add missing commas between subordinate and main clausesChristian Weisgerber
2022-01-20ospf6d: fix -Wunused-but-set-variable warningsChristian 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-19Like ospfd allocate the recv buffer with malloc() on first call.Claudio Jeker
2021-01-19Make the struct imsgev static. With this ospf6d compiles with -fno-commonClaudio Jeker
2021-01-19Use ospfe_imsg_compose_rde() instead of exporting iev_rde and usingClaudio Jeker
2021-01-19Like in ospfd rename nconf to noeconf in the ospf engine to removeClaudio Jeker
2021-01-19Properly define ospfd_process as an extern in the header file.Claudio Jeker
2021-01-19Like in ospfd use a static pkt_ptr buffer.Claudio Jeker
2021-01-19Do the same control cleanup as in ospfd. Move control_state and ctl_connsClaudio Jeker
2021-01-12In recv_packet() verify that non-multicast packets where sent to the rightClaudio Jeker
2021-01-12Send lsupdate messages to the correct neighbor address on P2P interfaces.Claudio Jeker
2020-12-29getifaddrs() can return entries where ifa_addr is NULL. Check for thisSebastian Benoit
2020-10-04Fix indentdenis
2020-10-03The new intra area db entry has to be saved into the tree beforejan
2020-09-16Stop removing the control socket on exit and tighten the unveil evenremi
2020-09-10Use the ROUTE_FLAGFILTER setsockopt to filter out routing socket messagesJonathan Matthew
2020-08-21Fix wrong fall through. The IMSG_CTL_SHOW_DB_INTRA case should onlyjan
2020-08-21Remove redundent code.jan
2020-07-15Remove unused variablesdenis
2020-06-26Replace SIMPLEQ concatenation loop with SIMPLEQ_CONCATbket
2020-06-22Remove unused variabledenis
2020-05-27Remove unneeded <stddef.h>denis
2020-05-17IF_IFACE_AVAIL is never used/checked, wipe it.denis
2020-05-16list example files in FILES with a short description: generally, "ExampleJason McIntyre
2020-05-16When IMSG_IFADD is removed, IMSG_IFDELETE becomes uselessdenis
2020-05-16IMSG_IFADD is never used, wipe itdenis
2020-05-06Same fix for ospfd lsupdate.c applies in ospf6d as well.Claudio Jeker
2020-05-04Partially reverse a commit from 2019/12/28denis