Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 150736 Details for
Bug 174431
/etc/init.d/netdump doesn't work with the version of bash in FC5-test1
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Fix gateway detection
netdump.patch (text/plain), 482 bytes, created by
Ruben Kerkhof
on 2007-03-23 08:33:19 UTC
(
hide
)
Description:
Fix gateway detection
Filename:
MIME Type:
Creator:
Ruben Kerkhof
Created:
2007-03-23 08:33:19 UTC
Size:
482 bytes
patch
obsolete
>--- netdump 2007-03-23 09:31:10.000000000 +0100 >+++ netdump.orig 2007-03-23 09:25:53.000000000 +0100 >@@ -115,7 +115,7 @@ > # either way, this will be the first IP address from traceroute > trc_output="$(traceroute -i $DEV -n -m 1 $host_ip 2> /dev/null)" > if [ $? -eq 0 ]; then >- trc_output="$(echo $trc_output | grep '^ 1' | awk '{print $2}')" >+ trc_output="$(echo $trc_output | grep '^1 ' | awk '{print $2}')" > > for line in $trc_output; do mac_ip=$line; done > else
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 174431
: 150736