commit | fc0663d6b5e6d8e9b57f872a644c0aafd82361b7 | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Sat Jan 30 12:23:40 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Feb 03 20:20:33 2010 -0800 |
tree | 133f8fb33482f58cd9adcb7747cd51a81856436d | |
parent | 8a83a00b0735190384a348156837918271034144 [diff] |
macvlan: allow multiple driver backends This makes it possible to hook into the macvlan driver from another kernel module. In particular, the goal is to extend it with the macvtap backend that provides a tun/tap compatible interface directly on the macvlan device. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: David S. Miller <davem@davemloft.net>