summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2017-11-10 17:30:24 +0900
committerJason A. Donenfeld <Jason@zx2c4.com>2017-11-11 12:19:55 +0900
commit9b43542a89b92ae436eae49712620c675e5621f9 (patch)
tree49780fbbd3ed8051f0dc5b11bf904ce00f2986f3 /src
parentallowedips: rename from routingtable (diff)
downloadwireguard-monolithic-historical-9b43542a89b92ae436eae49712620c675e5621f9.tar.xz
wireguard-monolithic-historical-9b43542a89b92ae436eae49712620c675e5621f9.zip
tools: remove ioctl cruft
Diffstat (limited to 'src')
-rw-r--r--src/tools/containers.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/tools/containers.h b/src/tools/containers.h
index 2d0195d..c35465e 100644
--- a/src/tools/containers.h
+++ b/src/tools/containers.h
@@ -57,10 +57,6 @@ enum {
WGDEVICE_HAS_FWMARK = 1U << 3
};
-enum {
- WG_API_VERSION_MAGIC = 0xbeef0003
-};
-
struct wgdevice {
char name[IFNAMSIZ];
uint32_t ifindex;