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 598065 Details for
Bug 840009
rule6-* files are ignored for sit 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]
Fix for ifup-sit/ifdown-sit scripts to process rule6-* files
ifscript-sit.patch (text/plain), 1.46 KB, created by
David Kostal
on 2012-07-13 12:48:18 UTC
(
hide
)
Description:
Fix for ifup-sit/ifdown-sit scripts to process rule6-* files
Filename:
MIME Type:
Creator:
David Kostal
Created:
2012-07-13 12:48:18 UTC
Size:
1.46 KB
patch
obsolete
>--- /etc/sysconfig/network-scripts/ifdown-sit.orig 2012-05-16 14:31:10.315939978 +0200 >+++ /etc/sysconfig/network-scripts/ifdown-sit 2012-05-16 14:32:13.285948937 +0200 >@@ -51,5 +51,20 @@ > exit 0 > fi > >+# Cleanup additional static IPv6 routes (newer config style) >+if [ -f "/etc/sysconfig/network-scripts/route6-$REALDEVICE" ]; then >+ cat "/etc/sysconfig/network-scripts/route6-$REALDEVICE" | sed 's/#.*//g' | grep -v '^[[:space:]]*$' | while read line; do >+ /sbin/ip -6 route del $line >+ done >+fi >+ >+# Cleanup additional static IPv6 rules (newer config style) >+if [ -f "/etc/sysconfig/network-scripts/rule6-$REALDEVICE" ]; then >+ cat "/etc/sysconfig/network-scripts/rule6-$REALDEVICE" | sed 's/#.*//g' | grep -v '^[[:space:]]*$' | while read line; do >+ /sbin/ip -6 rule del $line >+ done >+fi >+ >+ > # Cleanup and shut down IPv6-in-IPv4 tunnel device > ipv6_del_tunnel_device $DEVICE >--- /etc/sysconfig/network-scripts/ifup-sit.orig 2012-05-16 14:29:46.664938051 +0200 >+++ /etc/sysconfig/network-scripts/ifup-sit 2012-05-18 08:24:16.466947289 +0200 >@@ -110,3 +110,12 @@ > /sbin/ip -6 route add $line > done > fi >+ >+# Setup additional static IPv6 rules (newer config style) >+if [ -f "/etc/sysconfig/network-scripts/rule6-$REALDEVICE" ]; then >+ cat "/etc/sysconfig/network-scripts/rule6-$REALDEVICE" | sed 's/#.*//g' | grep -v '^[[:space:]]*$' | while read line; do >+ /sbin/ip -6 rule add $line >+ done >+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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 840009
: 598065 |
602716