Blame SOURCES/0041-tc-add-a-man-page-for-basic-filter.patch

049c96
From 952fd52029d937cf5ea2b9b79c3afdb810d6f88b Mon Sep 17 00:00:00 2001
049c96
From: Phil Sutter <psutter@redhat.com>
049c96
Date: Thu, 18 Feb 2016 15:45:21 +0100
049c96
Subject: [PATCH] tc: add a man page for basic filter
049c96
049c96
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1286711
049c96
Upstream Status: iproute2.git commit 55b35567ad05d
049c96
049c96
commit 55b35567ad05d926c1a73828cef2d4370d928b54
049c96
Author: Phil Sutter <phil@nwl.cc>
049c96
Date:   Fri Oct 23 19:47:08 2015 +0200
049c96
049c96
    tc: add a man page for basic filter
049c96
049c96
    Cc: Thomas Graf <tgraf@suug.ch>
049c96
    Signed-off-by: Phil Sutter <phil@nwl.cc>
049c96
---
049c96
 man/man8/tc-basic.8 | 34 ++++++++++++++++++++++++++++++++++
049c96
 1 file changed, 34 insertions(+)
049c96
 create mode 100644 man/man8/tc-basic.8
049c96
049c96
diff --git a/man/man8/tc-basic.8 b/man/man8/tc-basic.8
049c96
new file mode 100644
049c96
index 0000000..fb39eaa
049c96
--- /dev/null
049c96
+++ b/man/man8/tc-basic.8
049c96
@@ -0,0 +1,34 @@
049c96
+.TH "Basic classifier in tc" 8 "21 Oct 2015" "iproute2" "Linux"
049c96
+
049c96
+.SH NAME
049c96
+basic \- basic traffic control filter
049c96
+.SH SYNOPSIS
049c96
+.in +8
049c96
+.ti -8
049c96
+.BR tc " " filter " ... " basic " [ " match
049c96
+.IR EMATCH_TREE " ] [ "
049c96
+.B action
049c96
+.IR ACTION_SPEC " ] [ "
049c96
+.B classid
049c96
+.IR CLASSID " ]"
049c96
+.SH DESCRIPTION
049c96
+The
049c96
+.B basic
049c96
+filter allows to classify packets using the extended match infrastructure.
049c96
+.SH OPTIONS
049c96
+.TP
049c96
+.BI action " ACTION_SPEC"
049c96
+Apply an action from the generic actions framework on matching packets.
049c96
+.TP
049c96
+.BI classid " CLASSID"
049c96
+Push matching packets into the class identified by
049c96
+.IR CLASSID .
049c96
+.TP
049c96
+.BI match " EMATCH_TREE"
049c96
+Match packets using the extended match infrastructure. See
049c96
+.BR tc-ematch (8)
049c96
+for a detailed description of the allowed syntax in
049c96
+.IR EMATCH_TREE .
049c96
+.SH SEE ALSO
049c96
+.BR tc (8),
049c96
+.BR tc-ematch (8)
049c96
-- 
049c96
1.8.3.1
049c96