Fix getting local ip address in CSIT setup scripts 48/104148/1
authorBartek Grzybowski <b.grzybowski@partner.samsung.com>
Mon, 23 Mar 2020 11:57:08 +0000 (12:57 +0100)
committerBartek Grzybowski <b.grzybowski@partner.samsung.com>
Mon, 23 Mar 2020 11:57:08 +0000 (12:57 +0100)
Assumption that last field in routing entry is the
local src address is no longer valide in the latest
iproute2 releases as it adds UID information.
The correct way is to get the 7th field, not the last.

Change-Id: Id2289fbf9b916ccab3ac7949d4f8118ef0571935
Issue-ID: INT-1497
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>

No differences found