sync with OpenBSD -current
This commit is contained in:
parent
b7453d5ddb
commit
747d3a4033
3 changed files with 22 additions and 13 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $OpenBSD: pfvar_priv.h,v 1.36 2024/04/22 13:30:22 bluhm Exp $ */
|
||||
/* $OpenBSD: pfvar_priv.h,v 1.37 2024/06/21 12:51:29 sashan Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2001 Daniel Hartmeier
|
||||
|
@ -321,6 +321,7 @@ struct pf_pdesc {
|
|||
|
||||
struct pf_anchor_stackframe {
|
||||
struct pf_ruleset *sf_rs;
|
||||
struct pf_rule *sf_anchor;
|
||||
union {
|
||||
struct pf_rule *u_r;
|
||||
struct pf_anchor_stackframe *u_stack_top;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue