[wicked-devel] Re: Supported way how to bring up newly configured interface
Am 19.11.2013 17:23, schrieb Josef Reidinger:
Hi Marius, there is requirement for installer in SLE12 to try bring DHCP on all devices. I am writting such goal and have problem, that I don't know what is officially supported way to bring up interface where I set DHCP to configuration ( it must be persistent, so simple run of dhcpcd is not enough ). MVidner propose `ifup`, but it is not in inst-sys. So question is if it is supported way and we should add it to inst-sys or if it is just wrapper to different script that we should execute. My goal is simple bring up device with newly modified configuration.
sysconfig-network and dhcpcd will be dropped on SLES-12. ifup is a wrapper script on SLES12 and calls "wicked ifup", replacement for dhcpcd-test is provided by wicked too. I'd say, we should put wicked into inst-sys as we're going to do in initrd/dracul as well. Let it save the dhcp leases to files, and move them to the final system later, so they're available later and can be picked up and confirmed instead of requesting new leases. Gruesse / Regards, Marius Tomaschewski <mt@suse.de>, <mt@suse.com> -- SUSE LINUX Products GmbH, HRB 16746 (AG Nürnberg), GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer, Maxfeldstraße 5, 90409 Nürnberg, Germany -- To unsubscribe, e-mail: wicked-devel+unsubscribe@opensuse.org To contact the owner, e-mail: wicked-devel+owner@opensuse.org
participants (1)
-
Marius Tomaschewski