summaryrefslogtreecommitdiff
path: root/usr.sbin/ospf6d
AgeCommit message (Expand)Author
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
2020-04-23replace examples of "Ic arg Ic arg" with "Ic arg arg" and stop the spread;Jason McIntyre
2020-04-05Handle connected routes as ospfd(8) does.denis
2020-03-29Rework of rde_asext_get()/rde_asext_put().denis
2020-02-17Bring ospf6d closer to ospfddenis
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-21No need to pass peerid to lsa_snap()denis
2020-01-08Area-wide interface parameters need to be defined before the interfacesremi
2020-01-03Remove unused variabledenis
2020-01-03Sync with ospfd's database.cdenis