projects
/
osm
/
IM.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
4a09d8e
0ec676d
)
Merge "Feature 1417: support of PDUs in a VNF"
author
hoban
<adrian.hoban@intel.com>
Fri, 2 Mar 2018 14:40:40 +0000
(15:40 +0100)
committer
Gerrit Code Review
<root@osm.etsi.org>
Fri, 2 Mar 2018 14:40:40 +0000
(15:40 +0100)
1
2
models/yang/vnfd-base.yang
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
models/yang/vnfd-base.yang
index
acb5b28
,
1407016
..
cd2061b
---
1
/
models/yang/vnfd-base.yang
---
2
/
models/yang/vnfd-base.yang
+++ b/
models/yang/vnfd-base.yang
@@@
-62,9
-62,8
+62,9
@@@
module vnfd-bas
}
leaf port-security-enabled {
- description "Enables the port security for the port";
+ description "Enables the port security for the port
.
";
type boolean;
+ default true;
}
}