diff options
author | Michael Marineau <marineam@gentoo.org> | 2008-02-03 01:45:05 +0000 |
---|---|---|
committer | Michael Marineau <marineam@gentoo.org> | 2008-02-03 01:45:05 +0000 |
commit | 0bfd78b9ccd0a562805398ea5ff516535b71cddc (patch) | |
tree | 30d7475f7c73c00b88b693580fe5442fca0410b7 /app-emulation/xen-tools/files | |
parent | Removed the mask for java for app-accessibility/brltty since bug 208538 has b... (diff) | |
download | historical-0bfd78b9ccd0a562805398ea5ff516535b71cddc.tar.gz historical-0bfd78b9ccd0a562805398ea5ff516535b71cddc.tar.bz2 historical-0bfd78b9ccd0a562805398ea5ff516535b71cddc.zip |
Bump to xen ebuilds to 3.1.3
Package-Manager: portage-2.1.3.9
Diffstat (limited to 'app-emulation/xen-tools/files')
-rw-r--r-- | app-emulation/xen-tools/files/xen-tools-3.1.3-network-bridge-broadcast.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-emulation/xen-tools/files/xen-tools-3.1.3-network-bridge-broadcast.patch b/app-emulation/xen-tools/files/xen-tools-3.1.3-network-bridge-broadcast.patch new file mode 100644 index 000000000000..f916eced3360 --- /dev/null +++ b/app-emulation/xen-tools/files/xen-tools-3.1.3-network-bridge-broadcast.patch @@ -0,0 +1,11 @@ +--- xen-3.1.3/tools/examples/network-bridge.orig 2008-01-31 02:06:54.000000000 -0800 ++++ xen-3.1.3/tools/examples/network-bridge 2008-02-02 17:21:25.000000000 -0800 +@@ -70,7 +70,7 @@ + vif0="vif0.${vifnum}" + + 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//"` + gateway=`ip route show dev $1 | fgrep default | sed 's/default via //'` + } + |