dhcpv4server

package
v0.7.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 7, 2025 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package dhcpv4server is a generated package which contains definitions of structs which generate gNMI paths for a YANG schema.

This package was generated by ygnmi version: v0.11.1: (ygot: v0.29.20) using the following YANG input files:

  • models-yang/models/bgp/open-traffic-generator-bgp.yang
  • models-yang/models/discovery/open-traffic-generator-discovery.yang
  • models-yang/models/dhcp/v4client/open-traffic-generator-dhcpv4client.yang
  • models-yang/models/dhcp/v4server/open-traffic-generator-dhcpv4server.yang
  • models-yang/models/dhcp/v6client/open-traffic-generator-dhcpv6client.yang
  • models-yang/models/dhcp/v6server/open-traffic-generator-dhcpv6server.yang
  • models-yang/models/flow/open-traffic-generator-flow.yang
  • models-yang/models/interface/open-traffic-generator-port.yang
  • models-yang/models/isis/open-traffic-generator-isis.yang
  • models-yang/models/lacp/open-traffic-generator-lacp.yang
  • models-yang/models/lag/open-traffic-generator-lag.yang
  • models-yang/models/lldp/open-traffic-generator-lldp.yang
  • models-yang/models/ospfv2/open-traffic-generator-ospfv2.yang
  • models-yang/models/platform/open-traffic-generator-platform.yang
  • models-yang/models/rsvp/open-traffic-generator-rsvp.yang
  • models-yang/models/types/open-traffic-generator-types.yang

Imported modules were sourced from:

  • models-yang/models/...

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Dhcpv4ServerPath

type Dhcpv4ServerPath struct {
	*ygnmi.NodePath
}

Dhcpv4ServerPath represents the /open-traffic-generator-dhcpv4server/dhcpv4-servers/dhcpv4-server YANG schema element.

func (*Dhcpv4ServerPath) Counters

Counters (container): Counters of an individual DHCPv4 session.

Defining module:      "open-traffic-generator-dhcpv4server"
Instantiating module: "open-traffic-generator-dhcpv4server"
Path from parent:     "state/counters"
Path from root:       "/dhcpv4-servers/dhcpv4-server/state/counters"

func (*Dhcpv4ServerPath) Leases

Leases (container): This sub-module describes a YANG model for the Host allocated status of a DHCPv4 Server

Defining module:      "open-traffic-generator-dhcpv4server"
Instantiating module: "open-traffic-generator-dhcpv4server"
Path from parent:     "state/leases"
Path from root:       "/dhcpv4-servers/dhcpv4-server/state/leases"

func (*Dhcpv4ServerPath) Name

Name (leaf): An arbitrary name of the DHCPv4 Server determined by the OTG configuration.

Defining module:      "open-traffic-generator-dhcpv4server"
Instantiating module: "open-traffic-generator-dhcpv4server"
Path from parent:     "*/name"
Path from root:       "/dhcpv4-servers/dhcpv4-server/*/name"

func (*Dhcpv4ServerPath) State

State returns a Query that can be used in gNMI operations.

type Dhcpv4ServerPathAny

type Dhcpv4ServerPathAny struct {
	*ygnmi.NodePath
}

Dhcpv4ServerPathAny represents the wildcard version of the /open-traffic-generator-dhcpv4server/dhcpv4-servers/dhcpv4-server YANG schema element.

func (*Dhcpv4ServerPathAny) Counters

Counters (container): Counters of an individual DHCPv4 session.

Defining module:      "open-traffic-generator-dhcpv4server"
Instantiating module: "open-traffic-generator-dhcpv4server"
Path from parent:     "state/counters"
Path from root:       "/dhcpv4-servers/dhcpv4-server/state/counters"

func (*Dhcpv4ServerPathAny) Leases

Leases (container): This sub-module describes a YANG model for the Host allocated status of a DHCPv4 Server

Defining module:      "open-traffic-generator-dhcpv4server"
Instantiating module: "open-traffic-generator-dhcpv4server"
Path from parent:     "state/leases"
Path from root:       "/dhcpv4-servers/dhcpv4-server/state/leases"

func (*Dhcpv4ServerPathAny) Name

Name (leaf): An arbitrary name of the DHCPv4 Server determined by the OTG configuration.

Defining module:      "open-traffic-generator-dhcpv4server"
Instantiating module: "open-traffic-generator-dhcpv4server"
Path from parent:     "*/name"
Path from root:       "/dhcpv4-servers/dhcpv4-server/*/name"

func (*Dhcpv4ServerPathAny) State

State returns a Query that can be used in gNMI operations.

type Dhcpv4ServerPathMap

type Dhcpv4ServerPathMap struct {
	*ygnmi.NodePath
}

Dhcpv4ServerPathMap represents the /open-traffic-generator-dhcpv4server/dhcpv4-servers/dhcpv4-server YANG schema element.

type Dhcpv4ServerPathMapAny

type Dhcpv4ServerPathMapAny struct {
	*ygnmi.NodePath
}

Dhcpv4ServerPathMapAny represents the wildcard version of the /open-traffic-generator-dhcpv4server/dhcpv4-servers/dhcpv4-server YANG schema element.

type Dhcpv4Server_CountersPath

type Dhcpv4Server_CountersPath struct {
	*ygnmi.NodePath
}

Dhcpv4Server_CountersPath represents the /open-traffic-generator-dhcpv4server/dhcpv4-servers/dhcpv4-server/state/counters YANG schema element.

func (*Dhcpv4Server_CountersPath) AcksSent

AcksSent (leaf): Number of DHCPACKS messages sent.

