mirror of
https://github.com/openvswitch/ovs
synced 2025-10-29 15:28:56 +00:00
tunneling: Handle multiple ip address for given device.
Device can have multiple IP address but netdev_get_in4/6() returns only one configured IPv6 address. Following patch fixes it. OVS router is also updated to return source ip address for given destination, This is required when interface has multiple IP address configured. Signed-off-by: Pravin B Shelar <pshelar@ovn.org> Acked-by: Ben Pfaff <blp@ovn.org>
This commit is contained in:
@@ -2693,7 +2693,7 @@ static const struct dpdk_qos_ops egress_policer_ops = {
|
||||
\
|
||||
NULL, /* get_in4 */ \
|
||||
NULL, /* set_in4 */ \
|
||||
NULL, /* get_in6 */ \
|
||||
NULL, /* get_addr_list */ \
|
||||
NULL, /* add_router */ \
|
||||
NULL, /* get_next_hop */ \
|
||||
GET_STATUS, \
|
||||
|
||||
Reference in New Issue
Block a user