/usr/share/yuma/modules/ietf-draft/ietf-direct-must-augment-extension@2015-06-12.yang is in libyuma-base 2.10-1build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 | module ietf-direct-must-augment-extension {
namespace
"urn:ietf:params:xml:ns:yang:ietf-direct-must-augment-extension";
prefix "direct-must-augment-ex";
organization
"IETF NETMOD (NETCONF Data Modeling Language) Working Group";
contact
"WG Web: <http://tools.ietf.org/wg/netmod/>
WG List: <mailto:netmod@ietf.org>
Editor: Vladimir Vassilev
<mailto:vladimir@transpacket.com>";
description
"This module contains extension of the standard augment statement.
Copyright (c) 2015 IETF Trust and the persons identified as
authors of the code. All rights reserved.
Redistribution and use in source and binary forms, with or
without modification, is permitted pursuant to, and subject
to the license terms contained in, the Simplified BSD License
set forth in Section 4.c of the IETF Trust's Legal Provisions
Relating to IETF Documents
(http://trustee.ietf.org/license-info).
This version of this YANG module is part of RFC XXXX; see
the RFC itself for full legal notices.";
// RFC Ed.: replace XXXX with actual RFC number and remove this
// note.
// RFC Ed.: update the date below with the date of RFC publication
// and remove this note.
revision 2015-06-12 {
description
"Initial revision.";
reference
"RFC XXXX: Direct Must Augment Extension";
}
/*
* Extension
*/
extension augment {
argument target;
description
"This extension introduces a direct must augment statement
capable of augmenting existing data nodes with new must
sub-statements.";
}
}
|