@@ -590,24 +590,22 @@ def __init__(self, table_id=Table.OFPTT_ALL, name="",
590590 """The constructor of TableFeatures receives the paramters below.
591591
592592 Args:
593- table_id(int): Indetifier of table.The default value
594- OFPTT_ALL(0xff) will apply the configuration
595- to all tables in the switch.
596- name(Char): Characters representing the table name.
593+ table_id(int): Indetifier of table.The default value
594+ OFPTT_ALL(0xff) will apply the configuration to all tables in
595+ the switch.
596+ name(Char): Characters representing the table name.
597597 metadata_match(int): Indicate the bits of the metadata field that
598- the table can match on.The default value
599- 0xFFFFFFFFFFFFFFFF indicates that the table
600- can match the full metadata field.
598+ the table can match on.The default value 0xFFFFFFFFFFFFFFFF
599+ indicates that the table can match the full metadata field.
601600 metadata_write(int): Indicates the bits of the metadata field that
602- the table can write using the
603- OFPIT_WRITE_METADATA instruction.The default
604- value 0xFFFFFFFFFFFFFFFF indicates that the
605- table can write the full metadata field.
606- config(int): Field reseved for future use.
607- max_entries(int): Describe the maximum number of flow entries
608- that can be inserted into that table.
601+ the table can write using the OFPIT_WRITE_METADATA instruction.
602+ The default value 0xFFFFFFFFFFFFFFFF indicates that the table
603+ can write the full metadata field.
604+ config(int): Field reseved for future use.
605+ max_entries(int): Describe the maximum number of flow entries that
606+ can be inserted into that table.
609607 properties(~pyof.v0x04.controller2switch.common.ListOfProperty):
610- List of Property intances.
608+ List of Property intances.
611609 """
612610 super ().__init__ ()
613611 self .table_id = table_id
0 commit comments