Closed bougyman closed 4 years ago
junoser -s
translates display-set form into a hierarchical form:
junoser $ junoser -s config.txt
services {
nat {
rule natPF-inside-out-1 {
term natPF-10001 {
from {
source-prefix-list MTA;
}
}
}
}
}
-d
translates reversely:
junoser $ junoser -s config.txt | junoser -d
set services nat rule natPF-inside-out-1 term natPF-10001 from source-prefix-list MTA
I'll implement an appropriate error message shown in that case anyway. Thanks!
Thanks!
When trying -d: