ppp: declare ppp devices as enumerated interfaces
Let user space be aware of the naming scheme used by ppp interfaces (visible in /sys/class/net/<iface>/name_assign_type). Signed-off-by: Guillaume Nault <g.nault@alphalink.fr> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
94dbffe16e
commit
69d9728d00
|
@ -2726,8 +2726,7 @@ static struct ppp *ppp_create_interface(struct net *net, int unit,
|
||||||
int ret = -ENOMEM;
|
int ret = -ENOMEM;
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
dev = alloc_netdev(sizeof(struct ppp), "", NET_NAME_UNKNOWN,
|
dev = alloc_netdev(sizeof(struct ppp), "", NET_NAME_ENUM, ppp_setup);
|
||||||
ppp_setup);
|
|
||||||
if (!dev)
|
if (!dev)
|
||||||
goto out1;
|
goto out1;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue