summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ospf6ctl/ospf6ctl.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Handle connected routes as ospfd(8) does.denis2020-04-051-4/+4
* Allow specifying area by number as well as id. No changes to outputs.remi2019-05-261-2/+2
* Add support for rdomains.remi2018-07-121-3/+6
* print metric for Intra-Area-Prefix LSAsremi2018-06-061-4/+5
* Disable config reload, ospf6d just exits on reload with simple setups.jca2017-11-051-1/+5
* fix the else case (i.e. LSA_IS_SCOPE_AS) where header could remainbenno2017-08-121-1/+4
* Import route priority support from ospfd to ospf6d.friehm2017-06-191-2/+4
* Also print the mtu in detailed interface info.jca2016-12-221-3/+4
* EAGAIN handling for imsg_read. OK henning@ benno@claudio2015-12-051-2/+2
* if_indextoname() was fixed a while back, do not need to pledge "route"deraadt2015-12-031-2/+2
* pledge("stdio route") needed here, because ipv6benno2015-10-101-1/+4
* As done for bgpd recently, rename if_mediatype to if_type in ospfd/ospf6d.stsp2015-09-271-11/+11
* match a few if_media uint64_t conversions; ok miodderaadt2015-09-131-5/+5
* handle msgbuf_write() returning EAGAIN, looks right to deraadtsthen2013-11-131-2/+3
* Allow use of an alternative control socket, ported from ospfd. ok claudio@sthen2013-03-221-5/+22
* order static typesclaudio2011-05-051-2/+2
* Print additional new line after 'Number of Links' in show databasebluhm2010-06-121-2/+2
* Fix AS-ext LSA detailed output. While there rework the way we printclaudio2010-02-251-12/+62
* Unbreak tree. struct lsa_asext changed so we need to adjust the outputclaudio2010-02-231-6/+1
* Print more addresses with scope.claudio2009-12-231-4/+4
* Use log_in6addr_scope() to print the correct nexthop.claudio2009-12-221-3/+4
* Implement "log verbose" and "log brief" to enable or disable verbose debugclaudio2009-11-021-2/+13
* Switch the various link state printing codes to use the new if_mediaclaudio2009-09-141-24/+14
* Track renamed struct member (r1.15 of ospf6d/ospf6.h) to fix compilation.claudio2009-07-281-2/+2
* make ospf6ctl/ospf6d imsg-in-a-lib ready too.eric2009-06-061-28/+21
* Stop using the att_rtr member of struct lsa_net, we're going to remove it.stsp2009-03-291-5/+8
* ospf6ctl had lsa_rtr_link fields mixed up.stsp2009-03-291-3/+4
* Add missing free. Found by norby@ in ospfctl, same fix.stsp2009-01-301-1/+2
* One more step on the long road of beautifying ospf6ctl output:stsp2009-01-291-20/+10
* Don't print a header line above every individual Intra-Area-Prefix LSAstsp2009-01-291-1/+4
* Fix offset calculation for lsa_prefix structs.stsp2009-01-291-3/+5
* Add 'show database intra' command, which displays Intra-Area-Prefix LSAs.stsp2009-01-281-1/+35
* Print the right header for Intra-Area-Prefix LSAs when showing the database.stsp2009-01-281-2/+2
* I removed prefix from lsa_prefix but this code was still using it. Unbreakclaudio2009-01-011-6/+12
* Add code to show Link LSA. Make the other detailed views a bit shorter byclaudio2008-12-301-4/+35
* a few documentation updates for opsf6(8) and ospf6ctl(8): remove ansobrado2008-12-281-2/+2
* correct some outputclaudio2008-12-281-3/+3
* Correctly display net lsa and the LSA type is now 16bit. This removesclaudio2008-12-281-4/+4
* Sync up with the last commit. Some flags are now gone.claudio2008-12-281-9/+7
* struct kif is gone so adapt to the situation. show interface is gone forclaudio2007-12-131-75/+11
* update "show database" output (work in progress) but now link local LSAclaudio2007-11-271-17/+50
* Fix show database router output.claudio2007-10-161-4/+10
* Make ospf6ctl compile again and especially make ospf6ctl show database workclaudio2007-10-161-25/+17
* Change LSA type to 16 bit and use the new defines recently comitted tonorby2007-10-161-15/+31
* Adapt to the changes in ospf6d. Fix more IPv6 addressing and probably breakclaudio2007-10-161-24/+17
* Fix the output from "show neighbor".norby2007-10-161-5/+5
* specifying int instead of just unsigned is better stylederaadt2007-10-151-2/+2
* please lintderaadt2007-10-141-1/+4
* Sanitize the output of "show interface detail".norby2007-10-121-6/+8
* Properly format the output of "show interface".norby2007-10-121-7/+5