Peter Feige
Peter Feige
Hi, please consider the following schema: ~~~ module test-send-notification { namespace "urn:test:send:notification"; prefix tsn; rpc send-notification { description "Triggers sending of a notification whose content is specified by this RPC.";...
Hi, please consider the following two YANG schema modules: ~~~ module test-deviation { namespace "urn:test:deviation"; prefix test-dev; identity base-identity-delete; identity derived-identity1-delete { base base-identity-delete; } identity derived-identity2-delete { base base-identity-delete;...