[qca-nss-ecm] Fix for LAG MAP-T load balancing.

Pass the actual destination IP address to the hierarchy
construction function along with the one which is used to
lookup the destination node's mac address. This newly passed
IP address is used for bonding hash.

Change-Id: Ia2ec7d945e45a273d4d6ab3391aee0fa74b748c6
Signed-off-by: Murat Sezgin <msezgin@codeaurora.org>
diff --git a/ecm_interface.h b/ecm_interface.h
index be9b94a..be37540 100644
--- a/ecm_interface.h
+++ b/ecm_interface.h
@@ -89,8 +89,9 @@
 int32_t ecm_interface_heirarchy_construct(struct ecm_front_end_connection_instance *feci,
 						struct ecm_db_iface_instance *interfaces[],
 						struct net_device *const_if, struct net_device *other_if,
-						ip_addr_t packet_src_addr,
-						ip_addr_t packet_dest_addr,
+						ip_addr_t lookup_src_addr,
+						ip_addr_t lookup_dest_addr,
+						ip_addr_t real_dest_addr,
 						int ip_version, int packet_protocol,
 						struct net_device *given_dest_dev,
 						bool is_routed, struct net_device *given_src_dev,