Page MenuHomeFreeBSD

D35429.id106755.diff
No OneTemporary

D35429.id106755.diff

Index: sbin/pfctl/pfctl_parser.c
===================================================================
--- sbin/pfctl/pfctl_parser.c
+++ sbin/pfctl/pfctl_parser.c
@@ -1690,7 +1690,8 @@
/* interface with this name exists? */
/* expensive with thousands of interfaces - prioritze IPv4/6 check */
- if (cont && (h = host_if(ps, mask)) != NULL)
+ if (cont && ((h = host_if(ps, mask)) != NULL ||
+ strchr(ps, ':') != NULL))
cont = 0;
/* dns lookup */

File Metadata

Mime Type
text/plain
Expires
Mon, Jul 6, 9:49 PM (15 h, 31 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34770424
Default Alt Text
D35429.id106755.diff (461 B)

Event Timeline