raven icon indicating copy to clipboard operation
raven copied to clipboard

provide layer 3 and layer 7 network connectivity among pods in different physical regions

Results 28 raven issues
Sort by recently updated
recently updated
newest added

Improve code quality

边缘节点在无法连接公网环境下,是没办法通过 https://api.ipify.org 这些地址获取公网ip的 而每个边缘的gw写上public太过麻烦,wiregurd与libreswan都支持自动获取建立vpn隧道的endpoint 也就是public ip ,所以去掉对public ip 的强依赖

Currently only the ipsec section has unit tests, the wireguard part has no unit tests. And with the merging of nat traversal code, we need to add unit test code...

Metrics should contains: Basic metrics of cross-edge connection Connection status, reconnection counts. PPS/BPS, Summary of data consumed Flow infos: which ipip traffic be transmitted through raven tunnel. Connection quality &...

Bumps [github.com/openyurtio/openyurt](https://github.com/openyurtio/openyurt) from 1.3.0 to 1.3.4. Release notes Sourced from github.com/openyurtio/openyurt's releases. v1.3.4 What's Changed [Backport release-v1.3] improve yurtstaticset template metadata by @​github-actions in openyurtio/openyurt#1591 Full Changelog: https://github.com/openyurtio/openyurt/compare/v1.3.3...v1.3.4 v1.3.3 What's...

Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.3 to 1.8.4. Commits f97607b Create GitHub release when new release tag is pushed (#1354) See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/stretchr/testify&package-manager=go_modules&previous-version=1.8.3&new-version=1.8.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger...

https://github.com/openyurtio/raven/blob/c680901d4064e593c49fab445f9a29d95a73af94/pkg/networkengine/vpndriver/driver.go#L78C1-L78C1 At present, the election mode of the centre gateway is selected sequentially from the nodes with underNAT=false. However, some edge nodes have public IP and underNAT=false, which is not...