shwstppr commented on a change in pull request #4068:
URL: https://github.com/apache/cloudstack/pull/4068#discussion_r447403649
##########
File path: scripts/vm/hypervisor/xenserver/vmops
##########
@@ -162,7 +162,7 @@ def setLinkLocalIP(session, args):
if result.lower().strip() == "bridge":
try:
- cmd = ["brctl", "addbr", brName]
+ cmd = ["ip", "link", "add", "name", brName, "type", "bridge"]
Review comment:
Though both work. I've reverted the change
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]