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:
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
AUTHOR
Alexander Bluhm