Hi Ryan, On ma, 2014-10-27 at 09:44 -0500, Ryan Kuester wrote: > Hi all, > > There's a thread[1] from early 2013 which concluded that the way to > statically configure wired Ethernet interfaces that are not connected is > by writing .config files to /var/lib/connman/. In my case, this seems to > require: > > 1. Discovering the MAC addresses of the two interfaces by external > means, that is, not via a connman interface. > > 2. Writing a .config file in /var/lib/connman/ using the discovered > MAC addresses and my desired settings. > > 3. Restarting connmand for the settings in the .config files to take > effect.
This is not needed as connman will monitor /var/lib/connman and use the found .config files automatically. > > 4. Reading the .config files in order to show the desired > configuration in a user interface. You should use the ConnMan dbus API to get the configuration in a UI. The provisioned services are almost identical to normal services, only difference is that the provisioned ones have immutable flag set which means that you can edit only minimal subset of service properties. > > 5. Repeating steps 2 and 3 any time a user makes changes. > > Is this still the state of the art? > > -- Ryan > > -- > 1. https://lists.connman.net/pipermail/connman/2013-January/012729.html Cheers, Jukka _______________________________________________ connman mailing list [email protected] https://lists.connman.net/mailman/listinfo/connman
