diff --git a/[refs] b/[refs] index 99628cc214af..ca7905a839ac 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3ab2273175bd59616b6e85c0f88b154e8bd97413 +refs/heads/master: 3dbf8d56a2b7e0d738950daa16682e1e6dafb28b diff --git a/trunk/drivers/net/Kconfig b/trunk/drivers/net/Kconfig index f337800076c0..a20e72f5ad28 100644 --- a/trunk/drivers/net/Kconfig +++ b/trunk/drivers/net/Kconfig @@ -90,6 +90,11 @@ config MACVLAN This allows one to create virtual interfaces that map packets to or from specific MAC addresses to a particular interface. + Macvlan devices can be added using the "ip" command from the + iproute2 package starting with the iproute2-2.6.23 release: + + "ip link add link [ address MAC ] [ NAME ] type macvlan" + To compile this driver as a module, choose M here: the module will be called macvlan.