From 51274230005eca07b5b85e55023d69dfd2e87369 Mon Sep 17 00:00:00 2001 From: Daniel Hartmeier Date: Tue, 26 Jun 2001 20:50:27 +0000 Subject: add rule nr for Niels --- sys/net/pfvar.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/net/pfvar.h') diff --git a/sys/net/pfvar.h b/sys/net/pfvar.h index 5daa870ae7c..85af2009295 100644 --- a/sys/net/pfvar.h +++ b/sys/net/pfvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pfvar.h,v 1.17 2001/06/26 19:43:14 dhartmei Exp $ */ +/* $OpenBSD: pfvar.h,v 1.18 2001/06/26 20:50:26 dhartmei Exp $ */ /* * Copyright (c) 2001, Daniel Hartmeier @@ -66,6 +66,7 @@ struct pf_rule { u_int8_t flags; u_int8_t flagset; + u_int16_t nr; }; struct pf_state_host { -- cgit v1.2.3