config: add default values to 'NM --print-config' output

System Internals / NetworkManager - Beniamino Galvani [redhat.com] - 4 October 2016 07:51 UTC

There isn't an easy way to determine the effective value of some configuration options as their default value can be set at build time; the user has to search in logs or look at the manual page when available.

This adds those default values that can be changed at build time to the output of 'NetworkManager --print-config':

[main] # plugins=ifcfg-rh,ifupdown,ifnet,ibft # rc-manager=symlink # auth-polkit=true dns=dnsmasq


[logging] # backend=journal

a8e0289 config: add default values to 'NM --print-config' output
src/nm-config-data.c | 22 +++++++++++++++++++++-
1 file changed, 21 insertions(+), 1 deletion(-)

Upstream: cgit.freedesktop.org


  • Share