Skip to content

Commit

Permalink
Add action source-gtp4
Browse files Browse the repository at this point in the history
  • Loading branch information
louisroyer committed Jan 17, 2025
1 parent 01e517e commit f0c7cb4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion jsonapi/n4tosrv6/action.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@

package n4tosrv6

import "net/netip"

type Action struct {
SRH SRH `json:"srh"`
SRH SRH `json:"srh"`
SourceGtp4 *netip.Addr `json:"src-gtp4,omitempty"`
}

0 comments on commit f0c7cb4

Please sign in to comment.