diff options
Diffstat (limited to 'tools/nm-guest-data/nm-90-my.conf.in')
| -rw-r--r-- | tools/nm-guest-data/nm-90-my.conf.in | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/tools/nm-guest-data/nm-90-my.conf.in b/tools/nm-guest-data/nm-90-my.conf.in new file mode 100644 index 00000000..72aeb110 --- /dev/null +++ b/tools/nm-guest-data/nm-90-my.conf.in @@ -0,0 +1,19 @@ +[main] +no-auto-default=* +debug=RLIMIT_CORE,fatal-warnings + +[logging] +level=TRACE +domains=ALL,VPN_PLUGIN:TRACE + +[device-managed-0] +match-device=interface-name:d_*,interface-name:tap* +managed=0 + +[device-managed-1] +match-device=interface-name:net*,interface-name:eth* +managed=1 + +[device-host-net] +match-device=interface-name:host_net +managed=0 |