Projet

Général

Profil

Télécharger (381 octets) Statistiques
| Branche: | Révision:

univnautes-tools / patches / stable / 10 / pf_ifacebound_state.diff @ 712460ec

1
diff --git a/sys/netpfil/pf/pf.c b/sys/netpfil/pf/pf.c
2
index 9f0ebac..2882e95 100644
3
--- a/sys/netpfil/pf/pf.c
4
+++ b/sys/netpfil/pf/pf.c
5
@@ -345,8 +345,7 @@ do {							\
6
 			return (PF_PASS);				\
7
 	} while (0)
8
 
9
-#define	BOUND_IFACE(r, k) \
10
-	((r)->rule_flag & PFRULE_IFBOUND) ? (k) : V_pfi_all
11
+#define	BOUND_IFACE(r, k) k
12
 
13
 #define	STATE_INC_COUNTERS(s)						\
14
 	do {								\
(43-43/65)