I want to add/remove the MAC addresses of my VMd during start/stop to ovs. I think I need to create a hookscript and make calls like
I could parse most information with a call to
but maybe some of the required information is available elsewhere?
Bash:
ovs-appctl fdb/add <OVS_BRIDGE_NAME> tap<VMID>i<NETNUM> 0 de:ad:be:ff:00
qm config <VMID>
but maybe some of the required information is available elsewhere?