From 4dea52c066da20a2f37d9f2be23162a1c220b1ec Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 28 Nov 2016 18:29:10 +0100 Subject: sys: add new bpf descriptions These were just added to net-next. --- sys/sys_amd64.const | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/sys_amd64.const') diff --git a/sys/sys_amd64.const b/sys/sys_amd64.const index 62a715410..51ab7ff17 100644 --- a/sys/sys_amd64.const +++ b/sys/sys_amd64.const @@ -25,6 +25,7 @@ CLONE_CHILD_SETTID = 16777216 CLONE_FILES = 1024 CLONE_FS = 512 CLONE_IO = 2147483648 +CLONE_NEWCGROUP = 33554432 CLONE_NEWIPC = 134217728 CLONE_NEWNET = 1073741824 CLONE_NEWNS = 131072 -- cgit mrf-deployment