diff options
Diffstat (limited to 'extras/packetforge/README.rst')
-rw-r--r-- | extras/packetforge/README.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/extras/packetforge/README.rst b/extras/packetforge/README.rst index f477c0bab38..6d959967af4 100644 --- a/extras/packetforge/README.rst +++ b/extras/packetforge/README.rst @@ -51,6 +51,17 @@ Users can create their own json files according to examples and Spec. :: + $ python flow_create.py --show -p "mac()/ipv4(src=1.1.1.1,dst=2.2.2.2)/udp()" + + $ python flow_parse.py --show -p "mac()/ipv4(src=1.1.1.1,dst=2.2.2.2)/udp()" + +These commands can show the forging result of spec and mask only, without invoving +VPP. No need to configure actions and interfaces. Users can get the binary string +of spec and mask from a flow pattern if needed. flow_parse.py can be used without +VAPI installed. + +:: + $ show flow entry It is a vnet/flow command, used in VPP CLI. It can show the added flow rules |