jcc 0.1.7

Convert Juniper configurations to set-style
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
event-options {
    generate-event { ztp-registration time-interval 30; }
    policy ztp-registration {
        events ztp-registration;
        then {
            execute-commands {
                commands {
                    "op url http://1.1.1.1/some_slax.slax output syslog";
                }
            }
        }
    }
}