mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
bug 6712: for router responses, change guestmacaddress -> macaddress to preserve behavior from 2.1.x and before.
status 6712: resolved fixed
This commit is contained in:
parent
869f3587c3
commit
fcb0ff83ac
@ -84,7 +84,7 @@ public class DomainRouterResponse extends BaseResponse {
|
||||
@SerializedName("guestipaddress") @Param(description="the guest IP address for the router")
|
||||
private String guestIpAddress;
|
||||
|
||||
@SerializedName("guestmacaddress") @Param(description="the guest MAC address for the router")
|
||||
@SerializedName("macaddress") @Param(description="the guest MAC address for the router")
|
||||
private String guestMacAddress;
|
||||
|
||||
@SerializedName("guestnetmask") @Param(description="the guest netmask for the router")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user