Skip to content

Commit

Permalink
Fix Fib parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
turekt committed Jan 14, 2025
1 parent 85aee13 commit ff74b96
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions expr/expr.go
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,8 @@ func exprFromName(name string) Any {
e = &SecMark{}
case "cttimeout":
e = &CtTimeout{}
case "fib":
e = &Fib{}
}
return e
}
Expand Down

0 comments on commit ff74b96

Please sign in to comment.