IETF NETCONF (Network Configuration Protocol) Working Group
WG Web: <http://tools.ietf.org/wg/netconf/>
WG List: <netconf@ietf.org>
WG Chair: Bert Wijnen
<bertietf@bwijnen.net>
WG Chair: Mehmet Ersue
<mehmet.ersue@nsn.com>
Editor: Andy Bierman
<andy.bierman@brocade.com>
Editor: Balazs Lengyel
<balazs.lengyel@ericsson.com>
This module defines an extension to the NETCONF protocol
that allows the NETCONF client to control how default
values are handled by the server in particular NETCONF
operations.
Copyright (c) 2011 IETF Trust and the persons identified as
the document authors. 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 6243; see
the RFC itself for full legal notices.
Initial version.
RFC 6243: With-defaults Capability for NETCONF
Possible modes to report default data.
RFC 6243; Section 3.
All default data is reported.
RFC 6243; Section 3.1
All default data is reported.
Any nodes considered to be default data
will contain a 'default' XML attribute,
set to 'true' or '1'.
RFC 6243; Section 3.4
Values are not reported if they contain the default.
RFC 6243; Section 3.2
Report values that contain the definition of
explicitly set data.
RFC 6243; Section 3.3
Contains the <with-defaults> parameter for control
of defaults in NETCONF retrieval operations.
The explicit defaults processing mode requested.
RFC 6243; Section 4.5.1
Adds the <with-defaults> parameter to the
input of the NETCONF <get-config> operation.
RFC 6243; Section 4.5.1
Adds the <with-defaults> parameter to
the input of the NETCONF <get> operation.
RFC 6243; Section 4.5.1
Adds the <with-defaults> parameter to
the input of the NETCONF <copy-config> operation.
RFC 6243; Section 4.5.1