Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-05-09 | ospfctl bits for opaque LSA support. | Claudio Jeker | |
tested and OK sthen@ | |||
2010-09-04 | move some things around to make intentions clear. not really a functional | Ted Unangst | |
change. ok claudio | |||
2010-02-19 | implement ospfctl fib reload. | David Gwynne | |
this tells the daemon to resync the kernels list of interfaces and routes with the daemons list. this is very useful if the routing socket overflows and you want to sync things up again. lots and lots of help from claudio@ ok claudio@ | |||
2009-11-13 | Don't use [] in function arguments when dealing with arrays | Jonathan Gray | |
we don't know the size of, otherwise gcc >= 4 will error. ok markus@ deraadt@ | |||
2009-11-02 | Implement "log verbose" and "log brief" to enable or disable verbose debug | Claudio Jeker | |
logging. henning, sthen, michele like the idea | |||
2007-10-14 | please lint | Theo de Raadt | |
2007-02-01 | Enable reload support in ospfctl. This is still a bit experimental so try | Claudio Jeker | |
it out in your test lab before using it on the core infrastructure. | |||
2007-01-25 | No need to check if word is NULL before calling parse_addr/prefix. | Claudio Jeker | |
The functions do that check already. | |||
2007-01-25 | Correctly detect missing arguments like in "ospfctl show data area". | Claudio Jeker | |
OK henning@ norby@ | |||
2006-03-23 | List interfaces they way we list neighbors etc. | Esben Norby | |
This makes it much easier to grep in the output. The original format of "show interface" can be seen with "show interface detail". help and ok claudio@ | |||
2006-03-22 | ospfd has the framework to couple and decouple the FIB. Add the needed | Claudio Jeker | |
functionality to ospfctl for it. NOTE: decoupling the FIB one a router may totaly fuck up the complete network. Use it with care! OK norby@ | |||
2005-06-16 | use prefixlen2mask which handles zero prefixlens right | Henning Brauer | |
2005-05-12 | Add "show database asbr/external/network/router/self-originate/summary" | Esben Norby | |
to ospfctl. Show detailed information about the LSAs in the Link State Database. ok claudio@ | |||
2005-03-26 | ospfctl bits for the "ospfctl show fib interface" part. This will print | Claudio Jeker | |
the interface status as seen from the parent kroute perspective. OK henning@ norby@ | |||
2005-03-15 | bgpctl parts for "show fib". | Claudio Jeker | |
OK norby@ deraadt@ | |||
2005-03-14 | Add "show summary" to ospfctl. | Esben Norby | |
ok claudio@ henning@ | |||
2005-03-12 | Add "show rib" and "show rib detail" to ospfctl. | Esben Norby | |
ok henning@ | |||
2005-02-02 | KNF | Henning Brauer | |
2005-01-28 | Change my email address to the OpenBSD one since Ericsson has nothing to | Esben Norby | |
do with this software, just happend to be my only valid email address at the time. | |||
2005-01-28 | Control program like bgpctl but this time for ospfd. | Claudio Jeker | |
Currently only basic show commands work. Not yet connected to the builds. OK henning@ |