68typedef enum op_method_t_ {
87typedef enum op_srctyp_t_ {
96typedef enum op_targtyp_t_ {
104typedef enum op_defop_t_ {
114typedef enum op_filtertyp_t_ {
122typedef enum op_editop_t_ {
137typedef enum op_insertop_t_ {
160typedef enum op_testop_t_ {
173typedef enum op_errop_t_ {
182typedef struct op_filter_t_ {
201extern const xmlChar *
211extern const xmlChar *
231extern const xmlChar *
261extern const xmlChar *
281extern const xmlChar *
301extern const xmlChar *
op_errop_t op_errop_id(const xmlChar *errstr)
Get the ID for the error-option from its keyword.
Definition: op.c:441
op_defop_t
NETCONF protocol default edit-config operation types.
Definition: op.h:104
const xmlChar * op_insertop_name(op_insertop_t ins_id)
Get the keyword for the specified op_insertop_t enumeration.
Definition: op.c:202
op_insertop_t op_insertop_id(const xmlChar *opstr)
Get the ID for the insert operation from its keyword.
Definition: op.c:232
op_srctyp_t
NETCONF protocol operation PDU source types.
Definition: op.h:87
op_editop_t op_defop_id(const xmlChar *defstr)
Get the ID for the default-operation from its keyword.
Definition: op.c:327
op_method_t
NETCONF protocol operation enumeration is actually an RPC method in the NECONF namespace This is not ...
Definition: op.h:68
const xmlChar * op_defop_name(op_defop_t def_id)
Get the keyword for the specified op_defop_t enumeration.
Definition: op.c:297
op_targtyp_t
NETCONF protocol operation PDU target types.
Definition: op.h:96
op_filtertyp_t
NETCONF protocol operation PDU filter types.
Definition: op.h:114
boolean op_editop_is_delete(op_editop_t ed_id)
Check if the editop is some sort of delete.
Definition: op.c:510
op_editop_t op_editop_id(const xmlChar *opstr)
Get the ID for the editop from its keyword.
Definition: op.c:146
op_errop_t
NETCONF edit-config error-option types.
Definition: op.h:173
op_insertop_t
YANG insert operation types.
Definition: op.h:137
op_testop_t op_testop_enum(const xmlChar *teststr)
Get the enum for the specified op_testop_t string.
Definition: op.c:388
op_filtertyp_t op_filtertyp_id(const xmlChar *filstr)
Get the ID for the filter type from its keyword.
Definition: op.c:267
op_testop_t
NETCONF edit-config test-option types.
Definition: op.h:160
const xmlChar * op_errop_name(op_errop_t err_id)
Get the keyword for the specified op_errop_t enumeration.
Definition: op.c:413
const xmlChar * op_editop_name(op_editop_t ed_id)
Get the keyword for the specified op_editop_t enumeration.
Definition: op.c:106
op_editop_t
NETCONF edit-config operation types.
Definition: op.h:122
const xmlChar * op_method_name(op_method_t op_id)
Get the keyword for the specified STD RPC method.
Definition: op.c:58
op_t
NETCONF full operation list for access control.
Definition: op.h:147
const xmlChar * op_testop_name(op_testop_t test_id)
Get the keyword for the specified op_testop_t enumeration.
Definition: op.c:359
op_defop_t op_defop_id2(const xmlChar *defstr)
Get the ID for the default-operation from its keyword Return the op_defop_t, not the op_editop_t conv...
Definition: op.c:474
@ OP_DEFOP_NOT_SET
not set
Definition: op.h:105
@ OP_DEFOP_NOT_USED
defaul op not used
Definition: op.h:109
@ OP_DEFOP_REPLACE
defaul op is replace
Definition: op.h:108
@ OP_DEFOP_MERGE
defaul op is merge
Definition: op.h:107
@ OP_DEFOP_NONE
defaul op is none
Definition: op.h:106
@ OP_SOURCE_CONFIG
source is a datastore
Definition: op.h:89
@ OP_SOURCE_URL
source is URL
Definition: op.h:91
@ OP_SOURCE_INLINE
source is inline config
Definition: op.h:90
@ OP_SOURCE_NONE
not set
Definition: op.h:88
@ OP_VALIDATE
validate, #validate capability
Definition: op.h:81
@ OP_UNLOCK
unlock
Definition: op.h:75
@ OP_GET
get
Definition: op.h:76
@ OP_COPY_CONFIG
copy-config
Definition: op.h:72
@ OP_KILL_SESSION
kill-session
Definition: op.h:78
@ OP_DISCARD_CHANGES
discard-changes, #candidate capability
Definition: op.h:80
@ OP_NO_METHOD
not set
Definition: op.h:69
@ OP_CLOSE_SESSION
close-session
Definition: op.h:77
@ OP_GET_CONFIG
get-config
Definition: op.h:70
@ OP_CANCEL_COMMIT
cancel-commit, base:1.1 + conf-commit
Definition: op.h:82
@ OP_DELETE_CONFIG
delete-config
Definition: op.h:73
@ OP_LOCK
lock
Definition: op.h:74
@ OP_COMMIT
commit, #candidate capability
Definition: op.h:79
@ OP_EDIT_CONFIG
edit-config
Definition: op.h:71
@ OP_TARGET_NONE
not set
Definition: op.h:97
@ OP_TARGET_CONFIG
target is a datastore
Definition: op.h:98
@ OP_TARGET_URL
target is a URL
Definition: op.h:99
@ OP_FILTER_XPATH
XPath filter.
Definition: op.h:117
@ OP_FILTER_SUBTREE
subtree filter
Definition: op.h:116
@ OP_FILTER_NONE
not set
Definition: op.h:115
@ OP_ERROP_CONTINUE
continue-on-error
Definition: op.h:176
@ OP_ERROP_STOP
stop-on-error
Definition: op.h:175
@ OP_ERROP_ROLLBACK
rollback-on-error
Definition: op.h:177
@ OP_ERROP_NONE
not set
Definition: op.h:174
@ OP_INSOP_LAST
insert last (default)
Definition: op.h:140
@ OP_INSOP_BEFORE
insert before foo
Definition: op.h:141
@ OP_INSOP_FIRST
insert first
Definition: op.h:139
@ OP_INSOP_NONE
not set
Definition: op.h:138
@ OP_INSOP_AFTER
insert after foo
Definition: op.h:142
@ OP_TESTOP_SET
set
Definition: op.h:163
@ OP_TESTOP_TESTONLY
test-only
Definition: op.h:164
@ OP_TESTOP_TESTTHENSET
test-then-set (default)
Definition: op.h:162
@ OP_TESTOP_NONE
not set
Definition: op.h:161
@ OP_EDITOP_REMOVE_ALL
remove-all, yumapro only
Definition: op.h:132
@ OP_EDITOP_LOAD
load, internal enum
Definition: op.h:128
@ OP_EDITOP_DELETE
edit op is delete
Definition: op.h:127
@ OP_EDITOP_REMOVE
remove, base:1.1 only
Definition: op.h:130
@ OP_EDITOP_COMMIT
commit, internal enum
Definition: op.h:129
@ OP_EDITOP_NONE
not set
Definition: op.h:123
@ OP_EDITOP_CREATE
edit op is create
Definition: op.h:126
@ OP_EDITOP_MERGE
edit op is merge
Definition: op.h:124
@ OP_EDITOP_DELETE_ALL
delete-all, yumapro only
Definition: op.h:131
@ OP_EDITOP_REPLACE
edit op is replace
Definition: op.h:125
@ OP_REPLACE
replace
Definition: op.h:150
@ OP_DELETE
delete
Definition: op.h:152
@ OP_NONE
not set
Definition: op.h:148
@ OP_LOAD
load
Definition: op.h:153
@ OP_CREATE
create
Definition: op.h:151
@ OP_READ
read
Definition: op.h:155
@ OP_MERGE
merge
Definition: op.h:149
@ OP_NOTIFY
notify
Definition: op.h:154
NETCONF protocol operation filter spec.
Definition: op.h:182
struct val_value_t_ * op_filter
back-ptr to the filter value
Definition: op.h:184
op_filtertyp_t op_filtyp
filter type
Definition: op.h:183