Defining module:      "open-traffic-generator-dhcpv4server"
Instantiating module: "open-traffic-generator-dhcpv4server"
Path from parent:     "acks-sent"
Path from root:       "/dhcpv4-servers/dhcpv4-server/state/counters/acks-sent"

func (*Dhcpv4Server_CountersPath) DeclinesReceived

DeclinesReceived (leaf): Number of DHCPDECLINES messages received.

Defining module:      "open-traffic-generator-dhcpv4server"
Instantiating module: "open-traffic-generator-dhcpv4server"
Path from parent:     "declines-received"
Path from root:       "/dhcpv4-servers/dhcpv4-server/state/counters/declines-received"

func (*Dhcpv4Server_CountersPath) DiscoversReceived

DiscoversReceived (leaf): Number of DHCPDISCOVER messages received.

Defining module:      "open-traffic-generator-dhcpv4server"
Instantiating module: "open-traffic-generator-dhcpv4server"
Path from parent:     "discovers-received"
Path from root:       "/dhcpv4-servers/dhcpv4-server/state/counters/discovers-received"

func (*Dhcpv4Server_CountersPath) NacksSent

NacksSent (leaf): Number of DHCPNACKS messages sent.

Defining module:      "open-traffic-generator-dhcpv4server"
Instantiating module: "open-traffic-generator-dhcpv4server"
Path from parent:     "nacks-sent"
Path from root:       "/dhcpv4-servers/dhcpv4-server/state/counters/nacks-sent"

func (*Dhcpv4Server_CountersPath) OffersSent

OffersSent (leaf): Number of DHCPOFFER messages sent.

Defining module:      "open-traffic-generator-dhcpv4server"
Instantiating module: "open-traffic-generator-dhcpv4server"
Path from parent:     "offers-sent"
Path from root:       "/dhcpv4-servers/dhcpv4-server/state/counters/offers-sent"

func (*Dhcpv4Server_CountersPath) ReleasesReceived

ReleasesReceived (leaf): Number of DHCPRELEASES messages received.

Defining module:      "open-traffic-generator-dhcpv4server"
Instantiating module: "open-traffic-generator-dhcpv4server"
Path from parent:     "releases-received"
Path from root:       "/dhcpv4-servers/dhcpv4-server/state/counters/releases-received"

func (*Dhcpv4Server_CountersPath) RequestsReceived

RequestsReceived (leaf): Number of DHCPREQUEST messages received.

Defining module:      "open-traffic-generator-dhcpv4server"
Instantiating module: "open-traffic-generator-dhcpv4server"
Path from parent:     "requests-received"
Path from root:       "/dhcpv4-servers/dhcpv4-server/state/counters/requests-received"

func (*Dhcpv4Server_CountersPath) State

State returns a Query that can be used in gNMI operations.

type Dhcpv4Server_CountersPathAny

type Dhcpv4Server_CountersPathAny struct {
	*ygnmi.NodePath
}

Dhcpv4Server_CountersPathAny represents the wildcard version of the /open-traffic-generator-dhcpv4server/dhcpv4-servers/dhcpv4-server/state/counters YANG schema element.

func (*Dhcpv4Server_CountersPathAny) AcksSent

AcksSent (leaf): Number of DHCPACKS messages sent.

Defining module:      "open-traffic-generator-dhcpv4server"
Instantiating module: "open-traffic-generator-dhcpv4server"
Path from parent:     "acks-sent"
Path from root:       "/dhcpv4-servers/dhcpv4-server/state/counters/acks-sent"

func (*Dhcpv4Server_CountersPathAny) DeclinesReceived

DeclinesReceived (leaf): Number of DHCPDECLINES messages received.

Defining module:      "open-traffic-generator-dhcpv4server"
Instantiating module: "open-traffic-generator-dhcpv4server"
Path from parent:     "declines-received"
Path from root:       "/dhcpv4-servers/dhcpv4-server/state/counters/declines-received"

func (*Dhcpv4Server_CountersPathAny) DiscoversReceived

DiscoversReceived (leaf): Number of DHCPDISCOVER messages received.

Defining module:      "open-traffic-generator-dhcpv4server"
Instantiating module: "open-traffic-generator-dhcpv4server"
Path from parent:     "discovers-received"
Path from root:       "/dhcpv4-servers/dhcpv4-server/state/counters/discovers-received"

func (*Dhcpv4Server_CountersPathAny) NacksSent

NacksSent (leaf): Number of DHCPNACKS messages sent.

Defining module:      "open-traffic-generator-dhcpv4server"
Instantiating module: "open-traffic-generator-dhcpv4server"
Path from parent:     "nacks-sent"
Path from root:       "/dhcpv4-servers/dhcpv4-server/state/counters/nacks-sent"

func (*Dhcpv4Server_CountersPathAny) OffersSent

OffersSent (leaf): Number of DHCPOFFER messages sent.

Defining module:      "open-traffic-generator-dhcpv4server"
Instantiating module: "open-traffic-generator-dhcpv4server"
Path from parent:     "offers-sent"
Path from root:       "/dhcpv4-servers/dhcpv4-server/state/counters/offers-sent"

func (*Dhcpv4Server_CountersPathAny) ReleasesReceived

ReleasesReceived (leaf): Number of DHCPRELEASES messages received.

Defining module:      "open-traffic-generator-dhcpv4server"
Instantiating module: "open-traffic-generator-dhcpv4server"
Path from parent:     "releases-received"
Path from root:       "/dhcpv4-servers/dhcpv4-server/state/counters/releases-received"

func (*Dhcpv4Server_CountersPathAny) RequestsReceived

RequestsReceived (leaf): Number of DHCPREQUEST messages received.

