aboutsummaryrefslogtreecommitdiffstats
path: root/MISSING.md
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2021-03-17 09:46:08 -0600
committerJason A. Donenfeld <Jason@zx2c4.com>2021-03-17 10:13:22 -0600
commit8e0470dabb7f373ef41ab5aeb77068f84729f5da (patch)
tree7ea051b8eea1569bd0ebcea6334a9c6aa486fca4 /MISSING.md
parentInitial import (diff)
downloadwireguard-freebsd-8e0470dabb7f373ef41ab5aeb77068f84729f5da.tar.xz
wireguard-freebsd-8e0470dabb7f373ef41ab5aeb77068f84729f5da.zip
support: prepare for out of tree builds
This involves weird backporting things. Hopefully support.c here is not as bad as compat.h on Linux. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'MISSING.md')
-rw-r--r--MISSING.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/MISSING.md b/MISSING.md
new file mode 100644
index 0000000..4a75f50
--- /dev/null
+++ b/MISSING.md
@@ -0,0 +1,9 @@
+### Things missing out-of-tree
+
+There are a few changes that we had in-tree that we now don't, and will need to add back when this is merged.
+
+- Link local address for the new ether type, `IFT_WIREGUARD`.
+- The `PRIV_NET_WG` privilege.
+- `sogetsockaddr` helper function, which belongs in `uipc_socket.c`.
+
+We're emulating these in support.h/support.c, but they should go away for the merge.