Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F151678282
D31177.id92182.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
514 B
Referenced Files
None
Subscribers
None
D31177.id92182.diff
View Options
Index: sys/netpfil/pf/pf.c
===================================================================
--- sys/netpfil/pf/pf.c
+++ sys/netpfil/pf/pf.c
@@ -349,12 +349,6 @@
return (PF_DROP); \
if (PACKET_LOOPED(pd)) \
return (PF_PASS); \
- if ((d) == PF_OUT && \
- (s)->rule.ptr->rt == PF_ROUTETO && \
- (s)->rule.ptr->direction == PF_OUT && \
- (s)->rt_kif != NULL && \
- (s)->rt_kif != (i)) \
- return (PF_PASS); \
} while (0)
#define BOUND_IFACE(r, k) \
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Apr 10, 11:19 PM (21 h, 22 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31253004
Default Alt Text
D31177.id92182.diff (514 B)
Attached To
Mode
D31177: pf: locally originating connections with 'route-to' fail
Attached
Detach File
Event Timeline
Log In to Comment