On Tue, Dec 2, 2014 at 2:55 AM, Manfred Hollstein <mhollstein@t-online.de> wrote:
"normal" ifup/ifdown works, that's not the issue. wicked's ifup and ifdown however have silently removed support for scripts which are executed when an interface comes up or goes down. These scripts are typically stored in the /etc/sysconfig/network/if-{up,down}.d/ directories. Here is an excerpt from the ifup manual page on 13.1:
That's exactly right, and what I meant to type. I have been away from my computer and unable to respond properly, so thank you for correcting my typo!
/etc/sysconfig/network/if-{up,down}.d/ Scripts in these directories will be executed when any interface is started, if-up.d, and when any interface is stopped, if-down.d. They have to be exe- cutable and may also be binary. The execution of these programs is controlled by the variables GLOBAL_POST_UP_EXEC and GLOBAL_PRE_DOWN_EXEC in the network configuration file /etc/sysconfig/network/config These are not interface spe- cific, and can have any name. If you need interface/configfile specific scripts to be executed have a look at PRE_UP_SCRIPT, POST_UP_SCRIPT, PRE_DOWN_SCRIPTand POST_DOWN_SCRIPT.
-- Jon -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org