Age | Commit message (Expand) | Author |
3 days | Convert simple stuff in usr.sbin over to new imsgbuf_init behaviour | Claudio Jeker |
3 days | Unify error reporting in various control programs. | Claudio Jeker |
3 days | Convert the common imsgbuf_read calls to the post EAGAIN world. | Claudio Jeker |
3 days | Rename imsg_init, imsg_clear, imsg_read, imsg_write and imsg_flush to | Claudio Jeker |
3 days | Use imsg_flush() instead of implementing the same by hand. | Claudio Jeker |
2023-06-21 | add "fib reload" support to ospf6d/ospf6ctl, and trigger it | Stuart Henderson |
2023-03-02 | improve the Nd lines such that the format is consistent for the | Jason McIntyre |
2022-12-27 | Only print the hello_timer if it is actually running. | Claudio Jeker |
2022-01-20 | ospf6ctl: fix -Wunused-but-set-variable warning | Christian Weisgerber |
2020-04-05 | Handle connected routes as ospfd(8) does. | denis |
2019-05-26 | Allow specifying area by number as well as id. No changes to outputs. | remi |
2018-07-12 | Add support for rdomains. | remi |
2018-06-06 | document missing database filters | remi |
2018-06-06 | print metric for Intra-Area-Prefix LSAs | remi |
2017-11-05 | Mention that "reload" is disabled; ok jmc@ | Jeremie Courreges-Anglas |
2017-11-05 | Disable config reload, ospf6d just exits on reload with simple setups. | Jeremie Courreges-Anglas |
2017-08-12 | fix the else case (i.e. LSA_IS_SCOPE_AS) where header could remain | Sebastian Benoit |
2017-06-19 | Import route priority support from ospfd to ospf6d. | friehm |
2016-12-22 | Also print the mtu in detailed interface info. | Jeremie Courreges-Anglas |
2016-09-02 | work on making log.c similar in all daemons: | Sebastian Benoit |
2015-12-05 | EAGAIN handling for imsg_read. OK henning@ benno@ | Claudio Jeker |
2015-12-03 | if_indextoname() was fixed a while back, do not need to pledge "route" | Theo de Raadt |
2015-10-10 | pledge("stdio route") needed here, because ipv6 | Sebastian Benoit |
2015-09-27 | As done for bgpd recently, rename if_mediatype to if_type in ospfd/ospf6d. | Stefan Sperling |
2015-09-13 | match a few if_media uint64_t conversions; ok miod | Theo de Raadt |
2015-07-27 | use file system path (.Pa) semantic markup macros where appropriate. | Igor Sobrado |
2014-11-17 | Always free "ps" after usage. | Tobias Stoeckmann |
2013-11-13 | handle msgbuf_write() returning EAGAIN, looks right to deraadt | Stuart Henderson |
2013-03-22 | tweak previous; ok sthen | Jason McIntyre |
2013-03-22 | Allow use of an alternative control socket, ported from ospfd. ok claudio@ | Stuart Henderson |
2012-10-21 | Move common ospf6d functions for ipv6 address manipulation into | Alexander Bluhm |
2011-05-05 | order static types | Claudio Jeker |
2011-03-07 | continguous -> contiguous | Henning Brauer |
2010-09-04 | move some things around to make intentions clear. not really a functional | Ted Unangst |
2010-07-20 | Another hand rolled offsetof(), replace with mask2prefixlen from kroute.c | Claudio Jeker |
2010-06-12 | Print additional new line after 'Number of Links' in show database | Alexander Bluhm |
2010-05-26 | Move imsg into libutil and add a man page. | Nicholas Marriott |
2010-05-10 | Mention that commands may be abbreviated. ok claudio@ | Stuart Henderson |
2010-02-25 | Fix AS-ext LSA detailed output. While there rework the way we print | Claudio Jeker |
2010-02-23 | Unbreak tree. struct lsa_asext changed so we need to adjust the output | Claudio Jeker |
2010-01-13 | Fix problems with incomplete arrays that was fixed in other ospfctl | Jonathan Gray |
2009-12-23 | Print more addresses with scope. | Claudio Jeker |
2009-12-22 | Use log_in6addr_scope() to print the correct nexthop. | Claudio Jeker |
2009-11-03 | sort; | Jason McIntyre |
2009-11-02 | Implement "log verbose" and "log brief" to enable or disable verbose debug | Claudio Jeker |
2009-10-22 | write UNIX-domain in a more consistent way; while here, replace a | Igor Sobrado |
2009-10-22 | use the UNIX-related macros (.At and .Ux) where appropriate. | Igor Sobrado |
2009-09-14 | Switch the various link state printing codes to use the new if_media | Claudio Jeker |
2009-07-28 | Track renamed struct member (r1.15 of ospf6d/ospf6.h) to fix compilation. | Claudio Jeker |
2009-06-06 | make ospf6ctl/ospf6d imsg-in-a-lib ready too. | Eric Faurot |