All Downloads are FREE. Search and download functionalities are using the official Maven repository.

[email protected] Maven / Gradle / Ivy

There is a newer version: 0.22.6
Show newest version
module pcep-p2mp-te-lsp-config {
    yang-version 1;
    namespace "urn:opendaylight:params:xml:ns:yang:controller:pcep:p2mp:te:lsp:config";
    prefix "pcep-p2mp-config";

    description
        "Configuration for the PCEP p2mp te lsp extension.
         Copyright (c)2018 AT&T Services, 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";

    organization "AT&T Services, Inc.";
    contact "Claudio D. Gasparini ";

    revision "2018-11-09" {
        description "Initial revision";
    }

    container pcep-p2mp-te-lsp-config {
        leaf path-computation-capable {
            description "Advertize pcep-p2mp-te-lsp path computation capability";
            type boolean;
            default false;
        }
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy