diff options
| author | Cong Wang <amwang@redhat.com> | 2013-08-31 01:44:34 -0400 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2013-08-31 22:30:00 -0400 |
| commit | e15a00aafa4b7953ad717d3cb1ad7acf4ff76945 (patch) | |
| tree | 7acce1d228f31755cac9b9d10d8574b48eb89123 /include/net | |
| parent | e4c7ed415387cf718ffbec305396c30cee092987 (diff) | |
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>
Diffstat (limited to 'include/net')
| -rw-r--r-- | include/net/addrconf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/addrconf.h b/include/net/addrconf.h index 5339cab356bb..bcf957341b62 100644 --- a/include/net/addrconf.h +++ b/include/net/addrconf.h | |||
| @@ -153,6 +153,7 @@ struct ipv6_stub { | |||
| 153 | int (*ipv6_dst_lookup)(struct sock *sk, struct dst_entry **dst, | 153 | int (*ipv6_dst_lookup)(struct sock *sk, struct dst_entry **dst, |
| 154 | struct flowi6 *fl6); | 154 | struct flowi6 *fl6); |
| 155 | void (*udpv6_encap_enable)(void); | 155 | void (*udpv6_encap_enable)(void); |
| 156 | struct neigh_table *nd_tbl; | ||
| 156 | }; | 157 | }; |
| 157 | extern const struct ipv6_stub *ipv6_stub __read_mostly; | 158 | extern const struct ipv6_stub *ipv6_stub __read_mostly; |
| 158 | 159 | ||
