summaryrefslogtreecommitdiff
path: root/usr.sbin/ospf6ctl
AgeCommit message (Collapse)Author
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
The Link State ID in OSPFv3 is just a unique identifier and has lost its semantic meaning for a most LSA types. Print the correct semantic meaning for those that still have one, and don't print any additional information for those that don't. ok claudio@
2009-01-29Don't print a header line above every individual Intra-Area-Prefix LSAStefan Sperling
in the detailed DB output. Now behaves the same as with other LSA types.
2009-01-29Fix offset calculation for lsa_prefix structs.Stefan Sperling
ok claudio@
2009-01-28Add 'show database intra' command, which displays Intra-Area-Prefix LSAs.Stefan Sperling
ok claudio@
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
it by copying LSA_PREFIXSIZE(prefixlen) bytes after the lsa_prefix into a struct in6_addr and print that. Found by stsp@ OK stsp@
2008-12-30Add code to show Link LSA. Make the other detailed views a bit shorter byClaudio Jeker
removing an empty newline.
2008-12-28a few documentation updates for opsf6(8) and ospf6ctl(8): remove anIgor Sobrado
existing (but undocumented) flag from the usage of ospf6d; documentation tweaks; while here, synchronize synopsis and usage. ok claudio@
2008-12-28correct some outputClaudio Jeker
2008-12-28Correctly display net lsa and the LSA type is now 16bit. This removesClaudio Jeker
the duplicate database headers seen all the time.
2008-12-28Sync up with the last commit. Some flags are now gone.Claudio Jeker
From Stefan Sperling's diff collection
2007-12-13struct kif is gone so adapt to the situation. show interface is gone forClaudio Jeker
now. OK norby@
2007-11-27update "show database" output (work in progress) but now link local LSAClaudio Jeker
are printed again.
2007-10-16Fix show database router output.Claudio Jeker
2007-10-16Make ospf6ctl compile again and especially make ospf6ctl show database workClaudio Jeker
and so stuff starts to show up in the database: Link ID Adv Router Age Seq# Checksum 0.0.0.1 255.1.1.1 3 0x8000028e 0xc7b3 0.0.0.0 255.1.1.1 3 0x8000027f 0xade8
2007-10-16Change LSA type to 16 bit and use the new defines recently comitted toEsben Norby
ospf6d(8). ok claudio@
2007-10-16Adapt to the changes in ospf6d. Fix more IPv6 addressing and probably breakClaudio Jeker
some currently not working commands but show interface and show neighbor should work. OK norby@
2007-10-16Fix the output from "show neighbor".Esben Norby
It is not possible to fit the address of the neighbor(s) in the short list, so we loose it... It is still possible to see the IP address of the neighbor in the output of "show neighbor detail". ok claudio@
2007-10-15specifying int instead of just unsigned is better styleTheo de Raadt
2007-10-14please lintTheo de Raadt
2007-10-13should not be in the treeTheo de Raadt
2007-10-12Sanitize the output of "show interface detail".Esben Norby
2007-10-12Properly format the output of "show interface".Esben Norby
In order to make room for the longer IPv6 addresses in the output, the two collumns nc and ac must go. Neighbor and Adjacent Neighbor Count is still avalable in "show interface detail". ok claudio@
2007-10-12Controller for the recently imported ospf6d(8) daemon.Esben Norby
Currently simple stuff like show interface works. Not yet connected to the builds. ok claudio@