From: Patrick McHardy <kaber@trash.net>
To: Horms <horms@verge.net.au>
Cc: Ken Brownfield <krb@irridia.com>,
Roberto Nibali <ratz@drugphish.ch>,
netfilter-devel@lists.netfilter.org,
Farid Sarwari <fsarwari@exchangesolutions.com>,
Julian Anastasov <ja@ssi.bg>, David Black <dave@jamsoft.com>,
Joseph Mack NA3T <jmack@wm7d.net>,
David Miller <davem@davemloft.net>
Subject: Re: [patch 1/3] add type parameter to ip_route_me_harder
Date: Wed, 20 Sep 2006 12:30:58 +0200 [thread overview]
Message-ID: <45111862.2000900@trash.net> (raw)
In-Reply-To: <20060919025203.458282000@tabatha.lab.ultramonkey.org>
Horms wrote:
> +/*
> + * addr_type: 0 - determine automatically
> + * 1 - local
> + * 2 - non-local
> + */
> +
> /* route_me_harder function, used by iptable_nat, iptable_mangle + ip_queue */
> -int ip_route_me_harder(struct sk_buff **pskb)
> +int ip_route_me_harder(struct sk_buff **pskb, unsigned addr_type)
I liked the RTN_ types better .. is there a reason for not using
them? Otherwise I'll just change it before applying.
next prev parent reply other threads:[~2006-09-20 10:30 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-09-19 2:45 [patch 0/3] Add addr_type to ip_route_me_harder() Horms
2006-09-19 2:45 ` [patch 1/3] add type parameter to ip_route_me_harder Horms
2006-09-20 10:30 ` Patrick McHardy [this message]
2006-09-20 14:17 ` Horms
2006-09-20 15:45 ` Patrick McHardy
2006-09-21 9:21 ` Horms
2006-09-21 9:22 ` [patch 0/3] Add addr_type to ip_route_me_harder() Horms
2006-09-21 9:22 ` [patch 1/3] add type parameter to ip_route_me_harder Horms
2006-09-21 9:22 ` [patch 2/3] Honour source routing for LVS-NAT Horms
2006-09-29 13:38 ` Patrick McHardy
2006-10-02 1:57 ` Horms
2006-09-21 9:22 ` [patch 3/3] Replace reverse_route() with a call to ip_route_me_harder() Horms
2006-09-29 13:38 ` Patrick McHardy
2006-09-19 2:45 ` [patch 2/3] Honour source routing for LVS-NAT Horms
2006-09-19 2:45 ` [patch 3/3] Replace reverse_route() with a call to ip_route_me_harder() Horms
2006-09-19 3:56 ` Horms
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=45111862.2000900@trash.net \
--to=kaber@trash.net \
--cc=dave@jamsoft.com \
--cc=davem@davemloft.net \
--cc=fsarwari@exchangesolutions.com \
--cc=horms@verge.net.au \
--cc=ja@ssi.bg \
--cc=jmack@wm7d.net \
--cc=krb@irridia.com \
--cc=netfilter-devel@lists.netfilter.org \
--cc=ratz@drugphish.ch \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.