Defining module:      "open-traffic-generator-dhcpv4server"
Instantiating module: "open-traffic-generator-dhcpv4server"
Path from parent:     "requests-received"
Path from root:       "/dhcpv4-servers/dhcpv4-server/state/counters/requests-received"

func (*Dhcpv4Server_CountersPathAny) State

State returns a Query that can be used in gNMI operations.

type Dhcpv4Server_Counters_AcksSentPath

type Dhcpv4Server_Counters_AcksSentPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

Dhcpv4Server_Counters_AcksSentPath represents the /open-traffic-generator-dhcpv4server/dhcpv4-servers/dhcpv4-server/state/counters/acks-sent YANG schema element.

func (*Dhcpv4Server_Counters_AcksSentPath) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-dhcpv4server"
Instantiating module: "open-traffic-generator-dhcpv4server"
Path from parent:     "acks-sent"
Path from root:       "/dhcpv4-servers/dhcpv4-server/state/counters/acks-sent"

type Dhcpv4Server_Counters_AcksSentPathAny

type Dhcpv4Server_Counters_AcksSentPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

Dhcpv4Server_Counters_AcksSentPathAny represents the wildcard version of the /open-traffic-generator-dhcpv4server/dhcpv4-servers/dhcpv4-server/state/counters/acks-sent YANG schema element.

func (*Dhcpv4Server_Counters_AcksSentPathAny) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-dhcpv4server"
Instantiating module: "open-traffic-generator-dhcpv4server"
Path from parent:     "acks-sent"
Path from root:       "/dhcpv4-servers/dhcpv4-server/state/counters/acks-sent"

type Dhcpv4Server_Counters_DeclinesReceivedPath

type Dhcpv4Server_Counters_DeclinesReceivedPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

Dhcpv4Server_Counters_DeclinesReceivedPath represents the /open-traffic-generator-dhcpv4server/dhcpv4-servers/dhcpv4-server/state/counters/declines-received YANG schema element.

func (*Dhcpv4Server_Counters_DeclinesReceivedPath) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-dhcpv4server"
Instantiating module: "open-traffic-generator-dhcpv4server"
Path from parent:     "declines-received"
Path from root:       "/dhcpv4-servers/dhcpv4-server/state/counters/declines-received"

type Dhcpv4Server_Counters_DeclinesReceivedPathAny

type Dhcpv4Server_Counters_DeclinesReceivedPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

Dhcpv4Server_Counters_DeclinesReceivedPathAny represents the wildcard version of the /open-traffic-generator-dhcpv4server/dhcpv4-servers/dhcpv4-server/state/counters/declines-received YANG schema element.

func (*Dhcpv4Server_Counters_DeclinesReceivedPathAny) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-dhcpv4server"
Instantiating module: "open-traffic-generator-dhcpv4server"
Path from parent:     "declines-received"
Path from root:       "/dhcpv4-servers/dhcpv4-server/state/counters/declines-received"

type Dhcpv4Server_Counters_DiscoversReceivedPath

type Dhcpv4Server_Counters_DiscoversReceivedPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

Dhcpv4Server_Counters_DiscoversReceivedPath represents the /open-traffic-generator-dhcpv4server/dhcpv4-servers/dhcpv4-server/state/counters/discovers-received YANG schema element.

func (*Dhcpv4Server_Counters_DiscoversReceivedPath) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-dhcpv4server"
Instantiating module: "open-traffic-generator-dhcpv4server"
Path from parent:     "discovers-received"
Path from root:       "/dhcpv4-servers/dhcpv4-server/state/counters/discovers-received"

type Dhcpv4Server_Counters_DiscoversReceivedPathAny

type Dhcpv4Server_Counters_DiscoversReceivedPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

Dhcpv4Server_Counters_DiscoversReceivedPathAny represents the wildcard version of the /open-traffic-generator-dhcpv4server/dhcpv4-servers/dhcpv4-server/state/counters/discovers-received YANG schema element.

func (*Dhcpv4Server_Counters_DiscoversReceivedPathAny) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-dhcpv4server"
Instantiating module: "open-traffic-generator-dhcpv4server"
Path from parent:     "discovers-received"
Path from root:       "/dhcpv4-servers/dhcpv4-server/state/counters/discovers-received"

type Dhcpv4Server_Counters_NacksSentPath

type Dhcpv4Server_Counters_NacksSentPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

Dhcpv4Server_Counters_NacksSentPath represents the /open-traffic-generator-dhcpv4server/dhcpv4-servers/dhcpv4-server/state/counters/nacks-sent YANG schema element.

func (*Dhcpv4Server_Counters_NacksSentPath) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-dhcpv4server"
Instantiating module: "open-traffic-generator-dhcpv4server"
Path from parent:     "nacks-sent"
Path from root:       "/dhcpv4-servers/dhcpv4-server/state/counters/nacks-sent"

type Dhcpv4Server_Counters_NacksSentPathAny

type Dhcpv4Server_Counters_NacksSentPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

Dhcpv4Server_Counters_NacksSentPathAny represents the wildcard version of the /open-traffic-generator-dhcpv4server/dhcpv4-servers/dhcpv4-server/state/counters/nacks-sent YANG schema element.

func (*Dhcpv4Server_Counters_NacksSentPathAny) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-dhcpv4server"
Instantiating module: "open-traffic-generator-dhcpv4server"
Path from parent:     "nacks-sent"
Path from root:       "/dhcpv4-servers/dhcpv4-server/state/counters/nacks-sent"

type Dhcpv4Server_Counters_OffersSentPath

type Dhcpv4Server_Counters_OffersSentPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

Dhcpv4Server_Counters_OffersSentPath represents the /open-traffic-generator-dhcpv4server/dhcpv4-servers/dhcpv4-server/state/counters/offers-sent YANG schema element.

