Thanks for catching that.
Acked-by: Justin Pettit
--Justin
> On Jun 8, 2015, at 11:03 PM, Alex Wang wrote:
>
> add_port_to_cache() uses 'cache_name' as the shash node name for
> shash_add(). So, the del_cached_port() must also pass 'cache_name'
> as argument for shash_find_and_delete().
>
add_port_to_cache() uses 'cache_name' as the shash node name for
shash_add(). So, the del_cached_port() must also pass 'cache_name'
as argument for shash_find_and_delete().
This bug does not cause any issue currently but should be fixed.
Signed-off-by: Alex Wang
---
vtep/vtep-ctl.c |2 +-