Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
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-29 | Don't print a header line above every individual Intra-Area-Prefix LSA | Stefan Sperling | |
in the detailed DB output. Now behaves the same as with other LSA types. | |||
2009-01-29 | Fix offset calculation for lsa_prefix structs. | Stefan Sperling | |
ok claudio@ | |||
2009-01-28 | Add 'show database intra' command, which displays Intra-Area-Prefix LSAs. | Stefan Sperling | |
ok claudio@ | |||
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 | |
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-30 | Add code to show Link LSA. Make the other detailed views a bit shorter by | Claudio Jeker | |
removing an empty newline. | |||
2008-12-28 | a few documentation updates for opsf6(8) and ospf6ctl(8): remove an | Igor Sobrado | |
existing (but undocumented) flag from the usage of ospf6d; documentation tweaks; while here, synchronize synopsis and usage. ok claudio@ | |||
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 | |
the duplicate database headers seen all the time. | |||
2008-12-28 | Sync up with the last commit. Some flags are now gone. | Claudio Jeker | |
From Stefan Sperling's diff collection | |||
2007-12-13 | struct kif is gone so adapt to the situation. show interface is gone for | Claudio Jeker | |
now. OK norby@ | |||
2007-11-27 | update "show database" output (work in progress) but now link local LSA | Claudio Jeker | |
are printed again. | |||
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 | |
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-16 | Change LSA type to 16 bit and use the new defines recently comitted to | Esben Norby | |
ospf6d(8). ok claudio@ | |||
2007-10-16 | Adapt to the changes in ospf6d. Fix more IPv6 addressing and probably break | Claudio Jeker | |
some currently not working commands but show interface and show neighbor should work. OK norby@ | |||
2007-10-16 | Fix 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-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 | |
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-12 | Controller for the recently imported ospf6d(8) daemon. | Esben Norby | |
Currently simple stuff like show interface works. Not yet connected to the builds. ok claudio@ |