diff options
author | Pavel Machek <pavel@ucw.cz> | 2017-09-16 16:28:02 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-09-16 09:12:48 -0700 |
commit | 2130c0281608a109653272902e4d00b45bf00571 (patch) | |
tree | 7a4ca2c3a30f7884adef63a41e54ac6bc9a515c1 /Documentation | |
parent | fc22579917eb7e13433448a342f1cb1592920940 (diff) | |
download | linux-2130c0281608a109653272902e4d00b45bf00571.tar.bz2 |
Documentation: link in networking docs
Fix link in filter.txt.
Acked-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/networking/filter.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/networking/filter.txt b/Documentation/networking/filter.txt index e5e33bac2068..789b74dbe1d9 100644 --- a/Documentation/networking/filter.txt +++ b/Documentation/networking/filter.txt @@ -45,7 +45,7 @@ in many more places. There's xt_bpf for netfilter, cls_bpf in the kernel qdisc layer, SECCOMP-BPF (SECure COMPuting [1]), and lots of other places such as team driver, PTP code, etc where BPF is being used. - [1] Documentation/prctl/seccomp_filter.txt + [1] Documentation/userspace-api/seccomp_filter.rst Original BPF paper: |