Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F108550000
D31177.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
479 B
Referenced Files
None
Subscribers
None
D31177.diff
View Options
diff --git a/sys/netpfil/pf/pf.c b/sys/netpfil/pf/pf.c
--- a/sys/netpfil/pf/pf.c
+++ b/sys/netpfil/pf/pf.c
@@ -346,12 +346,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
Mon, Jan 27, 5:52 AM (1 h, 21 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16187817
Default Alt Text
D31177.diff (479 B)
Attached To
Mode
D31177: pf: locally originating connections with 'route-to' fail
Attached
Detach File
Event Timeline
Log In to Comment