Logo

Linux 内核

6.13.0-rc6

快速搜索

目录

  • 开发流程
  • 提交补丁
  • 行为准则
  • 维护者手册
  • 所有开发流程文档
  • 核心 API
  • 驱动程序 API
  • 子系统
    • 核心子系统
    • 人机界面
    • 网络接口
      • 网络
      • NetLabel
      • InfiniBand
      • ISDN
      • MHI
    • 存储接口
    • 其他子系统
  • 锁定
  • 许可规则
  • 编写文档
  • 开发工具
  • 测试指南
  • 黑客指南
  • 追踪
  • 故障注入
  • 实时补丁
  • Rust
  • 管理
  • 构建系统
  • 报告问题
  • 用户空间工具
  • 用户空间 API
  • 固件
  • 固件和设备树
  • CPU 架构
  • 未分类的文档
  • 翻译

本页

  • 显示源代码

家庭 team netlink 规范¶

目录

  • 家庭 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

摘要¶

网络团队设备驱动程序。

操作¶

noop¶

无操作

值:

0

属性集:

team

dont-validate:

[‘strict’]

do:
回复
属性:

[team-ifindex]

options-set¶

设置团队选项

属性集:

team

dont-validate:

[‘strict’]

标志:

[admin-perm]

do:
请求
属性:

[team-ifindex, list-option]

回复
属性:

[team-ifindex, list-option]

options-get¶

获取团队选项信息

属性集:

team

dont-validate:

[‘strict’]

标志:

[admin-perm]

do:
请求
属性:

[team-ifindex]

回复
属性:

[team-ifindex, list-option]

port-list-get¶

获取团队端口信息

属性集:

team

dont-validate:

[‘strict’]

标志:

[admin-perm]

do:
请求
属性:

[team-ifindex]

回复
属性:

[team-ifindex, list-port]

定义¶

string-max-len¶

类型:

常量

值:

32

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

类型:

常量

值:

change_event

属性集¶

team¶

未指定 (unused)¶

值:

0

team-ifindex (u32)¶

list-option (nest)¶

嵌套属性:

item-option

list-port (nest)¶

嵌套属性:

item-port

item-option¶

option-unspec (unused)¶

值:

0

option (nest)¶

嵌套属性:

attr-option

attr-option¶

未指定 (unused)¶

值:

0

名称 (string)¶

已更改 (flag)¶

类型 (u8)¶

数据 (binary)¶

已删除 (flag)¶

port-ifindex (u32)¶

文档:

用于每个端口的选项

数组索引 (u32)¶

文档:

用于数组选项

item-port¶

port-unspec (unused)¶

值:

0

port (nest)¶

嵌套属性:

attr-port

attr-port¶

未指定 (unused)¶

值:

0

ifindex (u32)¶

已更改 (flag)¶

linkup (flag)¶

速度 (u32)¶

双工 (u8)¶

已删除 (flag)¶

©内核开发社区。 | 由 Sphinx 5.3.0 & Alabaster 0.7.16 驱动 | 页面源代码