/* * Copyright (c) 2013 Cisco Systems, Inc. and others. 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, * and is available at http://www.eclipse.org/legal/epl-v10.html */ module baz { yang-version 1; namespace "urn:opendaylight.baz"; prefix "baz"; import foo { prefix "fo"; revision-date 2013-10-08; } import bar { prefix "br"; revision-date 2013-10-08; } description "Baz - Network topology is the arrangement of the various elements (links, nodes, etc.) of a computer network.[1][2] Essentially, it is the topological[3] structure of a network, and may be depicted physically or logically. Physical topology is the placement of the various components of a network, including device location and cable installation, while logical topology illustrates how data flows within a network, regardless of its physical design. Distances between nodes, physical interconnections, transmission rates, or signal types may differ between two networks, yet their topologies may be identical."; reference "RFC 6020 - http://tools.ietf.org/html/rfc6020"; revision "2013-10-08" { } augment "/br:network-topology/br:topology/br:link/fo:igp-link-attributes" { uses link-attributes; } grouping link-attributes { container ospf-link-attributes { description "Ospf-link-attributes - Network topology is the arrangement of the various elements (links, nodes, etc.) of a computer network.[1][2] Essentially, it is the topological[3] structure of a network, and may be depicted physically or logically. Physical topology is the placement of the various components of a network, including device location and cable installation, while logical topology illustrates how data flows within a network, regardless of its physical design. Distances between nodes, physical interconnections, transmission rates, or signal types may differ between two networks, yet their topologies may be identical."; reference "RFC 6020 - http://tools.ietf.org/html/rfc6020"; leaf multi-topology-id { description "Multi-topology-id - Network topology is the arrangement of the various elements (links, nodes, etc.) of a computer network.[1][2] Essentially, it is the topological[3] structure of a network, and may be depicted physically or logically. Physical topology is the placement of the various components of a network, including device location and cable installation, while logical topology illustrates how data flows within a network, regardless of its physical design. Distances between nodes, physical interconnections, transmission rates, or signal types may differ between two networks, yet their topologies may be identical."; reference "RFC 6020 - http://tools.ietf.org/html/rfc6020"; type uint8 { range "0..127"; } } } } }