projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41cae08
)
ovs: set name assign type of internal port
author
Zhang Shengju
<
[email protected]
>
Tue, 31 May 2016 13:41:02 +0000
(13:41 +0000)
committer
David S. Miller
<
[email protected]
>
Thu, 2 Jun 2016 22:05:47 +0000
(18:05 -0400)
Set name_assign_type of internal port to NET_NAME_USER.
Signed-off-by: Zhang Shengju <
[email protected]
>
Acked-by: Pravin B Shelar <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
net/openvswitch/vport-internal_dev.c
patch
|
blob
|
history
diff --git
a/net/openvswitch/vport-internal_dev.c
b/net/openvswitch/vport-internal_dev.c
index 2ee48e447b724af8afe4c77fa64fe4512d1725fe..434e04c3a189b91512b30ab70e9a238b7d5d9df2 100644
(file)
--- a/
net/openvswitch/vport-internal_dev.c
+++ b/
net/openvswitch/vport-internal_dev.c
@@
-195,7
+195,7
@@
static struct vport *internal_dev_create(const struct vport_parms *parms)
}
vport->dev = alloc_netdev(sizeof(struct internal_dev),
- parms->name, NET_NAME_U
NKNOWN
, do_setup);
+ parms->name, NET_NAME_U
SER
, do_setup);
if (!vport->dev) {
err = -ENOMEM;
goto error_free_vport;