Github user ustcweizhou commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1797#discussion_r89973281 --- Diff: server/src/com/cloud/api/ApiResponseHelper.java --- @@ -3461,10 +3470,21 @@ public NicResponse createNicResponse(Nic result) { response.setNetmask(result.getIPv4Netmask()); response.setMacAddress(result.getMacAddress()); + if (result.getBroadcastUri() != null) { + response.setBroadcastUri(result.getBroadcastUri().toString()); --- End diff -- should these two only be visible for root admin?
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---