Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F161680420
D35429.id106755.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
461 B
Referenced Files
None
Subscribers
None
D35429.id106755.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D35429: pf: stop resolving hosts as dns that use ":" modifier
Attached
Detach File
Event Timeline
Log In to Comment