Age | Commit message (Collapse) | Author | |
---|---|---|---|
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@ |