The OpenSwitch configuration file consists of multiple sections, each of which is identified by the name of the section enclosed in square brackets. For example:
[SECTION_NAME]
No section is required. Empty lines, or lines that begin with a pound sign (#) are ignored by OpenSwitch.
You can specify options in some sections like this:
[SECTION_NAME:OPTION1=VALUE,OPTION2]
Set true and false, or on and off options using zero (0) to indicate off or false, and one (1) to indicate on or true.