func (*Dhcpv4Server_Counters_OffersSentPath) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-dhcpv4server"
Instantiating module: "open-traffic-generator-dhcpv4server"
Path from parent:     "offers-sent"
Path from root:       "/dhcpv4-servers/dhcpv4-server/state/counters/offers-sent"

type Dhcpv4Server_Counters_OffersSentPathAny

type Dhcpv4Server_Counters_OffersSentPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

Dhcpv4Server_Counters_OffersSentPathAny represents the wildcard version of the /open-traffic-generator-dhcpv4server/dhcpv4-servers/dhcpv4-server/state/counters/offers-sent YANG schema element.

func (*Dhcpv4Server_Counters_OffersSentPathAny) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-dhcpv4server"
Instantiating module: "open-traffic-generator-dhcpv4server"
Path from parent:     "offers-sent"
Path from root:       "/dhcpv4-servers/dhcpv4-server/state/counters/offers-sent"

type Dhcpv4Server_Counters_ReleasesReceivedPath

type Dhcpv4Server_Counters_ReleasesReceivedPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

Dhcpv4Server_Counters_ReleasesReceivedPath represents the /open-traffic-generator-dhcpv4server/dhcpv4-servers/dhcpv4-server/state/counters/releases-received YANG schema element.

func (*Dhcpv4Server_Counters_ReleasesReceivedPath) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-dhcpv4server"
Instantiating module: "open-traffic-generator-dhcpv4server"
Path from parent:     "releases-received"
Path from root:       "/dhcpv4-servers/dhcpv4-server/state/counters/releases-received"

type Dhcpv4Server_Counters_ReleasesReceivedPathAny

type Dhcpv4Server_Counters_ReleasesReceivedPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

Dhcpv4Server_Counters_ReleasesReceivedPathAny represents the wildcard version of the /open-traffic-generator-dhcpv4server/dhcpv4-servers/dhcpv4-server/state/counters/releases-received YANG schema element.

func (*Dhcpv4Server_Counters_ReleasesReceivedPathAny) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-dhcpv4server"
Instantiating module: "open-traffic-generator-dhcpv4server"
Path from parent:     "releases-received"
Path from root:       "/dhcpv4-servers/dhcpv4-server/state/counters/releases-received"

type Dhcpv4Server_Counters_RequestsReceivedPath

type Dhcpv4Server_Counters_RequestsReceivedPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

Dhcpv4Server_Counters_RequestsReceivedPath represents the /open-traffic-generator-dhcpv4server/dhcpv4-servers/dhcpv4-server/state/counters/requests-received YANG schema element.

func (*Dhcpv4Server_Counters_RequestsReceivedPath) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-dhcpv4server"
Instantiating module: "open-traffic-generator-dhcpv4server"
Path from parent:     "requests-received"
Path from root:       "/dhcpv4-servers/dhcpv4-server/state/counters/requests-received"

type Dhcpv4Server_Counters_RequestsReceivedPathAny

type Dhcpv4Server_Counters_RequestsReceivedPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

Dhcpv4Server_Counters_RequestsReceivedPathAny represents the wildcard version of the /open-traffic-generator-dhcpv4server/dhcpv4-servers/dhcpv4-server/state/counters/requests-received YANG schema element.

func (*Dhcpv4Server_Counters_RequestsReceivedPathAny) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-dhcpv4server"
Instantiating module: "open-traffic-generator-dhcpv4server"
Path from parent:     "requests-received"
Path from root:       "/dhcpv4-servers/dhcpv4-server/state/counters/requests-received"

type Dhcpv4Server_LeasesPath

type Dhcpv4Server_LeasesPath struct {
	*ygnmi.NodePath
}

Dhcpv4Server_LeasesPath represents the /open-traffic-generator-dhcpv4server/dhcpv4-servers/dhcpv4-server/state/leases YANG schema element.

func (*Dhcpv4Server_LeasesPath) Hosts

Hosts (list): The IPv4 address associated with this lease for the Host

Defining module:      "open-traffic-generator-dhcpv4server"
Instantiating module: "open-traffic-generator-dhcpv4server"
Path from parent:     "leases-states/hosts"
Path from root:       "/dhcpv4-servers/dhcpv4-server/state/leases/leases-states/hosts"

Address: string

func (*Dhcpv4Server_LeasesPath) HostsAny

HostsAny (list): The IPv4 address associated with this lease for the Host

Defining module:      "open-traffic-generator-dhcpv4server"
Instantiating module: "open-traffic-generator-dhcpv4server"
Path from parent:     "leases-states/hosts"
Path from root:       "/dhcpv4-servers/dhcpv4-server/state/leases/leases-states/hosts"

func (*Dhcpv4Server_LeasesPath) State

State returns a Query that can be used in gNMI operations.

type Dhcpv4Server_LeasesPathAny

type Dhcpv4Server_LeasesPathAny struct {
	*ygnmi.NodePath
}

Dhcpv4Server_LeasesPathAny represents the wildcard version of the /open-traffic-generator-dhcpv4server/dhcpv4-servers/dhcpv4-server/state/leases YANG schema element.

func (*Dhcpv4Server_LeasesPathAny) Hosts

Hosts (list): The IPv4 address associated with this lease for the Host

Defining module:      "open-traffic-generator-dhcpv4server"
Instantiating module: "open-traffic-generator-dhcpv4server"
Path from parent:     "leases-states/hosts"
Path from root:       "/dhcpv4-servers/dhcpv4-server/state/leases/leases-states/hosts"

Address: string

func (*Dhcpv4Server_LeasesPathAny) HostsAny

