Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | use Forwarding Information Base vs. Forward Information Base; | 2006-08-28 | 1 | -5/+5 | ||
| | | | | ok jmc@ claudio@ | |||||
* | Add a comment about the empty imsg_event_add() function to make it clear | 2006-08-23 | 1 | -1/+3 | ||
| | | | | why it is needed. | |||||
* | -Wmissing-declarations -Wredundant-decls are not very useful and especially | 2006-08-17 | 1 | -2/+1 | ||
| | | | | | -Wredundant-decls causes many false warnings because of redeclarations in header files. Remove them, requested by deraadt@ | |||||
* | amazing how far a typo of mine (CFLAGS vs CLFAGS) from early 2004 spread | 2006-07-25 | 1 | -2/+2 | ||
| | | | | | (and how long it went unnoticed) From: Alexey Dobriyan <adobriyan@gmail.com> | |||||
* | Track the uptime of the ospfd daemon itself. | 2006-06-28 | 1 | -1/+3 | ||
| | | | | | | | It is possible to read the uptime of the daemon with the "ospfctl show" command. ok claudio@ | |||||
* | Add IFT_PPP to the iftype to ifmedia type conversion function. Now P2P links | 2006-04-21 | 1 | -8/+5 | ||
| | | | | | will show the correct link state. While there do some cleanup and shorten the output if the media or link state is unknown. | |||||
* | Show the neighbor uptime in "show nei detail". | 2006-03-26 | 1 | -1/+2 | ||
| | | | | ok claudio@ | |||||
* | Show the link status of interfaces for real, I guess most users don't know | 2006-03-26 | 1 | -24/+31 | ||
| | | | | | | what it means that an interface is in state 2. ok claudio@ | |||||
* | typo; | 2006-03-24 | 1 | -2/+2 | ||
| | ||||||
* | Document fib couple and decouple. Mostly form bgpctl.8 but with a warning | 2006-03-24 | 1 | -1/+10 | ||
| | | | | that fib decouple my break you network. OK norby@ | |||||
* | List interfaces they way we list neighbors etc. | 2006-03-23 | 3 | -6/+70 | ||
| | | | | | | | | 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@ | |||||
* | ospfd has the framework to couple and decouple the FIB. Add the needed | 2006-03-22 | 3 | -3/+30 | ||
| | | | | | | | 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@ | |||||
* | Track interface uptime. | 2006-03-09 | 1 | -1/+3 | ||
| | | | | ok claudio@ | |||||
* | Start using *_name function that are now shared between ospfd and ospfctl. | 2006-03-09 | 1 | -82/+10 | ||
| | | | | OK norby@ | |||||
* | Last kroute.c commit changed the meaning of the flags so check them correctly. | 2006-03-08 | 1 | -2/+2 | ||
| | | | | OK norby@ | |||||
* | Keep track of the uptime of the entries in the RIB. | 2006-02-24 | 1 | -5/+6 | ||
| | | | | | | | 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@ | |||||
* | Keep track of the duration of our relationships with neighbors. | 2006-02-19 | 1 | -17/+18 | ||
| | | | | | | Displayed in "ospfctl show neighbor". ok claudio@ | |||||
* | imsg API changed so adapt to it. | 2006-02-10 | 1 | -18/+18 | ||
| | ||||||
* | indicate passive interface in 'show interface'; ok claudio@ | 2005-10-27 | 1 | -2/+4 | ||
| | ||||||
* | 0) ospfctl doesn't use ospfd.conf so remove that from FILES | 2005-10-25 | 1 | -5/+6 | ||
| | | | | | | | 1) add /var/run/ospfd.sock to ospfd and ospfctl FILES 2) add .Xr ospfd.conf 5 to ospfctl SEE ALSO ok claudio@ jmc@ | |||||
* | use err() vs. fatal(); ok claudio@ | 2005-10-23 | 1 | -3/+2 | ||
| | ||||||
* | space between macro args and punctuation; | 2005-10-19 | 1 | -2/+2 | ||
| | ||||||
* | 1) indicate optional args | 2005-10-18 | 1 | -15/+28 | ||
| | | | | | | | 2) add missing args 3) reword some areas ok claudio@ jmc@ | |||||
* | initial documentation of 'show fib'; ok claudio@ jmc@ | 2005-10-17 | 1 | -2/+19 | ||
| | ||||||
* | remove duplicate function declaration; ok claudio@ | 2005-10-16 | 1 | -2/+1 | ||
| | ||||||
* | missing break caused erroneous auth-type crypt enabled in 'sh int' | 2005-10-16 | 1 | -1/+3 | ||
| | | | | when simple enabled; ok claudio@ | |||||
* | - add auth_type and auth_keyid to struct ctl_iface | 2005-09-24 | 1 | -1/+15 | ||
| | | | | | | - have ospfctl tell us when we are using authentication with 'show interface' ok claudio@ norby@ | |||||
* | use prefixlen2mask which handles zero prefixlens right | 2005-06-16 | 1 | -2/+12 | ||
| | ||||||
* | Small formatting bits in show neighbor detail. | 2005-05-27 | 1 | -5/+4 | ||
| | | | | ok claudio@ | |||||
* | Fix multi area display bug. | 2005-05-26 | 1 | -1/+2 | ||
| | | | | ok claudio@ | |||||
* | Add missing bits to ospfctl show rib detail. | 2005-05-22 | 1 | -9/+41 | ||
| | | | | ok claudio@ | |||||
* | tweaks; | 2005-05-12 | 1 | -5/+5 | ||
| | ||||||
* | Reflect reality. | 2005-05-12 | 1 | -2/+2 | ||
| | ||||||
* | Add "show database asbr/external/network/router/self-originate/summary" | 2005-05-12 | 4 | -17/+299 | ||
| | | | | | | | | to ospfctl. Show detailed information about the LSAs in the Link State Database. ok claudio@ | |||||
* | Fix a display bug in 'show database', when ospfd is member of more | 2005-05-06 | 1 | -1/+2 | ||
| | | | | | | | | than one area. Input from claudio. ok claudio@ | |||||
* | Document the fact that ospfctl(8) understands "show rib". | 2005-04-19 | 1 | -1/+3 | ||
| | | | | ok claudio@ | |||||
* | Static routes are flagged with F_STATIC and not with F_KERNEL. | 2005-04-16 | 1 | -2/+2 | ||
| | ||||||
* | The RFC never mentions anything about transfer, this should be transmit. | 2005-03-29 | 1 | -2/+2 | ||
| | | | | | | From Jason Ackley (thanks). ok claudio@ | |||||
* | ospfctl bits for the "ospfctl show fib interface" part. This will print | 2005-03-26 | 2 | -6/+10 | ||
| | | | | | the interface status as seen from the parent kroute perspective. OK henning@ norby@ | |||||
* | Sync mask2prefixlen() with the kroute.c version of ospfd because they share | 2005-03-23 | 1 | -6/+6 | ||
| | | | | | the same prototype definition comming from ospfd.h. OK norby@ | |||||
* | bgpctl parts for "show fib". | 2005-03-15 | 3 | -3/+217 | ||
| | | | | OK norby@ deraadt@ | |||||
* | Add "show summary" to ospfctl. | 2005-03-14 | 4 | -15/+53 | ||
| | | | | ok claudio@ henning@ | |||||
* | Add "show rib" and "show rib detail" to ospfctl. | 2005-03-12 | 3 | -4/+175 | ||
| | | | | ok henning@ | |||||
* | Small K&F. | 2005-03-12 | 1 | -5/+5 | ||
| | | | | ok henning@ | |||||
* | KNF | 2005-02-02 | 2 | -8/+8 | ||
| | ||||||
* | usage() is __dead | 2005-02-02 | 1 | -3/+3 | ||
| | | | | pt out by Alexander v Gernler | |||||
* | tweaks; | 2005-01-28 | 1 | -2/+2 | ||
| | ||||||
* | Change my email address to the OpenBSD one since Ericsson has nothing to | 2005-01-28 | 4 | -8/+8 | ||
| | | | | | do with this software, just happend to be my only valid email address at the time. | |||||
* | Control program like bgpctl but this time for ospfd. | 2005-01-28 | 5 | -0/+956 | ||
Currently only basic show commands work. Not yet connected to the builds. OK henning@ |