Comment 11 for bug 1472055

Revision history for this message
Russ Tndall (bobbysmith007) wrote :

After more research:

This calls post up scripts:
 * ifdown ens160 && ifup ens160

These do not call post up scripts:
 * ifconfig ens160 down && ifconfig ens160 up
 * ip link set dev ens160 down && ip link dev set ens160 up

Is this intentional behavior I am misunderstanding. I had thought that all of these were synonymous and that the last was the current preference.

Sorry for the many posts, I thought I was done messing with it, but then had some more ideas.