HostsAny (list): The IPv4 address associated with this lease for the Host

Defining module:      "open-traffic-generator-dhcpv4server"
Instantiating module: "open-traffic-generator-dhcpv4server"
Path from parent:     "leases-states/hosts"
Path from root:       "/dhcpv4-servers/dhcpv4-server/state/leases/leases-states/hosts"

func (*Dhcpv4Server_LeasesPathAny) State

State returns a Query that can be used in gNMI operations.

type Dhcpv4Server_Leases_HostsPath

type Dhcpv4Server_Leases_HostsPath struct {
	*ygnmi.NodePath
}

Dhcpv4Server_Leases_HostsPath represents the /open-traffic-generator-dhcpv4server/dhcpv4-servers/dhcpv4-server/state/leases/leases-states/hosts YANG schema element.

func (*Dhcpv4Server_Leases_HostsPath) Address

Address (leaf): The IPv4 address associated with this DHCP Client session.

Defining module:      "open-traffic-generator-dhcpv4server"
Instantiating module: "open-traffic-generator-dhcpv4server"
Path from parent:     "*/address"
Path from root:       "/dhcpv4-servers/dhcpv4-server/*/leases/leases-states/hosts/*/address"

func (*Dhcpv4Server_Leases_HostsPath) CircuitId

CircuitId (leaf): The Circuit ID option found in the last request message

Defining module:      "open-traffic-generator-dhcpv4server"
Instantiating module: "open-traffic-generator-dhcpv4server"
Path from parent:     "state/circuit-id"
Path from root:       "/dhcpv4-servers/dhcpv4-server/state/leases/leases-states/hosts/state/circuit-id"

func (*Dhcpv4Server_Leases_HostsPath) ClientId

ClientId (leaf): The ID of the DHCPv4 client holding this lease.

Defining module:      "open-traffic-generator-dhcpv4server"
Instantiating module: "open-traffic-generator-dhcpv4server"
Path from parent:     "state/client-id"
Path from root:       "/dhcpv4-servers/dhcpv4-server/state/leases/leases-states/hosts/state/client-id"

func (*Dhcpv4Server_Leases_HostsPath) PreferredTime

PreferredTime (leaf): The time in seconds, elapsed time since address has been renewed.

Defining module:      "open-traffic-generator-dhcpv4server"
Instantiating module: "open-traffic-generator-dhcpv4server"
Path from parent:     "state/preferred_time"
Path from root:       "/dhcpv4-servers/dhcpv4-server/state/leases/leases-states/hosts/state/preferred_time"

func (*Dhcpv4Server_Leases_HostsPath) RebindTime

RebindTime (leaf): Time in seconds until the DHCPv4 client starts rebinding.

Defining module:      "open-traffic-generator-dhcpv4server"
Instantiating module: "open-traffic-generator-dhcpv4server"
Path from parent:     "state/rebind_time"
Path from root:       "/dhcpv4-servers/dhcpv4-server/state/leases/leases-states/hosts/state/rebind_time"

func (*Dhcpv4Server_Leases_HostsPath) RemoteId

RemoteId (leaf): The Remote ID option found in the last request message

Defining module:      "open-traffic-generator-dhcpv4server"
Instantiating module: "open-traffic-generator-dhcpv4server"
Path from parent:     "state/remote-id"
Path from root:       "/dhcpv4-servers/dhcpv4-server/state/leases/leases-states/hosts/state/remote-id"

func (*Dhcpv4Server_Leases_HostsPath) RenewTime

RenewTime (leaf): Time in seconds until the DHCPv4 client starts renewing the lease.

Defining module:      "open-traffic-generator-dhcpv4server"
Instantiating module: "open-traffic-generator-dhcpv4server"
Path from parent:     "state/renew_time"
Path from root:       "/dhcpv4-servers/dhcpv4-server/state/leases/leases-states/hosts/state/renew_time"

func (*Dhcpv4Server_Leases_HostsPath) State

State returns a Query that can be used in gNMI operations.

func (*Dhcpv4Server_Leases_HostsPath) ValidTime

ValidTime (leaf): The time in seconds, IP address lease will expire

Defining module:      "open-traffic-generator-dhcpv4server"
Instantiating module: "open-traffic-generator-dhcpv4server"
Path from parent:     "state/valid-time"
Path from root:       "/dhcpv4-servers/dhcpv4-server/state/leases/leases-states/hosts/state/valid-time"

type Dhcpv4Server_Leases_HostsPathAny

type Dhcpv4Server_Leases_HostsPathAny struct {
	*ygnmi.NodePath
}

Dhcpv4Server_Leases_HostsPathAny represents the wildcard version of the /open-traffic-generator-dhcpv4server/dhcpv4-servers/dhcpv4-server/state/leases/leases-states/hosts YANG schema element.

func (*Dhcpv4Server_Leases_HostsPathAny) Address

Address (leaf): The IPv4 address associated with this DHCP Client session.

Defining module:      "open-traffic-generator-dhcpv4server"
Instantiating module: "open-traffic-generator-dhcpv4server"
Path from parent:     "*/address"
Path from root:       "/dhcpv4-servers/dhcpv4-server/*/leases/leases-states/hosts/*/address"

func (*Dhcpv4Server_Leases_HostsPathAny) CircuitId

CircuitId (leaf): The Circuit ID option found in the last request message

Defining module:      "open-traffic-generator-dhcpv4server"
Instantiating module: "open-traffic-generator-dhcpv4server"
Path from parent:     "state/circuit-id"
Path from root:       "/dhcpv4-servers/dhcpv4-server/state/leases/leases-states/hosts/state/circuit-id"

func (*Dhcpv4Server_Leases_HostsPathAny) ClientId

