OSDN Git Service

add OVSAddFlowFormatter
[ftg/ftg.git] / README.jp
index 116ac7d..639dbd0 100644 (file)
--- a/README.jp
+++ b/README.jp
@@ -44,13 +44,29 @@ Usage: ftg.py [options]
 Options:
   --version             show program's version number and exit
   -h, --help            show this help message and exit
-  -i FILE, --dump_file=FILE
+  -i FILE, --ovs_dump_file=FILE
                         specify Open vSwitch dump-flows FILE
+  -c FILE, --csv_dump_file=FILE
+                        specify CSV dump FILE
+  -t FILE, --tsv_dump_file=FILE
+                        specify TSV dump FILE
   -f FORMATTER, --formatter=FORMATTER
-                        specify FORMATTER (graphviz, csv, tsv)
+                        specify formatter (graphviz, csv, tsv)
   -b ENTRIES_PER_BLOCK, --entries_per_block=ENTRIES_PER_BLOCK
                         specify number of entries in priority block
+  -T OUTPUT_TARGET_TABLES, --tables=OUTPUT_TARGET_TABLES
+                        specify the tables to be output.
   -v, --verbose         verbose output
-  -s, --output_summary  output summary informations
   -d, --debug           debug output
 
+  Output Flags:
+    --enable_output_resubmit_loop
+                        enable the output of the 'resubmit to start' that re-
+                        evaluate at the same table
+    --disable_output_resubmit_loop
+                        disable the output of the 'resubmit to start' that re-
+                        evaluate at the same table
+    --enable_output_summary
+                        enable the output of the summary informations
+    --disable_output_summary
+                        disable the output of the output summary informations