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 602716 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]
use ip{up,down}-routes with sit
sit-routes.patch (text/plain), 1.08 KB, created by
Lukáš Nykrýn
on 2012-08-07 10:48:55 UTC
(
hide
)
Description:
use ip{up,down}-routes with sit
Filename:
MIME Type:
Creator:
Lukáš Nykrýn
Created:
2012-08-07 10:48:55 UTC
Size:
1.08 KB
patch
obsolete
>diff --git a/sysconfig/network-scripts/ifdown-sit b/sysconfig/network-scripts/ifdown-sit >index 68b2002..7d6951f 100755 >--- a/sysconfig/network-scripts/ifdown-sit >+++ b/sysconfig/network-scripts/ifdown-sit >@@ -51,5 +51,8 @@ if [ $? != 0 -a $? != 11 ]; then > exit 0 > fi > >+# Cleanup additional static routes >+/etc/sysconfig/network-scripts/ifdown-routes ${REALDEVICE} >+ > # Cleanup and shut down IPv6-in-IPv4 tunnel device > ipv6_del_tunnel_device $DEVICE >diff --git a/sysconfig/network-scripts/ifup-sit b/sysconfig/network-scripts/ifup-sit >index 3b24985..330118a 100755 >--- a/sysconfig/network-scripts/ifup-sit >+++ b/sysconfig/network-scripts/ifup-sit >@@ -104,9 +104,5 @@ if [ -f /etc/sysconfig/static-routes-ipv6 ]; then > done > fi > >-# Setup 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 add $line >- done >-fi >+# Setup static routes >+/etc/sysconfig/network-scripts/ifup-routes ${REALDEVICE}
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