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
set system conf-order 0
set system conf-order 0 script interfaces
set system conf-order 1
set system conf-order 1 script arp_table
set system conf-order 2
set system conf-order 2 script arp_aging
set system conf-order 3
set system conf-order 3 script static_routes
set system conf-order 4
set system conf-order 4 script static_routes
is it possible to remove the first lines with numbers using the compress function
The text was updated successfully, but these errors were encountered:
set system conf-order 0
set system conf-order 0 script interfaces
with simply:
set system conf-order 0 script interfaces
If so, I would say no, since the compress rules are an effort to remove intermediate syntax.
For example, if you wanted to remove the "script" keyword in the output syntax, you could create such a compress rule.
The reason why the extra line is there has to do with how the xml2cli output function is written:
Good afternoon
now it looks like this
is it possible to remove the first lines with numbers using the compress function
The text was updated successfully, but these errors were encountered: