From fcb0ff83ac1cb37d5a7db880e6983ebc6e12f41a Mon Sep 17 00:00:00 2001 From: Kris McQueen Date: Mon, 25 Oct 2010 16:37:34 -0700 Subject: [PATCH] bug 6712: for router responses, change guestmacaddress -> macaddress to preserve behavior from 2.1.x and before. status 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 f2aeedd461a..c7037829ca2 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("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")