Nick Garlis
e0bb410d54
Add missing ct keys ( #310 )
...
The following keys were missing from the CtKey type:
- `NFT_CT_SRC_IP`
- `NFT_CT_DST_IP`
- `NFT_CT_SRC_IP6`
- `NFT_CT_DST_IP6`
- `NFT_CT_ID`
Since they also seem to be missing from the unix package, their actual
values were added.
2025-03-26 09:54:08 +01:00
Marten Seemann
0420ffbf57
fix unmarshalling of expr.Ct source register ( #301 )
2025-02-21 09:34:44 +01:00
turekt
5cbea79940
Added ct timeout obj ( #275 )
2024-09-11 08:27:40 +02:00
turekt
2fecffcfe1
Add ct expect support ( #272 )
2024-09-09 08:35:05 +02:00
turekt
6ddeb7caed
Implement cthelper object expr ( #268 )
2024-08-15 08:47:35 +02:00
Aleksei Ilin
b76fdc8f90
ct: Specify direction for saddr, daddr, proto-src, proto-dst ( #264 )
...
The CT keys require direction parameter.
2024-08-05 08:38:34 +02:00
turekt
912dee68b1
Refactor expr for obj reimplementation ( #265 )
...
Added marshalData func to expressions
Prepare parseexprfunc for obj implementation refactor
related to #253
2024-07-24 08:26:13 +02:00
thediveo
3e042f75d7
refactor: pass table family when un/marshalling expr
2022-05-15 23:12:26 +02:00
pengyuan.dai
5573dab9cc
Add CtStateBit constants and related usage test #121 ( #122 )
...
fixes #121
2021-05-14 16:05:40 +02:00
Maxime Demode
71337b220c
[expr] Add SourceRegister field and modify marshal function to work with it.
2019-10-15 18:31:07 +02:00
Maxime Demode
3c7d959797
[expr] Replace Key type in Ct struct by CtKey.
2019-10-15 18:02:12 +02:00
Maxime Demode
29d7aa173f
[expr] Create CtKey type and add const values.
2019-10-15 18:01:31 +02:00
Serguei Bezverkhi
7895e345f5
Add Connection tracking expression and test ( #38 )
...
Signed-off-by: Serguei Bezverkhi <sbezverk@cisco.com>
2019-07-20 13:20:42 +02:00