diff options
| author | Stefan Hajnoczi | 2012-07-24 17:35:04 +0200 |
|---|---|---|
| committer | Stefan Hajnoczi | 2012-08-01 13:28:51 +0200 |
| commit | f6c874e3002b944f83d887b84051654e5c5b7821 (patch) | |
| tree | d5baa78a53bb9d66a43980b592f8349e37c42fab /net/Makefile.objs | |
| parent | net: Add interface to bridge when SIOCBRADDIF isn't available (diff) | |
| download | qemu-f6c874e3002b944f83d887b84051654e5c5b7821.tar.gz qemu-f6c874e3002b944f83d887b84051654e5c5b7821.tar.xz qemu-f6c874e3002b944f83d887b84051654e5c5b7821.zip | |
net: Add a hub net client
The vlan feature can be implemented in terms of hubs. By introducing a
hub net client it becomes possible to remove the special case vlan code
from net.c and push the vlan feature out of generic networking code.
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Signed-off-by: Zhi Yong Wu <wuzhy@linux.vnet.ibm.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Diffstat (limited to 'net/Makefile.objs')
| -rw-r--r-- | net/Makefile.objs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/Makefile.objs b/net/Makefile.objs index 72f50bc903..cf04187717 100644 --- a/net/Makefile.objs +++ b/net/Makefile.objs @@ -1,4 +1,4 @@ -common-obj-y = queue.o checksum.o util.o +common-obj-y = queue.o checksum.o util.o hub.o common-obj-y += socket.o common-obj-y += dump.o common-obj-$(CONFIG_POSIX) += tap.o |
