Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Thanks for this. It's possible (probable) I'm doing things the hard or incorrect way, but I have a vlan-aware linux bridge that my lab VMs are on. So I had to modify the shell script slightly:#!/bin/sh
brctl addif vmbr1 $1
bridge vlan del dev $1 vid ...