diff options
author | Julian Anastasov <ja@ssi.bg> | 2013-06-16 08:09:36 +0200 |
---|---|---|
committer | Simon Horman <horms@verge.net.au> | 2013-06-26 11:01:45 +0200 |
commit | bba54de5bdd107d3841b560f1a9cb0ed06e79533 (patch) | |
tree | c72ff8ab19b1d9e7007a7ea9a8f877d8bb2b095a /firmware | |
parent | netfilter: xt_socket: add XT_SOCKET_NOWILDCARD flag (diff) | |
download | linux-bba54de5bdd107d3841b560f1a9cb0ed06e79533.tar.xz linux-bba54de5bdd107d3841b560f1a9cb0ed06e79533.zip |
ipvs: provide iph to schedulers
Before now the schedulers needed access only to IP
addresses and it was easy to get them from skb by
using ip_vs_fill_iph_addr_only.
New changes for the SH scheduler will need the protocol
and ports which is difficult to get from skb for the
IPv6 case. As we have all the data in the iph structure,
to avoid the same slow lookups provide the iph to schedulers.
Signed-off-by: Julian Anastasov <ja@ssi.bg>
Acked-by: Hans Schillstrom <hans@schillstrom.com>
Signed-off-by: Simon Horman <horms@verge.net.au>
Diffstat (limited to 'firmware')
0 files changed, 0 insertions, 0 deletions