diff options
| author | Yu Hao <yhao016@ucr.edu> | 2022-09-26 11:35:05 -0700 |
|---|---|---|
| committer | Aleksandr Nogikh <wp32pw@gmail.com> | 2022-09-28 16:31:28 +0200 |
| commit | b485720cba89f4f8a0e542a8c350a21b981d1af9 (patch) | |
| tree | 69f88ac8f7af5616605e38949927ffa19eaa68cd /sys/linux/dev_net_tun.txt.const | |
| parent | 8bcc326376d1f528a2fb2869c95f32849a50840e (diff) | |
sys/linux: fix errors
Diffstat (limited to 'sys/linux/dev_net_tun.txt.const')
| -rw-r--r-- | sys/linux/dev_net_tun.txt.const | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/linux/dev_net_tun.txt.const b/sys/linux/dev_net_tun.txt.const index 78e95b8ee..88d0bf62b 100644 --- a/sys/linux/dev_net_tun.txt.const +++ b/sys/linux/dev_net_tun.txt.const @@ -82,6 +82,7 @@ IFF_TUN = 1 IFF_TUN_EXCL = 32768 IFF_VNET_HDR = 16384 SIOCGIFHWADDR = 35111 +SIOCGSKNS = 35148 SIOCSIFHWADDR = 35108 TUNATTACHFILTER = 1074812117, 386:arm:1074287829, mips64le:ppc64le:2148553941 TUNDETACHFILTER = 1074812118, 386:arm:1074287830, mips64le:ppc64le:2148553942 @@ -90,8 +91,11 @@ TUNGETFEATURES = 2147767503, mips64le:ppc64le:1074025679 TUNGETFILTER = 2148553947, 386:arm:2148029659, mips64le:ppc64le:1074812123 TUNGETIFF = 2147767506, mips64le:ppc64le:1074025682 TUNGETSNDBUF = 2147767507, mips64le:ppc64le:1074025683 +TUNGETVNETBE = 2147767519, mips64le:ppc64le:1074025695 TUNGETVNETHDRSZ = 2147767511, mips64le:ppc64le:1074025687 +TUNGETVNETLE = 2147767517, mips64le:ppc64le:1074025693 TUNSETCARRIER = 1074025698, mips64le:ppc64le:2147767522 +TUNSETDEBUG = 1074025673, mips64le:ppc64le:2147767497 TUNSETFILTEREBPF = 2147767521, mips64le:ppc64le:1074025697 TUNSETGROUP = 1074025678, mips64le:ppc64le:2147767502 TUNSETIFF = 1074025674, mips64le:ppc64le:2147767498 |
