1 .TH lustre_routes_conversion 8 "Apr 23, 2013" Lustre "utilities"
3 lustre_routes_conversion \- converts a legacy routes configuration file to
6 .B "lustre_routes_conversion"
8 lustre_route_conversion takes as a first parameter a file with routes
11 <network> [<hop>] <gateway>@<exit network>[:<priority>];
15 <network>: { gateway: <gateway>@<exit network> [hop: <hop>]
16 [priority: <prioirty>] }
18 and appends it to the output file passed in as the second parameter to
23 lustre_routes_conversion <legacy file> <new file>
25 An example of legacy configuration file:
32 An example of script output:
34 tcp1: {gateway: 10.1.1.2@tcp0 priority: 1}
36 tcp1: {gateway: 10.1.1.2@tcp0 hop: 1}
38 An example of script execution:
40 lustre_routes_conversion <path/to/legacy_config_file> <path/to/new_config_file>
45 .BR lustre_routes_config (8)