Optimization of PUT
This commit is contained in:
parent
4e3bd6fbdd
commit
23dcb58758
15 changed files with 221 additions and 131 deletions
|
|
@ -50,11 +50,8 @@ EOF
|
|||
# data model.
|
||||
cat <<EOF > $fyang
|
||||
module example {
|
||||
|
||||
namespace "http://example.com/ns/interfaces";
|
||||
|
||||
prefix exam;
|
||||
|
||||
typedef status-type {
|
||||
description "Interface status";
|
||||
type enumeration {
|
||||
|
|
@ -66,7 +63,6 @@ module example {
|
|||
}
|
||||
default ok;
|
||||
}
|
||||
|
||||
container interfaces {
|
||||
description "Example interfaces group";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue