fea: access for ceci.

This commit is contained in:
Daniel Ding
2025-04-13 15:33:35 +08:00
parent d7622bbc05
commit 754d933e68
859 changed files with 120670 additions and 145098 deletions

View File

@@ -8,6 +8,10 @@ import (
nl "github.com/vishvananda/netlink"
)
func NewBridger(provider, name string, ifMtu int) Bridger {
return NewLinuxBridge(name, ifMtu)
}
type LinuxBridge struct {
sts DeviceStats
address *nl.Addr