OpenBSD CVS

CVS log for src/usr.sbin/ospfctl/ospfctl.c


[BACK] Up to [local] / src / usr.sbin / ospfctl

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.68 / (download) - annotate - [select for diffs], Wed May 20 11:11:24 2020 UTC (4 years ago) by denis
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, HEAD
Changes since 1.67: +4 -4 lines
Diff to previous 1.67 (colored)

style(9), no functionnal change.

Revision 1.67 / (download) - annotate - [select for diffs], Mon May 18 17:52:18 2020 UTC (4 years ago) by denis
Branch: MAIN
Changes since 1.66: +108 -889 lines
Diff to previous 1.66 (colored)

Externalise the output aspect of ospfctl.

It is the first step towards implementing json output support.

Diff by Richard Chivers <r.chivers () zengenti . com>, based on
Claudio's work. Thanks !

OK claudio@

Revision 1.66 / (download) - annotate - [select for diffs], Fri Nov 1 18:15:28 2019 UTC (4 years, 7 months ago) by florian
Branch: MAIN
CVS Tags: OPENBSD_6_7_BASE, OPENBSD_6_7
Changes since 1.65: +2 -2 lines
Diff to previous 1.65 (colored)

Correctly group initialization of AF_UNIX socket.
spotted by deraadt in new code, sweep by me.
OK deraadt

Revision 1.65 / (download) - annotate - [select for diffs], Wed Jul 11 12:09:34 2018 UTC (5 years, 10 months ago) by remi
Branch: MAIN
CVS Tags: OPENBSD_6_6_BASE, OPENBSD_6_6, OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4
Changes since 1.64: +6 -3 lines
Diff to previous 1.64 (colored)

Change the control socket to ospfd.sock.<rdomain>.

ok friehm@ jca@

Revision 1.64 / (download) - annotate - [select for diffs], Mon Dec 5 22:39:25 2016 UTC (7 years, 6 months ago) by jca
Branch: MAIN
CVS Tags: OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1
Changes since 1.63: +3 -2 lines
Diff to previous 1.63 (colored)

Also print the mtu when showing interface details

ok sthen@ benno@

Revision 1.63 / (download) - annotate - [select for diffs], Thu Dec 3 11:42:14 2015 UTC (8 years, 6 months ago) by claudio
Branch: MAIN
CVS Tags: OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9
Changes since 1.62: +2 -2 lines
Diff to previous 1.62 (colored)

Another imsg_read EAGAIN check. OK benno@

Revision 1.62 / (download) - annotate - [select for diffs], Sun Nov 22 13:11:26 2015 UTC (8 years, 6 months ago) by claudio
Branch: MAIN
Changes since 1.61: +4 -3 lines
Diff to previous 1.61 (colored)

There is still a bit of an issue with connected routes in the RIB. Print
what ospfd thinks is connected by adding a 'C' to the nexthop output.

Revision 1.61 / (download) - annotate - [select for diffs], Fri Oct 9 23:33:54 2015 UTC (8 years, 8 months ago) by deraadt
Branch: MAIN
Changes since 1.60: +4 -1 lines
Diff to previous 1.60 (colored)

can use pledge "stdio"; ok benno

Revision 1.60 / (download) - annotate - [select for diffs], Sun Sep 27 17:31:50 2015 UTC (8 years, 8 months ago) by stsp
Branch: MAIN
Changes since 1.59: +12 -12 lines
Diff to previous 1.59 (colored)

As done for bgpd recently, rename if_mediatype to if_type in ospfd/ospf6d.
And some ifmedia64 fixes.
"move forward" deraadt@

Revision 1.59 / (download) - annotate - [select for diffs], Sun Sep 13 11:13:12 2015 UTC (8 years, 8 months ago) by deraadt
Branch: MAIN
Changes since 1.58: +6 -6 lines
Diff to previous 1.58 (colored)

match a few if_media uint64_t conversions; ok miod

