diff options
author | Niels Provos <provos@cvs.openbsd.org> | 2001-07-17 22:22:18 +0000 |
---|---|---|
committer | Niels Provos <provos@cvs.openbsd.org> | 2001-07-17 22:22:18 +0000 |
commit | e7979e30e8ae4854f6b6e26eee9c7c526d0e0a37 (patch) | |
tree | 1983c2869aa59493165fc5d4689b358a897f75b8 /sys/net/pfvar.h | |
parent | 49ee2307a2fd26e9b44b815990e007ea64e7faa7 (diff) |
support min-ttl, okay dhartmei@
Diffstat (limited to 'sys/net/pfvar.h')
-rw-r--r-- | sys/net/pfvar.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/net/pfvar.h b/sys/net/pfvar.h index c92d2731e5f..38201247d77 100644 --- a/sys/net/pfvar.h +++ b/sys/net/pfvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pfvar.h,v 1.34 2001/07/17 21:54:26 provos Exp $ */ +/* $OpenBSD: pfvar.h,v 1.35 2001/07/17 22:22:15 provos Exp $ */ /* * Copyright (c) 2001, Daniel Hartmeier @@ -73,6 +73,7 @@ struct pf_rule { u_int8_t flagset; u_int8_t rule_flag; + u_int8_t min_ttl; /* minimum ttl for packet normalize */ }; #define PFRULE_RETURNRST 0x01 |