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 626297 Details for
Bug 865945
RFE: include the attached dispatcher script to setup up network device aliases and device aliases range in NM
[?]
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.
Network dispatcher script to setup device alice for network device in NM
00-device-aliases (text/plain), 344 bytes, created by
Jóhann B. Guðmundsson
on 2012-10-12 21:21:22 UTC
(
hide
)
Description:
Network dispatcher script to setup device alice for network device in NM
Filename:
MIME Type:
Creator:
Jóhann B. Guðmundsson
Created:
2012-10-12 21:21:22 UTC
Size:
344 bytes
patch
obsolete
>#!/bin/bash > >iface="$1" >shift >action="$1" >shift > >if [ ! -f /etc/sysconfig/network-scripts/ifcfg-$iface ]; then > echo "Initializing network device aliase(s):No ifcfg file found for $iface exiting" > exit 0 > else > if [ "$action" = "up" ]; then > echo "Setting up device aliase(s)" > /etc/sysconfig/network-scripts/ifup-aliases $iface > fi >fi
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 Raw
Actions:
View
Attachments on
bug 865945
:
626295
|
626297
|
626317