commit | 031f5e0338ef672e728c878129fa044e8830c31a | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Wed Nov 19 14:44:40 2014 +0200 |
committer | Michael S. Tsirkin <mst@redhat.com> | Tue Dec 09 12:05:30 2014 +0200 |
tree | 80e1444cb8cf3ac62894b03b0c319e1fa6492819 | |
parent | 41e3e42108bc5ebc77d40d6fe1216c483a6b1f9d [diff] |
tun: move internal flag defines out of uapi TUN_ flags are internal and never exposed to userspace. Any application using it is almost certainly buggy. Move them out to tun.c. Note: we remove these completely in follow-up patches, this code movement is split out for ease of review. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>