Bug 57070

Summary: rp-pppoe removes all static routes
Product: [Retired] Red Hat Raw Hide Reporter: Charles Lopes <tjarls>
Component: rp-pppoeAssignee: Than Ngo <than>
Status: CLOSED RAWHIDE QA Contact: Aaron Brown <abrown>
Severity: medium Docs Contact:
Priority: medium    
Version: 1.0   
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: 2001-12-04 09:54:31 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 Charles Lopes 2001-12-04 09:54:27 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.6) Gecko/20011120

Description of problem:
Whenever an ADSL connection is started 

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1. route add -net 224.0.0.0 netmask 240.0.0.0 dev eth0
2. if-up ppp0

	

Actual Results:  The multicast route is gone. Any other static route on
eth0 is gone as well.


Expected Results:  Static routes should remain.

Additional info: none

Comment 1 Than Ngo 2001-12-05 15:16:17 UTC
Please try ftp://people.redhat.com/than/7.2/rp-pppoe-3.3-2.i386.rpm. It should
fixes this problem

Comment 2 Charles Lopes 2001-12-06 16:18:28 UTC
Yes. It does fix the problem. Thanks ^_^