From 3e1cf9ad8a569844caebca4ce63759f15324c422 Mon Sep 17 00:00:00 2001 From: Anton Lindqvist Date: Fri, 29 Mar 2019 16:34:46 +0100 Subject: executor: connect tun and bpf devices on OpenBSD --- sys/openbsd/dev_bpf_amd64.const | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/openbsd/dev_bpf_amd64.const') diff --git a/sys/openbsd/dev_bpf_amd64.const b/sys/openbsd/dev_bpf_amd64.const index f97e86a74..310c7b0cc 100644 --- a/sys/openbsd/dev_bpf_amd64.const +++ b/sys/openbsd/dev_bpf_amd64.const @@ -1,5 +1,5 @@ # AUTOGENERATED FILE -# AT_FDCWD is not set +AT_FDCWD = 18446744073709551516 BIOCFLUSH = 536887912 BIOCGBLEN = 1074020966 BIOCGDIRFILT = 1074020988 @@ -25,5 +25,6 @@ BIOCSRSIG = 2147762802 BIOCSRTIMEOUT = 2148549229 BIOCVERSION = 1074020977 IFNAMSIZ = 16 +IFREQ_SIZE = 32 SYS_ioctl = 54 SYS_openat = 321 -- cgit mrf-deployment