MyNixOS website logo
option

networking.vswitches.<name>.extraOvsctlCmds

Commands to manipulate the Open vSwitch database. Every line executed with ovs-vsctl. All commands are bundled together with the operations for adding the interfaces into one atomic operation.

Declarations
Type
strings concatenated with "\n"
Default
""
Example
''
  set-fail-mode <switch_name> secure
  set Bridge <switch_name> stp_enable=true
''</switch_name></switch_name>