You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GTP4HeadendPrefix*string`yaml:"gtp4-headend-prefix,omitempty"`// example of prefix: 10.0.0.1/32 (if you use a single GTP4 headend) or 10.0.1.0/24 (with more headends)
47
-
IPV4HeadendPrefix*string`yaml:"ipv4-headend-prefix,omitempty"`// example of prefix: 10.0.0.1/32 (if you use a single IPV4 headend) or 10.0.1.0/24 (with more headends)
GTP4HeadendPrefix*netip.Prefix`yaml:"gtp4-headend-prefix,omitempty"`// example of prefix: 10.0.0.1/32 (if you use a single GTP4 headend) or 10.0.1.0/24 (with more headends)
47
+
IPV4HeadendPrefix*netip.Prefix`yaml:"ipv4-headend-prefix,omitempty"`// example of prefix: 10.0.0.1/32 (if you use a single IPV4 headend) or 10.0.1.0/24 (with more headends)
48
+
HeadendsHeadends`yaml:"headends"`
49
49
50
50
// endpoints
51
-
Locator*string`yaml:"locator,omitempty"`// example of locator: fd00:51D5:0000:1::/64
52
-
EndpointsEndpoints`yaml:"endpoints"`
53
-
Logger*Logger`yaml:"logger,omitempty"`
51
+
Locator*jsonapi.Locator`yaml:"locator,omitempty"`// example of locator: fd00:51D5:0000:1::/64
0 commit comments