mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-06-17 00:07:37 +02:00
update ufw tests
This commit is contained in:
2
tests/fixtures/generic/ufw-numbered.json
vendored
2
tests/fixtures/generic/ufw-numbered.json
vendored
File diff suppressed because one or more lines are too long
2
tests/fixtures/generic/ufw-numbered2.json
vendored
2
tests/fixtures/generic/ufw-numbered2.json
vendored
File diff suppressed because one or more lines are too long
2
tests/fixtures/generic/ufw.json
vendored
2
tests/fixtures/generic/ufw.json
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
16
tests/fixtures/ubuntu-18.04/ufw-numbered.out
vendored
16
tests/fixtures/ubuntu-18.04/ufw-numbered.out
vendored
@ -5,7 +5,15 @@ Status: active
|
||||
[ 1] 22 ALLOW IN Anywhere
|
||||
[ 2] 80,443/tcp ALLOW IN Anywhere
|
||||
[ 3] 80 on eth0 ALLOW IN Anywhere # test
|
||||
[ 4] 22 (v6) ALLOW IN Anywhere (v6)
|
||||
[ 5] 80,443/tcp (v6) ALLOW IN Anywhere (v6)
|
||||
[ 6] 80 (v6) on eth0 ALLOW IN Anywhere (v6) # test
|
||||
|
||||
[ 4] 10.0.0.1/ipv6 ALLOW IN 10.4.0.0/16/ipv6
|
||||
[ 5] 10.0.0.1/esp ALLOW IN Anywhere
|
||||
[ 6] 10.0.0.1/esp ALLOW IN 10.4.0.0/16/esp
|
||||
[ 7] 10.0.0.1/ah ALLOW IN Anywhere
|
||||
[ 8] 10.0.0.1/ah ALLOW IN 10.4.0.0/16/ah
|
||||
[ 9] 100:200,300:400/tcp ALLOW IN Anywhere
|
||||
[10] 1,2,100:200,300:400/udp ALLOW IN Anywhere
|
||||
[11] 22 (v6) ALLOW IN Anywhere (v6)
|
||||
[12] 80,443/tcp (v6) ALLOW IN Anywhere (v6)
|
||||
[13] 80 (v6) on eth0 ALLOW IN Anywhere (v6) # test
|
||||
[14] 100:200,300:400/tcp (v6) ALLOW IN Anywhere (v6)
|
||||
[15] 1,2,100:200,300:400/udp (v6) ALLOW IN Anywhere (v6)
|
||||
|
2
tests/fixtures/ubuntu-18.04/ufw-verbose.json
vendored
2
tests/fixtures/ubuntu-18.04/ufw-verbose.json
vendored
File diff suppressed because one or more lines are too long
10
tests/fixtures/ubuntu-18.04/ufw-verbose.out
vendored
10
tests/fixtures/ubuntu-18.04/ufw-verbose.out
vendored
@ -8,7 +8,15 @@ To Action From
|
||||
22 ALLOW IN Anywhere
|
||||
80,443/tcp ALLOW IN Anywhere
|
||||
80 on eth0 ALLOW IN Anywhere # test
|
||||
10.0.0.1/ipv6 ALLOW IN 10.4.0.0/16/ipv6
|
||||
10.0.0.1/esp ALLOW IN Anywhere
|
||||
10.0.0.1/esp ALLOW IN 10.4.0.0/16/esp
|
||||
10.0.0.1/ah ALLOW IN Anywhere
|
||||
10.0.0.1/ah ALLOW IN 10.4.0.0/16/ah
|
||||
100:200,300:400/tcp ALLOW IN Anywhere
|
||||
1,2,100:200,300:400/udp ALLOW IN Anywhere
|
||||
22 (v6) ALLOW IN Anywhere (v6)
|
||||
80,443/tcp (v6) ALLOW IN Anywhere (v6)
|
||||
80 (v6) on eth0 ALLOW IN Anywhere (v6) # test
|
||||
|
||||
100:200,300:400/tcp (v6) ALLOW IN Anywhere (v6)
|
||||
1,2,100:200,300:400/udp (v6) ALLOW IN Anywhere (v6)
|
||||
|
Reference in New Issue
Block a user