summaryrefslogtreecommitdiffstats
path: root/tests/regression/inet/ah.t
blob: 666659d3021dc36a12c2eb6bb1046a161a29f0c7 (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
57
58
*ip;test-ip4
*ip6;test-ip6
*inet;test-inet
:input;type filter hook input priority 0

# nexthdr Bug to list table.

- ah nexthdr esp;ok
- ah nexthdr ah;ok
- ah nexthdr comp;ok
- ah nexthdr udp;ok
- ah nexthdr udplite;ok
- ah nexthdr tcp;ok
- ah nexthdr dccp;ok
- ah nexthdr sctp;ok

- ah nexthdr { esp, ah, comp, udp, udplite, tcp, dccp, sctp};ok;ah nexthdr { 6, 132, 50, 17, 136, 33, 51, 108}
- ah nexthdr != { esp, ah, comp, udp, udplite, tcp, dccp, sctp};ok

ah hdrlength 11-23;ok
ah hdrlength != 11-23;ok
ah hdrlength { 11-23};ok
- ah hdrlength != { 11-23};ok
ah hdrlength {11, 23, 44 };ok
- ah hdrlength != {11-23 };ok

ah reserved 22;ok
ah reserved != 233;ok
ah reserved 33-45;ok
ah reserved != 33-45;ok
ah reserved {23, 100};ok
- ah reserved != {33, 55, 67, 88};ok
ah reserved { 33-55};ok
- ah reserved != { 33-55};ok

ah spi 111;ok
ah spi != 111;ok
ah spi 111-222;ok
ah spi != 111-222;ok
ah spi {111, 122};ok
- ah spi != {111, 122};ok
# BUG: invalid expression type set
# nft: src/evaluate.c:975: expr_evaluate_relational: Assertion '0' failed.

ah spi { 111-122};ok
- ah spi != { 111-122};ok
# BUG: invalid expression type set
# nft: src/evaluate.c:975: expr_evaluate_relational: Assertion '0' failed.

# sequence
ah sequence 123;ok
ah sequence != 123;ok
ah sequence {23, 25, 33};ok
- ah sequence != {23, 25, 33};ok
ah sequence { 23-33};ok
- ah sequence != { 33-44};ok
ah sequence 23-33;ok
ah sequence != 23-33;ok