Commit Graph

6 Commits

Author SHA1 Message Date
thediveo 3e042f75d7 refactor: pass table family when un/marshalling expr 2022-05-15 23:12:26 +02:00
Paul Greenberg c25e4f69b4
fix: unmarshaling verdicts with chain information ()
Before this commit: the unmarshaling of a verdict pointing
to a chain fails.

After this commit: the unmarshaling of a rule with a verdict
pointing to a chain succeeds and the information about the
chain gets put in `Verdict.Chain`.

Resolves: 

Signed-off-by: Paul Greenberg <greenpau@outlook.com>
2020-08-02 19:55:06 +02:00
Grégoire Delattre 21c5c5c425
Add missing VerdictKind () 2020-03-06 11:32:18 +01:00
Michael Stapelberg 70f367a546 verdict: add Chain (+test)
related to 
2019-05-24 02:56:43 +02:00
Tom D b8b6574812 Implement GetRule for Immediate, Verdict, and Lookup expressions () 2019-02-18 13:01:32 +01:00
Tom D 7612760462 Implement verdict expression. () 2019-01-17 09:48:46 +01:00