We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01e517e commit f0c7cb4Copy full SHA for f0c7cb4
jsonapi/n4tosrv6/action.go
@@ -5,6 +5,9 @@
5
6
package n4tosrv6
7
8
+import "net/netip"
9
+
10
type Action struct {
- SRH SRH `json:"srh"`
11
+ SRH SRH `json:"srh"`
12
+ SourceGtp4 *netip.Addr `json:"src-gtp4,omitempty"`
13
}
0 commit comments