mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-28 09:31:14 +00: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:
parent
e4c7ed4153
commit
e15a00aafa
3 changed files with 30 additions and 2 deletions
|
@ -153,6 +153,7 @@ struct ipv6_stub {
|
|||
int (*ipv6_dst_lookup)(struct sock *sk, struct dst_entry **dst,
|
||||
struct flowi6 *fl6);
|
||||
void (*udpv6_encap_enable)(void);
|
||||
struct neigh_table *nd_tbl;
|
||||
};
|
||||
extern const struct ipv6_stub *ipv6_stub __read_mostly;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue