jcc 0.1.7

Convert Juniper configurations to set-style
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
system {
    host-name router-1;
    root-authentication {
        encrypted-password "$some_hash"; ## SECRET-DATA
    }
    protect: services {
        ftp;
        ssh; ## some random comment somone put in a Jinja template.
        telnet;
        netconf {
            ssh;
        }
    }
}