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

dev to main #2257

Closed
wants to merge 72 commits into from
Closed

dev to main #2257

wants to merge 72 commits into from

Conversation

laduke
Copy link
Contributor

@laduke laduke commented Mar 19, 2024

No description provided.

glimberg and others added 30 commits August 3, 2023 14:57
only need network and member IDs
Intention was to have (x >= 0 && x <= 8) but rules[rn].v.qosBucket is
unsigned (thus always >= 0)
Temporal integration with hosted controllers
remove some debug logging
laduke and others added 28 commits March 1, 2024 09:15
Fix rules engine evaluation quirks
it was counting incorrectly in some cases and
returning empty objects.
Basically just handling if network data is null
It was returning an array of array instead of
just array
Comment out debug traces in Rules Engine
Port multipath improvements to newer version
more project updates for win ARM64
this lets you host web apps out of
:9993/app/{app_name}
:9993/app/{other_app}

from $ZT_HOME/app/{app_name}
Fix condition where active-backup would fail to engage
cpp-httplib  sets IPV6_V6ONLY to false on it's sockets.
On FreeBSD, this makes all ipv4 addresses get get prefixed with ::ffff:
it makes them IPv6 addresses mapped to v4.

This is a partial fix for #2151. The cli will work again.
Something should probably also be adjusted with the httplib.

If you want to, for example, use the `allowManagementFrom` option in
local.conf
you will need to prefix it with "::ffff:", "::ffff:1.2.3.4"
which is a little surprising and inconsistent between BSD and other OSs.
Consider ::ffff:127.0.0.1 as a loopback address
…mbols from generated libraries in production builds
update temporal SDK + other Rust deps, strip debug symbols from release builds
@laduke laduke marked this pull request as draft March 19, 2024 19:20
@laduke laduke closed this Mar 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants