Skip to content

Commit

Permalink
autocli: fix for disable rule in previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
olofhagsand committed Aug 18, 2024
1 parent 74e8934 commit 7ed3973
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion example/main/autocli.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
<edit-mode-default>list container</edit-mode-default>
<completion-default>true</completion-default>
<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>
<operation>disable</operation>
</rule>
Expand Down
2 changes: 1 addition & 1 deletion yang/clixon/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ YANGSPECS += clixon-lib@2024-08-01.yang # 7.2
YANGSPECS += clixon-rfc5277@2008-07-01.yang
YANGSPECS += clixon-xml-changelog@2019-03-21.yang
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:

Expand Down

0 comments on commit 7ed3973

Please sign in to comment.