diff options
| author | Paolo Abeni <pabeni@redhat.com> | 2026-09-01 15:22:20 +0200 |
|---|---|---|
| committer | Paolo Abeni <pabeni@redhat.com> | 2026-09-01 15:22:21 +0200 |
| commit | c8ea08ba34f2a2e9bfb18ff3d69eb2d69b324f49 (patch) | |
| tree | b0277595eecdcb408fedbfbfaf2540cc7b9cb048 | |
| parent | 85ca3292d7a3e06a6cdc3d7aca7b498f5a4e0ec9 (diff) | |
| parent | f952040d7016d13a0b0f19dfa0001f4597cc47d1 (diff) | |
| download | linux-next-c8ea08ba34f2a2e9bfb18ff3d69eb2d69b324f49.tar.gz linux-next-c8ea08ba34f2a2e9bfb18ff3d69eb2d69b324f49.zip | |
Merge branch 'netlink-specs-rt-link-ipv6-devconf-updates'
says:
====================
netlink: specs: rt-link: ipv6 devconf updates
This series updates the doc-string for ifla-inet6-conf, and adds
two missing ipv6-devconf enum values as identified by Sashiko
during review of v1.
v1: https://lore.kernel.org/20260824103816.40040-1-ast@fiberby.net
====================
Link: https://patch.msgid.link/20260831093458.472180-1-ast@fiberby.net
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
| -rw-r--r-- | Documentation/netlink/specs/rt-link.yaml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Documentation/netlink/specs/rt-link.yaml b/Documentation/netlink/specs/rt-link.yaml index b80c2ac3ac31..61ebb9a2bad5 100644 --- a/Documentation/netlink/specs/rt-link.yaml +++ b/Documentation/netlink/specs/rt-link.yaml @@ -494,6 +494,10 @@ definitions: name: ndisc-evict-nocarrier - name: accept-untracked-na + - + name: accept-ra-min-lft + - + name: force-forwarding - name: ifla-icmp6-stats enum-name: @@ -2218,7 +2222,7 @@ attribute-sets: name: conf type: binary sub-type: u32 - doc: u32 indexed by ipv6-devconf - 1 on output, on input it's a nest + doc: u32 indexed by ipv6-devconf on output, input is not yet implemented - name: stats type: binary |
