summaryrefslogtreecommitdiff
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2007-07-15 01:55:06 (GMT)
committerDavid S. Miller <davem@davemloft.net>2007-07-15 01:55:06 (GMT)
commitb863ceb7ddcea8c55fcf1d7b2ac591d50aa7ed53 (patch)
treea65d5e4be77666600c0005c5f4c9091df63a3a1b /drivers/net/Kconfig
parent56addd6eeeb4e11f5a0af7093ca078e0f29140e0 (diff)
downloadlinux-fsl-qoriq-b863ceb7ddcea8c55fcf1d7b2ac591d50aa7ed53.tar.xz
[NET]: Add macvlan driver
Add macvlan driver, which allows to create virtual ethernet devices based on MAC address. Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r--drivers/net/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index ba314ad..d17d64e 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -82,6 +82,16 @@ config BONDING
To compile this driver as a module, choose M here: the module
will be called bonding.
+config MACVLAN
+ tristate "MAC-VLAN support (EXPERIMENTAL)"
+ depends on EXPERIMENTAL
+ ---help---
+ This allows one to create virtual interfaces that map packets to
+ or from specific MAC addresses to a particular interface.
+
+ To compile this driver as a module, choose M here: the module
+ will be called macvlan.
+
config EQUALIZER
tristate "EQL (serial line load balancing) support"
---help---