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_ppc64le.const | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/linux/dev_net_tun_ppc64le.const') diff --git a/sys/linux/dev_net_tun_ppc64le.const b/sys/linux/dev_net_tun_ppc64le.const index cc0210fa4..030d78788 100644 --- a/sys/linux/dev_net_tun_ppc64le.const +++ b/sys/linux/dev_net_tun_ppc64le.const @@ -84,11 +84,13 @@ SIOCGIFHWADDR = 35111 SIOCSIFHWADDR = 35108 TUNATTACHFILTER = 2148553941 TUNDETACHFILTER = 2148553942 +TUNGETDEVNETNS = 536892643 TUNGETFEATURES = 1074025679 TUNGETFILTER = 1074812123 TUNGETIFF = 1074025682 TUNGETSNDBUF = 1074025683 TUNGETVNETHDRSZ = 1074025687 +TUNSETCARRIER = 2147767522 TUNSETFILTEREBPF = 1074025697 TUNSETGROUP = 2147767502 TUNSETIFF = 2147767498 -- cgit mrf-deployment