From: Shigeru Yasuda Date: Thu, 4 Feb 2016 14:52:09 +0000 (+0900) Subject: Bug 5236: Fixed inappropriate node name in VTN configuration file. X-Git-Tag: release/boron~93 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=42d822fa6713d02a83220112ae3c670ccb516440;p=vtn.git Bug 5236: Fixed inappropriate node name in VTN configuration file. * Use for virtual interface configuration. Change-Id: Ie4656e3d5c26926fa1ac10334f506916709488f6 Signed-off-by: Shigeru Yasuda (cherry picked from commit 52c912fe34fba56739037ecb71acede2ecbbae34) --- diff --git a/manager/implementation/src/main/java/org/opendaylight/vtn/manager/internal/vnode/xml/XmlAbstractBridge.java b/manager/implementation/src/main/java/org/opendaylight/vtn/manager/internal/vnode/xml/XmlAbstractBridge.java index 37210d37..238686fd 100644 --- a/manager/implementation/src/main/java/org/opendaylight/vtn/manager/internal/vnode/xml/XmlAbstractBridge.java +++ b/manager/implementation/src/main/java/org/opendaylight/vtn/manager/internal/vnode/xml/XmlAbstractBridge.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015 NEC Corporation. All rights reserved. + * Copyright (c) 2015, 2016 NEC Corporation. All rights reserved. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v1.0 which accompanies this distribution, @@ -35,7 +35,7 @@ public abstract class XmlAbstractBridge extends XmlVNode { * A list of virtual interfaces. */ @XmlElementWrapper(name = "vinterfaces") - @XmlElement + @XmlElement(name = "vinterface") private List interfaces; /**