ClientId (leaf): The ID of the DHCPv4 client holding this lease.

Defining module:      "open-traffic-generator-dhcpv4server"
Instantiating module: "open-traffic-generator-dhcpv4server"
Path from parent:     "state/client-id"
Path from root:       "/dhcpv4-servers/dhcpv4-server/state/leases/leases-states/hosts/state/client-id"

func (*Dhcpv4Server_Leases_HostsPathAny) PreferredTime

PreferredTime (leaf): The time in seconds, elapsed time since address has been renewed.

Defining module:      "open-traffic-generator-dhcpv4server"
Instantiating module: "open-traffic-generator-dhcpv4server"
Path from parent:     "state/preferred_time"
Path from root:       "/dhcpv4-servers/dhcpv4-server/state/leases/leases-states/hosts/state/preferred_time"

func (*Dhcpv4Server_Leases_HostsPathAny) RebindTime

RebindTime (leaf): Time in seconds until the DHCPv4 client starts rebinding.

Defining module:      "open-traffic-generator-dhcpv4server"
Instantiating module: "open-traffic-generator-dhcpv4server"
Path from parent:     "state/rebind_time"
Path from root:       "/dhcpv4-servers/dhcpv4-server/state/leases/leases-states/hosts/state/rebind_time"

func (*Dhcpv4Server_Leases_HostsPathAny) RemoteId

RemoteId (leaf): The Remote ID option found in the last request message

Defining module:      "open-traffic-generator-dhcpv4server"
Instantiating module: "open-traffic-generator-dhcpv4server"
Path from parent:     "state/remote-id"
Path from root:       "/dhcpv4-servers/dhcpv4-server/state/leases/leases-states/hosts/state/remote-id"

func (*Dhcpv4Server_Leases_HostsPathAny) RenewTime

RenewTime (leaf): Time in seconds until the DHCPv4 client starts renewing the lease.

Defining module:      "open-traffic-generator-dhcpv4server"
Instantiating module: "open-traffic-generator-dhcpv4server"
Path from parent:     "state/renew_time"
Path from root:       "/dhcpv4-servers/dhcpv4-server/state/leases/leases-states/hosts/state/renew_time"

func (*Dhcpv4Server_Leases_HostsPathAny) State

State returns a Query that can be used in gNMI operations.

func (*Dhcpv4Server_Leases_HostsPathAny) ValidTime

ValidTime (leaf): The time in seconds, IP address lease will expire

Defining module:      "open-traffic-generator-dhcpv4server"
Instantiating module: "open-traffic-generator-dhcpv4server"
Path from parent:     "state/valid-time"
Path from root:       "/dhcpv4-servers/dhcpv4-server/state/leases/leases-states/hosts/state/valid-time"

type Dhcpv4Server_Leases_HostsPathMap

type Dhcpv4Server_Leases_HostsPathMap struct {
	*ygnmi.NodePath
}

Dhcpv4Server_Leases_HostsPathMap represents the /open-traffic-generator-dhcpv4server/dhcpv4-servers/dhcpv4-server/state/leases/leases-states/hosts YANG schema element.

type Dhcpv4Server_Leases_HostsPathMapAny

type Dhcpv4Server_Leases_HostsPathMapAny struct {
	*ygnmi.NodePath
}

Dhcpv4Server_Leases_HostsPathMapAny represents the wildcard version of the /open-traffic-generator-dhcpv4server/dhcpv4-servers/dhcpv4-server/state/leases/leases-states/hosts YANG schema element.

type Dhcpv4Server_Leases_Hosts_AddressPath

type Dhcpv4Server_Leases_Hosts_AddressPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

Dhcpv4Server_Leases_Hosts_AddressPath represents the /open-traffic-generator-dhcpv4server/dhcpv4-servers/dhcpv4-server/state/leases/leases-states/hosts/state/address YANG schema element.

func (*Dhcpv4Server_Leases_Hosts_AddressPath) Config

Config returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-dhcpv4server"
Instantiating module: "open-traffic-generator-dhcpv4server"
Path from parent:     "address"
Path from root:       ""

func (*Dhcpv4Server_Leases_Hosts_AddressPath) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-dhcpv4server"
Instantiating module: "open-traffic-generator-dhcpv4server"
Path from parent:     "state/address"
Path from root:       "/dhcpv4-servers/dhcpv4-server/state/leases/leases-states/hosts/state/address"

type Dhcpv4Server_Leases_Hosts_AddressPathAny

type Dhcpv4Server_Leases_Hosts_AddressPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

Dhcpv4Server_Leases_Hosts_AddressPathAny represents the wildcard version of the /open-traffic-generator-dhcpv4server/dhcpv4-servers/dhcpv4-server/state/leases/leases-states/hosts/state/address YANG schema element.

func (*Dhcpv4Server_Leases_Hosts_AddressPathAny) Config

Config returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-dhcpv4server"
Instantiating module: "open-traffic-generator-dhcpv4server"
Path from parent:     "address"
Path from root:       ""

func (*Dhcpv4Server_Leases_Hosts_AddressPathAny) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-dhcpv4server"
Instantiating module: "open-traffic-generator-dhcpv4server"
Path from parent:     "state/address"
Path from root:       "/dhcpv4-servers/dhcpv4-server/state/leases/leases-states/hosts/state/address"

type Dhcpv4Server_Leases_Hosts_CircuitIdPath

type Dhcpv4Server_Leases_Hosts_CircuitIdPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

Dhcpv4Server_Leases_Hosts_CircuitIdPath represents the /open-traffic-generator-dhcpv4server/dhcpv4-servers/dhcpv4-server/state/leases/leases-states/hosts/state/circuit-id YANG schema element.

