Home
Name Modified Size InfoDownloads / Week
README 2022-05-05 2.4 kB
OSPF-LSDB-1.18.tar.gz 2022-05-05 121.0 kB
Changes 2022-05-05 9.5 kB
OSPF-LSDB-1.17.tar.gz 2022-04-30 117.1 kB
OSPF-LSDB-1.16.tar.gz 2022-04-20 118.2 kB
OSPF-LSDB-1.15.tar.gz 2022-04-18 119.7 kB
OSPF-LSDB-1.14.tar.gz 2022-04-16 117.0 kB
OSPF-LSDB-1.13.tar.gz 2021-08-21 117.3 kB
OSPF-LSDB-1.12.tar.gz 2021-08-21 117.2 kB
OSPF-LSDB-1.11.tar.gz 2019-06-05 115.0 kB
OSPF-LSDB-1.10.tar.gz 2019-06-05 116.0 kB
OSPF-LSDB-1.09.tar.gz 2018-09-17 115.8 kB
OSPF-LSDB-1.08.tar.gz 2018-07-11 111.4 kB
OSPF-LSDB-1.07.tar.gz 2012-09-19 115.4 kB
OSPF-LSDB-1.06.tar.gz 2012-09-18 115.3 kB
OSPF-LSDB-1.05.tar.gz 2012-09-03 115.2 kB
OSPF-LSDB-1.04.tar.gz 2012-08-15 111.1 kB
OSPF-LSDB-1.03.tar.gz 2012-08-11 109.9 kB
OSPF-LSDB-1.02.tar.gz 2012-06-30 108.3 kB
OSPF-LSDB-1.01.tar.gz 2012-06-14 105.4 kB
OSPF-LSDB-1.00.tar.gz 2012-06-10 104.7 kB
Net-OSPF-0.53.tar.gz 2012-06-10 104.2 kB
Net-OSPF-0.52.tar.gz 2012-06-02 99.0 kB
Net-OSPF-0.51.tar.gz 2012-04-19 93.9 kB
Net-OSPF-0.50.tar.gz 2012-04-16 88.8 kB
Net-OSPF-0.43.tar.gz 2012-04-14 75.5 kB
Net-OSPF-0.42.tar.gz 2012-04-14 75.4 kB
Net-OSPF-0.41.tar.gz 2010-09-16 67.9 kB
Net-OSPF-0.40.tar.gz 2010-08-01 64.8 kB
Net-OSPF-0.3.tar.gz 2010-06-23 57.0 kB
Net-OSPF-0.2.tar.gz 2010-06-14 57.9 kB
Net-OSPF-0.1.tar.gz 2010-06-09 31.1 kB
Totals: 32 Items   3.0 MB 0
OSPF::LSDB
==========

The OSPF::LSDB Perl module and its submodules implement the
functionality to hold, parse, check, display the content of an OSPF
link-state database.

OSPF::LSDB          - hold the content of the OSPF link-state database
OSPF::LSDB::gated   - parse the output from the gated OSPF daemon
OSPF::LSDB::ospfd   - parse the output from the OpenBSD ospf daemon
OSPF::LSDB::ospf6d  - parse the output from the OpenBSD ospf6 daemon
OSPF::LSDB::View    - show the OSPF link-state database as graphviz dot
OSPF::LSDB::View6   - show the OSPF for IPv6 link-state database as dot
OSPF::LSDB::YAML    - load and store the OSPF link-state database as YAML

Additionally the OSPFView package contains command-line tools to
read the link-state database from an ospf daemon.  Then it creates
a dot graphic which can be displayed with graphviz.  At the moment
OpenBSD ospfd and ospf6d and gated 3.6 are supported.  Cisco support
is experimental.

gated2yaml          - convert gated OSPF LSDB to YAML file
ospf2dot            - convert OSPF LSDB YAML to Graphviz dot
ospfconvert         - convert OSPF LSDB file to current version
ospfd2yaml          - convert OpenBSD ospfd or ospf6d lsdb to YAML file
ospfview            - periodically display OSPF LSDB as Graphviz dot xlib
ospfview.cgi        - cgi script to display OSPF graph via web server

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module produces Graphviz dot files so you should have this
software installed.
http://www.graphviz.org/

COPYRIGHT AND LICENCE

Copyright (c) 2010-2022 Alexander Bluhm <alexander.bluhm@gmx.net>

Permission to use, copy, modify, and distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
Source: README, updated 2022-05-05