From 9eb851db6099cdbbbdda7ff51f2f75da609808a1 Mon Sep 17 00:00:00 2001 From: Kris McQueen Date: Thu, 28 Oct 2010 11:25:51 -0700 Subject: [PATCH] bug 6809, 6712: standardize the domain router response to use guestmacaddress instead of macaddress status 6809, 6712: resolved fixed --- server/src/com/cloud/api/response/DomainRouterResponse.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/com/cloud/api/response/DomainRouterResponse.java b/server/src/com/cloud/api/response/DomainRouterResponse.java index c7037829ca2..f2aeedd461a 100644 --- a/server/src/com/cloud/api/response/DomainRouterResponse.java +++ b/server/src/com/cloud/api/response/DomainRouterResponse.java @@ -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")