mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-13 23:34:05 +08:00
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 i;
|
||||
|
||||
dev = alloc_netdev(sizeof(struct ppp), "", NET_NAME_UNKNOWN,
|
||||
ppp_setup);
|
||||
dev = alloc_netdev(sizeof(struct ppp), "", NET_NAME_ENUM, ppp_setup);
|
||||
if (!dev)
|
||||
goto out1;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user