| commit | 59f50c7967de9274d4c125e40fee8b2bfbe9cfc7 | [log] [tgz] |
|---|---|---|
| author | zhubx007 <zhu.boxiang@99cloud.net> | Mon Jul 23 11:42:07 2018 +0800 |
| committer | zhubx007 <zhu.boxiang@99cloud.net> | Wed Aug 08 15:09:01 2018 +0800 |
| tree | e687b49bb1130a0225367a4db4ad76bb29c72e86 | |
| parent | ce0759d2d0030f5e578a6ebd648eed827135e584 [diff] |
BUG Fix: add sudo to run command arping Set 'PUBLIC_INTERFACE' in local.conf, so the code will be entered into _move_neutron_addresses_route of neutron-legacy. But if lack of sudo to run command arping, the information "arping: socket: Operation not permitted" occurs. So add 'sudo' for 'ARP_CMD' of lib/neutron-legacy. Change-Id: I8ac8a9bc2bbba049c45b28bf9b93d9a10e398fe6 Closes-Bug: #1783046