-
Notifications
You must be signed in to change notification settings - Fork 260
Support different ipv6 network device in network-tunnel-manager.sh #6255
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
base: feat/operators/ntm-upgrades
Are you sure you want to change the base?
Conversation
|
@heri16 is attempting to deploy a commit to the nyx-network Team on Vercel. A member of the Team first needs to authorize it. |
|
Thank you for making this first PR |
|
Hey, it looks good. Thank you for your PR. Please redirect it from This var is used here: If you want you can toggle that too, otherwise I will fix that one |
|
For the record: nonroot@localhost:~$ ip -6 -o route show default
default dev eth1.1 proto static metric 1024 pref medium |
Should we have:
Also, I've found another issue with the |
…dge_deployment.sh
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please review latest changes to this PR.
|
I would prefer this one as the program should ask minimum from the operator
If that issue on QUIC connects to this interface, feel free to add it to this PR. |
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
On many VPS providers, the IPv4 uplink network interface is eth0, while the IPv6 uplink may be on a different interface (e.g., eth1 or another device).
This PR:
NETWORK_DEVICEtoIPV4_UPLINK_DEVandIPV6_UPLINK_DEVThis change is