Logo

The Linux Kernel

6.13.0-rc2

Quick search

Contents

  • Development process
  • Submitting patches
  • Code of conduct
  • Maintainer handbook
  • All development-process docs
  • Core API
  • Driver APIs
  • Subsystems
    • Core subsystems
    • Human interfaces
    • Networking interfaces
      • Networking
      • NetLabel
      • InfiniBand
      • ISDN
      • MHI
    • Storage interfaces
    • Other subsystems
  • Locking
  • Licensing rules
  • Writing documentation
  • Development tools
  • Testing guide
  • Hacking guide
  • Tracing
  • Fault injection
  • Livepatching
  • Rust
  • Administration
  • Build system
  • Reporting issues
  • Userspace tools
  • Userspace API
  • Firmware
  • Firmware and Devicetree
  • CPU architectures
  • Unsorted documentation
  • Translations

This Page

  • Show Source

Family team netlink specification¶

Contents

  • Family team netlink specification

    • Summary

    • Operations

      • noop

      • options-set

      • options-get

      • port-list-get

    • Definitions

      • string-max-len

      • genl-change-event-mc-grp-name

    • Attribute sets

      • team

      • item-option

      • attr-option

      • item-port

      • attr-port

Summary¶

Network team device driver.

Operations¶

noop¶

No operation

value:

0

attribute-set:

team

dont-validate:

[‘strict’]

do:
reply
attributes:

[team-ifindex]

options-set¶

Set team options

attribute-set:

team

dont-validate:

[‘strict’]

flags:

[admin-perm]

do:
request
attributes:

[team-ifindex, list-option]

reply
attributes:

[team-ifindex, list-option]

options-get¶

Get team options info

attribute-set:

team

dont-validate:

[‘strict’]

flags:

[admin-perm]

do:
request
attributes:

[team-ifindex]

reply
attributes:

[team-ifindex, list-option]

port-list-get¶

Get team ports info

attribute-set:

team

dont-validate:

[‘strict’]

flags:

[admin-perm]

do:
request
attributes:

[team-ifindex]

reply
attributes:

[team-ifindex, list-port]

Definitions¶

string-max-len¶

type:

const

value:

32

genl-change-event-mc-grp-name¶

type:

const

value:

change_event

Attribute sets¶

team¶

unspec (unused)¶

value:

0

team-ifindex (u32)¶

list-option (nest)¶

nested-attributes:

item-option

list-port (nest)¶

nested-attributes:

item-port

item-option¶

option-unspec (unused)¶

value:

0

option (nest)¶

nested-attributes:

attr-option

attr-option¶

unspec (unused)¶

value:

0

name (string)¶

changed (flag)¶

type (u8)¶

data (binary)¶

removed (flag)¶

port-ifindex (u32)¶

doc:

for per-port options

array-index (u32)¶

doc:

for array options

item-port¶

port-unspec (unused)¶

value:

0

port (nest)¶

nested-attributes:

attr-port

attr-port¶

unspec (unused)¶

value:

0

ifindex (u32)¶

changed (flag)¶

linkup (flag)¶

speed (u32)¶

duplex (u8)¶

removed (flag)¶

©The kernel development community. | Powered by Sphinx 7.3.7 & Alabaster 0.7.16 | Page source