diff options
| author | Jason Wang | 2015-02-02 08:06:36 +0100 |
|---|---|---|
| committer | Stefan Hajnoczi | 2015-02-06 15:06:44 +0100 |
| commit | 07636d53999092daa9e3d281ea137be0795d7078 (patch) | |
| tree | 3491b4e461184ff2576ddc639bb97eb5a34fd61d /net | |
| parent | monitor: print hub port name during info network (diff) | |
| download | qemu-07636d53999092daa9e3d281ea137be0795d7078.tar.gz qemu-07636d53999092daa9e3d281ea137be0795d7078.tar.xz qemu-07636d53999092daa9e3d281ea137be0795d7078.zip | |
net: remove the wrong comment in net_init_hubport()
Not only nic could be the one to peer.
Signed-off-by: Jason Wang <jasowang@redhat.com>
Message-id: 1422860798-17495-2-git-send-email-jasowang@redhat.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'net')
| -rw-r--r-- | net/hub.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -288,7 +288,6 @@ int net_init_hubport(const NetClientOptions *opts, const char *name, assert(opts->kind == NET_CLIENT_OPTIONS_KIND_HUBPORT); hubport = opts->hubport; - /* Treat hub port like a backend, NIC must be the one to peer */ if (peer) { return -EINVAL; } |
