[email protected] Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pcep-ietf-p2mp-te-lsp Show documentation
Show all versions of pcep-ietf-p2mp-te-lsp Show documentation
PCE IETF Point-to-Multipoint Traffic Engineering Label Switched Paths
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