MCPcopy
hub / github.com/osrg/gobgp / NextHopCondition

Struct NextHopCondition

internal/pkg/table/policy.go:1904–1906  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1902}
1903
1904type NextHopCondition struct {
1905 set *NextHopSet
1906}
1907
1908func (c *NextHopCondition) Type() ConditionType {
1909 return CONDITION_NEXT_HOP

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected