autocli: fix for disable rule in previous commit
This commit is contained in:
parent
74e8934636
commit
7ed3973b8d
2 changed files with 5 additions and 2 deletions
|
|
@ -6,7 +6,10 @@
|
||||||
<edit-mode-default>list container</edit-mode-default>
|
<edit-mode-default>list container</edit-mode-default>
|
||||||
<completion-default>true</completion-default>
|
<completion-default>true</completion-default>
|
||||||
<rule>
|
<rule>
|
||||||
<name>exclude nacm</name>
|
<name>Exclude all ietf modules</name>
|
||||||
|
<description>
|
||||||
|
This is to avoid generating autocli rules for standard top-level IETF YANGs, such as NACM
|
||||||
|
</description>
|
||||||
<module-name>ietf-netconf-acm</module-name>
|
<module-name>ietf-netconf-acm</module-name>
|
||||||
<operation>disable</operation>
|
<operation>disable</operation>
|
||||||
</rule>
|
</rule>
|
||||||
|
|
|
||||||
|
|
@ -47,7 +47,7 @@ YANGSPECS += clixon-lib@2024-08-01.yang # 7.2
|
||||||
YANGSPECS += clixon-rfc5277@2008-07-01.yang
|
YANGSPECS += clixon-rfc5277@2008-07-01.yang
|
||||||
YANGSPECS += clixon-xml-changelog@2019-03-21.yang
|
YANGSPECS += clixon-xml-changelog@2019-03-21.yang
|
||||||
YANGSPECS += clixon-restconf@2022-08-01.yang # 5.9
|
YANGSPECS += clixon-restconf@2022-08-01.yang # 5.9
|
||||||
YANGSPECS += clixon-autocli@2023-09-01.yang # 6.4
|
YANGSPECS += clixon-autocli@2024-08-01.yang # 7.2
|
||||||
|
|
||||||
all:
|
all:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue