diff options
-rw-r--r-- | drivers/net/ppp_generic.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ppp_generic.c b/drivers/net/ppp_generic.c index 8ee91421db12..639d11bc444e 100644 --- a/drivers/net/ppp_generic.c +++ b/drivers/net/ppp_generic.c | |||
@@ -1054,6 +1054,7 @@ static void ppp_setup(struct net_device *dev) | |||
1054 | dev->type = ARPHRD_PPP; | 1054 | dev->type = ARPHRD_PPP; |
1055 | dev->flags = IFF_POINTOPOINT | IFF_NOARP | IFF_MULTICAST; | 1055 | dev->flags = IFF_POINTOPOINT | IFF_NOARP | IFF_MULTICAST; |
1056 | dev->features |= NETIF_F_NETNS_LOCAL; | 1056 | dev->features |= NETIF_F_NETNS_LOCAL; |
1057 | dev->priv_flags &= ~IFF_XMIT_DST_RELEASE; | ||
1057 | } | 1058 | } |
1058 | 1059 | ||
1059 | /* | 1060 | /* |