func (*Dhcpv4Server_Leases_Hosts_CircuitIdPath) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-dhcpv4server"
Instantiating module: "open-traffic-generator-dhcpv4server"
Path from parent:     "state/circuit-id"
Path from root:       "/dhcpv4-servers/dhcpv4-server/state/leases/leases-states/hosts/state/circuit-id"

type Dhcpv4Server_Leases_Hosts_CircuitIdPathAny

type Dhcpv4Server_Leases_Hosts_CircuitIdPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

Dhcpv4Server_Leases_Hosts_CircuitIdPathAny represents the wildcard version of the /open-traffic-generator-dhcpv4server/dhcpv4-servers/dhcpv4-server/state/leases/leases-states/hosts/state/circuit-id YANG schema element.

func (*Dhcpv4Server_Leases_Hosts_CircuitIdPathAny) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-dhcpv4server"
Instantiating module: "open-traffic-generator-dhcpv4server"
Path from parent:     "state/circuit-id"
Path from root:       "/dhcpv4-servers/dhcpv4-server/state/leases/leases-states/hosts/state/circuit-id"

type Dhcpv4Server_Leases_Hosts_ClientIdPath

type Dhcpv4Server_Leases_Hosts_ClientIdPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

Dhcpv4Server_Leases_Hosts_ClientIdPath represents the /open-traffic-generator-dhcpv4server/dhcpv4-servers/dhcpv4-server/state/leases/leases-states/hosts/state/client-id YANG schema element.

func (*Dhcpv4Server_Leases_Hosts_ClientIdPath) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-dhcpv4server"
Instantiating module: "open-traffic-generator-dhcpv4server"
Path from parent:     "state/client-id"
Path from root:       "/dhcpv4-servers/dhcpv4-server/state/leases/leases-states/hosts/state/client-id"

type Dhcpv4Server_Leases_Hosts_ClientIdPathAny

type Dhcpv4Server_Leases_Hosts_ClientIdPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

Dhcpv4Server_Leases_Hosts_ClientIdPathAny represents the wildcard version of the /open-traffic-generator-dhcpv4server/dhcpv4-servers/dhcpv4-server/state/leases/leases-states/hosts/state/client-id YANG schema element.

func (*Dhcpv4Server_Leases_Hosts_ClientIdPathAny) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-dhcpv4server"
Instantiating module: "open-traffic-generator-dhcpv4server"
Path from parent:     "state/client-id"
Path from root:       "/dhcpv4-servers/dhcpv4-server/state/leases/leases-states/hosts/state/client-id"

type Dhcpv4Server_Leases_Hosts_PreferredTimePath

type Dhcpv4Server_Leases_Hosts_PreferredTimePath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

Dhcpv4Server_Leases_Hosts_PreferredTimePath represents the /open-traffic-generator-dhcpv4server/dhcpv4-servers/dhcpv4-server/state/leases/leases-states/hosts/state/preferred_time YANG schema element.

func (*Dhcpv4Server_Leases_Hosts_PreferredTimePath) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-dhcpv4server"
Instantiating module: "open-traffic-generator-dhcpv4server"
Path from parent:     "state/preferred_time"
Path from root:       "/dhcpv4-servers/dhcpv4-server/state/leases/leases-states/hosts/state/preferred_time"

type Dhcpv4Server_Leases_Hosts_PreferredTimePathAny

type Dhcpv4Server_Leases_Hosts_PreferredTimePathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

Dhcpv4Server_Leases_Hosts_PreferredTimePathAny represents the wildcard version of the /open-traffic-generator-dhcpv4server/dhcpv4-servers/dhcpv4-server/state/leases/leases-states/hosts/state/preferred_time YANG schema element.

func (*Dhcpv4Server_Leases_Hosts_PreferredTimePathAny) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-dhcpv4server"
Instantiating module: "open-traffic-generator-dhcpv4server"
Path from parent:     "state/preferred_time"
Path from root:       "/dhcpv4-servers/dhcpv4-server/state/leases/leases-states/hosts/state/preferred_time"

type Dhcpv4Server_Leases_Hosts_RebindTimePath

type Dhcpv4Server_Leases_Hosts_RebindTimePath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

Dhcpv4Server_Leases_Hosts_RebindTimePath represents the /open-traffic-generator-dhcpv4server/dhcpv4-servers/dhcpv4-server/state/leases/leases-states/hosts/state/rebind_time YANG schema element.

func (*Dhcpv4Server_Leases_Hosts_RebindTimePath) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-dhcpv4server"
Instantiating module: "open-traffic-generator-dhcpv4server"
Path from parent:     "state/rebind_time"
Path from root:       "/dhcpv4-servers/dhcpv4-server/state/leases/leases-states/hosts/state/rebind_time"

type Dhcpv4Server_Leases_Hosts_RebindTimePathAny

type Dhcpv4Server_Leases_Hosts_RebindTimePathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

Dhcpv4Server_Leases_Hosts_RebindTimePathAny represents the wildcard version of the /open-traffic-generator-dhcpv4server/dhcpv4-servers/dhcpv4-server/state/leases/leases-states/hosts/state/rebind_time YANG schema element.

func (*Dhcpv4Server_Leases_Hosts_RebindTimePathAny) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-dhcpv4server"
Instantiating module: "open-traffic-generator-dhcpv4server"
Path from parent:     "state/rebind_time"
Path from root:       "/dhcpv4-servers/dhcpv4-server/state/leases/leases-states/hosts/state/rebind_time"

type Dhcpv4Server_Leases_Hosts_RemoteIdPath

type Dhcpv4Server_Leases_Hosts_RemoteIdPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

