You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I use a xml to delete index 2: <edit-config xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0"><target><running/></target><config><xacl nc:operation="delete" xmlns="x-acl"><rule><index>2</index></rule></xacl ></config></edit-config>
when I use a xml to delete index 2:
<edit-config xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0"><target><running/></target><config><xacl nc:operation="delete" xmlns="x-acl"><rule><index>2</index></rule></xacl ></config></edit-config>
yang is :
`module x-acl{
and other index also be deleted, how can I modify this
The text was updated successfully, but these errors were encountered: