Logo

The Linux Kernel

6.8.0

Quick search

Contents

  • A guide to the Kernel Development Process
  • Submitting patches: the essential guide to getting your code into the kernel
  • Code of conduct
  • Kernel Maintainer Handbook
  • All development-process docs
  • Core API Documentation
  • Driver implementer's API guide
  • Kernel subsystem documentation
    • Core subsystems
    • Human interfaces
    • Networking interfaces
      • Networking
      • NetLabel
      • InfiniBand
      • ISDN
      • MHI
    • Storage interfaces
  • Locking in the kernel
  • Linux kernel licensing rules
  • How to write kernel documentation
  • Development tools for the kernel
  • Kernel Testing Guide
  • Kernel Hacking Guides
  • Linux Tracing Technologies
  • fault-injection
  • Kernel Livepatching
  • Rust
  • The Linux kernel user's and administrator's guide
  • The kernel build system
  • Reporting issues
  • User-space tools
  • The Linux kernel user-space API guide
  • The Linux kernel firmware guide
  • Open Firmware and Devicetree
  • CPU Architectures
  • Unsorted Documentation
  • Reliability, Availability and Serviceability features
  • 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