mirror of https://github.com/apache/cloudstack.git
bug 6809, 6712: standardize the domain router response to use guestmacaddress instead of macaddress
status 6809, 6712: resolved fixed
This commit is contained in:
parent
689c241611
commit
9eb851db60
|
|
@ -84,7 +84,7 @@ public class DomainRouterResponse extends BaseResponse {
|
|||
@SerializedName("guestipaddress") @Param(description="the guest IP address for the router")
|
||||
private String guestIpAddress;
|
||||
|
||||
@SerializedName("macaddress") @Param(description="the guest MAC address for the router")
|
||||
@SerializedName("guestmacaddress") @Param(description="the guest MAC address for the router")
|
||||
private String guestMacAddress;
|
||||
|
||||
@SerializedName("guestnetmask") @Param(description="the guest netmask for the router")
|
||||
|
|
|
|||
Loading…
Reference in New Issue