File tree 2 files changed +6
-7
lines changed
2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 1
- module of-config1.1.1 {
1
+ module of-config1.1.1 {
2
2
namespace "urn:onf:of111:config:yang" ;
3
3
prefix of11-config;
4
4
@@ -287,7 +287,7 @@ module of-config1.1.1 {
287
287
description "This grouping specifies all properties of an
288
288
OpenFlow Logical Switch.
289
289
290
- Elements of type OFLogicalSwitchType cannot be created or
290
+ Elements of type OFLogicalSwitchType can be created or
291
291
deleted with NETCONF <edit-config> operations 'create' or
292
292
'delete'. The other NETCONF <edit-config> operations MUST be
293
293
implemented as follows:
@@ -450,11 +450,10 @@ module of-config1.1.1 {
450
450
different constraints apply. These are specified in
451
451
separate descriptions per type.
452
452
453
- At present the elements in this lists are not configurable
454
- and can only be retrieved by NETCONF <get> or <get-config>
455
- operations. Attemps to modify this element and its children
456
- with a NETCONF <edit-config> operation MUST result in an
457
- 'operation-not-supported' error with type 'application'." ;
453
+ The elements in this lists can be created, deleted or modified
454
+ by NETCONF <create>, <delete> and
455
+ <edit-config> operations. They can be retrieved by NETCONF
456
+ <get> or <get-config> operations.;
458
457
leaf-list port {
459
458
type leafref {
460
459
path " /capable-switch/resources/port/resource-id";
You can’t perform that action at this time.
0 commit comments