diff options
Diffstat (limited to 'net/core/dst.c')
| -rw-r--r-- | net/core/dst.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/net/core/dst.c b/net/core/dst.c index ee6153e2cf43..35fd12f1a69c 100644 --- a/net/core/dst.c +++ b/net/core/dst.c @@ -179,6 +179,7 @@ void *dst_alloc(struct dst_ops *ops, struct net_device *dev,  	dst_init_metrics(dst, dst_default_metrics, true);  	dst->expires = 0UL;  	dst->path = dst; +	dst->from = NULL;  #ifdef CONFIG_XFRM  	dst->xfrm = NULL;  #endif  |