From 6a9edb510456b06c133ee2fb0829d0abf8466ef0 Mon Sep 17 00:00:00 2001 From: Louis Royer Date: Mon, 24 Jun 2024 17:57:30 +0200 Subject: [PATCH] Update match content --- jsonapi/match.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/jsonapi/match.go b/jsonapi/match.go index 5b340ed..18affa1 100644 --- a/jsonapi/match.go +++ b/jsonapi/match.go @@ -7,7 +7,5 @@ package jsonapi import "net/netip" type Match struct { - SrcIpPrefix netip.Prefix - DstIpPrefix netip.Prefix - GtpTeid uint32 + UEIpPrefix netip.Prefix }