commit | 4b984cd50bc1b6d492175cd77bfabb78e76ffa67 | [log] [tgz] |
---|---|---|
author | Hans Schillstrom <hans.schillstrom@ericsson.com> | Thu Apr 26 09:45:34 2012 +0200 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Mon Apr 30 10:40:14 2012 +0200 |
tree | f338dce013046c295f177ad190cd5c88040ee8cf | |
parent | 39f618b4fd95ae243d940ec64c961009c74e3333 [diff] |
ipvs: null check of net->ipvs in lblc(r) shedulers Avoid crash when registering shedulers after the IPVS core initialization for netns fails. Do this by checking for present core (net->ipvs). Signed-off-by: Hans Schillstrom <hans.schillstrom@ericsson.com> Acked-by: Julian Anastasov <ja@ssi.bg> Signed-off-by: Simon Horman <horms@verge.net.au>