mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 22:35:15 +00:00
netdev: remove netdev_get_in4()
Since netdev can have multiple IP address use generic api netdev_get_addr_list(). This also make it easier to handle IPv4 and IPv6 address across vswitchd layers. Signed-off-by: Pravin B Shelar <pshelar@ovn.org> Acked-by: Ben Pfaff <blp@ovn.org>
This commit is contained in:
@@ -2691,7 +2691,6 @@ static const struct dpdk_qos_ops egress_policer_ops = {
|
||||
NULL, /* queue_dump_done */ \
|
||||
NULL, /* dump_queue_stats */ \
|
||||
\
|
||||
NULL, /* get_in4 */ \
|
||||
NULL, /* set_in4 */ \
|
||||
NULL, /* get_addr_list */ \
|
||||
NULL, /* add_router */ \
|
||||
|
Reference in New Issue
Block a user