bug 6809, 6712: standardize the domain router response to use guestmacaddress instead of macaddress

status 6809, 6712: resolved fixed
This commit is contained in:
Kris McQueen 2010-10-28 11:25:51 -07:00
parent 689c241611
commit 9eb851db60
1 changed files with 1 additions and 1 deletions

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