diff options
Diffstat (limited to 'passt.c')
-rw-r--r-- | passt.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -69,6 +69,7 @@ #include "tap.h" #include "conf.h" #include "pasta.h" +#include "arch.h" #define EPOLL_EVENTS 8 @@ -313,6 +314,8 @@ int main(int argc, char **argv) struct sigaction sa; char *log_name; + arch_avx2_exec(argv); + check_root(); drop_caps(); |