summaryrefslogtreecommitdiffstats
path: root/tests/py/netdev/reject.t.payload
blob: d3af2f33b43a7f95e33b21583769e82bf39301e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# reject with icmp type host-unreachable
netdev 
  [ reject type 0 code 1 ]

# reject
netdev 
  [ reject type 2 code 1 ]

# reject with icmp type admin-prohibited
netdev 
  [ reject type 0 code 13 ]

# reject with icmp type net-unreachable
netdev 
  [ reject type 0 code 0 ]

# reject with icmp type prot-unreachable
netdev 
  [ reject type 0 code 2 ]

# reject with icmp type port-unreachable
netdev 
  [ reject type 0 code 3 ]

# reject with icmp type net-prohibited
netdev 
  [ reject type 0 code 9 ]

# reject with icmp type host-prohibited
netdev 
  [ reject type 0 code 10 ]

# reject with icmpv6 type no-route
netdev 
  [ reject type 0 code 0 ]

# reject with icmpv6 type admin-prohibited
netdev 
  [ reject type 0 code 1 ]

# reject with icmpv6 type addr-unreachable
netdev 
  [ reject type 0 code 3 ]

# reject with icmpv6 type port-unreachable
netdev 
  [ reject type 0 code 4 ]

# reject with icmpv6 type policy-fail
netdev 
  [ reject type 0 code 5 ]

# reject with icmpv6 type reject-route
netdev 
  [ reject type 0 code 6 ]