-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
net adding set_fib call to set FIB route on FreeBSD. #101213
base: master
Are you sure you want to change the base?
Conversation
(rust-highfive has picked a reviewer for you, use r? to override) |
This comment has been minimized.
This comment has been minimized.
Could you please provide some more detailed documentation than "route FIB table id"? What is this, what effect does it have, why might people want to set it? |
@rustbot author |
Hey! It looks like you've submitted a new PR for the library teams! If this PR contains changes to any Examples of
Some changes occurred in src/tools/cargo cc @ehuss |
Various documentations had been updated. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
☔ The latest upstream changes (presumably #109133) made this pull request unmergeable. Please resolve the merge conflicts. |
☔ The latest upstream changes (presumably #113083) made this pull request unmergeable. Please resolve the merge conflicts. |
Is this call only available on FreeBSD or is an equivalent available on other OS? |
good question ... sort of. The Linux's SO_MARK or the OpenBSD's SO_RTABLE are the closest I can think of. |
If it isn't something we can clearly generalize across all so-called "Unix" OS with maybe 1 or 2 exceptions I would rather not add it via this path, then. |
Please open an ACP which discusses the options here re: this proposed new function call and also options for exposing it on other OS than FreeBSD (or not exposing it at all!). Basically the question is more or less "should this be available via some path like |
@rustbot author |
☔ The latest upstream changes (presumably #117285) made this pull request unmergeable. Please resolve the merge conflicts. |
548c3d8
to
bf817bf
Compare
ACP: rust-lang/libs-team#255