Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-04-21 | Add IFT_PPP to the iftype to ifmedia type conversion function. Now P2P links | Claudio Jeker | |
will show the correct link state. While there do some cleanup and shorten the output if the media or link state is unknown. | |||
2006-03-26 | Show the neighbor uptime in "show nei detail". | Esben Norby | |
ok claudio@ | |||
2006-03-26 | Show the link status of interfaces for real, I guess most users don't know | Esben Norby | |
what it means that an interface is in state 2. ok claudio@ | |||
2006-03-24 | typo; | Jason McIntyre | |
2006-03-24 | Document fib couple and decouple. Mostly form bgpctl.8 but with a warning | Claudio Jeker | |
that fib decouple my break you network. OK 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@ | |||
2006-03-09 | Track interface uptime. | Esben Norby | |
ok claudio@ | |||
2006-03-09 | Start using *_name function that are now shared between ospfd and ospfctl. | Claudio Jeker | |
OK norby@ | |||
2006-03-08 | Last kroute.c commit changed the meaning of the flags so check them correctly. | Claudio Jeker | |
OK norby@ | |||
2006-02-24 | Keep track of the uptime of the entries in the RIB. | Esben Norby | |
It is now possible to see the uptime of the individual entries in the RIB. The uptime can be displayed with "ospfctl show rib" ok claudio@ | |||
2006-02-19 | Keep track of the duration of our relationships with neighbors. | Esben Norby | |
Displayed in "ospfctl show neighbor". ok claudio@ | |||
2006-02-10 | imsg API changed so adapt to it. | Claudio Jeker | |
2005-10-27 | indicate passive interface in 'show interface'; ok claudio@ | Kevin Steves | |
2005-10-25 | 0) ospfctl doesn't use ospfd.conf so remove that from FILES | Kevin Steves | |
1) add /var/run/ospfd.sock to ospfd and ospfctl FILES 2) add .Xr ospfd.conf 5 to ospfctl SEE ALSO ok claudio@ jmc@ | |||
2005-10-23 | use err() vs. fatal(); ok claudio@ | Kevin Steves | |
2005-10-19 | space between macro args and punctuation; | Jason McIntyre | |
2005-10-18 | 1) indicate optional args | Kevin Steves | |
2) add missing args 3) reword some areas ok claudio@ jmc@ | |||
2005-10-17 | initial documentation of 'show fib'; ok claudio@ jmc@ | Kevin Steves | |
2005-10-16 | remove duplicate function declaration; ok claudio@ | Kevin Steves | |
2005-10-16 | missing break caused erroneous auth-type crypt enabled in 'sh int' | Kevin Steves | |
when simple enabled; ok claudio@ | |||
2005-09-24 | - add auth_type and auth_keyid to struct ctl_iface | Mathieu Sauve-Frankel | |
- have ospfctl tell us when we are using authentication with 'show interface' ok claudio@ norby@ | |||
2005-06-16 | use prefixlen2mask which handles zero prefixlens right | Henning Brauer | |
2005-05-27 | Small formatting bits in show neighbor detail. | Esben Norby | |
ok claudio@ | |||
2005-05-26 | Fix multi area display bug. | Esben Norby | |
ok claudio@ | |||
2005-05-22 | Add missing bits to ospfctl show rib detail. | Esben Norby | |
ok claudio@ | |||
2005-05-12 | tweaks; | Jason McIntyre | |
2005-05-12 | Reflect reality. | Esben Norby | |
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-05-06 | Fix a display bug in 'show database', when ospfd is member of more | Esben Norby | |
than one area. Input from claudio. ok claudio@ | |||
2005-04-19 | Document the fact that ospfctl(8) understands "show rib". | Esben Norby | |
ok claudio@ | |||
2005-04-16 | Static routes are flagged with F_STATIC and not with F_KERNEL. | Claudio Jeker | |
2005-03-29 | The RFC never mentions anything about transfer, this should be transmit. | Esben Norby | |
From Jason Ackley (thanks). 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-23 | Sync mask2prefixlen() with the kroute.c version of ospfd because they share | Claudio Jeker | |
the same prototype definition comming from ospfd.h. OK 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-03-12 | Small K&F. | Esben Norby | |
ok henning@ | |||
2005-02-02 | KNF | Henning Brauer | |
2005-02-02 | usage() is __dead | Henning Brauer | |
pt out by Alexander v Gernler | |||
2005-01-28 | tweaks; | Jason McIntyre | |
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@ |