mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-29 04:21:26 +01:00
Use correct field for dst_port when displaying masks on dynamic pipes.
This commit is contained in:
parent
f1220da49c
commit
20aed43d30
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=57183
@ -580,7 +580,7 @@ list(ac, av)
|
||||
printf(" mask: 0x%02x 0x%08x/0x%04x -> 0x%08x/0x%04x\n",
|
||||
p->flow_mask.proto,
|
||||
p->flow_mask.src_ip, p->flow_mask.src_port,
|
||||
p->flow_mask.dst_ip, p->flow_mask.src_port);
|
||||
p->flow_mask.dst_ip, p->flow_mask.dst_port);
|
||||
printf("BKT Prot ___Source IP/port____ "
|
||||
"____Dest. IP/port____ Tot_pkt/bytes Pkt/Byte Drop\n");
|
||||
if (do_sort != 0)
|
||||
|
Loading…
Reference in New Issue
Block a user