Config and status containers should be visible even if empty.
Change-Id: If926d745c9e732ff4fb1d5646cc105aec4f30a93
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
namespace "urn:opendaylight:vtn:config";
prefix vconf;
- /* OpenDaylight yangtools */
+ /* OpenDaylight MD-SAL */
import ietf-yang-types {
prefix yang;
revision-date 2010-09-24;
revision-date 2015-02-09;
}
- /* OpenDaylight yangtools */
+ /* OpenDaylight MD-SAL */
import opendaylight-l2-types {
prefix l2;
revision-date 2013-08-27;
revision-date 2015-02-09;
}
- /* OpenDaylight yangtools */
+ /* OpenDaylight MD-SAL */
import opendaylight-l2-types {
prefix l2;
revision-date 2013-08-27;
revision-date 2015-09-07;
}
- /* OpenDaylight yangtools */
+ /* OpenDaylight MD-SAL */
import ietf-yang-types {
prefix yang;
revision-date 2010-09-24;
container mac-map-config {
description
"The container which contains configuration for MAC mapping.";
+ presence "Indicates that the MAC mapping is present.";
uses vtn-mac-map-config;
}
description
"The container which contains runtime status information about
MAC mapping.";
+ presence "Indicates that the MAC mapping is present.";
uses vtn-mac-map-status;
}
}
revision-date 2013-08-19;
}
- /* OpenDaylight yangtools */
+ /* OpenDaylight MD-SAL */
import ietf-yang-types {
prefix yang;
revision-date 2010-09-24;
"The container which contains port mapping configuration,
which maps a physical switch port to a virtual interface in
a virtual node.";
+ presence "Indicates that the port mapping is present.";
uses vtn-port-map-config;
}
}
revision-date 2013-11-12;
}
- /* OpenDaylight yangtools */
+ /* OpenDaylight MD-SAL */
import opendaylight-l2-types {
prefix l2;
revision-date 2013-08-27;
description
"The container which contains runtime information about
this virtual bridge.";
+ presence "Indicates that the virtual bridge is present.";
uses vtn-bridge-status;
}
container vbridge-config {
description
"The container which contains configuration for vBridge.";
+ presence "Indicates that the vBridge is present.";
uses vtn-vbridge-config;
}
description
"The container which contains configuration for virtual
interface.";
+ presence "Indicates that the virtual interface is present.";
uses vtn-vinterface-config;
}
"The container which contains runtime status information about
the virtual interface which can contain port mapping
configuration.";
+ presence "Indicates that the virtual interface is present.";
uses vtn-mappable-vinterface-status;
}
container vlan-map-config {
description
"The container which contains configuration for VLAN mapping.";
+ presence "Indicates that the VLAN mapping is present.";
uses vtn-vlan-map-config;
}
description
"The container which contains runtime status information about
VLAN mapping.";
+ presence "Indicates that the VLAN mapping is present.";
uses vtn-vlan-map-status;
}
}
container vterminal-config {
description
"The container which contains configuration for vTerminal.";
+ presence "Indicates that the VLAN mapping is present.";
uses vtn-vterminal-config;
}
description
"The container which contains configuration for the Virtual
Tenant Network (VTN).";
+ presence "Indicates that the VTN is present.";
uses vtn-vtenant-config;
}