Module routinator::operation[][src]

Expand description

What Routinator can do for you.

This module implements all the commands users can ask Routinator to perform. They are encapsulated in the type Operation which can determine the command from the command line argumments and then execute it.

Structs

Dump

Dumps the database content.

Man

Show the manual page.

PrintConfig

Shows the current configuration.

Server

Run as server.

Update

Update the local repository.

Validate

Validate a route announcement.

Vrps

Produce a list of Validated ROA Payload.

Enums

Init

Initialize the local repository.

Operation

The command to execute.