mbox series

[net,0/2] net: fix a mcast issue for tipc udp media

Message ID cover.1596468610.git.lucien.xin@gmail.com
Headers show
Series net: fix a mcast issue for tipc udp media | expand

Message

Xin Long Aug. 3, 2020, 3:34 p.m. UTC
Patch 1 is to add a function to get the dev by source address,
whcih will be used by Patch 2.

Xin Long (2):
  ipv6: add ipv6_dev_find()
  tipc: set ub->ifindex for local ipv6 address

 include/net/addrconf.h |  2 ++
 net/ipv6/addrconf.c    | 39 +++++++++++++++++++++++++++++++++++++++
 net/tipc/udp_media.c   |  8 ++++++++
 3 files changed, 49 insertions(+)

Comments

David Miller Aug. 5, 2020, 7:20 p.m. UTC | #1
From: Xin Long <lucien.xin@gmail.com>
Date: Mon,  3 Aug 2020 23:34:45 +0800

> Patch 1 is to add a function to get the dev by source address,
> whcih will be used by Patch 2.

Series applied, thank you.