Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x/sys/unix: add generic netlink types and constants on Linux #21682

Closed
mdlayher opened this issue Aug 29, 2017 · 1 comment
Closed

x/sys/unix: add generic netlink types and constants on Linux #21682

mdlayher opened this issue Aug 29, 2017 · 1 comment

Comments

@mdlayher
Copy link
Member

I'd like to add the types and constants found in <linux/genetlink.h>, as seen here: https://github.com/torvalds/linux/blob/master/include/uapi/linux/genetlink.h.

I will send a CL.

@gopherbot gopherbot added this to the Unreleased milestone Aug 29, 2017
@gopherbot
Copy link

Change https://golang.org/cl/59931 mentions this issue: unix: add generic netlink types and constants on Linux

micanzhang pushed a commit to micanzhang/sys that referenced this issue Sep 12, 2017
Generic netlink is a generalized netlink family which enables a series
of different communication channels to be multiplexed on a single
netlink family.

For more information, please see: https://lwn.net/Articles/208755/.

Fixes golang/go#21682.

Change-Id: I2095150e06471f4a0e1322fba669573aa8f0a9b1
Reviewed-on: https://go-review.googlesource.com/59931
Run-TryBot: Matt Layher <mdlayher@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
@golang golang locked and limited conversation to collaborators Aug 29, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants