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 tcp_md5sig structure on Linux #24830

Closed
mdlayher opened this issue Apr 12, 2018 · 1 comment
Closed

x/sys/unix: add tcp_md5sig structure on Linux #24830

mdlayher opened this issue Apr 12, 2018 · 1 comment

Comments

@mdlayher
Copy link
Member

I'm working on adding tcp_md5sig to x/sys/unix for use in metallb/metallb#215.

https://elixir.bootlin.com/linux/latest/source/include/uapi/linux/tcp.h#L253

This is a Linux socket option used with BGP speakers: https://criticalindirection.com/2015/05/12/tcp_md5sig/.

I've got a CL in progress but I'm not sure the generated code is quite right. Will submit it shortly for discussion.

@gopherbot gopherbot added this to the Unreleased milestone Apr 12, 2018
@gopherbot
Copy link

Change https://golang.org/cl/106656 mentions this issue: unix: add tcp_md5sig on Linux

@golang golang locked and limited conversation to collaborators Apr 18, 2019
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

4 participants