|||

Quick search

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)¶

<Page contents

>Page 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
        • unspec (unused)
        • team-ifindex (u32)
        • list-option (nest)
        • list-port (nest)
      • item-option
        • option-unspec (unused)
        • option (nest)
      • attr-option
        • unspec (unused)
        • name (string)
        • changed (flag)
        • type (u8)
        • data (binary)
        • removed (flag)
        • port-ifindex (u32)
        • array-index (u32)
      • item-port
        • port-unspec (unused)
        • port (nest)
      • attr-port
        • unspec (unused)
        • ifindex (u32)
        • changed (flag)
        • linkup (flag)
        • speed (u32)
        • duplex (u8)
        • removed (flag)
<Family tcp_metrics netlink specification
Generic networking statistics for netlink users>
© Copyright The kernel development community. Created using Sphinx 8.2.3.

Styled using the Piccolo Theme