blob: 239e0b6ff6320a16a781ccc8759e833e57094480 [file] [log] [blame]
module Test {
yang-version 1;
namespace http://huawei.com;
prefix Ant;
leaf ifType {
when "ifType != 'ethernet'" {
description "ifType is not ethernet";
}
type enumeration {
enum ethernet;
enum atm;
}
}
}