https://bugzilla.novell.com/show_bug.cgi?id=810354 https://bugzilla.novell.com/show_bug.cgi?id=810354#c2 Marius Tomaschewski <mt@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[systemd] partial |partial "rcnetwork restart |"rcnetwork restart eth0" |eth0" breaks |restart breaks |network.service process |network.service redirection |relation --- Comment #2 from Marius Tomaschewski <mt@suse.com> 2013-03-20 09:29:55 UTC --- Note, this fix does not change the redirection behavior of the /etc/init.d/network script (see bnc#764055), that would need IMO too intrusive fixes in many packages. It addresses only the partial/incremental (re)starts, that is: ifup <ifname> calls done by libnetcontrol/libvirtd/virsh and also yast2-network calls like "rcnetwork restart type=isdn". It fixes, that the ifup processes are started inside of the network service cgroup and considered as part of the network service: rcnetwork start ifdown eth0 # optional change of the eth0 configration ifup eth0 rcnetwork status # <-- dhcp client on eth0 is still part of the service now ifdown eth0 # change of the eth0 config to be part of br0 with dhcp on it ifup eth0 ifup br0 rcnetwork status # <-- dhcp client on br0 is part of the service now, even the dhcp runs on br0 now -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.