Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 111584
b: refs/heads/master
c: a5ba4bf
h: refs/heads/master
v: v3
  • Loading branch information
Sven Wegener authored and Simon Horman committed Sep 7, 2008
1 parent 52b50f0 commit 3c65658
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cd9fe6c4f0afe334862c871bf5d32770daa748ec
refs/heads/master: a5ba4bf2732c85d8c95e0432966f79aa2b159478
4 changes: 2 additions & 2 deletions trunk/net/ipv4/ipvs/ip_vs_ctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -1284,11 +1284,11 @@ ip_vs_edit_service(struct ip_vs_service *svc, struct ip_vs_service_user_kern *u)
#ifdef CONFIG_IP_VS_IPV6
if (u->af == AF_INET6) {
if (!sched->supports_ipv6) {
ret = EAFNOSUPPORT;
ret = -EAFNOSUPPORT;
goto out;
}
if ((u->netmask < 1) || (u->netmask > 128)) {
ret = EINVAL;
ret = -EINVAL;
goto out;
}
}
Expand Down

0 comments on commit 3c65658

Please sign in to comment.