packetforge: fix lack of edge for ipv6 after gtppsc

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
This commit is contained in:
Ting Xu
2023-01-30 03:42:20 +00:00
committed by Dave Wallace
parent 8df3de4882
commit 656a550f1f

View File

@ -0,0 +1,5 @@
{
"type" : "edge",
"start" : "gtppsc",
"end" : "ipv6"
}