packetforge: fix lack of edge for ipv6 after gtppsc 81/38181/2 v23.02-rc2
authorTing Xu <ting.xu@intel.com>
Mon, 30 Jan 2023 03:42:20 +0000 (03:42 +0000)
committerDave Wallace <dwallacelf@gmail.com>
Wed, 8 Feb 2023 02:21:33 +0000 (02:21 +0000)
Add one new edge for ipv6 after gtppsc so that packetforge can parse
this protocol combination.

Type: fix
Signed-off-by: Ting Xu <ting.xu@intel.com>
Change-Id: I1bae1ec617c4867de2e0b3de27eda77b89e5580c
(cherry picked from commit 656a550f1feda3ddfa96f8e1fc510e8eebd3ce7a)

extras/packetforge/parsegraph/edges/ipv6_after_gtppsc.json [new file with mode: 0644]

diff --git a/extras/packetforge/parsegraph/edges/ipv6_after_gtppsc.json b/extras/packetforge/parsegraph/edges/ipv6_after_gtppsc.json
new file mode 100644 (file)
index 0000000..a0bb99c
--- /dev/null
@@ -0,0 +1,5 @@
+{
+    "type" : "edge",
+    "start" : "gtppsc",
+    "end" : "ipv6"
+}