commit | 76682299a865e916c9f106b167da8e88caa86fa3 | [log] [tgz] |
---|---|---|
author | Mark McLoughlin <markmc@redhat.com> | Thu Oct 22 17:43:33 2009 +0100 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Tue Oct 27 12:29:00 2009 -0500 |
tree | f609e6aae591eb207e99aa06e7764a8fc2867ff3 | |
parent | 1abb817258e3014e89555a85a92d3966f5ae7445 [diff] |
net: import linux tap ioctl definitions Making features dependent on the availability of newer versions if_tun.h is going to get seriously clumsy, so let's just import the definitions we need. It's only a small handful. If and when we're comfortable depending on 2.6.30 headers, we can remove this again. Signed-off-by: Mark McLoughlin <markmc@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>