Projet

Général

Profil

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

univnautes-tools / patches / stable / 10 / pf_print_state_queue.diff @ 4ab3b90b

1
diff --git a/sbin/pfctl/pf_print_state.c b/sbin/pfctl/pf_print_state.c
2
index f9dffbd..b1eb322 100644
3
--- a/sbin/pfctl/pf_print_state.c
4
+++ b/sbin/pfctl/pf_print_state.c
5
@@ -325,6 +325,10 @@ print_state(struct pfsync_state *s, int opts)
6
 			printf(", anchor %u", ntohl(s->anchor));
7
 		if (ntohl(s->rule) != -1)
8
 			printf(", rule %u", ntohl(s->rule));
9
+		if (s->pqid)
10
+			printf(", priqueue %u", s->pqid);
11
+		if (s->qid)
12
+			printf(", queue %u", s->qid);
13
 		if (s->pdnpipe)
14
 			printf(", pdnpipe %u", s->pdnpipe);
15
 		if (s->dnpipe)
(47-47/67)