summaryrefslogtreecommitdiffstats
path: root/extras
diff options
context:
space:
mode:
authorDave Barach <dave@barachs.net>2019-12-04 17:19:12 -0500
committerFlorin Coras <florin.coras@gmail.com>2019-12-05 15:31:57 +0000
commit87d24db65facb89ca524c951b8379ca2ec4dbc7a (patch)
treebfc7ca3b5abe0b55277e6447cd23f1d779d92b1c /extras
parent17478e4eb81d384f171ca27c9110a051cd434f16 (diff)
classify: vpp packet tracer support
Configure n-tuple classifier filters which apply to the vpp packet tracer. Update the documentation to reflect the new feature. Add a test vector. Type: feature Signed-off-by: Dave Barach <dave@barachs.net> Change-Id: Iefa911716c670fc12e4825b937b62044433fec36
Diffstat (limited to 'extras')
-rw-r--r--extras/pcapcli/setup.tracefilter20
1 files changed, 20 insertions, 0 deletions
diff --git a/extras/pcapcli/setup.tracefilter b/extras/pcapcli/setup.tracefilter
new file mode 100644
index 00000000000..e6c86298c84
--- /dev/null
+++ b/extras/pcapcli/setup.tracefilter
@@ -0,0 +1,20 @@
+set term pag off
+loop create
+
+set int ip address loop0 192.168.1.1/24
+set int state loop0 up
+
+packet-generator new {
+ name pg0
+ limit 100
+ size 300-300
+ interface loop0
+ node ethernet-input
+ data { IP4: 1.2.3 -> 4.5.6
+ UDP: 192.168.1.10 - 192.168.1.20 -> 192.168.2.10
+ UDP: 1234 -> 2345
+ incrementing 286
+ }
+}
+
+classify filter trace mask l3 ip4 src match l3 ip4 src 192.168.1.15