* Fixed: Autocli YANG patterns including " were not properly escaped: \"

This commit is contained in:
Olof hagsand 2022-01-19 14:52:32 +01:00
parent 77b4468eb3
commit 95f6fe8b1a
4 changed files with 23 additions and 17 deletions

View file

@ -42,7 +42,7 @@ cat <<EOF > $cfg
<rule>
<name>openconfig1</name>
<operation>enable</operation>
<module-name>openconfig-bgp</module-name>
<module-name>clixon-example</module-name>
</rule>
<rule>
<name>openconfig2</name>
@ -70,13 +70,6 @@ EOF
# Example system
cat <<EOF > $dir/startup_db
<config>
<bgp xmlns="http://openconfig.net/yang/bgp">
<global>
<config>
<as>0</as> /* XXX */
</config>
</global>
</bgp>
<network-instances xmlns="http://openconfig.net/yang/network-instance">
<network-instance>
<name>default</name>