mirror of
https://github.com/apple/container.git
synced 2026-09-26 09:35:37 +00:00
Make MTU configurable for Netlink (#204)
Here we add the implementation to make MTU value configurable instead of hardcoding in `linkSet`.
This commit is contained in:
@@ -53,7 +53,7 @@ public protocol VirtualMachineAgent: Sendable {
|
||||
func deleteProcess(id: String, containerID: String?) async throws
|
||||
|
||||
// Networking
|
||||
func up(name: String) async throws
|
||||
func up(name: String, mtu: UInt32?) async throws
|
||||
func down(name: String) async throws
|
||||
func addressAdd(name: String, address: String) async throws
|
||||
func routeAddDefault(name: String, gateway: String) async throws
|
||||
|
||||
Reference in New Issue
Block a user