Optimization of PUT

This commit is contained in:
Olof hagsand 2024-02-05 17:14:36 +01:00
parent 4e3bd6fbdd
commit 23dcb58758
15 changed files with 221 additions and 131 deletions

View file

@ -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";