Bug 75572
| Summary: | nameif fails but exits with zero code | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | diego.santacruz |
| Component: | net-tools | Assignee: | Phil Knirsch <pknirsch> |
| Status: | CLOSED NOTABUG | QA Contact: | Ben Levenson <benl> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 8.0 | CC: | jeremyp, rvokal |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i686 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2004-04-20 12:33:18 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
diego.santacruz
2002-10-09 22:25:27 UTC
According to the command you specified, you are trying to specify the
"interface" to be the mac address you specified.
nameif -h gives:
usage: nameif [-c configurationfile] [-s] {ifname macaddress}
nameif returns an error when a "real" error has happend. Specifying an interface/MAC address that doesn't exist doesn't count as an error but as a misconfiguration, so no error is reported. Read ya, Phil |