// Setup bridge and firewall rules
commands := []struct {
name string
args []string
{"ip", []string{"l", "add", bridgeName, "type", "bridge"}},
{"ip", []string{"l", "set", bridgeName, "up"}},
{"ip", []string{"a", "add", bridgeIP, "dev", bridgeName, "scope", "host"}},
AI text/layout recreation from video frame; verify against source image.