NAME
OSPF::LSDB::View6 - display OSPF for IPv6 database as graphviz dot
SYNOPSIS
use OSPF::LSDB;
use OSPF::LSDB::View6;
my $ospf = OSPF::LSDB->new();
my $view = OSPF::LSDB::View6->new($ospf);
my $dot = view->graph();
DESCRIPTION
The OSPF::LSDB::View6 module converts the IPv6 content of a OSPF::LSDB instance into a graphviz dot string.
Most of OSPF::LSDB::View6 is derived from OSPF::LSDB::View. Only differences between the v2 and v3 protocoll are implemented and documented by this module.
SEE ALSO
RFC 5340 - OSPF for IPv6 - July 2008
AUTHORS
Alexander Bluhm
BUGS
IPv6 support has not been finished yet. Especially there are much less checks than in IPv4.