Age | Commit message (Expand) | Author |
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 |
2009-03-29 | Stop using the att_rtr member of struct lsa_net, we're going to remove it. | Stefan Sperling |
2009-03-29 | ospf6ctl had lsa_rtr_link fields mixed up. | Stefan Sperling |
2009-01-30 | Add missing free. Found by norby@ in ospfctl, same fix. | Stefan Sperling |
2009-01-29 | One more step on the long road of beautifying ospf6ctl output: | Stefan Sperling |
2009-01-29 | Don't print a header line above every individual Intra-Area-Prefix LSA | Stefan Sperling |
2009-01-29 | Fix offset calculation for lsa_prefix structs. | Stefan Sperling |
2009-01-28 | Add 'show database intra' command, which displays Intra-Area-Prefix LSAs. | Stefan Sperling |
2009-01-28 | Print the right header for Intra-Area-Prefix LSAs when showing the database. | Stefan Sperling |
2009-01-01 | I removed prefix from lsa_prefix but this code was still using it. Unbreak | Claudio Jeker |
2008-12-30 | Add code to show Link LSA. Make the other detailed views a bit shorter by | Claudio Jeker |
2008-12-28 | a few documentation updates for opsf6(8) and ospf6ctl(8): remove an | Igor Sobrado |
2008-12-28 | correct some output | Claudio Jeker |
2008-12-28 | Correctly display net lsa and the LSA type is now 16bit. This removes | Claudio Jeker |
2008-12-28 | Sync up with the last commit. Some flags are now gone. | Claudio Jeker |