jcc 0.1.7

Convert Juniper configurations to set-style
Documentation
1
2
3
4
5
6
7
8
9
10
policy-options {
    policy-statement lb {
        term lb {
            then {
                load-balance per-packet;
            }
        }
    }
    as-path test "^123 456{2,} 123 456{3,}";
}