aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_types.h
diff options
context:
space:
mode:
authorKyle Evans <kevans@FreeBSD.org>2021-03-16 02:38:23 +0000
committerKyle Evans <kevans@FreeBSD.org>2021-03-17 14:14:48 +0000
commitf187d6dfbf633665ba6740fe22742aec60ce02a2 (patch)
treed875cb5c567a9c37fc07bdf0453071210ee8a398 /sys/net/if_types.h
parent5bffdafd6c5f2a8279a57172ab760ea66ed3d7d5 (diff)
downloadsrc-f187d6dfbf633665ba6740fe22742aec60ce02a2.tar.gz
src-f187d6dfbf633665ba6740fe22742aec60ce02a2.zip
base: remove if_wg(4) and associated utilities, manpage
After length decisions, we've decided that the if_wg(4) driver and related work is not yet ready to live in the tree. This driver has larger security implications than many, and thus will be held to more scrutiny than other drivers. Please also see the related message sent to the freebsd-hackers@ and freebsd-arch@ lists by Kyle Evans <kevans@FreeBSD.org> on 2021/03/16, with the subject line "Removing WireGuard Support From Base" for additional context.
Diffstat (limited to 'sys/net/if_types.h')
-rw-r--r--sys/net/if_types.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/net/if_types.h b/sys/net/if_types.h
index 030f773d5654..1103d5f90928 100644
--- a/sys/net/if_types.h
+++ b/sys/net/if_types.h
@@ -256,7 +256,6 @@ typedef enum {
IFT_ENC = 0xf4, /* Encapsulating interface */
IFT_PFLOG = 0xf6, /* PF packet filter logging */
IFT_PFSYNC = 0xf7, /* PF packet filter synchronization */
- IFT_WIREGUARD = 0xf8, /* WireGuard tunnel */
} ifType;
/*