freebsd-dev/share/man
Alexander V. Chernikov 25c2dd2f2c netlink: return optional metadata with the operation result.
Some operations like interface creation may need to return metadata
 - in this case, interface name - back to the caller if the operation
 is successful.
This change implements attaching an `NLMSGERR_ATTR_COOKIE` nla to the
operation reply message via `nlmsg_report_cookie()`.
Additionally, on successful interface creation, interface index and
 interface name are returned in the `IFLA_NEW_IFINDEX` and `IFLA_IFNAME
 TLVs, encapsulated in the `NLMSGERR_ATTR_COOKIE`.

Reviewed By: pauamma
Differential Revision: https://reviews.freebsd.org/D38283
MFC after:	1 week
2023-02-09 15:30:00 +00:00
..
man1
man3 libthr: Fix pthread_attr_[g|s]etaffinity_np manual. 2023-01-29 15:37:18 +03:00
man3lua
man4 netlink: return optional metadata with the operation result. 2023-02-09 15:30:00 +00:00
man5 tarfs: Fix typo in man page. 2023-02-06 17:24:17 +01:00
man6
man7 release.7: Correct a variable name 2023-01-27 14:01:12 -05:00
man8 rc: add a manual entry for ${name}_setup 2022-11-11 22:21:39 +01:00
man9 nv.9: Improve style in one of the examples. 2023-02-02 17:00:23 -08:00
Makefile