forked from pool/iproute2
This commit is contained in:
committed by
Git OBS Bridge
parent
46fc477282
commit
ac6bfb872b
@@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 25 11:19:35 CEST 2007 - ms@suse.de
|
||||
|
||||
- update to version 2.6.23, fixed (#336488)
|
||||
Reason for update:
|
||||
* The macvlan module, which got added to the kernel in version
|
||||
2.6.23, needs the new "ip link add" feature
|
||||
These patches add a rewritten version of Ben's macvlan driver, which
|
||||
allows to create virtual ethernet devices. The underlying device is
|
||||
put in promiscous mode and packets are demuxed based on MAC address.
|
||||
It behaves similar to bridge devices in that packets are visible on
|
||||
the real device before delivery to the macvlan driver. The driver
|
||||
supports all features of the underlying device except VLAN
|
||||
acceleration, this is currently very hard to support. I might look
|
||||
into this in the future.
|
||||
|
||||
The main downside of this driver is that it adds another hook in
|
||||
netif_receive_skb, unfortunately that is unavoidable. When not
|
||||
compiled in the hook vanishes of course.
|
||||
|
||||
Usage is simple:
|
||||
|
||||
ip link add link eth0 type macvlan
|
||||
|
||||
Will create a macvlan0 device with a random MAC address on top of
|
||||
eth0. No iproute patches are required.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 16 11:52:34 CEST 2007 - jdelvare@suse.de
|
||||
|
||||
|
Reference in New Issue
Block a user