|
|
|
|
|
|
|
|
|
|
xen-bugs
[Xen-bugs] [Bug 116] New: network skript fails with virtual interfaces
http://bugzilla.xensource.com/cgi-bin/bugzilla/show_bug.cgi?id=116
Summary: network skript fails with virtual interfaces
Product: Xen
Version: 2.0
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: Tools
AssignedTo: xen-bugs@xxxxxxxxxxxxxxxxxxx
ReportedBy: f.bantner@xxxxxxxxx
Setup: one ethernetcard with interfaces eth0 eth0:1 eth0:2 ...
In function transfer_addr of 'network' script the "| egrep '^ *inet '" matches
on any of these interfaces wich will lead to failure.
Suggestion: Replace lines with:
ip addr show dev ${src} | egrep '^ *inet ' | egrep "${src}$" | sed -e "
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
_______________________________________________
Xen-bugs mailing list
Xen-bugs@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-bugs
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-bugs] [Bug 116] New: network skript fails with virtual interfaces,
f . bantner <=
|
|
|
|
|