* Use <vinterface> for virtual interface configuration.
Change-Id: Ie4656e3d5c26926fa1ac10334f506916709488f6
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
(cherry picked from commit
52c912fe34fba56739037ecb71acede2ecbbae34)
/*
- * 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,
* A list of virtual interfaces.
*/
@XmlElementWrapper(name = "vinterfaces")
- @XmlElement
+ @XmlElement(name = "vinterface")
private List<XmlVInterface> interfaces;
/**