[][src]Module routinator::operation

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

Error

An error has occurred during operation.

Init

Initialize the local repository.

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

ExitError

An error should be reported after running has completed.

Operation

The command to execute.