summaryrefslogtreecommitdiffstats
path: root/net/l2tpv3.c
diff options
context:
space:
mode:
authorAlexey Kirillov2021-03-03 10:59:10 +0100
committerJason Wang2021-03-15 09:41:22 +0100
commitf2e8319d456724c3d8514d943dc4607e2f08e88a (patch)
treeb8214d1f736513eb2531769571bd409eef1339b4 /net/l2tpv3.c
parenthmp: Use QAPI NetdevInfo in hmp_info_network (diff)
downloadqemu-f2e8319d456724c3d8514d943dc4607e2f08e88a.tar.gz
qemu-f2e8319d456724c3d8514d943dc4607e2f08e88a.tar.xz
qemu-f2e8319d456724c3d8514d943dc4607e2f08e88a.zip
net: Do not fill legacy info_str for backends
As we use QAPI NetClientState->stored_config to store and get information about backend network devices, we can drop fill of legacy field info_str for them. We still use info_str field for NIC and hubports, so we can not completely remove it. Signed-off-by: Alexey Kirillov <lekiravi@yandex-team.ru> Signed-off-by: Jason Wang <jasowang@redhat.com>
Diffstat (limited to 'net/l2tpv3.c')
-rw-r--r--net/l2tpv3.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/l2tpv3.c b/net/l2tpv3.c
index 96611cb4af..b7e1d84674 100644
--- a/net/l2tpv3.c
+++ b/net/l2tpv3.c
@@ -729,8 +729,6 @@ int net_init_l2tpv3(const Netdev *netdev,
QAPI_CLONE_MEMBERS(NetdevL2TPv3Options,
&nc->stored_config->u.l2tpv3, l2tpv3);
-
- s->nc.info_str = g_strdup_printf("l2tpv3: connected");
return 0;
outerr:
qemu_del_net_client(nc);