diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-05-16 03:19:08 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-05-16 03:24:47 +0200 |
commit | a3824444e54a505cf0baaf8c8343c7293cff0177 (patch) | |
tree | 95033c268d8d1a0e942a2dda5be456c419127b5c /src/basic/linux/if_tun.h | |
parent | Merge pull request #12496 from yuwata/network-on-device-default-route (diff) | |
download | systemd-a3824444e54a505cf0baaf8c8343c7293cff0177.tar.xz systemd-a3824444e54a505cf0baaf8c8343c7293cff0177.zip |
linux: update headers from current kernel master
Diffstat (limited to 'src/basic/linux/if_tun.h')
-rw-r--r-- | src/basic/linux/if_tun.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/basic/linux/if_tun.h b/src/basic/linux/if_tun.h index 23a6753b37..454ae31b93 100644 --- a/src/basic/linux/if_tun.h +++ b/src/basic/linux/if_tun.h @@ -60,6 +60,7 @@ #define TUNSETSTEERINGEBPF _IOR('T', 224, int) #define TUNSETFILTEREBPF _IOR('T', 225, int) #define TUNSETCARRIER _IOW('T', 226, int) +#define TUNGETDEVNETNS _IO('T', 227) /* TUNSETIFF ifr flags */ #define IFF_TUN 0x0001 |