jcc 0.1.7

Convert Juniper configurations to set-style
Documentation
1
2
3
4
5
6
7
8
9
10
11
policy-options {
    policy-statement directs {
        term Lo0 {
            from {
                protocol direct;
                route-filter 192.168.100.0/24 orlonger;
            }
            then accept;
        }
    }   
}