mirror of
https://github.com/luscis/openlan.git
synced 2025-10-07 09:30:54 +08:00
6 lines
115 B
Go
Executable File
6 lines
115 B
Go
Executable File
package network
|
|
|
|
func NewBridger(provider, name string, ifMtu int) Bridger {
|
|
return NewLinuxBridge(name, ifMtu)
|
|
}
|