diff options
author | Carlos Goncalves <carlos.goncalves@neclab.eu> | 2017-06-07 09:23:49 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-06-07 09:23:49 +0000 |
commit | 4518b772267b7ce47a0a9d7f19d9687cb6cb598b (patch) | |
tree | 1b1d0b4d045d58bca02f778e61431234f8b266f2 | |
parent | 26e93edb48c598f0585523412403d938b82f74b8 (diff) |
Update git submodules
* Update docs/submodules/doctor from branch 'master'
- Merge "Fix run.sh bug for dynamic interfaces"
- Fix run.sh bug for dynamic interfaces
The run.sh extracts the name of interface using awk
with 7th value in "ip a" command but in case of DHCP
enabled interface this value is "dynamic". So the fix
takes the last value of the output which is the
correct interface name.
EDIT: Removed the redundant line to get 5th element.
JIRA: DOCTOR-109
Change-Id: I0775d90ef219387e5b68abd4fd98d38d2104f128
Signed-off-by: Umar Farooq <umar.farooq@neclab.eu>
m--------- | docs/submodules/doctor | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/docs/submodules/doctor b/docs/submodules/doctor -Subproject 545586015e5b768875672352afe77a5a850a9d8 +Subproject d182b8a69eeef01f37b123e7d331972b7c57911 |