All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] netfilter: propagate routing and XFRM errors
@ 2013-04-05 16:41 Patrick McHardy
  2013-04-05 16:41 ` [PATCH 1/3] netfilter: ipv4: propagate routing errors from ip_route_me_harder() Patrick McHardy
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Patrick McHardy @ 2013-04-05 16:41 UTC (permalink / raw)
  To: pablo; +Cc: netfilter-devel, netdev

These patches fix a long standing annoyance: netfilter will return
EPERM for all errors during rerouting or XFRM policy lookups.

These patches change {ip,ip6}_route_me_harder() and nf_xfrm_me_harder()
to return errno codes and use NF_DROP_ERR() to propagate those back
to userspace.

Please apply.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-04-06 12:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-05 16:41 [PATCH 0/3] netfilter: propagate routing and XFRM errors Patrick McHardy
2013-04-05 16:41 ` [PATCH 1/3] netfilter: ipv4: propagate routing errors from ip_route_me_harder() Patrick McHardy
2013-04-05 16:41 ` [PATCH 2/3] netfilter: ipv6: propagate routing errors from ip6_route_me_harder() Patrick McHardy
2013-04-05 16:41 ` [PATCH 3/3] netfilter: nat: propagate errors from xfrm_me_harder() Patrick McHardy
2013-04-06 12:02 ` [PATCH 0/3] netfilter: propagate routing and XFRM errors Pablo Neira Ayuso

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.