]> git.proxmox.com Git - mirror_qemu.git/commit - net/slirp.c
net: Get rid of 'vlan' terminology and use 'hub' instead in the source files
authorThomas Huth <thuth@redhat.com>
Mon, 30 Apr 2018 18:02:24 +0000 (20:02 +0200)
committerJason Wang <jasowang@redhat.com>
Mon, 14 May 2018 07:47:14 +0000 (15:47 +0800)
commit442da403ead80525761898ab0d8036a9cd3c6829
tree110c04b8598adfceb0c237ead32101ef8df7ddcb
parentaf1a5c3eb41521b4f090ad6125cd981b72b99ab9
net: Get rid of 'vlan' terminology and use 'hub' instead in the source files

'vlan' is very confusing since it does not mean something like IEEE
802.1Q, but rather emulated hubs, so let's switch to that terminology
instead.

Buglink: https://bugs.launchpad.net/qemu/+bug/658904
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
net/hub.c
net/slirp.c
net/tap.c