Skip to content
New issue

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

NACM data read/write PATHS do not work with CLI and mount #67

Open
olofhagsand opened this issue Nov 22, 2023 · 1 comment
Open

NACM data read/write PATHS do not work with CLI and mount #67

olofhagsand opened this issue Nov 22, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@olofhagsand
Copy link
Member

olofhagsand commented Nov 22, 2023

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)

@olofhagsand
Copy link
Member Author

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>

krihal pushed a commit to krihal/clixon-controller that referenced this issue Jul 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant