mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[PR #4771] [MERGED] vnet: fix issues #5040
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#5040
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/fatedier/frp/pull/4771
Author: @fatedier
Created: 4/27/2025
Status: ✅ Merged
Merged: 4/27/2025
Merged by: @fatedier
Base:
dev← Head:new📝 Commits (1)
1323010vnet: fix issues📊 Changes
18 files changed (+268 additions, -182 deletions)
View changed files
📝
client/admin_api.go(+6 -6)📝
client/control.go(+1 -1)📝
client/service.go(+1 -1)📝
pkg/plugin/client/virtual_net.go(+32 -11)📝
pkg/plugin/visitor/virtual_net.go(+20 -60)📝
pkg/util/vhost/http.go(+1 -1)📝
pkg/util/vhost/vhost.go(+1 -1)📝
pkg/vnet/controller.go(+72 -46)📝
pkg/vnet/message.go(+4 -4)📝
pkg/vnet/tun.go(+47 -15)📝
pkg/vnet/tun_linux.go(+55 -8)📝
server/control.go(+1 -1)📝
server/dashboard_api.go(+10 -10)📝
server/service.go(+9 -9)📝
test/e2e/e2e.go(+1 -1)📝
test/e2e/framework/request.go(+3 -3)📝
test/e2e/legacy/features/real_ip.go(+2 -2)📝
test/e2e/v1/features/real_ip.go(+2 -2)📄 Description
WHY
Summary by CodeRabbit
New Features
Refactor
Style
Bug Fixes
Chores
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.