Home
last modified time | relevance | path

Searched hist:"25 c2dd2f2c6c6144d59d463c95f0471301d6efaa" (Results 1 – 8 of 8) sorted by relevance

/freebsd/share/man/man4/
H A Drtnetlink.4diff 25c2dd2f2c6c6144d59d463c95f0471301d6efaa Thu Feb 09 15:53:44 CET 2023 Alexander V. Chernikov <melifaro@FreeBSD.org> 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
H A Dnetlink.4diff 25c2dd2f2c6c6144d59d463c95f0471301d6efaa Thu Feb 09 15:53:44 CET 2023 Alexander V. Chernikov <melifaro@FreeBSD.org> 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
/freebsd/tests/sys/netlink/
H A Dtest_rtnl_iface.pydiff 25c2dd2f2c6c6144d59d463c95f0471301d6efaa Thu Feb 09 15:53:44 CET 2023 Alexander V. Chernikov <melifaro@FreeBSD.org> 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
/freebsd/sys/netlink/route/
H A Diface_drivers.cdiff 25c2dd2f2c6c6144d59d463c95f0471301d6efaa Thu Feb 09 15:53:44 CET 2023 Alexander V. Chernikov <melifaro@FreeBSD.org> 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
/freebsd/sys/netlink/
H A Dnetlink_message_parser.cdiff 25c2dd2f2c6c6144d59d463c95f0471301d6efaa Thu Feb 09 15:53:44 CET 2023 Alexander V. Chernikov <melifaro@FreeBSD.org> 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
H A Dnetlink_message_parser.hdiff 25c2dd2f2c6c6144d59d463c95f0471301d6efaa Thu Feb 09 15:53:44 CET 2023 Alexander V. Chernikov <melifaro@FreeBSD.org> 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
H A Dnetlink_message_writer.hdiff 25c2dd2f2c6c6144d59d463c95f0471301d6efaa Thu Feb 09 15:53:44 CET 2023 Alexander V. Chernikov <melifaro@FreeBSD.org> 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
H A Dnetlink_message_writer.cdiff 25c2dd2f2c6c6144d59d463c95f0471301d6efaa Thu Feb 09 15:53:44 CET 2023 Alexander V. Chernikov <melifaro@FreeBSD.org> 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