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:
Kris McQueen 2010-10-25 16:37:34 -07:00
parent 869f3587c3
commit fcb0ff83ac

View File

@ -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")