Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/osrg/gobgp
/ SetIsFromExternal
Method
SetIsFromExternal
internal/pkg/table/path.go:405–407 ·
view source on GitHub ↗
(y bool)
Source
from the content-addressed store, hash-verified
403
}
404
405
func
(path *Path) SetIsFromExternal(y bool) {
406
path.OriginInfo().isFromExternal = y
407
}
408
409
func
(path *Path) GetFamily() bgp.Family {
410
return
path.family
Callers
4
Test_newPathFromIPRouteMessage
Function · 0.95
newPathFromIPRouteMessage
Function · 0.95
apiutil2Path
Function · 0.95
api2Path
Function · 0.95
Calls
1
OriginInfo
Method · 0.95
Tested by
1
Test_newPathFromIPRouteMessage
Function · 0.76