commit | 235a9d89da976e2975b3de9afc0bed7b72557983 | [log] [tgz] |
---|---|---|
author | Sainath Grandhi <sainath.grandhi@intel.com> | Fri Feb 10 16:03:52 2017 -0800 |
committer | David S. Miller <davem@davemloft.net> | Sat Feb 11 20:59:41 2017 -0500 |
tree | b7d5175e7c84f0a806b52064b34f1ef0fd780111 | |
parent | 9a393b5d5988ea4eaa3e0da138321abe0dc03a68 [diff] |
ipvtap: IP-VLAN based tap driver This patch adds a tap character device driver that is based on the IP-VLAN network interface, called ipvtap. An ipvtap device can be created in the same way as an ipvlan device, using 'type ipvtap', and then accessed using the tap user space interface. Signed-off-by: Sainath Grandhi <sainath.grandhi@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>