Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion models/yang/annotations/openconfig-system-annot.yang
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ module openconfig-system-annot {
import openconfig-system { prefix oc-sys; }
import sonic-extensions {prefix sonic-ext; }
import openconfig-system-grpc { prefix oc-sys-grpc; }
import gnsi-pathz { prefix gnsi-pathz; }

deviation /oc-sys:system/oc-sys:ssh-server/oc-sys:state {
deviate add {
Expand All @@ -22,5 +23,11 @@ module openconfig-system-annot {
sonic-ext:subtree-transformer "grpc_server_xfmr";
}
}
}

deviation /oc-sys:system/gnsi-pathz:gnmi-pathz-policies {
deviate add {
sonic-ext:key-transformer "pathz_policies_key_xfmr";
sonic-ext:subtree-transformer "pathz_policies_xfmr";
}
}
}
Loading