summaryrefslogtreecommitdiff
path: root/usr.sbin/ospf6ctl/ospf6ctl.c
AgeCommit message (Expand)Author
2023-06-21add "fib reload" support to ospf6d/ospf6ctl, and trigger itStuart Henderson
2022-12-27Only print the hello_timer if it is actually running.Claudio Jeker
2022-01-20ospf6ctl: fix -Wunused-but-set-variable warningChristian Weisgerber
2020-04-05Handle connected routes as ospfd(8) does.denis
2019-05-26Allow specifying area by number as well as id. No changes to outputs.remi
2018-07-12Add support for rdomains.remi
2018-06-06print metric for Intra-Area-Prefix LSAsremi
2017-11-05Disable config reload, ospf6d just exits on reload with simple setups.Jeremie Courreges-Anglas
2017-08-12fix the else case (i.e. LSA_IS_SCOPE_AS) where header could remainSebastian Benoit
2017-06-19Import route priority support from ospfd to ospf6d.friehm
2016-12-22Also print the mtu in detailed interface info.Jeremie Courreges-Anglas
2015-12-05EAGAIN handling for imsg_read. OK henning@ benno@Claudio Jeker
2015-12-03if_indextoname() was fixed a while back, do not need to pledge "route"Theo de Raadt
2015-10-10pledge("stdio route") needed here, because ipv6Sebastian Benoit
2015-09-27As done for bgpd recently, rename if_mediatype to if_type in ospfd/ospf6d.Stefan Sperling
2015-09-13match a few if_media uint64_t conversions; ok miodTheo de Raadt
2013-11-13handle msgbuf_write() returning EAGAIN, looks right to deraadtStuart Henderson
2013-03-22Allow use of an alternative control socket, ported from ospfd. ok claudio@Stuart Henderson
2011-05-05order static typesClaudio Jeker
2010-06-12Print additional new line after 'Number of Links' in show databaseAlexander Bluhm
2010-02-25Fix AS-ext LSA detailed output. While there rework the way we printClaudio Jeker
2010-02-23Unbreak tree. struct lsa_asext changed so we need to adjust the outputClaudio Jeker
2009-12-23Print more addresses with scope.Claudio Jeker
2009-12-22Use log_in6addr_scope() to print the correct nexthop.Claudio Jeker
2009-11-02Implement "log verbose" and "log brief" to enable or disable verbose debugClaudio Jeker
2009-09-14Switch the various link state printing codes to use the new if_mediaClaudio Jeker
2009-07-28Track renamed struct member (r1.15 of ospf6d/ospf6.h) to fix compilation.Claudio Jeker
2009-06-06make ospf6ctl/ospf6d imsg-in-a-lib ready too.Eric Faurot
2009-03-29Stop using the att_rtr member of struct lsa_net, we're going to remove it.Stefan Sperling
2009-03-29ospf6ctl had lsa_rtr_link fields mixed up.Stefan Sperling
2009-01-30Add missing free. Found by norby@ in ospfctl, same fix.Stefan Sperling
2009-01-29One more step on the long road of beautifying ospf6ctl output:Stefan Sperling
2009-01-29Don't print a header line above every individual Intra-Area-Prefix LSAStefan Sperling
2009-01-29Fix offset calculation for lsa_prefix structs.Stefan Sperling
2009-01-28Add 'show database intra' command, which displays Intra-Area-Prefix LSAs.Stefan Sperling
2009-01-28Print the right header for Intra-Area-Prefix LSAs when showing the database.Stefan Sperling
2009-01-01I removed prefix from lsa_prefix but this code was still using it. UnbreakClaudio Jeker
2008-12-30Add code to show Link LSA. Make the other detailed views a bit shorter byClaudio Jeker
2008-12-28a few documentation updates for opsf6(8) and ospf6ctl(8): remove anIgor Sobrado
2008-12-28correct some outputClaudio Jeker
2008-12-28Correctly display net lsa and the LSA type is now 16bit. This removesClaudio Jeker
2008-12-28Sync up with the last commit. Some flags are now gone.Claudio Jeker
2007-12-13struct kif is gone so adapt to the situation. show interface is gone forClaudio Jeker
2007-11-27update "show database" output (work in progress) but now link local LSAClaudio Jeker
2007-10-16Fix show database router output.Claudio Jeker
2007-10-16Make ospf6ctl compile again and especially make ospf6ctl show database workClaudio Jeker
2007-10-16Change LSA type to 16 bit and use the new defines recently comitted toEsben Norby
2007-10-16Adapt to the changes in ospf6d. Fix more IPv6 addressing and probably breakClaudio Jeker
2007-10-16Fix the output from "show neighbor".Esben Norby
2007-10-15specifying int instead of just unsigned is better styleTheo de Raadt