Skip to content
Snippets Groups Projects
swmodd.md 5.47 KiB

SWMODD UCI

swmodd
section
description
multi
options
globals
Configuration of SWMODD
false
name
type
required
default
description
enabled
boolean
yes
0
If set to 1, SWMODD will be enabled
lan_bridge
string
yes
br-lan
This option is applicable for OCI based application containers only. It must be a valid bridge name where application containers network namespace shall be attached
debug
boolean
no
1
If set to 1 debugging is enabled
lxc_bundle_root
string
yes
This option is valid for LXC based containers. It must be a non-volatile secondary memory location where LXC based containers are installed
oci_bundle_root
string
yes
This option is valid for OCI based application containers. This must be a non-volatile secondary memory location for installation of OCI based application containers
log_level
integer
no
3
Specifies the log type to use. Supported values are:
value type
0 EMERGENCY
1 ALERT
2 CRITICAL
3 ERROR
4 WARNING
5 NOTICE
6 INFO
7 DEBUG