summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ospf6ctl (follow)
Commit message (Expand)AuthorAgeFilesLines
* work on making log.c similar in all daemons:benno2016-09-021-2/+2
* 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
* use file system path (.Pa) semantic markup macros where appropriate.sobrado2015-07-271-3/+3
* Always free "ps" after usage.tobias2014-11-171-1/+2
* handle msgbuf_write() returning EAGAIN, looks right to deraadtsthen2013-11-131-2/+3
* tweak previous; ok sthenjmc2013-03-221-3/+5
* Allow use of an alternative control socket, ported from ospfd. ok claudio@sthen2013-03-222-7/+35
* Move common ospf6d functions for ipv6 address manipulation intobluhm2012-10-212-87/+3
* order static typesclaudio2011-05-051-2/+2
* continguous -> contiguoushenning2011-03-071-2/+2
* move some things around to make intentions clear. not really a functionaltedu2010-09-042-19/+21
* Another hand rolled offsetof(), replace with mask2prefixlen from kroute.cclaudio2010-07-201-6/+6
* Print additional new line after 'Number of Links' in show databasebluhm2010-06-121-2/+2
* Move imsg into libutil and add a man page.nicm2010-05-261-2/+4
* Mention that commands may be abbreviated. ok claudio@sthen2010-05-101-2/+6
* 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
* Fix problems with incomplete arrays that was fixed in other ospfctljsg2010-01-132-6/+6
* Print more addresses with scope.claudio2009-12-231-4/+4
* Use log_in6addr_scope() to print the correct nexthop.claudio2009-12-221-3/+4
* sort;jmc2009-11-031-4/+4
* Implement "log verbose" and "log brief" to enable or disable verbose debugclaudio2009-11-024-6/+31
* write UNIX-domain in a more consistent way; while here, replace asobrado2009-10-221-3/+3
* use the UNIX-related macros (.At and .Ux) where appropriate.sobrado2009-10-221-3/+4
* 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-283-3/+39
* 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-303-6/+39
* a few documentation updates for opsf6(8) and ospf6ctl(8): remove ansobrado2008-12-282-8/+7
* 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-133-79/+13
* 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