diff options
author | Andrew Melnychenko <andrew@daynix.com> | 2021-05-14 14:48:29 +0300 |
---|---|---|
committer | Jason Wang <jasowang@redhat.com> | 2021-06-04 15:25:46 +0800 |
commit | 78258debe03c6034365884cbfb05679d6938aaac (patch) | |
tree | 4f6a3eedfd918876140d386042e92feb88ee9aea /net | |
parent | 92f8c6fef13b31ba222c4d20ad8afd2b79c4c28e (diff) |
net/tap: Added TUNSETSTEERINGEBPF code.
Additional code that will be used for eBPF setting steering routine.
Signed-off-by: Andrew Melnychenko <andrew@daynix.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/tap-linux.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/tap-linux.h b/net/tap-linux.h index 2f36d100fc..1d06fe0de6 100644 --- a/net/tap-linux.h +++ b/net/tap-linux.h @@ -31,6 +31,7 @@ #define TUNSETQUEUE _IOW('T', 217, int) #define TUNSETVNETLE _IOW('T', 220, int) #define TUNSETVNETBE _IOW('T', 222, int) +#define TUNSETSTEERINGEBPF _IOR('T', 224, int) #endif |