Files
netlink/go.mod
adrianc b85149843e feat: add additional devlink port attributes
Add the following devlink port attributes:

PortNumber: the physical port number
PfNumber: the PF number
VfNumber: the VF number (index)
SfNumber: the SF number (index)
ControllerNumber: the controller number
External: if set, indicates external controller

Signed-off-by: adrianc <adrianc@nvidia.com>
2025-09-02 12:31:49 -07:00

16 lines
307 B
Modula-2

module github.com/vishvananda/netlink
go 1.23
require (
github.com/stretchr/testify v1.10.0
github.com/vishvananda/netns v0.0.5
golang.org/x/sys v0.10.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)