Logo

Linux 核心

6.16.0-rc4

快速搜尋

目錄

  • 開發流程
  • 提交補丁
  • 行為準則
  • 維護者手冊
  • 所有開發流程文件
  • 核心 API
  • 驅動程式 API
  • 子系統
    • 核心子系統
    • 人機介面
    • 網路介面
      • 網路
      • NetLabel
      • InfiniBand
      • ISDN
      • MHI
    • 儲存介面
    • 其他子系統
  • 鎖定
  • 許可規則
  • 編寫文件
  • 開發工具
  • 測試指南
  • 駭客指南
  • 追蹤
  • 故障注入
  • Livepatching
  • Rust
  • 管理
  • 構建系統
  • 報告問題
  • 使用者空間工具
  • 使用者空間 API
  • 韌體
  • 韌體和裝置樹
  • CPU 架構
  • 未分類的文件
  • 翻譯

本頁

  • 顯示原始碼

Family team netlink 規範¶

目錄

  • Family team netlink 規範

    • 摘要

    • 操作

      • noop

      • options-set

      • options-get

      • port-list-get

    • 定義

      • string-max-len

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

    • 屬性集

      • team

      • item-option

      • attr-option

      • item-port

      • attr-port

摘要¶

網路 team 裝置驅動程式。

操作¶

noop¶

無操作

value:

0

attribute-set:

team

dont-validate:

[‘strict’]

do:
reply
attributes:

[team-ifindex]

options-set¶

設定 team 選項

attribute-set:

team

dont-validate:

[‘strict’]

flags:

[admin-perm]

do:
request
attributes:

[team-ifindex, list-option]

reply
attributes:

[team-ifindex, list-option]

options-get¶

獲取 team 選項資訊

attribute-set:

team

dont-validate:

[‘strict’]

flags:

[admin-perm]

do:
request
attributes:

[team-ifindex]

reply
attributes:

[team-ifindex, list-option]

port-list-get¶

獲取 team 埠資訊

attribute-set:

team

dont-validate:

[‘strict’]

flags:

[admin-perm]

do:
request
attributes:

[team-ifindex]

reply
attributes:

[team-ifindex, list-port]

定義¶

string-max-len¶

type:

const

value:

32

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

type:

const

value:

change_event

屬性集¶

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:

對於每個埠的選項

array-index (u32)¶

doc:

對於陣列選項

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

©核心開發社群。 | 使用 Sphinx 5.3.0 & Alabaster 0.7.16 驅動 | 頁面原始碼