commit | a94b5f3a4e4480e3b1f9a30d9ecd4e6d30a36fd4 | [log] [tgz] |
---|---|---|
author | Dmitry Stremkouski <dstremkouski@mirantis.com> | Sat Dec 02 00:41:54 2017 +0300 |
committer | Dmitry Stremkouski <dstremkouski@mirantis.com> | Sat Dec 02 00:41:57 2017 +0300 |
tree | 6c4b70d9fddff6987dd29f90f455b34dfaeaada9 | |
parent | a9fee5f1bff4fe6a9565133476a37d493270ded8 [diff] |
Fixing ubuntu ifdown error for ens3 Ubuntu ifdown script cannot handle old address when it was wiped from /etc/network/interfaces It fails and causes RTNETLINK answers: No such process RTNETLINK answers: Cannot assign requested address error. This patch fixes this behavior by: 1) proper flushing all the addresses from ens3 2) removing ifstate flag, so further ifup script could set it up.