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
apply-groups "${node}";
apply-groups "${node1*9))()*)&)&}";
# End of template groups
system {
    login {
        idle-timeout 30;
        class admin {
            idle-timeout 30;
            permissions all;
            allow-commands "^(configure|edit) exclusive";
            deny-commands "^(configure|edit)";
        }
    }
}