From b370d4a70ca0dc33d246a03fe1a43a32873f9c1c Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 26 Feb 2018 20:37:42 +0100 Subject: sys/linux: few assorted additions --- sys/linux/tun_ppc64le.const | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/linux/tun_ppc64le.const') diff --git a/sys/linux/tun_ppc64le.const b/sys/linux/tun_ppc64le.const index 37d4b924c..a82583b73 100644 --- a/sys/linux/tun_ppc64le.const +++ b/sys/linux/tun_ppc64le.const @@ -20,7 +20,9 @@ TUNSETQUEUE = 2147767513 TUNSETSNDBUF = 2147767508 TUNSETSTEERINGEBPF = 1074025696 TUNSETTXFILTER = 2147767505 +TUNSETVNETBE = 2147767518 TUNSETVNETHDRSZ = 2147767512 +TUNSETVNETLE = 2147767516 TUN_FLT_ALLMULTI = 1 VIRTIO_NET_HDR_F_DATA_VALID = 2 VIRTIO_NET_HDR_F_NEEDS_CSUM = 1 -- cgit mrf-deployment