Age | Commit message (Expand) | Author |
2023-06-21 | add "fib reload" support to ospf6d/ospf6ctl, and trigger it | Stuart Henderson |
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 | print metric for Intra-Area-Prefix LSAs | remi |
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 |
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 |
2013-11-13 | handle msgbuf_write() returning EAGAIN, looks right to deraadt | Stuart Henderson |
2013-03-22 | Allow use of an alternative control socket, ported from ospfd. ok claudio@ | Stuart Henderson |
2011-05-05 | order static types | Claudio Jeker |
2010-06-12 | Print additional new line after 'Number of Links' in show database | Alexander Bluhm |
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 |
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-02 | Implement "log verbose" and "log brief" to enable or disable verbose debug | Claudio Jeker |
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 |
2007-12-13 | struct kif is gone so adapt to the situation. show interface is gone for | Claudio Jeker |
2007-11-27 | update "show database" output (work in progress) but now link local LSA | Claudio Jeker |
2007-10-16 | Fix show database router output. | Claudio Jeker |
2007-10-16 | Make ospf6ctl compile again and especially make ospf6ctl show database work | Claudio Jeker |
2007-10-16 | Change LSA type to 16 bit and use the new defines recently comitted to | Esben Norby |
2007-10-16 | Adapt to the changes in ospf6d. Fix more IPv6 addressing and probably break | Claudio Jeker |
2007-10-16 | Fix the output from "show neighbor". | Esben Norby |
2007-10-15 | specifying int instead of just unsigned is better style | Theo de Raadt |