@@ -5,19 +5,19 @@ line {{next}} debug_toggle = {{debug_toggle}}
5
5
line {{next}} debugging = {{if debugging}}debugging{{end}}
6
6
line {{next}} debug = {{debug "message"}}
7
7
line {{next}} command_line = {{command_line}}
8
- line {{next}} PWD = {{environment "PWD"}}
8
+ line {{next}} PWD = {{environment "PWD"}}
9
9
line {{next}} ip_math = {{ip_math "[-1].[+2].[-3].[+1,%10]" "193.166.3.39"}}
10
- line {{next}} ip4_inc = {{ip4_inc 2 -3 "192.168.3.0"}}
10
+ line {{next}} ip4_inc = {{ip4_inc 2 -3 "192.168.3.0"}}
11
11
line {{next}} ip4_next = {{ip4_next 2 0 4 "192.168.3.0"}}
12
12
line {{next}} ip4_prev = {{ip4_prev 2 1 4 "192.168.1.0"}}
13
13
line {{next}} ip_ints = {{ip_ints "192.168.1.0" | ip4_add 2 0 4 3}}
14
14
line {{next}} ip_ints = {{ip_ints "192.168.1.0" | ip4_add 2 0 4 3 | ip4_join}}
15
- line {{next}} TODO {{ip6_inc 2 1 "1111:2222:3333:4444:5555:6666:7777:8888"}}
16
- line {{next}} TODO {{ip6_next 2 0 4 "1111:2222:3333:4444:5555:6666:7777:8888"}}
17
- line {{next}} TODO {{ip6_prev 2 0 4 "1111:2222:3333:4444:5555:6666:7777:8888"}}
18
- line {{next}} TODO {{ip_ints "1111:2222:3333:4444:5555:6666:7777:8888" | ip6_add 2 0 4 3}}
19
- line {{next}} TODO {{ip_ints "1111:2222:3333:4444:5555:6666:7777:8888" | ip6_join }}
20
- line {{next}} TODO { {cidr_next} }
15
+ line {{next}} TODO = {{ip6_inc 2 1 "1111:2222:3333:4444:5555:6666:7777:8888"}}
16
+ line {{next}} TODO = {{ip6_next 2 0 4 "1111:2222:3333:4444:5555:6666:7777:8888"}}
17
+ line {{next}} TODO = {{ip6_prev 2 0 4 "1111:2222:3333:4444:5555:6666:7777:8888"}}
18
+ line {{next}} TODO = {{ip_ints "1111:2222:3333:4444:5555:6666:7777:8888" | ip6_add 2 0 4 3}}
19
+ line {{next}} TODO = {{ip_ints "1111:2222:3333:4444:5555:6666:7777:8888" | ip6_join }}
20
+ line {{next}} TODO = { {cidr_next} }
21
21
line {{next}} ip_ints = {{ip_ints "192.168.0.0"}}
22
22
line {{next}} ip_split = {{ip_split "1111:2222:3333:4444:5555:6666:7777:8888"}}
23
23
line {{next}} ip_split = {{ip_split "1111:2222:3333:4444:5555:6666:7777:8888" | to_int 16 }}
0 commit comments