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 574570 Details for
Bug 803752
ifup-eth and ifdown-eth incorrectly handle bridged devices and unreliably build and tear down tunnels for TAP devices
[?]
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]
revised patch file to replace ifup-eth.f16.pat
ifup-eth.f16.pat2 (text/plain), 1.42 KB, created by
Steve Willoughby
on 2012-04-02 17:24:35 UTC
(
hide
)
Description:
revised patch file to replace ifup-eth.f16.pat
Filename:
MIME Type:
Creator:
Steve Willoughby
Created:
2012-04-02 17:24:35 UTC
Size:
1.42 KB
patch
obsolete
>67c67 >< # If the device is a tap or tun device, create it with openvpn, if available. >--- >> # If the device is a tap device, create it with tunctl, if available. >69,79c69,71 >< # [ -n "${OWNER}" ] && OWNER="-u ${OWNER}" >< if [ -x /usr/sbin/openvpn ]; then >< [ -n "${OWNER}" ] && OWNER="--user ${OWNER}" >< /usr/sbin/openvpn --mktun --dev ${DEVICE} ${OWNER} > /dev/null >< elif [ -x /usr/sbin/tunctl ]; then >< # Else create it with tunctl, if available. >< [ -n "${OWNER}" ] && OWNER="-u ${OWNER}" >< /usr/sbin/tunctl ${OWNER} -t ${DEVICE} > /dev/null >< else >< net_log $"Tap/Tun support not available: neither tunctl nor openvpn found" >< exit 1 >--- >> if [ ! -x /usr/sbin/tunctl ]; then >> net_log $"Tap support not available: tunctl not found" >> exit 1 >80a73,74 >> [ -n "${OWNER}" ] && OWNER="-u ${OWNER}" >> /usr/sbin/tunctl ${OWNER} -t ${DEVICE} > /dev/null >168d161 >< /sbin/ip link set dev ${BRIDGE} up promisc on >171c164 >< /sbin/ip link set dev ${DEVICE} up promisc on >--- >> /sbin/ip link set dev ${DEVICE} up >314,316c307,308 >< if [[ ${IPV6INIT} = [yY1]* ]] ; then >< /etc/sysconfig/network-scripts/ifup-ipv6 ${CONFIG} >< if [[ "${DHCPV6C}" = [Yy1]* ]] && [ -x /sbin/dhclient ]; then >--- >> /etc/sysconfig/network-scripts/ifup-ipv6 ${CONFIG} >> if [[ "${DHCPV6C}" = [Yy1]* ]] && [ -x /sbin/dhclient ]; then >318d309 >< fi >319a311 >>
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 803752
:
570318
|
574565
| 574570