Message ID | a7bddec718e2702960829e550875401c4ef0e0f4.1698395496.git.dcaratti@redhat.com (mailing list archive) |
---|---|
State | Superseded, archived |
Headers | show |
Series | [mptcp-next,1/2] Squash-to: "Documentation: netlink: add a YAML spec for mptcp" | expand |
On Fri, 27 Oct 2023, Davide Caratti wrote: > add cmd-cnt-name and attr-cnt-name to generate _MPTCP_PM_CMD_AFTER_LAST > and __MPTCP_ATTR_AFTER_LAST respectively. > > Signed-off-by: Davide Caratti <dcaratti@redhat.com> > --- > Documentation/netlink/specs/mptcp.yaml | 2 ++ > 1 file changed, 2 insertions(+) > Hi Davide - Thanks for sending these directly to netdev, I see that the changes are already merged: https://lore.kernel.org/netdev/12d4ed0116d8883cf4b533b856f3125a34e56749.1698415310.git.dcaratti@redhat.com/ - Mat
diff --git a/Documentation/netlink/specs/mptcp.yaml b/Documentation/netlink/specs/mptcp.yaml index ec5c454a87ea..49f90cfb4698 100644 --- a/Documentation/netlink/specs/mptcp.yaml +++ b/Documentation/netlink/specs/mptcp.yaml @@ -8,6 +8,7 @@ c-family-name: mptcp-pm-name c-version-name: mptcp-pm-ver max-by-define: true kernel-policy: per-op +cmd-cnt-name: --mptcp-pm-cmd-after-last definitions: - @@ -167,6 +168,7 @@ attribute-sets: - name: attr name-prefix: mptcp-pm-attr- + attr-cnt-name: --mptcp-attr-after-last attributes: - name: unspec
add cmd-cnt-name and attr-cnt-name to generate _MPTCP_PM_CMD_AFTER_LAST and __MPTCP_ATTR_AFTER_LAST respectively. Signed-off-by: Davide Caratti <dcaratti@redhat.com> --- Documentation/netlink/specs/mptcp.yaml | 2 ++ 1 file changed, 2 insertions(+)