mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-08-27 06:50:37 +00:00

Clean up all space inside brackets errors reported by yamllint in the netlink specs: error too many spaces inside brackets (brackets) Signed-off-by: Donald Hunter <donald.hunter@gmail.com> Reviewed-by: Chuck Lever <chuck.lever@oracle.com> Reviewed-by: Matthieu Baerts (NGI0) <matttbe@kernel.org> # mptcp_pm.yaml Link: https://patch.msgid.link/20250610125944.85265-3-donald.hunter@gmail.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
46 lines
882 B
YAML
46 lines
882 B
YAML
# SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause)
|
|
---
|
|
name: lockd
|
|
protocol: genetlink
|
|
uapi-header: linux/lockd_netlink.h
|
|
|
|
doc: lockd configuration over generic netlink
|
|
|
|
attribute-sets:
|
|
-
|
|
name: server
|
|
attributes:
|
|
-
|
|
name: gracetime
|
|
type: u32
|
|
-
|
|
name: tcp-port
|
|
type: u16
|
|
-
|
|
name: udp-port
|
|
type: u16
|
|
|
|
operations:
|
|
list:
|
|
-
|
|
name: server-set
|
|
doc: set the lockd server parameters
|
|
attribute-set: server
|
|
flags: [admin-perm]
|
|
do:
|
|
request:
|
|
attributes:
|
|
- gracetime
|
|
- tcp-port
|
|
- udp-port
|
|
-
|
|
name: server-get
|
|
doc: get the lockd server parameters
|
|
attribute-set: server
|
|
do:
|
|
reply:
|
|
attributes:
|
|
- gracetime
|
|
- tcp-port
|
|
- udp-port
|