rajujith commented on issue #9905: URL: https://github.com/apache/cloudstack/issues/9905#issuecomment-2469604210
@miloserdoff can you check for any stale bridge configurations on the host and fix them? Below is an example that works properly : `/usr/share/cloudstack-common/scripts/vm/network/vnet/modifyvlan.sh -v 1556 -p eth1 -b breth1-1556 -o add` the -p should be passed with the physical interface name but in your log, its having a bridge interface. `"Usage: %s: -o <op>(add | delete) -v <vlan id> -p <pif> -b <bridge name> -d <delete bridge>(true | false)\n"` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
