packetforge: fix lack of edge for ipv6 after gtppsc 94/38094/4
authorTing Xu <ting.xu@intel.com>
Mon, 30 Jan 2023 03:42:20 +0000 (03:42 +0000)
committerDave Wallace <dwallacelf@gmail.com>
Tue, 7 Feb 2023 15:15:07 +0000 (15:15 +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

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"
+}