index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
ospf6ctl
Age
Commit message (
Expand
)
Author
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
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
2007-10-14
please lint
Theo de Raadt
2007-10-13
should not be in the tree
Theo de Raadt
2007-10-12
Sanitize the output of "show interface detail".
Esben Norby
2007-10-12
Properly format the output of "show interface".
Esben Norby
2007-10-12
Controller for the recently imported ospf6d(8) daemon.
Esben Norby