aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Machek <pavel@ucw.cz>2017-09-16 10:28:02 -0400
committerDavid S. Miller <davem@davemloft.net>2017-09-16 12:12:48 -0400
commit2130c0281608a109653272902e4d00b45bf00571 (patch)
tree7a4ca2c3a30f7884adef63a41e54ac6bc9a515c1
parentfc22579917eb7e13433448a342f1cb1592920940 (diff)
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>
-rw-r--r--Documentation/networking/filter.txt2
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
45qdisc layer, SECCOMP-BPF (SECure COMPuting [1]), and lots of other places 45qdisc layer, SECCOMP-BPF (SECure COMPuting [1]), and lots of other places
46such as team driver, PTP code, etc where BPF is being used. 46such as team driver, PTP code, etc where BPF is being used.
47 47
48 [1] Documentation/prctl/seccomp_filter.txt 48 [1] Documentation/userspace-api/seccomp_filter.rst
49 49
50Original BPF paper: 50Original BPF paper:
51 51