Fix IPv4 read caching
authorMaros Marsalek <[email protected]>
Mon, 27 Jun 2016 09:49:12 +0000 (11:49 +0200)
committerMarek Gradzki <[email protected]>
Mon, 27 Jun 2016 12:04:57 +0000 (12:04 +0000)
commitd757d43b658bebeea75787d7a3b712e06c9ef69b
tree5e47eb9071733d00113ded2b330226e515fdabbf
parentfcb9480a3b06b4dd6d56456edf4b89c7a9194630
Fix IPv4 read caching

Single cache key was used for each interface during a single read
returing same IPs for all the interfaces

Change-Id: I8cc05591b257d44a253cc23c9d79d9096459dcdd
Signed-off-by: Maros Marsalek <[email protected]>
v3po/v3po2vpp/src/main/java/io/fd/honeycomb/v3po/translate/v3po/interfacesstate/ip/Ipv4AddressCustomizer.java
v3po/v3po2vpp/src/test/java/io/fd/honeycomb/v3po/translate/v3po/interfacesstate/ip/Ipv4AddressCustomizerTest.java