Revision 1.58 / (download) - annotate - [select for diffs], Wed Nov 13 22:52:41 2013 UTC (10 years, 6 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7, OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5
Changes since 1.57: +3 -2 lines
Diff to previous 1.57 (colored)

handle msgbuf_write() returning EAGAIN, looks right to deraadt

Revision 1.57 / (download) - annotate - [select for diffs], Tue Apr 9 14:51:33 2013 UTC (11 years, 2 months ago) by gilles
Branch: MAIN
CVS Tags: OPENBSD_5_4_BASE, OPENBSD_5_4
Changes since 1.56: +4 -3 lines
Diff to previous 1.56 (colored)

do not store a time_t or the result of a time_t division in an int

prompted by deraadt@, ok claudio@ chl@ guenther@

Revision 1.56 / (download) - annotate - [select for diffs], Mon May 9 12:25:35 2011 UTC (13 years, 1 month ago) by claudio
Branch: MAIN
CVS Tags: OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0
Changes since 1.55: +76 -12 lines
Diff to previous 1.55 (colored)

ospfctl bits for opaque LSA support.
tested and OK sthen@

Revision 1.55 / (download) - annotate - [select for diffs], Sat Sep 25 13:29:56 2010 UTC (13 years, 8 months ago) by claudio
Branch: MAIN
CVS Tags: OPENBSD_4_9_BASE, OPENBSD_4_9
Changes since 1.54: +5 -3 lines
Diff to previous 1.54 (colored)

Print the checksum sum as a simple fingerprint of the LSDB.
OK dlg@

Revision 1.54 / (download) - annotate - [select for diffs], Sat Jun 12 09:44:44 2010 UTC (14 years ago) by bluhm
Branch: MAIN
CVS Tags: OPENBSD_4_8_BASE, OPENBSD_4_8
Changes since 1.53: +2 -1 lines
Diff to previous 1.53 (colored)

Print 'Number of Routers' in show database network.
ok claudio@

Revision 1.53 / (download) - annotate - [select for diffs], Fri Feb 19 10:35:52 2010 UTC (14 years, 3 months ago) by dlg
Branch: MAIN
CVS Tags: OPENBSD_4_7_BASE, OPENBSD_4_7
Changes since 1.52: +6 -0 lines
Diff to previous 1.52 (colored)

implement ospfctl fib reload.

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@

Revision 1.52 / (download) - annotate - [select for diffs], Tue Feb 16 08:39:05 2010 UTC (14 years, 3 months ago) by dlg
Branch: MAIN
Changes since 1.51: +19 -10 lines
Diff to previous 1.51 (colored)

implement support for fast hello packets.

if route-dead-time is set to "minimal" (rather than a number of
seconds), the dead time is set to 1 second and hellos are sent at
the interval specified by fast-hello-interval in msecs. this is non
standard wrt to the ospf rfc, but it does interoperate with at least
one other router vendor.

this allows much better responsiveness to l3 topology changes than
the standard intervals allow. if i yank a cable to one of my
upstreams, the routes adjust in a second rather than the default
of 40 i was running with before. the users dont even notice something
changed.

developed while working with joshua atterbury.
ok claudio@ as part of a larger diff.
dedicated to zan rowe who thinks she is a bigger nerd than me.

Revision 1.51 / (download) - annotate - [select for diffs], Tue Feb 16 08:22:42 2010 UTC (14 years, 3 months ago) by dlg
Branch: MAIN
Changes since 1.50: +3 -3 lines
Diff to previous 1.50 (colored)

allow spf-delay and spf-holdtime to be specified in msec so ospfd can
better respond to rapid topology changes.

developed while working with joshua atterbury
ok claudio@ as part of a larger diff.

Revision 1.50 / (download) - annotate - [select for diffs], Mon Nov 2 20:23:29 2009 UTC (14 years, 7 months ago) by claudio
Branch: MAIN
Changes since 1.49: +13 -2 lines
Diff to previous 1.49 (colored)

Implement "log verbose" and "log brief" to enable or disable verbose debug
logging. henning, sthen, michele like the idea

Revision 1.49 / (download) - annotate - [select for diffs], Mon Sep 14 11:49:25 2009 UTC (14 years, 8 months ago) by claudio
Branch: MAIN
Changes since 1.48: +18 -45 lines
Diff to previous 1.48 (colored)

Switch the various link state printing codes to use the new if_media
independent LINK_STATE_DESCRIPTIONS. Code is now more or less a one to
one copy of get_linkstate() in route/route.c.
OK henning, michele, sthen, deraadt

Revision 1.48 / (download) - annotate - [select for diffs], Sat Jun 6 07:31:26 2009 UTC (15 years ago) by eric
Branch: MAIN
CVS Tags: OPENBSD_4_6_BASE, OPENBSD_4_6
Changes since 1.47: +2 -2 lines
Diff to previous 1.47 (colored)

sync ospfctl/ospfd with the common imsg code, making it lib ready as well.

"looks ok" claudio@

Revision 1.47 / (download) - annotate - [select for diffs], Fri Jun 5 21:19:11 2009 UTC (15 years ago) by pyr
Branch: MAIN
Changes since 1.46: +20 -27 lines
Diff to previous 1.46 (colored)

forgot to commit the ospfctl bits, this unbreaks the tree.
noticed by michele@

Revision 1.46 / (download) - annotate - [select for diffs], Tue Apr 7 14:57:33 2009 UTC (15 years, 2 months ago) by reyk
Branch: MAIN
Changes since 1.45: +23 -5 lines
Diff to previous 1.45 (colored)

allow to specify an alternate control socket instead of /var/run/ospfd.sock.
this is required to run multiple instances of ospfd.

ok claudio@

Revision 1.45 / (download) - annotate - [select for diffs], Fri Jan 30 12:43:18 2009 UTC (15 years, 4 months ago) by norby
Branch: MAIN
CVS Tags: OPENBSD_4_5_BASE, OPENBSD_4_5
Changes since 1.44: +2 -1 lines
Diff to previous 1.44 (colored)

Add missing free.

OK claudio@

Revision 1.44 / (download) - annotate - [select for diffs], Fri Jan 2 00:09:53 2009 UTC (15 years, 5 months ago) by claudio
Branch: MAIN
Changes since 1.43: +2 -1 lines
Diff to previous 1.43 (colored)

In show interface only print the hello_timer value if valid.

Revision 1.43 / (download) - annotate - [select for diffs], Fri Dec 12 22:44:07 2008 UTC (15 years, 5 months ago) by claudio
Branch: MAIN
Changes since 1.42: +3 -2 lines
Diff to previous 1.42 (colored)

ospfd knows now priorities so let ospfctl know and print them as well.

Revision 1.42 / (download) - annotate - [select for diffs], Sat Dec 6 13:18:12 2008 UTC (15 years, 6 months ago) by sobrado
Branch: MAIN
Changes since 1.41: +2 -2 lines
Diff to previous 1.41 (colored)

the ellipsis allows more than one argument being specified.

discussed with gilles@

ok jmc@

Revision 1.41 / (download) - annotate - [select for diffs], Mon Oct 15 02:16:35 2007 UTC (16 years, 7 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3
Changes since 1.40: +2 -2 lines
Diff to previous 1.40 (colored)

specifying int instead of just unsigned is better style

Revision 1.40 / (download) - annotate - [select for diffs], Sun Oct 14 01:28:08 2007 UTC (16 years, 7 months ago) by deraadt
Branch: MAIN
Changes since 1.39: +4 -1 lines
Diff to previous 1.39 (colored)

please lint

Revision 1.39 / (download) - annotate - [select for diffs], Thu Oct 11 12:03:37 2007 UTC (16 years, 8 months ago) by norby
Branch: MAIN
Changes since 1.38: +6 -10 lines
Diff to previous 1.38 (colored)

Cleanup the way we display timers.

It does not make sense to display timer = 0 as "Stopped". When a timer is
0 it usually means that it is getting reset very soon. Display the string
"00:00:00" instead.

ok claudio@

Revision 1.38 / (download) - annotate - [select for diffs], Tue Sep 11 16:01:22 2007 UTC (16 years, 9 months ago) by claudio
Branch: MAIN
Changes since 1.37: +7 -7 lines
Diff to previous 1.37 (colored)

Baudrate is 64bit so use %llu in printf(). Reminded by chl@

Revision 1.37 / (download) - annotate - [select for diffs], Wed May 30 02:21:08 2007 UTC (17 years ago) by henning
Branch: MAIN
CVS Tags: OPENBSD_4_2_BASE, OPENBSD_4_2
Changes since 1.36: +1 -6 lines
Diff to previous 1.36 (colored)

yuck, no cookie for me

Revision 1.36 / (download) - annotate - [select for diffs], Tue Nov 28 19:21:15 2006 UTC (17 years, 6 months ago) by reyk
Branch: MAIN
CVS Tags: OPENBSD_4_1_BASE, OPENBSD_4_1
Changes since 1.35: +4 -2 lines
Diff to previous 1.35 (colored)

add additional link states to report the half duplex / full duplex
state, if known by the driver. this is required to check the full
duplex state without depending on the ifmedia ioctl which can't be
called in the kernel without process context.

ok henning@, brad@

Revision 1.35 / (download) - annotate - [select for diffs], Wed Aug 23 08:26:03 2006 UTC (17 years, 9 months ago) by claudio
Branch: MAIN
CVS Tags: OPENBSD_4_0_BASE, OPENBSD_4_0
Changes since 1.34: +3 -1 lines
Diff to previous 1.34 (colored)

Add a comment about the empty imsg_event_add() function to make it clear
why it is needed.

Revision 1.34 / (download) - annotate - [select for diffs], Wed Jun 28 10:53:39 2006 UTC (17 years, 11 months ago) by norby
Branch: MAIN
Changes since 1.33: +3 -1 lines
Diff to previous 1.33 (colored)

Track the uptime of the ospfd daemon itself.
It is possible to read the uptime of the daemon with the "ospfctl show"
command.

ok claudio@

Revision 1.33 / (download) - annotate - [select for diffs], Fri Apr 21 16:36:39 2006 UTC (18 years, 1 month ago) by claudio
Branch: MAIN
Changes since 1.32: +5 -8 lines
Diff to previous 1.32 (colored)

Add IFT_PPP to the iftype to ifmedia type conversion function. Now P2P links
will show the correct link state. While there do some cleanup and shorten the
output if the media or link state is unknown.

Revision 1.32 / (download) - annotate - [select for diffs], Sun Mar 26 09:47:54 2006 UTC (18 years, 2 months ago) by norby
Branch: MAIN
Changes since 1.31: +2 -1 lines
Diff to previous 1.31 (colored)

Show the neighbor uptime in "show nei detail".

ok claudio@

Revision 1.31 / (download) - annotate - [select for diffs], Sun Mar 26 09:45:55 2006 UTC (18 years, 2 months ago) by norby
Branch: MAIN
Changes since 1.30: +31 -24 lines
Diff to previous 1.30 (colored)

Show the link status of interfaces for real, I guess most users don't know
what it means that an interface is in state 2.

ok claudio@

Revision 1.30 / (download) - annotate - [select for diffs], Thu Mar 23 18:37:34 2006 UTC (18 years, 2 months ago) by norby
Branch: MAIN
Changes since 1.29: +61 -1 lines
Diff to previous 1.29 (colored)

List interfaces they way we list neighbors etc.
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@

Revision 1.29 / (download) - annotate - [select for diffs], Wed Mar 22 15:37:44 2006 UTC (18 years, 2 months ago) by claudio
Branch: MAIN
Changes since 1.28: +17 -1 lines
Diff to previous 1.28 (colored)

ospfd has the framework to couple and decouple the FIB. Add the needed
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@

Revision 1.28 / (download) - annotate - [select for diffs], Thu Mar 9 18:11:33 2006 UTC (18 years, 3 months ago) by norby
Branch: MAIN
Changes since 1.27: +3 -1 lines
Diff to previous 1.27 (colored)

Track interface uptime.

ok claudio@

Revision 1.27 / (download) - annotate - [select for diffs], Thu Mar 9 15:44:07 2006 UTC (18 years, 3 months ago) by claudio
Branch: MAIN
Changes since 1.26: +10 -82 lines
Diff to previous 1.26 (colored)

Start using *_name function that are now shared between ospfd and ospfctl.
OK norby@

Revision 1.26 / (download) - annotate - [select for diffs], Wed Mar 8 15:02:15 2006 UTC (18 years, 3 months ago) by claudio
Branch: MAIN
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (colored)

Last kroute.c commit changed the meaning of the flags so check them correctly.
OK norby@

Revision 1.25 / (download) - annotate - [select for diffs], Fri Feb 24 21:06:46 2006 UTC (18 years, 3 months ago) by norby
Branch: MAIN
CVS Tags: OPENBSD_3_9_BASE, OPENBSD_3_9
Changes since 1.24: +6 -5 lines
Diff to previous 1.24 (colored)

Keep track of the uptime of the entries in the RIB.
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@

Revision 1.24 / (download) - annotate - [select for diffs], Sun Feb 19 21:48:56 2006 UTC (18 years, 3 months ago) by norby
Branch: MAIN
Changes since 1.23: +18 -17 lines
Diff to previous 1.23 (colored)

Keep track of the duration of our relationships with neighbors.
Displayed in "ospfctl show neighbor".

ok claudio@

Revision 1.23 / (download) - annotate - [select for diffs], Fri Feb 10 18:31:49 2006 UTC (18 years, 4 months ago) by claudio
Branch: MAIN
Changes since 1.22: +18 -18 lines
Diff to previous 1.22 (colored)

imsg API changed so adapt to it.

Revision 1.22 / (download) - annotate - [select for diffs], Thu Oct 27 22:37:30 2005 UTC (18 years, 7 months ago) by stevesk
Branch: MAIN
Changes since 1.21: +4 -2 lines
Diff to previous 1.21 (colored)

indicate passive interface in 'show interface'; ok claudio@

Revision 1.21 / (download) - annotate - [select for diffs], Sun Oct 23 20:21:44 2005 UTC (18 years, 7 months ago) by stevesk
Branch: MAIN
Changes since 1.20: +2 -3 lines
Diff to previous 1.20 (colored)

use err() vs. fatal(); ok claudio@

Revision 1.20 / (download) - annotate - [select for diffs], Sun Oct 16 19:31:44 2005 UTC (18 years, 7 months ago) by stevesk
Branch: MAIN
Changes since 1.19: +1 -2 lines
Diff to previous 1.19 (colored)

remove duplicate function declaration; ok claudio@

Revision 1.19 / (download) - annotate - [select for diffs], Sun Oct 16 17:12:30 2005 UTC (18 years, 7 months ago) by stevesk
Branch: MAIN
Changes since 1.18: +3 -1 lines
Diff to previous 1.18 (colored)

missing break caused erroneous auth-type crypt enabled in 'sh int'
when simple enabled; ok claudio@

Revision 1.18 / (download) - annotate - [select for diffs], Sat Sep 24 21:10:32 2005 UTC (18 years, 8 months ago) by msf
Branch: MAIN
Changes since 1.17: +15 -1 lines
Diff to previous 1.17 (colored)

- add auth_type and auth_keyid to struct ctl_iface
- have ospfctl tell us when we are using authentication with 'show interface'

ok claudio@ norby@

Revision 1.17 / (download) - annotate - [select for diffs], Fri May 27 00:51:52 2005 UTC (19 years ago) by norby
Branch: MAIN
CVS Tags: OPENBSD_3_8_BASE, OPENBSD_3_8
Changes since 1.16: +4 -5 lines
Diff to previous 1.16 (colored)

Small formatting bits in show neighbor detail.

ok claudio@

Revision 1.16 / (download) - annotate - [select for diffs], Thu May 26 06:07:47 2005 UTC (19 years ago) by norby
Branch: MAIN
Changes since 1.15: +2 -1 lines
Diff to previous 1.15 (colored)

Fix multi area display bug.

ok claudio@

Revision 1.15 / (download) - annotate - [select for diffs], Sun May 22 20:01:47 2005 UTC (19 years ago) by norby
Branch: MAIN
Changes since 1.14: +41 -9 lines
Diff to previous 1.14 (colored)

Add missing bits to ospfctl show rib detail.

ok claudio@

Revision 1.14 / (download) - annotate - [select for diffs], Thu May 12 19:10:12 2005 UTC (19 years, 1 month ago) by norby
Branch: MAIN
Changes since 1.13: +260 -7 lines
Diff to previous 1.13 (colored)

Add "show database asbr/external/network/router/self-originate/summary"
to ospfctl.

Show detailed information about the LSAs in the Link State Database.

ok claudio@

Revision 1.13 / (download) - annotate - [select for diffs], Fri May 6 06:59:58 2005 UTC (19 years, 1 month ago) by norby
Branch: MAIN
Changes since 1.12: +2 -1 lines
Diff to previous 1.12 (colored)

Fix a display bug in 'show database', when ospfd is member of more
than one area.

Input from claudio.

ok claudio@

Revision 1.12 / (download) - annotate - [select for diffs], Sat Apr 16 21:52:57 2005 UTC (19 years, 1 month ago) by claudio
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

Static routes are flagged with F_STATIC and not with F_KERNEL.

Revision 1.11 / (download) - annotate - [select for diffs], Tue Mar 29 17:26:35 2005 UTC (19 years, 2 months ago) by norby
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

The RFC never mentions anything about transfer, this should be transmit.

From Jason Ackley (thanks).

ok claudio@

Revision 1.10 / (download) - annotate - [select for diffs], Sat Mar 26 13:37:16 2005 UTC (19 years, 2 months ago) by claudio
Branch: MAIN
Changes since 1.9: +8 -5 lines
Diff to previous 1.9 (colored)

ospfctl bits for the "ospfctl show fib interface" part. This will print
the interface status as seen from the parent kroute perspective.
OK henning@ norby@

Revision 1.9 / (download) - annotate - [select for diffs], Wed Mar 23 20:18:19 2005 UTC (19 years, 2 months ago) by claudio
Branch: MAIN
Changes since 1.8: +6 -6 lines
Diff to previous 1.8 (colored)

Sync mask2prefixlen() with the kroute.c version of ospfd because they share
the same prototype definition comming from ospfd.h.
OK norby@

Revision 1.8 / (download) - annotate - [select for diffs], Tue Mar 15 22:09:43 2005 UTC (19 years, 2 months ago) by claudio
Branch: MAIN
CVS Tags: OPENBSD_3_7_BASE, OPENBSD_3_7
Changes since 1.7: +200 -1 lines
Diff to previous 1.7 (colored)

bgpctl parts for "show fib".
OK norby@ deraadt@

Revision 1.7 / (download) - annotate - [select for diffs], Mon Mar 14 18:21:29 2005 UTC (19 years, 2 months ago) by norby
Branch: MAIN
Changes since 1.6: +44 -8 lines
Diff to previous 1.6 (colored)

Add "show summary" to ospfctl.

ok claudio@ henning@

Revision 1.6 / (download) - annotate - [select for diffs], Sat Mar 12 11:03:05 2005 UTC (19 years, 3 months ago) by norby
Branch: MAIN
Changes since 1.5: +163 -2 lines
Diff to previous 1.5 (colored)

Add "show rib" and "show rib detail" to ospfctl.

ok henning@

Revision 1.5 / (download) - annotate - [select for diffs], Sat Mar 12 10:49:12 2005 UTC (19 years, 3 months ago) by norby
Branch: MAIN
Changes since 1.4: +5 -5 lines
Diff to previous 1.4 (colored)

Small K&F.

ok henning@

Revision 1.4 / (download) - annotate - [select for diffs], Wed Feb 2 19:08:42 2005 UTC (19 years, 4 months ago) by henning
Branch: MAIN
Changes since 1.3: +6 -6 lines
Diff to previous 1.3 (colored)

KNF

Revision 1.3 / (download) - annotate - [select for diffs], Wed Feb 2 18:52:32 2005 UTC (19 years, 4 months ago) by henning
Branch: MAIN
Changes since 1.2: +3 -3 lines
Diff to previous 1.2 (colored)

usage() is __dead
pt out by Alexander v Gernler

Revision 1.2 / (download) - annotate - [select for diffs], Fri Jan 28 17:26:05 2005 UTC (19 years, 4 months ago) by norby
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)

Change my email address to the OpenBSD one since Ericsson has nothing to
do with this software, just happend to be my only valid email address at
the time.

Revision 1.1 / (download) - annotate - [select for diffs], Fri Jan 28 14:18:46 2005 UTC (19 years, 4 months ago) by claudio
Branch: MAIN

Control program like bgpctl but this time for ospfd.
Currently only basic show commands work.

Not yet connected to the builds.
OK henning@

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.