Dhcpv4Server_Leases_Hosts_RemoteIdPath represents the /open-traffic-generator-dhcpv4server/dhcpv4-servers/dhcpv4-server/state/leases/leases-states/hosts/state/remote-id YANG schema element.

func (*Dhcpv4Server_Leases_Hosts_RemoteIdPath) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-dhcpv4server"
Instantiating module: "open-traffic-generator-dhcpv4server"
Path from parent:     "state/remote-id"
Path from root:       "/dhcpv4-servers/dhcpv4-server/state/leases/leases-states/hosts/state/remote-id"

type Dhcpv4Server_Leases_Hosts_RemoteIdPathAny

type Dhcpv4Server_Leases_Hosts_RemoteIdPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

Dhcpv4Server_Leases_Hosts_RemoteIdPathAny represents the wildcard version of the /open-traffic-generator-dhcpv4server/dhcpv4-servers/dhcpv4-server/state/leases/leases-states/hosts/state/remote-id YANG schema element.

func (*Dhcpv4Server_Leases_Hosts_RemoteIdPathAny) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-dhcpv4server"
Instantiating module: "open-traffic-generator-dhcpv4server"
Path from parent:     "state/remote-id"
Path from root:       "/dhcpv4-servers/dhcpv4-server/state/leases/leases-states/hosts/state/remote-id"

type Dhcpv4Server_Leases_Hosts_RenewTimePath

type Dhcpv4Server_Leases_Hosts_RenewTimePath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

Dhcpv4Server_Leases_Hosts_RenewTimePath represents the /open-traffic-generator-dhcpv4server/dhcpv4-servers/dhcpv4-server/state/leases/leases-states/hosts/state/renew_time YANG schema element.

func (*Dhcpv4Server_Leases_Hosts_RenewTimePath) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-dhcpv4server"
Instantiating module: "open-traffic-generator-dhcpv4server"
Path from parent:     "state/renew_time"
Path from root:       "/dhcpv4-servers/dhcpv4-server/state/leases/leases-states/hosts/state/renew_time"

type Dhcpv4Server_Leases_Hosts_RenewTimePathAny

type Dhcpv4Server_Leases_Hosts_RenewTimePathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

Dhcpv4Server_Leases_Hosts_RenewTimePathAny represents the wildcard version of the /open-traffic-generator-dhcpv4server/dhcpv4-servers/dhcpv4-server/state/leases/leases-states/hosts/state/renew_time YANG schema element.

func (*Dhcpv4Server_Leases_Hosts_RenewTimePathAny) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-dhcpv4server"
Instantiating module: "open-traffic-generator-dhcpv4server"
Path from parent:     "state/renew_time"
Path from root:       "/dhcpv4-servers/dhcpv4-server/state/leases/leases-states/hosts/state/renew_time"

type Dhcpv4Server_Leases_Hosts_ValidTimePath

type Dhcpv4Server_Leases_Hosts_ValidTimePath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

Dhcpv4Server_Leases_Hosts_ValidTimePath represents the /open-traffic-generator-dhcpv4server/dhcpv4-servers/dhcpv4-server/state/leases/leases-states/hosts/state/valid-time YANG schema element.

func (*Dhcpv4Server_Leases_Hosts_ValidTimePath) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-dhcpv4server"
Instantiating module: "open-traffic-generator-dhcpv4server"
Path from parent:     "state/valid-time"
Path from root:       "/dhcpv4-servers/dhcpv4-server/state/leases/leases-states/hosts/state/valid-time"

type Dhcpv4Server_Leases_Hosts_ValidTimePathAny

type Dhcpv4Server_Leases_Hosts_ValidTimePathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

Dhcpv4Server_Leases_Hosts_ValidTimePathAny represents the wildcard version of the /open-traffic-generator-dhcpv4server/dhcpv4-servers/dhcpv4-server/state/leases/leases-states/hosts/state/valid-time YANG schema element.

func (*Dhcpv4Server_Leases_Hosts_ValidTimePathAny) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-dhcpv4server"
Instantiating module: "open-traffic-generator-dhcpv4server"
Path from parent:     "state/valid-time"
Path from root:       "/dhcpv4-servers/dhcpv4-server/state/leases/leases-states/hosts/state/valid-time"

type Dhcpv4Server_NamePath

type Dhcpv4Server_NamePath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

Dhcpv4Server_NamePath represents the /open-traffic-generator-dhcpv4server/dhcpv4-servers/dhcpv4-server/state/name YANG schema element.

func (*Dhcpv4Server_NamePath) Config

Config returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-dhcpv4server"
Instantiating module: "open-traffic-generator-dhcpv4server"
Path from parent:     "name"
Path from root:       ""

func (*Dhcpv4Server_NamePath) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-dhcpv4server"
Instantiating module: "open-traffic-generator-dhcpv4server"
Path from parent:     "state/name"
Path from root:       "/dhcpv4-servers/dhcpv4-server/state/name"

type Dhcpv4Server_NamePathAny

type Dhcpv4Server_NamePathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

Dhcpv4Server_NamePathAny represents the wildcard version of the /open-traffic-generator-dhcpv4server/dhcpv4-servers/dhcpv4-server/state/name YANG schema element.

func (*Dhcpv4Server_NamePathAny) Config

Config returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-dhcpv4server"
Instantiating module: "open-traffic-generator-dhcpv4server"
Path from parent:     "name"
Path from root:       ""

func (*Dhcpv4Server_NamePathAny) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-dhcpv4server"
Instantiating module: "open-traffic-generator-dhcpv4server"
Path from parent:     "state/name"
Path from root:       "/dhcpv4-servers/dhcpv4-server/state/name"

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL