forked from iqiyi/dpvs
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Mcaddr #13
Open
ywc689
wants to merge
431
commits into
master
Choose a base branch
from
mcaddr
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: ywc689 <[email protected]>
Signed-off-by: ywc689 <[email protected]>
…bugfix Tunnel pkt csum error bugfix
bugfix:icmp send fail
QUIC-LoadBalancer@container needs this feature. Signed-off-by: Robin Lu < [email protected]> Signed-off-by: Robin Lu <[email protected]>
…r_fnat64 fix uoa client sport error in fnat64
Signed-off-by: wencyu <[email protected]>
Tcp reciece window of the client is closed in the first step of synproxy, and client could only send window probe ack packets without payload in the case. So it conflicts with the defer_rs_syn, which schedules ipvs connection only when tcp ack packets with payload catched in the second step of synproxy. Besides, a config item close_client_window is added to disable client window close in the first step of synproxy. Signed-off-by: ywc689 <[email protected]>
ipvs: fix oifname typo
1.check the pointer befor use. 2.check dest status with a unified function 'dp_vs_dest_is_valid'
This is an optimization of pr#574, in which quiescent connections are expired immediately when realserver weight is 0. Unfortunately, it didn't deal with the case where the realserver was removed. The patch fixes the problem by also expiring the connections that are in unavailable status(dp_vs_dest_is_avail returns false). Signed-off-by: ywc689 <[email protected]>
synproxy: fix fullnat tcp forwarding problem when defer_rs_syn enabled
ipvs: fix crash problem caused by using unsafe list macro in conhash
fix: small issue in mh scheduler:
… service attribute
sent rst to both ends when snat session expires
fix some compile problems found on ubuntu
ipvs: expire quiescent connections after realserver was removed
Signed-off-by: ywc689 <[email protected]>
Signed-off-by: ywc689 <[email protected]>
Release v1.9.2
Fix backend update racing problem with dpvs-agent and healthcheck.
use better random source
…n start Signed-off-by: ywc689 <[email protected]>
…w warning with gcc version 8.0+ Signed-off-by: ywc689 <[email protected]>
Reduce atomic op by one.
…random with rte_rand Signed-off-by: ywc689 <[email protected]>
bugfix: new_vs quorum_up script will not be excuted
ip_vs_conn: A small improvement
Signed-off-by: ywc689 <[email protected]>
ipvs: sctp implementation
Bugfixes from Issues
…migration Signed-off-by: ywc689 <[email protected]>
tools/ipvsadm: fix could not remove lip
ec41e40
to
d639e8a
Compare
This is a temporary fix, and hopefully can work until Spring 2025. https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/ Signed-off-by: ywc689 <[email protected]>
ci: fix unsupported Node20 problem
It fixes following problems in Previous implementation. 1. Neglected the fact that multicast IPv4/IPv6 address can be mapped to one multicast hw address, and a lower dpvs port may have multiple upper ports (such as vlan). 2. Multicast hw addresses could sync from kni multiple times or be deleted by mistake. 3. Interferences of linked down kni devices. Signed-off-by: ywc689 <[email protected]>
Signed-off-by: ywc689 <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.