Skip to content

Commit

Permalink
netlink: specs: mptcp: fix missing doc
Browse files Browse the repository at this point in the history
Two operations didn't have a small description. It looks like something
that has been missed in the original commit introducing this file.

Replace the two 'todo' by a small and simple description: Create/Destroy
subflow.

Fixes: bc8aeb2 ("Documentation: netlink: add a YAML spec for mptcp")
Signed-off-by: Matthieu Baerts (NGI0) <[email protected]>
  • Loading branch information
matttbe authored and intel-lab-lkp committed Dec 16, 2024
1 parent 7d48151 commit 3b01f27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/netlink/specs/mptcp_pm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ operations:
- loc-id
-
name: subflow-create
doc: todo
doc: Create subflow
attribute-set: attr
dont-validate: [ strict ]
flags: [ uns-admin-perm ]
Expand All @@ -387,7 +387,7 @@ operations:
- addr-remote
-
name: subflow-destroy
doc: todo
doc: Destroy subflow
attribute-set: attr
dont-validate: [ strict ]
flags: [ uns-admin-perm ]
Expand Down

0 comments on commit 3b01f27

Please sign in to comment.