From cfeec859376ebc8256540f14226b0620bf842fc1 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Fri, 10 May 2019 14:31:20 +0200 Subject: sys/linux: add new consts/flags/fields here and there Add a bunch of new small interfaces in 5.2: new consts, flags, fields, etc. --- sys/linux/dev_net_tun.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/linux/dev_net_tun.txt') diff --git a/sys/linux/dev_net_tun.txt b/sys/linux/dev_net_tun.txt index a1a106c50..6ca577974 100644 --- a/sys/linux/dev_net_tun.txt +++ b/sys/linux/dev_net_tun.txt @@ -34,6 +34,8 @@ ioctl$TUNSETSTEERINGEBPF(fd fd_tun, cmd const[TUNSETSTEERINGEBPF], arg ptr[in, f ioctl$TUNSETFILTEREBPF(fd fd_tun, cmd const[TUNSETFILTEREBPF], arg ptr[in, fd_bpf_prog]) ioctl$TUNSETVNETLE(fd fd_tun, cmd const[TUNSETVNETLE], arg ptr[in, bool32]) ioctl$TUNSETVNETBE(fd fd_tun, cmd const[TUNSETVNETBE], arg ptr[in, bool32]) +ioctl$TUNSETCARRIER(fd fd_tun, cmd const[TUNSETCARRIER], arg ptr[in, bool32]) +ioctl$TUNGETDEVNETNS(fd fd_tun, cmd const[TUNGETDEVNETNS], arg const[0]) fd_namespace # There are 4 combinations of tun packets: # tun_pi can be present or missing (depending on !IFF_NO_PI), -- cgit mrf-deployment