diff options
author | Patrick McHardy <kaber@trash.net> | 2007-07-14 21:55:06 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2007-07-14 21:55:06 -0400 |
commit | b863ceb7ddcea8c55fcf1d7b2ac591d50aa7ed53 (patch) | |
tree | a65d5e4be77666600c0005c5f4c9091df63a3a1b /drivers/net/Kconfig | |
parent | 56addd6eeeb4e11f5a0af7093ca078e0f29140e0 (diff) |
[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/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index ba314adf68b8..d17d64eb7065 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -82,6 +82,16 @@ config BONDING | |||
82 | To compile this driver as a module, choose M here: the module | 82 | To compile this driver as a module, choose M here: the module |
83 | will be called bonding. | 83 | will be called bonding. |
84 | 84 | ||
85 | config MACVLAN | ||
86 | tristate "MAC-VLAN support (EXPERIMENTAL)" | ||
87 | depends on EXPERIMENTAL | ||
88 | ---help--- | ||
89 | This allows one to create virtual interfaces that map packets to | ||
90 | or from specific MAC addresses to a particular interface. | ||
91 | |||
92 | To compile this driver as a module, choose M here: the module | ||
93 | will be called macvlan. | ||
94 | |||
85 | config EQUALIZER | 95 | config EQUALIZER |
86 | tristate "EQL (serial line load balancing) support" | 96 | tristate "EQL (serial line load balancing) support" |
87 | ---help--- | 97 | ---help--- |