X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=programming%2Ftopology-api%2Fsrc%2Fmain%2Fyang%2Fnetwork-topology-programming.yang;fp=programming%2Ftopology-api%2Fsrc%2Fmain%2Fyang%2Fnetwork-topology-programming.yang;h=bb65625346bde3fec96c092303b8cf4d0196ecb7;hb=a397aa4828919cc643647c96f5c916ee211f597f;hp=f29a5749b0461bfd577d71694e643c089b5ae6fe;hpb=35bce020a9c4fecb31e9962e5629b3d5a1bd0c47;p=bgpcep.git diff --git a/programming/topology-api/src/main/yang/network-topology-programming.yang b/programming/topology-api/src/main/yang/network-topology-programming.yang index f29a5749b0..bb65625346 100644 --- a/programming/topology-api/src/main/yang/network-topology-programming.yang +++ b/programming/topology-api/src/main/yang/network-topology-programming.yang @@ -1,39 +1,39 @@ module network-topology-programming { - yang-version 1; - namespace "urn:opendaylight:params:xml:ns:yang:topology:programming"; - prefix "tp"; - - import network-topology { prefix nt; revision-date 2013-10-21; } - import odl-network-topology { prefix ont; revision-date 2014-01-13; } - import programming { prefix pgm; revision-date 2013-09-30; } - - organization "Cisco Systems, Inc."; - contact "Robert Varga "; - - description - "This module contains the programming extensions for tunnel - topologies. - - Copyright (c)2013 Cisco Systems, Inc. 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"; - - revision "2013-11-02" { - description - "Initial revision."; - reference ""; - } - - grouping topology-instruction-input { - uses pgm:submit-instruction-input; - uses ont:network-topology-reference; - } - - grouping topology-instruction-output { - uses pgm:submit-instruction-output; - } + yang-version 1; + namespace "urn:opendaylight:params:xml:ns:yang:topology:programming"; + prefix "tp"; + + import network-topology { prefix nt; revision-date 2013-10-21; } + import odl-network-topology { prefix ont; revision-date 2014-01-13; } + import programming { prefix pgm; revision-date 2013-09-30; } + + organization "Cisco Systems, Inc."; + contact "Robert Varga "; + + description + "This module contains the programming extensions for tunnel + topologies. + + Copyright (c)2013 Cisco Systems, Inc. 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"; + + revision "2013-11-02" { + description + "Initial revision."; + reference ""; + } + + grouping topology-instruction-input { + uses pgm:submit-instruction-input; + uses ont:network-topology-reference; + } + + grouping topology-instruction-output { + uses pgm:submit-instruction-output; + } }