NEUTRON-162: vlan_transparent attribute is missing in network_attributes
[neutron.git] / model / src / main / yang / neutron-networks.yang
index 58555ba0e34dbbe2a29026ff19b79411daf3a078..d065fdd8264b6169565a770a2278f751e3dcd0b9 100644 (file)
@@ -81,6 +81,13 @@ module neutron-networks {
                                 value.";
                 }
 
+                leaf vlan-transparent {
+                    type boolean;
+                    default "false";
+                    description "The state of the network, which is VLAN transparent (true) or
+                                not VLAN transparent (false)";
+                }
+
                 uses attrs:base-attributes;
                 uses attrs:admin-attributes;
             }