You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
vxlan: add ipv6 route short circuit support
route short circuit only has IPv4 part, this patch adds the IPv6 part. nd_tbl will be needed. Cc: David S. Miller <davem@davemloft.net> Cc: David Stevens <dlstevens@us.ibm.com> Signed-off-by: Cong Wang <amwang@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
e4c7ed4153
commit
e15a00aafa
@@ -815,6 +815,7 @@ static const struct ipv6_stub ipv6_stub_impl = {
|
||||
.ipv6_sock_mc_drop = ipv6_sock_mc_drop,
|
||||
.ipv6_dst_lookup = ip6_dst_lookup,
|
||||
.udpv6_encap_enable = udpv6_encap_enable,
|
||||
.nd_tbl = &nd_tbl,
|
||||
};
|
||||
|
||||
static int __init inet6_init(void)
|
||||
|
||||
Reference in New Issue
Block a user