mirror of
https://github.com/vishvananda/netlink.git
synced 2025-09-26 11:51:11 +08:00

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>
16 lines
307 B
Modula-2
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
|
|
)
|