diff options
author | 2011-05-16 07:25:18 +0000 | |
---|---|---|
committer | 2011-05-16 07:25:18 +0000 | |
commit | 268bc78c57d17f7a468c04f71359c53c361d5646 (patch) | |
tree | ea0154ad7d91d5b868f37e8720e74f3e6881824c /sys-cluster/vzctl/files | |
parent | Use system libffi (diff) | |
download | gentoo-2-268bc78c57d17f7a468c04f71359c53c361d5646.tar.gz gentoo-2-268bc78c57d17f7a468c04f71359c53c361d5646.tar.bz2 gentoo-2-268bc78c57d17f7a468c04f71359c53c361d5646.zip |
amd64/x86 stable, bug #199738. Removed old.
(Portage version: 2.1.9.49/cvs/Linux x86_64)
Diffstat (limited to 'sys-cluster/vzctl/files')
-rw-r--r-- | sys-cluster/vzctl/files/vzctl-3.0.24.1-vzpostup.patch | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/sys-cluster/vzctl/files/vzctl-3.0.24.1-vzpostup.patch b/sys-cluster/vzctl/files/vzctl-3.0.24.1-vzpostup.patch deleted file mode 100644 index 2bda986fd50c..000000000000 --- a/sys-cluster/vzctl/files/vzctl-3.0.24.1-vzpostup.patch +++ /dev/null @@ -1,30 +0,0 @@ -From 26b0fe7c39ac62cff3f5c09b5b76e595ce522e70 Mon Sep 17 00:00:00 2001 -From: Peter Volkov <pva@gentoo.org> -Date: Thu, 22 Jul 2010 18:30:38 +0400 -Subject: [PATCH] vzifup-post: fix device for proxy arp - -We need to del/add routing to detect correct device for proxy arp in -NEIGHBOUR_DEVS=detect mode. - -http://bugzilla.openvz.org/show_bug.cgi?id=1587 ---- - bin/vzifup-post.in | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) - -diff --git a/bin/vzifup-post.in b/bin/vzifup-post.in -index bba7d11..d74ac9e 100755 ---- a/bin/vzifup-post.in -+++ b/bin/vzifup-post.in -@@ -24,7 +24,9 @@ update_arp() - { - local veip - for veip in $(awk '!/^Version/ { print $1 }' /proc/vz/veip); do -+ [ "$NEIGHBOUR_DEVS" = 'detect' ] && vzdelrouting "${veip}" - vzarp add ${veip} -+ [ "$NEIGHBOUR_DEVS" = 'detect' ] && vzaddrouting "${veip}" - done - } - --- -1.7.1 - |