diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-01-07 21:01:56 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-01-08 12:52:31 +0100 |
| commit | 95a1be6aa48e5fb070d65a27efa4172a46be5ae2 (patch) | |
| tree | 10a6a16c3ae561b2b03ada21e6f7714c0b940649 /sys/linux/bpf.txt | |
| parent | 8ac12551c242ee54ea65b21c4c81ab41b838a602 (diff) | |
sys/linux: resolve few TODOs
Diffstat (limited to 'sys/linux/bpf.txt')
| -rw-r--r-- | sys/linux/bpf.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/linux/bpf.txt b/sys/linux/bpf.txt index 312cb2c33..9cf7ba372 100644 --- a/sys/linux/bpf.txt +++ b/sys/linux/bpf.txt @@ -85,8 +85,7 @@ bpf_prog { kern_version flags[bpf_kern_version, int32] flags flags[bpf_prog_load_flags, int32] prog_name array[const[0, int8], BPF_OBJ_NAME_LEN] -# TODO: should be ifindex - prog_ifindex const[0, int32] + prog_ifindex ifindex[opt] } bpf_licenses = "GPL", "syzkaller" |
