Documentation ¶
Overview ¶
Package n4tosrv6 allow to translate PFCP Rules into SRv6.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BackboneIP ¶
func (*BackboneIP) UnmarshalText ¶
func (b *BackboneIP) UnmarshalText(text []byte) error
type Locator ¶
func (*Locator) UnmarshalText ¶
type Router ¶
type Router struct { Control jsonapi.ControlURI `json:"control"` // url used for control Locator Locator `json:"locator"` // locator (ipv6 prefix) Backbone BackboneIP `json:"backbone"` // data plane backbone ipv6 address }
Click to show internal directories.
Click to hide internal directories.