Skip to content

Commit

Permalink
net:bonding:Add support for IPV6 RLB to balance-alb mode
Browse files Browse the repository at this point in the history
This patch is implementing IPV6 RLB for balance-alb mode.

Suggested-by: Hu Yadi <huyd12@chinatelecom.cn>
Signed-off-by: Sun Shouxin <sunshouxin@chinatelecom.cn>
  • Loading branch information
Sun Shouxin authored and intel-lab-lkp committed Mar 21, 2022
1 parent 423f862 commit d84e696
Show file tree
Hide file tree
Showing 7 changed files with 615 additions and 14 deletions.
2 changes: 1 addition & 1 deletion drivers/net/bonding/bond_3ad.c
Expand Up @@ -2682,7 +2682,7 @@ int bond_3ad_get_active_agg_info(struct bonding *bond, struct ad_info *ad_info)
return ret;
}

int bond_3ad_lacpdu_recv(const struct sk_buff *skb, struct bonding *bond,
int bond_3ad_lacpdu_recv(struct sk_buff *skb, struct bonding *bond,
struct slave *slave)
{
struct lacpdu *lacpdu, _lacpdu;
Expand Down

0 comments on commit d84e696

Please sign in to comment.