The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

ospfconvert - convert OSPF LSDB file to current version

SYNOPSIS

ospfconvert [-h] [oldospf.yaml] [ospf.yaml]

DESCRIPTION

ospfconvert takes an OSPF link state database in YAML format and converts it to the current OSPF::LSDB version.

Optionally one input and one output file can be given on command line, otherwise stdin and stdout are used.

The options are as follows:

-h

Show help message and exit.

DIAGNOSTICS

The program dies if an error occurs. Typical errors are invalid YAML format, version of input file is newer than this program so it cannot be converted or the content of the YAML file is invalid.

SEE ALSO

OSPF::LSDB::YAML, OSPF::LSDB

AUTHOR

Alexander Bluhm