Logo

The Linux Kernel

6.9.0

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 fou netlink specification¶

Contents

  • Family fou netlink specification

    • Summary

    • Operations

      • unspec

      • add

      • del

      • get

    • Definitions

      • encap_type

    • Attribute sets

      • fou

        • unspec (unused)

        • port (u16)

        • af (u8)

        • ipproto (u8)

        • type (u8)

        • remcsum_nopartial (flag)

        • local_v4 (u32)

        • local_v6 (binary)

        • peer_v4 (u32)

        • peer_v6 (binary)

        • peer_port (u16)

        • ifindex (s32)

Summary¶

Foo-over-UDP.

Operations¶

unspec¶

unused

value

0

add¶

Add port.

attribute-set

fou

dont-validate

[‘strict’, ‘dump’]

flags

[‘admin-perm’]

do
request
attributes

[port, ipproto, type, remcsum_nopartial, local_v4, peer_v4, local_v6, peer_v6, peer_port, ifindex]

del¶

Delete port.

attribute-set

fou

dont-validate

[‘strict’, ‘dump’]

flags

[‘admin-perm’]

do
request
attributes

[af, ifindex, port, peer_port, local_v4, peer_v4, local_v6, peer_v6]

get¶

Get tunnel info.

attribute-set

fou

dont-validate

[‘strict’, ‘dump’]

do
request
attributes

[af, ifindex, port, peer_port, local_v4, peer_v4, local_v6, peer_v6]

reply
attributes

[port, ipproto, type, remcsum_nopartial, local_v4, peer_v4, local_v6, peer_v6, peer_port, ifindex]

dump
reply
attributes

[port, ipproto, type, remcsum_nopartial, local_v4, peer_v4, local_v6, peer_v6, peer_port, ifindex]

Definitions¶

encap_type¶

type

enum

name-prefix

fou-encap-

enum-name

None

entries
  • unspec

  • direct

  • gue

Attribute sets¶

fou¶

unspec (unused)¶

value

0

port (u16)¶

byte-order

big-endian

af (u8)¶

ipproto (u8)¶

type (u8)¶

remcsum_nopartial (flag)¶

local_v4 (u32)¶

local_v6 (binary)¶

peer_v4 (u32)¶

peer_v6 (binary)¶

peer_port (u16)¶

byte-order

big-endian

ifindex (s32)¶

©The kernel development community. | Powered by Sphinx 5.0.1 & Alabaster 0.7.12 | Page source