NetworkManager/src/settings/plugins/ifnet
Dan Williams 8a79fb1d41 settings: implement ability to add connections without saving them to disk
We don't always want to immediately write new connections to disk, to
facilitate "runtime" or "temporary" connections where an interface's
runtime config isn't backed by on-disk config.  Also, just because
an interface's configuration is changed doesn't necessarily mean
that new configuration should be written to disk either.

Add D-Bus methods for adding new connections and for updating existing
connections that don't immediately save the connection to disk.

Also add infrastructure to indicate to plugins that the new connection
shouldn't be immediately saved if the connection was added with the
new method.
2013-05-28 12:26:56 -05:00
..
tests settings: implement ability to add connections without saving them to disk 2013-05-28 12:26:56 -05:00
connection_parser.c settings: implement ability to add connections without saving them to disk 2013-05-28 12:26:56 -05:00
connection_parser.h settings: implement ability to add connections without saving them to disk 2013-05-28 12:26:56 -05:00
errors.c settings: implement ability to add connections without saving them to disk 2013-05-28 12:26:56 -05:00
errors.h settings: implement ability to add connections without saving them to disk 2013-05-28 12:26:56 -05:00
Makefile.am settings: implement ability to add connections without saving them to disk 2013-05-28 12:26:56 -05:00
net_parser.c ifnet: replace SIOCGIFHWADDR ioctl 2013-05-18 23:14:19 +02:00
net_parser.h settings: use NMConfig directly rather than reparsing NetworkManager.conf 2013-04-03 10:23:48 -04:00
net_utils.c settings: implement ability to add connections without saving them to disk 2013-05-28 12:26:56 -05:00
net_utils.h settings: implement ability to add connections without saving them to disk 2013-05-28 12:26:56 -05:00
nm-ifnet-connection.c ifnet: don't require a conn_name when creating an ifnet connection 2013-05-28 12:26:56 -05:00
nm-ifnet-connection.h ifnet: don't require a conn_name when creating an ifnet connection 2013-05-28 12:26:56 -05:00
plugin.c settings: implement ability to add connections without saving them to disk 2013-05-28 12:26:56 -05:00
plugin.h settings: use NMConfig directly rather than reparsing NetworkManager.conf 2013-04-03 10:23:48 -04:00
wpa_parser.c ifnet: fix typo fut*u*re 2012-08-15 14:24:50 -05:00
wpa_parser.h ifnet: use SYSCONFDIR not /etc 2011-12-12 20:04:25 -06:00