summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2010-04-07 16:46:08 +0000
committerPatrick Lauer <patrick@gentoo.org>2010-04-07 16:46:08 +0000
commit7eaa31e9e283aae21078e659bc1daa9462c01f79 (patch)
treeece1c81405bc4569a63f92cbedb639084a58f012 /app-emulation/xen-tools/files
parentinitial commit - ebuild submitted by Locke 'Wizzleby' Shinseiko (bug #312993) (diff)
downloadgentoo-2-7eaa31e9e283aae21078e659bc1daa9462c01f79.tar.gz
gentoo-2-7eaa31e9e283aae21078e659bc1daa9462c01f79.tar.bz2
gentoo-2-7eaa31e9e283aae21078e659bc1daa9462c01f79.zip
Fixing xen-tools-3.4.0-network-bridge-broadcast.patch for #258378
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/xen-tools/files')
-rw-r--r--app-emulation/xen-tools/files/xen-tools-3.4.0-network-bridge-broadcast.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/xen-tools/files/xen-tools-3.4.0-network-bridge-broadcast.patch b/app-emulation/xen-tools/files/xen-tools-3.4.0-network-bridge-broadcast.patch
index 4dff4677aca6..c926510fa8f7 100644
--- a/app-emulation/xen-tools/files/xen-tools-3.4.0-network-bridge-broadcast.patch
+++ b/app-emulation/xen-tools/files/xen-tools-3.4.0-network-bridge-broadcast.patch
@@ -5,7 +5,7 @@
get_ip_info() {
- addr_pfx=`ip addr show dev $1 | egrep '^ *inet' | sed -e 's/ *inet //' -e 's/ .*//'`
-+ addr_pfx=`ip addr show dev $1 | egrep '^ *inet' | sed -e 's/ *inet //' -e "s/$1//"`
++ addr_pfx=`ip addr show dev $1 | egrep '^ *inet ' | sed -e 's/ *inet //' -e "s/$1//"`
gateway=`ip route show dev $1 | fgrep default | sed 's/default via //'`
}