We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Also, the NACM+PATHS+CLI support is sketchy as well see clicon/clixon#468 The general case, NACM+MOUNT for NETCONF/RESTCONF seems OK (see #62)
The text was updated successfully, but these errors were encountered:
Temporary workaround for set using "load" as follows. Example set command (should but does not work):
# set devices device openconfig1 config interfaces interface x config mtu 1600
Workaround uisng load:
load merge xml <config> <devices xmlns="http://clicon.org/controller"> <device> <name>openconfig1</name> <config> <interfaces xmlns="http://openconfig.net/yang/interfaces"> <interface> <name>x</name> <config> <mtu>1600</mtu> </config> </interface> </interfaces> </config> </device> </devices> </config>
Sorry, something went wrong.
Test and worksaround for #67 (not fixed)
66ecbec
Test and worksaround for clicon#67 (not fixed)
97694ae
No branches or pull requests
Also, the NACM+PATHS+CLI support is sketchy as well
see clicon/clixon#468
The general case, NACM+MOUNT for NETCONF/RESTCONF seems OK (see #62)
The text was updated successfully, but these errors were encountered: