qacafe - ip test solutions
Knowledge Base > Basic Configuration > How can I add inline comments to the configuration file?

How can I add inline comments to the configuration file?

The configuration file used by CDRouter is a Tcl file. All standard Tcl syntax rules apply. Comments can be started by using the '#' character as the first non whitespace character on the line. Also, the current configuration line can be ended using the ';' character. An inline comment can then follow the ';' character.

Examples:

  # This is an example comment

  buddy::skip-test cdrouter_nat_1   ;# do not run the first NAT test

  testvar myVar passwd123           ;# set the myVar testvar